Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: forums to NNTP Pin
Dave Kreskowiak12-Aug-05 4:51
mveDave Kreskowiak12-Aug-05 4:51 
GeneralRe: forums to NNTP Pin
Mridang Agarwalla14-Aug-05 3:36
Mridang Agarwalla14-Aug-05 3:36 
GeneralRe: forums to NNTP Pin
Dan Neely12-Aug-05 5:54
Dan Neely12-Aug-05 5:54 
GeneralWhere to get Hwnd from MS-Word Pin
fracalifa12-Aug-05 2:40
fracalifa12-Aug-05 2:40 
GeneralRe: Where to get Hwnd from MS-Word Pin
Igor_gratt12-Aug-05 4:36
Igor_gratt12-Aug-05 4:36 
GeneralRe: Where to get Hwnd from MS-Word Pin
Alomgir Miah12-Aug-05 6:34
Alomgir Miah12-Aug-05 6:34 
GeneralInserting Table into Data Set in Compact frame work Pin
praveenpavan12-Aug-05 2:03
praveenpavan12-Aug-05 2:03 
GeneralActiveMdiChild Problem Pin
Sheel Gohe12-Aug-05 1:56
Sheel Gohe12-Aug-05 1:56 
This is a C# 2005 Problem:

I have an MDIForm and 5 child forms in my project. what i have to do is, during MDI Form's "MdiChildActivate" event I have to set some value to private a variable in my active child form. But when i write a statement like this : this.ActiveMdiChild.childVariableMode="0";

I get an error-"No defination For childVariableMode found in activemdichild". In vb.net i can do this by:

dim a as object
a=me.ActiveMdiChild
a.childVariableMode="0"

But i C# if i do same as VB.NET i get the same error, please solve my problem.I am in very hurry, my whole project is depended on this.

Thanks in Advance.
Sheel


Sheel Gohe
GeneralDataAdapter.Update Method Exception: "Concurrency Voilation: the update command affected 0 records..." Pin
signbit12-Aug-05 1:14
signbit12-Aug-05 1:14 
QuestionHow to change the Color of Tittle bar in a Windows Form? Pin
pubududilena12-Aug-05 1:07
pubududilena12-Aug-05 1:07 
QuestionHow to Color Tool Bars using C#? Pin
pubududilena12-Aug-05 1:04
pubududilena12-Aug-05 1:04 
GeneralPrinting in C#.net Pin
Ming Luo12-Aug-05 1:02
Ming Luo12-Aug-05 1:02 
GeneralRe: Printing in C#.net Pin
Guffa12-Aug-05 2:00
Guffa12-Aug-05 2:00 
GeneralRe: Printing in C#.net Pin
Marshall12-Aug-05 2:06
Marshall12-Aug-05 2:06 
GeneralRe: Printing in C#.net Pin
Ming Luo12-Aug-05 2:20
Ming Luo12-Aug-05 2:20 
GeneralRe: Printing in C#.net Pin
Marshall12-Aug-05 2:41
Marshall12-Aug-05 2:41 
GeneralRe: Printing in C#.net Pin
| Muhammad Waqas Butt |14-Aug-05 2:41
professional| Muhammad Waqas Butt |14-Aug-05 2:41 
QuestionWhich child has been brought to front? Pin
bouli12-Aug-05 0:31
bouli12-Aug-05 0:31 
AnswerRe: Which child has been brought to front? Pin
mav.northwind12-Aug-05 0:52
mav.northwind12-Aug-05 0:52 
GeneralRe: Which child has been brought to front? Pin
bouli12-Aug-05 0:54
bouli12-Aug-05 0:54 
Generaltry catch and return value Pin
Os Sutrisno12-Aug-05 0:00
Os Sutrisno12-Aug-05 0:00 
GeneralRe: try catch and return value Pin
Colin Angus Mackay12-Aug-05 0:19
Colin Angus Mackay12-Aug-05 0:19 
GeneralRe: try catch and return value Pin
Os Sutrisno12-Aug-05 0:34
Os Sutrisno12-Aug-05 0:34 
GeneralRe: try catch and return value Pin
Colin Angus Mackay12-Aug-05 0:38
Colin Angus Mackay12-Aug-05 0:38 
GeneralRe: try catch and return value Pin
Os Sutrisno12-Aug-05 0:40
Os Sutrisno12-Aug-05 0:40 

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.