Click here to Skip to main content
15,913,101 members
Home / Discussions / C#
   

C#

 
AnswerRe: event handler Pin
DaveyM691-Nov-08 0:20
professionalDaveyM691-Nov-08 0:20 
GeneralRe: event handler Pin
nelsonpaixao3-Nov-08 12:48
nelsonpaixao3-Nov-08 12:48 
QuestionCan some body tell me why it behaves like this Pin
netJP12L31-Oct-08 11:14
netJP12L31-Oct-08 11:14 
QuestionActivating last textbox in DataGridView on form active Pin
AndrusM31-Oct-08 10:37
AndrusM31-Oct-08 10:37 
QuestionCancel the transformMatrix in Graphics Pin
baranils31-Oct-08 9:58
baranils31-Oct-08 9:58 
QuestionWindow as seperate thread. Pin
vaseeem31-Oct-08 9:52
vaseeem31-Oct-08 9:52 
GeneralRe: Window as seperate thread. Pin
Luc Pattyn31-Oct-08 10:40
sitebuilderLuc Pattyn31-Oct-08 10:40 
QuestionNewbie Property Binding Question Pin
Chris Klepeis31-Oct-08 9:50
Chris Klepeis31-Oct-08 9:50 
Hi,

I have a tabControl in which I add tabPages like so:

TabPage newPage = new TabPage();
NewOrder newOrd = new NewOrder();
newPage.Controls.Add(newOrd);
tabControl1.Controls.Add(newPage);


My application is resizable and the tabControl has anchors so that it resizes with the app. I'm having problems getting the newOrd to resize as well... it stays as a fixed width within the tabPage. I tried using anchors on these objects but it didnt get them to fit correctly. Now I'm trying to bind the newOrd.Width to the newPage.width, but am unfamiliar with how to bind in .Net

Any help is appreciated.

Thanks!
QuestionLooking for C# example to create Image Metadata app [modified] Pin
DrGerm31-Oct-08 9:35
DrGerm31-Oct-08 9:35 
QuestionFtpWebRequest Upload question Pin
KaptinKrunch31-Oct-08 8:38
KaptinKrunch31-Oct-08 8:38 
Questionhow to retreive correct control.visible property of a hidden control in c# Pin
Dino2Dino31-Oct-08 8:32
Dino2Dino31-Oct-08 8:32 
AnswerRe: how to retreive correct control.visible property of a hidden control in c# Pin
EliottA31-Oct-08 9:50
EliottA31-Oct-08 9:50 
AnswerRe: how to retreive correct control.visible property of a hidden control in c# Pin
Giorgi Dalakishvili31-Oct-08 11:45
mentorGiorgi Dalakishvili31-Oct-08 11:45 
GeneralRe: how to retreive correct control.visible property of a hidden control in c# Pin
Luc Pattyn31-Oct-08 12:21
sitebuilderLuc Pattyn31-Oct-08 12:21 
QuestionRe: how to retreive correct control.visible property of a hidden control in c# Pin
nelsonpaixao31-Oct-08 13:49
nelsonpaixao31-Oct-08 13:49 
AnswerRe: how to retreive correct control.visible property of a hidden control in c# Pin
Dave Kreskowiak1-Nov-08 5:20
mveDave Kreskowiak1-Nov-08 5:20 
QuestionList<int> in wpf designer</int> [modified] Pin
vincentgr31-Oct-08 8:02
vincentgr31-Oct-08 8:02 
AnswerRe: List in wpf designer Pin
Pedram Behroozi31-Oct-08 8:16
Pedram Behroozi31-Oct-08 8:16 
GeneralRe: List in wpf designer Pin
vincentgr31-Oct-08 8:33
vincentgr31-Oct-08 8:33 
GeneralRe: List in wpf designer Pin
Pedram Behroozi31-Oct-08 8:41
Pedram Behroozi31-Oct-08 8:41 
QuestionSNMP Trap or Packet Listner Program --Socket Question. Please advice Pin
jobin00700731-Oct-08 7:23
jobin00700731-Oct-08 7:23 
AnswerRe: SNMP Trap or Packet Listner Program --Socket Question. Please advice Pin
jobin0070075-Nov-08 15:54
jobin0070075-Nov-08 15:54 
QuestionTabControl question Pin
aalex67531-Oct-08 6:29
aalex67531-Oct-08 6:29 
AnswerRe: TabControl question Pin
Pedram Behroozi31-Oct-08 7:33
Pedram Behroozi31-Oct-08 7:33 
GeneralRe: TabControl question Pin
aalex67531-Oct-08 7:37
aalex67531-Oct-08 7:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.