Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
QuestionRe: Very trivial question.. Pin
ptr2void7-Apr-08 1:08
ptr2void7-Apr-08 1:08 
GeneralRe: Very trivial question.. Pin
Xmen Real 7-Apr-08 1:18
professional Xmen Real 7-Apr-08 1:18 
GeneralProblem with printdialog Pin
D i x y7-Apr-08 0:31
D i x y7-Apr-08 0:31 
GeneralRe: Problem with printdialog Pin
Xmen Real 7-Apr-08 0:53
professional Xmen Real 7-Apr-08 0:53 
GeneralRe: Problem with printdialog Pin
D i x y7-Apr-08 1:31
D i x y7-Apr-08 1:31 
GeneralRe: Problem with printdialog Pin
Xmen Real 7-Apr-08 1:40
professional Xmen Real 7-Apr-08 1:40 
QuestionAdding hex values Pin
ONeil Tomlinson7-Apr-08 0:23
ONeil Tomlinson7-Apr-08 0:23 
GeneralRe: Adding hex values Pin
Christian Graus7-Apr-08 0:25
protectorChristian Graus7-Apr-08 0:25 
There is no such thing as a 'hex value'. There's just a number. If you have the number as a string, you need to convert it to an int. Once you add them, you need to convert to a string in order to force a format, be it hex, or whatever.

http://www.codeproject.com/KB/recipes/hexencoding.aspx[^] is a good place to start.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Adding hex values Pin
ONeil Tomlinson7-Apr-08 3:07
ONeil Tomlinson7-Apr-08 3:07 
GeneralRe: Adding hex values Pin
Dave Kreskowiak7-Apr-08 4:19
mveDave Kreskowiak7-Apr-08 4:19 
GeneralGet the SID of the user last wrote to a file Pin
Yevgeny Efter6-Apr-08 23:58
Yevgeny Efter6-Apr-08 23:58 
GeneralRe: Get the SID of the user last wrote to a file Pin
Christian Graus7-Apr-08 0:24
protectorChristian Graus7-Apr-08 0:24 
GeneralRe: Get the SID of the user last wrote to a file Pin
Yevgeny Efter7-Apr-08 0:32
Yevgeny Efter7-Apr-08 0:32 
QuestionHow to add a custom right click to a data grid view cell in C# windows application? Pin
anshulmadan6-Apr-08 21:17
anshulmadan6-Apr-08 21:17 
GeneralRe: How to add a custom right click to a data grid view cell in C# windows application? Pin
phannon866-Apr-08 21:54
professionalphannon866-Apr-08 21:54 
GeneralDetecting if port is listening Pin
picasso26-Apr-08 19:20
picasso26-Apr-08 19:20 
GeneralRe: Detecting if port is listening Pin
stancrm6-Apr-08 20:54
stancrm6-Apr-08 20:54 
Questionhow to test a webservice in local network??? Pin
syamooo6-Apr-08 18:59
syamooo6-Apr-08 18:59 
GeneralRe: how to test a webservice in local network??? Pin
Christian Graus6-Apr-08 19:18
protectorChristian Graus6-Apr-08 19:18 
GeneralRe: how to test a webservice in local network??? Pin
Rob Philpott6-Apr-08 22:34
Rob Philpott6-Apr-08 22:34 
GeneralRe: how to test a webservice in local network??? Pin
Pete O'Hanlon7-Apr-08 0:07
mvePete O'Hanlon7-Apr-08 0:07 
Questiondiv tag in datalist Pin
random46-Apr-08 18:59
random46-Apr-08 18:59 
GeneralRe: div tag in datalist Pin
Christian Graus6-Apr-08 19:15
protectorChristian Graus6-Apr-08 19:15 
GeneralRe: div tag in datalist Pin
random46-Apr-08 19:27
random46-Apr-08 19:27 
GeneralRe: div tag in datalist Pin
Christian Graus6-Apr-08 21:18
protectorChristian Graus6-Apr-08 21:18 

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.