Click here to Skip to main content
16,006,382 members
Home / Discussions / C#
   

C#

 
GeneralRe: serial communications in C# Pin
sevenacross16-Aug-05 5:10
sevenacross16-Aug-05 5:10 
GeneralRe: serial communications in C# Pin
Dan Neely16-Aug-05 7:30
Dan Neely16-Aug-05 7:30 
GeneralRe: serial communications in C# Pin
Mohamad Al Husseiny16-Aug-05 6:40
Mohamad Al Husseiny16-Aug-05 6:40 
GeneralUnhandledExceptionEventArgs Problem Pin
Vasudevan Deepak Kumar15-Aug-05 21:43
Vasudevan Deepak Kumar15-Aug-05 21:43 
GeneralIs there some reporting tool for MySql with .NET Pin
signbit15-Aug-05 21:05
signbit15-Aug-05 21:05 
GeneralLate binding problem in C# (urgent) Pin
Sheel Gohe15-Aug-05 20:38
Sheel Gohe15-Aug-05 20:38 
GeneralRe: Late binding problem in C# (urgent) Pin
S. Senthil Kumar15-Aug-05 22:06
S. Senthil Kumar15-Aug-05 22:06 
GeneralRe: Late binding problem in C# (urgent) Pin
Stefan Troschuetz15-Aug-05 22:13
Stefan Troschuetz15-Aug-05 22:13 
The ActiveMdiChild property returns a Form object which contains no definition for childVariableMode. To access this variable you have to cast the returned form object to one of your child form types.
Because you don't know which one is currently the active child, you need a way to treat all child form types equally.
One possibility is to define a common base type for all child forms which contains the childVariableMode property and then cast the return value of ActiveMdiChild property to this type.
Another way is to define an interface with the childVariableMode which then gets implemented by all child forms and in this case cast the return value of ActiveMdiChild property to interface type.








www.troschuetz.de
Generalwanted to write an interpreter for a language of my own Pin
amitmohanty15-Aug-05 20:35
amitmohanty15-Aug-05 20:35 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar15-Aug-05 22:08
S. Senthil Kumar15-Aug-05 22:08 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty16-Aug-05 7:20
amitmohanty16-Aug-05 7:20 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar16-Aug-05 7:35
S. Senthil Kumar16-Aug-05 7:35 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty16-Aug-05 7:42
amitmohanty16-Aug-05 7:42 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar16-Aug-05 19:43
S. Senthil Kumar16-Aug-05 19:43 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty29-Aug-05 23:21
amitmohanty29-Aug-05 23:21 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar1-Sep-05 7:30
S. Senthil Kumar1-Sep-05 7:30 
GeneralRe: wanted to write an interpreter for a language of my own Pin
zitniet16-Aug-05 5:55
zitniet16-Aug-05 5:55 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty29-Aug-05 23:28
amitmohanty29-Aug-05 23:28 
QuestionNumbers in letters? Pin
Hadi Fakhreddine15-Aug-05 20:18
Hadi Fakhreddine15-Aug-05 20:18 
AnswerRe: Numbers in letters? Pin
Christian Graus15-Aug-05 20:24
protectorChristian Graus15-Aug-05 20:24 
GeneralRe: Numbers in letters? Pin
Hadi Fakhreddine15-Aug-05 20:32
Hadi Fakhreddine15-Aug-05 20:32 
GeneralRe: Numbers in letters? Pin
| Muhammad Waqas Butt |15-Aug-05 21:46
professional| Muhammad Waqas Butt |15-Aug-05 21:46 
GeneralRe: Numbers in letters? Pin
Hadi Fakhreddine16-Aug-05 0:22
Hadi Fakhreddine16-Aug-05 0:22 
GeneralRe: Numbers in letters? Pin
| Muhammad Waqas Butt |16-Aug-05 0:41
professional| Muhammad Waqas Butt |16-Aug-05 0:41 
GeneralRe: Numbers in letters? Pin
Christian Graus16-Aug-05 13:18
protectorChristian Graus16-Aug-05 13:18 

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.