Click here to Skip to main content
15,895,799 members
Home / Discussions / C#
   

C#

 
GeneralUsing one dataSet for many forms. Pin
CIBIS18-Aug-04 8:49
CIBIS18-Aug-04 8:49 
GeneralRe: Using one dataSet for many forms. Pin
sreejith ss nair18-Aug-04 17:12
sreejith ss nair18-Aug-04 17:12 
GeneralDrag and drop problem.... Pin
LongRange.Shooter18-Aug-04 7:23
LongRange.Shooter18-Aug-04 7:23 
GeneralRe: Drag and drop problem.... Pin
LongRange.Shooter20-Aug-04 3:17
LongRange.Shooter20-Aug-04 3:17 
GeneralStartPosition=CenterParent doesn't work half the time Pin
elena1234518-Aug-04 6:43
elena1234518-Aug-04 6:43 
GeneralRe: StartPosition=CenterParent doesn't work half the time Pin
LongRange.Shooter18-Aug-04 7:27
LongRange.Shooter18-Aug-04 7:27 
GeneralRe: StartPosition=CenterParent doesn't work half the time Pin
Nick Parker18-Aug-04 7:59
protectorNick Parker18-Aug-04 7:59 
GeneralRe: StartPosition=CenterParent doesn't work half the time Pin
partyganger18-Aug-04 12:44
partyganger18-Aug-04 12:44 
Exactly. If you set the CenterParent property before the parent is known, it will have no effect.

For instance If you set the CenterParent in the designer, it will be set when the constructor calls the designer generated code, at which point the parent is still unknown. The way to go here is either:

Create a constructor that takes the parent form as a parameter, and then set the Parent property before calling the designer generated code

Or:
When you create the child form in the parent form, first set the Parent Property, then the StartPosition property and then call the Show(Dialog) method.
GeneralSyntax Error Pin
DotNet18-Aug-04 6:43
DotNet18-Aug-04 6:43 
GeneralRe: Syntax Error Pin
leppie18-Aug-04 7:10
leppie18-Aug-04 7:10 
GeneralRe: Syntax Error Pin
Nick Parker18-Aug-04 7:46
protectorNick Parker18-Aug-04 7:46 
GeneralSqlClient data connection Pin
eggie518-Aug-04 6:40
eggie518-Aug-04 6:40 
GeneralRe: SqlClient data connection Pin
Dave Kreskowiak18-Aug-04 7:18
mveDave Kreskowiak18-Aug-04 7:18 
GeneralRe: SqlClient data connection Pin
eggie518-Aug-04 11:55
eggie518-Aug-04 11:55 
GeneralDataView sort with Date Data Pin
Adam °Wimsatt18-Aug-04 4:37
Adam °Wimsatt18-Aug-04 4:37 
GeneralRe: DataView sort with Date Data Pin
Nick Parker18-Aug-04 5:32
protectorNick Parker18-Aug-04 5:32 
GeneralRe: DataView sort with Date Data Pin
Adam °Wimsatt18-Aug-04 5:39
Adam °Wimsatt18-Aug-04 5:39 
GeneralRe: DataView sort with Date Data Pin
Nick Parker18-Aug-04 6:07
protectorNick Parker18-Aug-04 6:07 
GeneralRe: DataView sort with Date Data Pin
Adam °Wimsatt18-Aug-04 6:23
Adam °Wimsatt18-Aug-04 6:23 
GeneralAccount Property of Active Directory/Win 2k users Pin
Member 130283918-Aug-04 2:55
Member 130283918-Aug-04 2:55 
GeneralRe: Account Property of Active Directory/Win 2k users Pin
Nick Parker18-Aug-04 5:18
protectorNick Parker18-Aug-04 5:18 
GeneralRe: Account Property of Active Directory/Win 2k users Pin
BrcKcc18-Aug-04 10:36
BrcKcc18-Aug-04 10:36 
GeneralRe: Account Property of Active Directory/Win 2k users Pin
Nick Parker18-Aug-04 10:58
protectorNick Parker18-Aug-04 10:58 
GeneralRe: Account Property of Active Directory/Win 2k users Pin
Member 130283918-Aug-04 18:09
Member 130283918-Aug-04 18:09 
GeneralRe: Account Property of Active Directory/Win 2k users Pin
BrcKcc18-Aug-04 11:28
BrcKcc18-Aug-04 11:28 

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.