Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 15:45
huheng_0_05-Feb-07 15:45 
QuestionHow to enable horizontol scrolling in C#.NET console application Pin
dream catcher4-Feb-07 22:33
dream catcher4-Feb-07 22:33 
AnswerRe: How to enable horizontol scrolling in C#.NET console application Pin
ShermansLagoon4-Feb-07 22:54
ShermansLagoon4-Feb-07 22:54 
Questionhexadecimal convertions and add on datagrid Pin
Mohammad Daba'an4-Feb-07 22:28
Mohammad Daba'an4-Feb-07 22:28 
AnswerRe: hexadecimal convertions and add on datagrid Pin
gauthee4-Feb-07 23:49
gauthee4-Feb-07 23:49 
GeneralRe: hexadecimal convertions and add on datagrid Pin
Mohammad Daba'an5-Feb-07 0:04
Mohammad Daba'an5-Feb-07 0:04 
GeneralRe: hexadecimal convertions and add on datagrid Pin
Luc Pattyn5-Feb-07 0:45
sitebuilderLuc Pattyn5-Feb-07 0:45 
GeneralRe: hexadecimal convertions and add on datagrid Pin
Mohammad Daba'an5-Feb-07 1:02
Mohammad Daba'an5-Feb-07 1:02 
i tried it as:

string hhhh;
hhhh=int.Parse("ffff", NumberStyles.AllowHexSpecifier).ToString();
MessageBox.Show(hhhh);

use using System.Globalization; as name space

but it hasnt convert the hex to string

what can i do ???Sigh | :sigh:

Thanks alot
Hamody

GeneralRe: hexadecimal convertions and add on datagrid Pin
Luc Pattyn5-Feb-07 1:21
sitebuilderLuc Pattyn5-Feb-07 1:21 
GeneralRe: hexadecimal convertions and add on datagrid Pin
gauthee5-Feb-07 0:49
gauthee5-Feb-07 0:49 
GeneralRe: hexadecimal convertions and add on datagrid Pin
Mohammad Daba'an5-Feb-07 1:05
Mohammad Daba'an5-Feb-07 1:05 
GeneralRe: hexadecimal convertions and add on datagrid Pin
gauthee5-Feb-07 1:27
gauthee5-Feb-07 1:27 
QuestionMarshalling LPVOID Pin
Quiltfish4-Feb-07 21:47
Quiltfish4-Feb-07 21:47 
AnswerRe: Marshalling LPVOID Pin
Martin#5-Feb-07 2:14
Martin#5-Feb-07 2:14 
GeneralRe: Marshalling LPVOID Pin
Quiltfish5-Feb-07 2:36
Quiltfish5-Feb-07 2:36 
QuestionOpacity problems Pin
b43r_3oo34-Feb-07 21:14
b43r_3oo34-Feb-07 21:14 
AnswerRe: Opacity problems Pin
Martin#4-Feb-07 21:41
Martin#4-Feb-07 21:41 
GeneralRe: Opacity problems Pin
b43r_3oo34-Feb-07 22:15
b43r_3oo34-Feb-07 22:15 
GeneralRe: Opacity problems Pin
Martin#4-Feb-07 22:41
Martin#4-Feb-07 22:41 
GeneralRe: Opacity problems Pin
b43r_3oo34-Feb-07 22:55
b43r_3oo34-Feb-07 22:55 
QuestionOutlook 2003 Security Warning Pin
GermanDM4-Feb-07 20:44
GermanDM4-Feb-07 20:44 
AnswerRe: Outlook 2003 Security Warning Pin
Scott Hanslip5-Feb-07 5:00
Scott Hanslip5-Feb-07 5:00 
QuestionSome questions about C# and COM [modified] Pin
sunssuns4-Feb-07 19:28
sunssuns4-Feb-07 19:28 
AnswerRe: Some questions about C# and COM Pin
Judah Gabriel Himango5-Feb-07 11:57
sponsorJudah Gabriel Himango5-Feb-07 11:57 
GeneralRe: Some questions about C# and COM Pin
sunssuns5-Feb-07 21:26
sunssuns5-Feb-07 21:26 

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.