Click here to Skip to main content
16,007,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Do you think this is stupid ? Pin
Sharpoverride7-May-05 3:00
Sharpoverride7-May-05 3:00 
GeneralRe: Do you think this is stupid ? Pin
Colin Angus Mackay7-May-05 3:23
Colin Angus Mackay7-May-05 3:23 
GeneralRe: Do you think this is stupid ? Pin
Sharpoverride7-May-05 3:26
Sharpoverride7-May-05 3:26 
GeneralRe: Do you think this is stupid ? Pin
Colin Angus Mackay7-May-05 3:37
Colin Angus Mackay7-May-05 3:37 
GeneralRe: Do you think this is stupid ? Pin
Sharpoverride7-May-05 3:42
Sharpoverride7-May-05 3:42 
AnswerRe: Do you think this is stupid ? Pin
Daniel Turini7-May-05 3:41
Daniel Turini7-May-05 3:41 
GeneralRe: Do you think this is stupid ? Pin
Sharpoverride7-May-05 3:44
Sharpoverride7-May-05 3:44 
GeneralCharacters in hexadecimal Pin
Shashidharreddy7-May-05 0:23
Shashidharreddy7-May-05 0:23 
Hi I am converting a wmf(drawing file) file in to hexa decimal Format here I am able to convert the data from WMF file to hexadecimal but the problem is the characters
(A,B,C,D,E,F)in converted Hexa decimal format are coming in Small Case letters which should be in capital Letters can any of u help in getting the characters in to Capitals

I am using the following code to convert.


uint uiDecimal = 0;
uiDecimal=checked((uint)System.Convert.ToUInt32(shapeDiagramData[i]));
string str;
str = String.Format("{0:x2}",uiDecimal);
sw.Write("{0}", str);


Shashidhar.
GeneralRe: Characters in hexadecimal Pin
S. Senthil Kumar7-May-05 1:42
S. Senthil Kumar7-May-05 1:42 
GeneraloleDb Insert problem Pin
gmeii6-May-05 22:47
gmeii6-May-05 22:47 
GeneralRe: oleDb Insert problem Pin
Ken Haley7-May-05 3:37
Ken Haley7-May-05 3:37 
GeneralRepaint form using Invalidate() Pin
gmeii6-May-05 22:32
gmeii6-May-05 22:32 
GeneralRe: Repaint form using Invalidate() Pin
Sharpoverride7-May-05 2:49
Sharpoverride7-May-05 2:49 
GeneralFlash Splash Screen Pin
gmeii6-May-05 22:08
gmeii6-May-05 22:08 
GeneralRe: Flash Splash Screen Pin
Sharpoverride7-May-05 2:45
Sharpoverride7-May-05 2:45 
GeneralOffice automation from C# Pin
Member 18788066-May-05 21:06
Member 18788066-May-05 21:06 
GeneralRe: Office automation from C# Pin
EEmad4-Jun-05 19:17
sussEEmad4-Jun-05 19:17 
Questionbones in meshes and directx? Pin
taha mohamed6-May-05 19:18
taha mohamed6-May-05 19:18 
GeneralCustomizing .NET Collection Editor Pin
heavenamour6-May-05 18:50
heavenamour6-May-05 18:50 
GeneralRe: Customizing .NET Collection Editor Pin
spif20016-May-05 21:04
spif20016-May-05 21:04 
GeneralRe: Customizing .NET Collection Editor Pin
heavenamour7-May-05 0:08
heavenamour7-May-05 0:08 
GeneralRe: Customizing .NET Collection Editor Pin
StealthyMark7-May-05 12:15
StealthyMark7-May-05 12:15 
GeneralCustomizing .NET Collection Editor Pin
heavenamour6-May-05 18:49
heavenamour6-May-05 18:49 
Generaldisplaying and zooming in and out of a pdf Pin
brian556-May-05 11:58
brian556-May-05 11:58 
GeneralRe: displaying and zooming in and out of a pdf Pin
Yulianto.6-May-05 16:23
Yulianto.6-May-05 16:23 

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.