Click here to Skip to main content
16,005,697 members
Home / Discussions / C#
   

C#

 
QuestionHow Can I control Host IE. Pin
flywithu22-Mar-04 6:36
flywithu22-Mar-04 6:36 
AnswerRe: How Can I control Host IE. Pin
Heath Stewart22-Mar-04 9:00
protectorHeath Stewart22-Mar-04 9:00 
GeneralSave File Dialog/Open File Dialog in DataGrid Pin
Anonymous22-Mar-04 6:11
Anonymous22-Mar-04 6:11 
GeneralRe: Save File Dialog/Open File Dialog in DataGrid Pin
Dave Kreskowiak22-Mar-04 8:26
mveDave Kreskowiak22-Mar-04 8:26 
GeneralRe: Save File Dialog/Open File Dialog in DataGrid Pin
Anonymous22-Mar-04 10:09
Anonymous22-Mar-04 10:09 
GeneralRe: Save File Dialog/Open File Dialog in DataGrid Pin
Dave Kreskowiak22-Mar-04 10:24
mveDave Kreskowiak22-Mar-04 10:24 
GeneralPassing Variables between Forms Pin
surgeproof22-Mar-04 5:26
surgeproof22-Mar-04 5:26 
GeneralRe: Passing Variables between Forms Pin
Heath Stewart22-Mar-04 8:56
protectorHeath Stewart22-Mar-04 8:56 
Either pass a reference to the parent form in the constructor (or a property) of the parent form's Type, or cast the child's MdiParent to the actual form's Type and access the public or internal property or field. If you just try to access it from MdiParent, it won't work because that returns a Form, which doesn't declare your field or property. That's what you cast it, since your parent form is a derivative of Form.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Passing Variables between Forms Pin
surgeproof23-Mar-04 7:09
surgeproof23-Mar-04 7:09 
GeneralRe: Passing Variables between Forms Pin
Heath Stewart23-Mar-04 8:29
protectorHeath Stewart23-Mar-04 8:29 
GeneralRe: Passing Variables between Forms Pin
surgeproof23-Mar-04 10:07
surgeproof23-Mar-04 10:07 
General.Net Bitmap to DIB Pin
Shaun Becker22-Mar-04 5:16
Shaun Becker22-Mar-04 5:16 
GeneralRe: .Net Bitmap to DIB Pin
surgeproof22-Mar-04 5:37
surgeproof22-Mar-04 5:37 
GeneralWindowsapplication with Server/Client database-connection Pin
Z#22-Mar-04 4:56
Z#22-Mar-04 4:56 
GeneralRe: Windowsapplication with Server/Client database-connection Pin
Heath Stewart22-Mar-04 5:10
protectorHeath Stewart22-Mar-04 5:10 
GeneralBinding ListBox to a class property problem Pin
phoenius22-Mar-04 4:15
phoenius22-Mar-04 4:15 
GeneralRe: Binding ListBox to a class property problem Pin
Werdna22-Mar-04 7:10
Werdna22-Mar-04 7:10 
GeneralRe: Binding ListBox to a class property problem Pin
phoenius22-Mar-04 7:12
phoenius22-Mar-04 7:12 
GeneralRe: Binding ListBox to a class property problem Pin
phoenius22-Mar-04 8:20
phoenius22-Mar-04 8:20 
AnswerRe: How to: Registry Pin
Heath Stewart22-Mar-04 3:34
protectorHeath Stewart22-Mar-04 3:34 
GeneralRe: How to: Registry Pin
bouli22-Mar-04 3:42
bouli22-Mar-04 3:42 
GeneralRe: How to: Registry Pin
Heath Stewart22-Mar-04 3:50
protectorHeath Stewart22-Mar-04 3:50 
GeneralRe: How to: Registry Pin
bouli22-Mar-04 4:14
bouli22-Mar-04 4:14 
GeneralRe: How to: Registry Pin
Heath Stewart22-Mar-04 4:27
protectorHeath Stewart22-Mar-04 4:27 
GeneralSource code filters in VS help do not persist Pin
profoundwhispers22-Mar-04 3:24
profoundwhispers22-Mar-04 3:24 

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.