Click here to Skip to main content
15,897,519 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can I Change Type "String" to "char *" within C#? Pin
Stephane Rodriguez.22-Feb-03 1:50
Stephane Rodriguez.22-Feb-03 1:50 
GeneralRe: how can I Change Type "String" to "char *" within C#? Pin
c.jack23-Feb-03 15:14
c.jack23-Feb-03 15:14 
GeneralAccessing varibles across forms. Pin
draco_iii21-Feb-03 23:23
draco_iii21-Feb-03 23:23 
GeneralRe: Accessing varibles across forms. Pin
leppie21-Feb-03 23:44
leppie21-Feb-03 23:44 
GeneralRe: Accessing varibles across forms. Pin
draco_iii22-Feb-03 23:46
draco_iii22-Feb-03 23:46 
GeneralRe: Accessing varibles across forms. Pin
leppie23-Feb-03 0:09
leppie23-Feb-03 0:09 
GeneralRe: Accessing varibles across forms. Pin
draco_iii23-Feb-03 14:53
draco_iii23-Feb-03 14:53 
GeneralRe: Accessing varibles across forms. Pin
Stephane Rodriguez.21-Feb-03 23:57
Stephane Rodriguez.21-Feb-03 23:57 
this.ParentForm returns a System.Windows.Forms.Form class type, not your derived class.

In fact, this.ParentForm is mostly used for UI logic. For your application logic, it's better to either let the two forms know about each other existence or, better, share a property bag class (better in terms of decoupling).
GeneralRe: Accessing varibles across forms. Pin
draco_iii22-Feb-03 21:32
draco_iii22-Feb-03 21:32 
GeneralRe: Accessing varibles across forms. Pin
Omega50122-Feb-03 9:04
Omega50122-Feb-03 9:04 
GeneralI don't know if this is a well known bug or not, but... Pin
Member 9621-Feb-03 20:10
Member 9621-Feb-03 20:10 
GeneralEvents -- multithreaded & UI Pin
Arun Bhalla21-Feb-03 15:30
Arun Bhalla21-Feb-03 15:30 
GeneralRe: Events -- multithreaded & UI Pin
leppie21-Feb-03 21:59
leppie21-Feb-03 21:59 
GeneralRe: Events -- multithreaded & UI Pin
Arun Bhalla22-Feb-03 11:39
Arun Bhalla22-Feb-03 11:39 
GeneralRe: Events -- multithreaded & UI Pin
leppie22-Feb-03 12:11
leppie22-Feb-03 12:11 
GeneralResources for game development in C# Pin
sideveloper21-Feb-03 12:59
sideveloper21-Feb-03 12:59 
GeneralRe: Resources for game development in C# Pin
Anonymous21-Feb-03 14:14
Anonymous21-Feb-03 14:14 
GeneralControl clipping issues Pin
m_mond21-Feb-03 10:37
m_mond21-Feb-03 10:37 
GeneralRe: Control clipping issues Pin
Furty21-Feb-03 13:33
Furty21-Feb-03 13:33 
GeneralRe: Control clipping issues Pin
m_mond22-Feb-03 3:59
m_mond22-Feb-03 3:59 
QuestionKeeping select visible when losing focus? Pin
Paul Riley21-Feb-03 10:20
Paul Riley21-Feb-03 10:20 
AnswerRe: Keeping select visible when losing focus? Pin
Furty21-Feb-03 13:46
Furty21-Feb-03 13:46 
QuestionFree grid controls? Pin
Domenic Denicola21-Feb-03 8:57
Domenic Denicola21-Feb-03 8:57 
AnswerRe: Free grid controls? Pin
Nnamdi Onyeyiri21-Feb-03 9:23
Nnamdi Onyeyiri21-Feb-03 9:23 
GeneralOwner Draw Splitter changing background when moving Pin
STW21-Feb-03 5:29
STW21-Feb-03 5:29 

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.