Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
GeneralCallbacks Pin
Nnamdi Onyeyiri5-Sep-02 3:55
Nnamdi Onyeyiri5-Sep-02 3:55 
GeneralRe: Callbacks Pin
Stephane Rodriguez.5-Sep-02 4:16
Stephane Rodriguez.5-Sep-02 4:16 
GeneralRe: Callbacks Pin
Nnamdi Onyeyiri5-Sep-02 4:24
Nnamdi Onyeyiri5-Sep-02 4:24 
GeneralRe: Callbacks Pin
Stephane Rodriguez.5-Sep-02 4:47
Stephane Rodriguez.5-Sep-02 4:47 
GeneralRe: Callbacks Pin
Nnamdi Onyeyiri5-Sep-02 5:48
Nnamdi Onyeyiri5-Sep-02 5:48 
GeneralRe: Callbacks Pin
James T. Johnson5-Sep-02 11:33
James T. Johnson5-Sep-02 11:33 
GeneralRe: Callbacks Pin
leppie6-Sep-02 1:16
leppie6-Sep-02 1:16 
Generalaligning hexadecimal output Pin
Rüpel5-Sep-02 3:06
Rüpel5-Sep-02 3:06 
how can i tell C# to fill remaining space with '0'?

when writing:
string.Format("0x{0,4:X}",256);

i get
0x 100
but i want
0x0100


the msdn-documentaition just says "...is padded with spaces" - no word on changing the fill-character. is this possible at all?

Confused | :confused:

:wq
GeneralRe: aligning hexadecimal output Pin
leppie5-Sep-02 3:18
leppie5-Sep-02 3:18 
GeneralRe: aligning hexadecimal output Pin
Rüpel5-Sep-02 3:26
Rüpel5-Sep-02 3:26 
GeneralRe: aligning hexadecimal output Pin
Rüpel5-Sep-02 3:25
Rüpel5-Sep-02 3:25 
GeneralRe: aligning hexadecimal output Pin
Stephane Rodriguez.5-Sep-02 7:04
Stephane Rodriguez.5-Sep-02 7:04 
GeneralApplication.Exit isn't working Pin
jparsons5-Sep-02 3:04
jparsons5-Sep-02 3:04 
GeneralRe: Application.Exit isn't working Pin
Russell Morris5-Sep-02 9:46
Russell Morris5-Sep-02 9:46 
GeneralRe: Application.Exit isn't working Pin
jparsons5-Sep-02 12:17
jparsons5-Sep-02 12:17 
GeneralVC 6 code won't compile in .Net Pin
Ryan Cromwell5-Sep-02 2:56
Ryan Cromwell5-Sep-02 2:56 
GeneralRe: VC 6 code won't compile in .Net Pin
Stephane Rodriguez.5-Sep-02 3:08
Stephane Rodriguez.5-Sep-02 3:08 
Generalcalling base-constructor Pin
Rüpel5-Sep-02 2:53
Rüpel5-Sep-02 2:53 
GeneralRe: calling base-constructor Pin
jparsons5-Sep-02 3:06
jparsons5-Sep-02 3:06 
GeneralRe: calling base-constructor Pin
Rüpel5-Sep-02 3:15
Rüpel5-Sep-02 3:15 
GeneralRe: calling base-constructor Pin
leppie5-Sep-02 3:41
leppie5-Sep-02 3:41 
GeneralRe: calling base-constructor Pin
jparsons5-Sep-02 12:19
jparsons5-Sep-02 12:19 
GeneralDrag and Drop into a node of a treeview Pin
Bill Dean4-Sep-02 11:36
Bill Dean4-Sep-02 11:36 
GeneralRe: Drag and Drop into a node of a treeview Pin
Ryan Cromwell5-Sep-02 2:49
Ryan Cromwell5-Sep-02 2:49 
GeneralRe: Drag and Drop into a node of a treeview Pin
Bill Dean5-Sep-02 4:19
Bill Dean5-Sep-02 4:19 

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.