Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
GeneralAutoscrolling Pin
parag12329-May-03 21:21
parag12329-May-03 21:21 
GeneralRe: Autoscrolling Pin
John Fisher30-May-03 4:02
John Fisher30-May-03 4:02 
GeneralRe: Autoscrolling Pin
Mohammad Siahatgar2-Jun-03 6:18
Mohammad Siahatgar2-Jun-03 6:18 
GeneralDetecting Dial-Up connection and Current Dial-Up Number Pin
yarns29-May-03 21:20
yarns29-May-03 21:20 
GeneralHex conversion help Pin
Weiye Chen29-May-03 21:01
Weiye Chen29-May-03 21:01 
GeneralRe: Hex conversion help Pin
KingTermite29-May-03 23:20
KingTermite29-May-03 23:20 
GeneralRe: Hex conversion help Pin
Weiye Chen29-May-03 23:49
Weiye Chen29-May-03 23:49 
GeneralRe: Hex conversion help Pin
gek_at30-May-03 6:57
gek_at30-May-03 6:57 
GeneralRe: Hex conversion help Pin
Weiye Chen30-May-03 17:39
Weiye Chen30-May-03 17:39 
Generalunions Pin
Anonymous29-May-03 18:56
Anonymous29-May-03 18:56 
GeneralRe: unions Pin
Nick Parker29-May-03 19:08
protectorNick Parker29-May-03 19:08 
GeneralRe: unions Pin
grv57529-May-03 20:54
grv57529-May-03 20:54 
GeneralRe: unions Pin
Nathan Blomquist30-May-03 4:01
Nathan Blomquist30-May-03 4:01 
GeneralRe: unions Pin
Nick Parker30-May-03 4:37
protectorNick Parker30-May-03 4:37 
GeneralRe: unions Pin
grv57530-May-03 16:23
grv57530-May-03 16:23 
GeneralRe: unions Pin
James T. Johnson31-May-03 19:02
James T. Johnson31-May-03 19:02 
GeneralOpening and converting targa (TGA) images.. Pin
Yazilliclick29-May-03 14:37
Yazilliclick29-May-03 14:37 
GeneralNeed a Report to Open on Top of the Calling Page Pin
dturton29-May-03 11:45
dturton29-May-03 11:45 
QuestionIs it possible to add a form to a panel? Pin
zuhx29-May-03 11:41
zuhx29-May-03 11:41 
AnswerRe: Is it possible to add a form to a panel? Pin
shaunAustin29-May-03 22:07
shaunAustin29-May-03 22:07 
GeneralRe: Is it possible to add a form to a panel? Pin
zuhx30-May-03 8:10
zuhx30-May-03 8:10 
AnswerRe: Is it possible to add a form to a panel? Pin
James T. Johnson31-May-03 19:07
James T. Johnson31-May-03 19:07 
GeneralRe: Is it possible to add a form to a panel? Pin
zuhx3-Jun-03 9:14
zuhx3-Jun-03 9:14 
GeneralRe: Is it possible to add a form to a panel? Pin
James T. Johnson3-Jun-03 10:34
James T. Johnson3-Jun-03 10:34 
GeneralTypeBuilder Problems in My Compiler. Pin
Defiant0029-May-03 10:53
Defiant0029-May-03 10:53 
I am writing a compiler using C# and the System.Reflection.Emit classes. The problem I am having is that I go through and create my classes for my language using TypeBuilder but I can't use those classes until I call CreateType. This wouldn't be a problem except that I potentially have to define instances of the class within the class (and therefore before I call CreateType). An example of this would be a linked list node that contains an instance of itself as the next node.

So the real question is if there is some way to get the System.Type of a TypeBuilder before calling CreateType. Or alternately, is there some way to add functions and variables to an already created type that I still have the TypeBuilder for but have called CreateType? I need this because many things need a System.Type and I need to allow users to use the classes they create while programming.

Thanks

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.