Click here to Skip to main content
15,905,144 members
Home / Discussions / C#
   

C#

 
GeneralRe: Custom controls problems Pin
Oleksandr Kucherenko30-May-03 2:34
Oleksandr Kucherenko30-May-03 2:34 
GeneralRe: Custom controls problems Pin
James T. Johnson31-May-03 18:48
James T. Johnson31-May-03 18:48 
GeneralDescription pane in a property grid Pin
nico19329-May-03 23:19
nico19329-May-03 23:19 
GeneralRe: Description pane in a property grid Pin
David Stone30-May-03 6:53
sitebuilderDavid Stone30-May-03 6:53 
GeneralRe: Description pane in a property grid Pin
J. Dunlap30-May-03 7:47
J. Dunlap30-May-03 7:47 
GeneralRe: Description pane in a property grid Pin
David Stone30-May-03 8:54
sitebuilderDavid Stone30-May-03 8:54 
GeneralRe: Description pane in a property grid Pin
nico19330-May-03 11:38
nico19330-May-03 11:38 
GeneralRe: Description pane in a property grid Pin
Anonymous2-Jun-03 0:12
Anonymous2-Jun-03 0:12 
GeneralRe: Description pane in a property grid Pin
nlin5-Jun-03 3:17
nlin5-Jun-03 3:17 
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 
Shouldn't the Composite member be of type Int32 (int)? Longs in C# are aliases to Int64s.

[edit] I guess you could use a long if you'd like because this is a union (also only a sample Smile | :) ).Just the first four bytes of the long will be used when dealing with the booleans.

Also remember that these unions in C# are not CLS compliant. [/edit]

-Nathan

---------------------------
Hmmm... what's a signature?
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 

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.