Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralSystem.Reflection Pin
Peter Nirschl30-Mar-04 7:02
Peter Nirschl30-Mar-04 7:02 
GeneralRe: System.Reflection Pin
Guillermo Rivero30-Mar-04 7:21
Guillermo Rivero30-Mar-04 7:21 
GeneralProblems starting a WindowsService on win2k Server. Pin
Knappen30-Mar-04 6:49
Knappen30-Mar-04 6:49 
GeneralRe: Problems starting a WindowsService on win2k Server. Pin
Heath Stewart30-Mar-04 8:41
protectorHeath Stewart30-Mar-04 8:41 
GeneralInterop Question Pin
DrGreen30-Mar-04 6:47
DrGreen30-Mar-04 6:47 
GeneralRe: Interop Question Pin
leppie30-Mar-04 7:48
leppie30-Mar-04 7:48 
GeneralRe: Interop Question Pin
DrGreen30-Mar-04 8:30
DrGreen30-Mar-04 8:30 
GeneralRe: Interop Question Pin
Heath Stewart30-Mar-04 8:37
protectorHeath Stewart30-Mar-04 8:37 
Declare the field as an IntPtr and use the Marshal.StructureToPtr method to get the IntPtr value to assign to that field. If you expect changes to be saved to that structure, since it's a value type you must use Marshal.PtrToStructure when you get it back to get the new structure with the different values.

 

Microsoft MVP, Visual C#
My Articles
Generalresizable panel Pin
cmarmr30-Mar-04 5:43
cmarmr30-Mar-04 5:43 
GeneralRe: resizable panel Pin
Peter Nirschl30-Mar-04 6:07
Peter Nirschl30-Mar-04 6:07 
GeneralRe: resizable panel Pin
cmarmr30-Mar-04 6:23
cmarmr30-Mar-04 6:23 
GeneralRe: resizable panel Pin
Heath Stewart30-Mar-04 6:25
protectorHeath Stewart30-Mar-04 6:25 
GeneralRe: resizable panel Pin
cmarmr30-Mar-04 7:02
cmarmr30-Mar-04 7:02 
GeneralRe: resizable panel Pin
Heath Stewart30-Mar-04 8:33
protectorHeath Stewart30-Mar-04 8:33 
GeneralPicture Flickering(Lagg) Pin
Anonymous30-Mar-04 3:56
Anonymous30-Mar-04 3:56 
GeneralRe: Picture Flickering(Lagg) Pin
Heath Stewart30-Mar-04 4:33
protectorHeath Stewart30-Mar-04 4:33 
GeneralRe: Picture Flickering(Lagg) Pin
Snowjim30-Mar-04 5:59
Snowjim30-Mar-04 5:59 
GeneralRe: Picture Flickering(Lagg) Pin
Stefan Troschuetz30-Mar-04 4:39
Stefan Troschuetz30-Mar-04 4:39 
GeneralRe: Picture Flickering(Lagg) Pin
Snowjim30-Mar-04 6:02
Snowjim30-Mar-04 6:02 
GeneralXml attributes in a combobox Pin
bertcox30-Mar-04 2:52
bertcox30-Mar-04 2:52 
GeneralRe: Xml attributes in a combobox Pin
Heath Stewart30-Mar-04 4:49
protectorHeath Stewart30-Mar-04 4:49 
GeneralRandom in C# Pin
bouli30-Mar-04 2:43
bouli30-Mar-04 2:43 
GeneralRe: Random in C# Pin
John Fisher30-Mar-04 4:07
John Fisher30-Mar-04 4:07 
GeneralRe: Random in C# Pin
Heath Stewart30-Mar-04 4:10
protectorHeath Stewart30-Mar-04 4:10 
GeneralRe: Random in C# Pin
bouli30-Mar-04 4:21
bouli30-Mar-04 4:21 

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.