Click here to Skip to main content
15,894,297 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
zh.again12-May-09 16:13
zh.again12-May-09 16:13 
GeneralRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
zh.again12-May-09 20:26
zh.again12-May-09 20:26 
AnswerRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
Nagy Vilmos12-May-09 0:31
professionalNagy Vilmos12-May-09 0:31 
GeneralRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
zh.again12-May-09 16:06
zh.again12-May-09 16:06 
QuestionWhy can't I use Session another aspx.cs page?? Pin
lsh486love11-May-09 22:05
lsh486love11-May-09 22:05 
AnswerRe: Why can't I use Session another aspx.cs page?? Pin
Vikram A Punathambekar11-May-09 22:16
Vikram A Punathambekar11-May-09 22:16 
AnswerRe: Why can't I use Session another aspx.cs page?? Pin
DeveloperAtul12-May-09 0:04
DeveloperAtul12-May-09 0:04 
QuestionConverting Bits value into integer Pin
velkumar_in11-May-09 21:31
velkumar_in11-May-09 21:31 
Dear Friends.
I need to convert Byte value into integer.
ie. for example

Input =7

1. Mark 7th Bit as 1
7 6 5 4 3 2 1 0 (8 Bit)
1 0 0 0 0 0 0 0

2. Split into 2 by 4 bit
7 6 5 4 | 3 2 1 0 (8 Bit)
1 0 0 0 | 0 0 0 0
part 1 | part 2

3. Use 8 4 2 1 logic and apply it

4. part 1 = 8
Part 2 =0

5. Output is 80
AnswerRe: Converting Bits value into integer Pin
musefan11-May-09 21:57
musefan11-May-09 21:57 
AnswerRe: Converting Bits value into integer Pin
OriginalGriff11-May-09 22:03
mveOriginalGriff11-May-09 22:03 
AnswerRe: Converting Bits value into integer Pin
Luc Pattyn12-May-09 0:34
sitebuilderLuc Pattyn12-May-09 0:34 
Question[Message Deleted] Pin
aastudent11-May-09 21:25
aastudent11-May-09 21:25 
AnswerRe: Publish with office interop Pin
Simon P Stevens11-May-09 21:53
Simon P Stevens11-May-09 21:53 
GeneralRe: Publish with office interop Pin
aastudent12-May-09 4:33
aastudent12-May-09 4:33 
GeneralRe: Publish with office interop Pin
Simon P Stevens13-May-09 0:59
Simon P Stevens13-May-09 0:59 
QuestionHow to use session ?? Pin
lsh486love11-May-09 21:23
lsh486love11-May-09 21:23 
Questiongetting directory list in creation date order Pin
JacquesBrits11-May-09 21:14
JacquesBrits11-May-09 21:14 
AnswerRe: getting directory list in creation date order Pin
tim_gunning12-May-09 1:14
tim_gunning12-May-09 1:14 
Questionconvert postscript to pdf Pin
tauras8111-May-09 20:57
tauras8111-May-09 20:57 
AnswerRe: convert postscript to pdf Pin
LesF23-Nov-09 22:32
LesF23-Nov-09 22:32 
Questioncalender Pin
smithasuryanarayanan11-May-09 20:42
smithasuryanarayanan11-May-09 20:42 
AnswerRe: calender Pin
Henry Minute11-May-09 21:06
Henry Minute11-May-09 21:06 
Questionhow to receive a frame in Serial port by FiFo buffer Pin
hamed_farasat11-May-09 20:16
hamed_farasat11-May-09 20:16 
QuestionAdding Authentication in C# client for gSOAP C++ webservices........ Pin
King Julien11-May-09 19:46
King Julien11-May-09 19:46 
QuestionDataGridView CellPainting (some cells only) Pin
John Jak11-May-09 19:36
John Jak11-May-09 19:36 

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.