Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: please help me !!!!!!!! Pin
JacquesDP6-Aug-06 18:44
JacquesDP6-Aug-06 18:44 
Questionhandles Pin
NasimKaziS6-Aug-06 18:23
NasimKaziS6-Aug-06 18:23 
AnswerRe: handles Pin
Ed.Poore6-Aug-06 22:20
Ed.Poore6-Aug-06 22:20 
Questionhow to retrieve a bit Pin
sarojkumarjena6-Aug-06 17:46
sarojkumarjena6-Aug-06 17:46 
AnswerRe: how to retrieve a bit Pin
stancrm6-Aug-06 20:03
stancrm6-Aug-06 20:03 
GeneralRe: how to retrieve a bit Pin
sarojkumarjena6-Aug-06 20:40
sarojkumarjena6-Aug-06 20:40 
GeneralRe: how to retrieve a bit Pin
stancrm6-Aug-06 20:58
stancrm6-Aug-06 20:58 
GeneralRe: how to retrieve a bit Pin
Divyang Mithaiwala7-Aug-06 2:46
Divyang Mithaiwala7-Aug-06 2:46 
That's a nice code. By using that u can make ur own function
Like...

public bool GetBit(int No,int bitPos)
{
	return Convert.ToBoolean(No & (0x1 << bitPos));
}


But be carefull (MSB->LSB) BitPos = 0 = LSB


regards,
Divyang Mithaiwala
System Engineer & Software Developer
Questiondifference between point and pointF Pin
KrunalC6-Aug-06 16:44
KrunalC6-Aug-06 16:44 
AnswerRe: difference between point and pointF Pin
Rob Graham6-Aug-06 16:55
Rob Graham6-Aug-06 16:55 
GeneralRe: difference between point and pointF Pin
KrunalC6-Aug-06 17:20
KrunalC6-Aug-06 17:20 
AnswerRe: difference between point and pointF Pin
Guffa6-Aug-06 21:29
Guffa6-Aug-06 21:29 
GeneralRe: difference between point and pointF Pin
KrunalC6-Aug-06 23:27
KrunalC6-Aug-06 23:27 
GeneralRe: difference between point and pointF Pin
Guffa6-Aug-06 23:31
Guffa6-Aug-06 23:31 
QuestionQuestion about DateTime or any other Data\Time object ... Pin
Yanshof6-Aug-06 13:10
Yanshof6-Aug-06 13:10 
AnswerRe: Question about DateTime or any other Data\Time object ... Pin
Shy Agam6-Aug-06 13:23
Shy Agam6-Aug-06 13:23 
GeneralRe: Question about DateTime or any other Data\Time object ... Pin
Yanshof6-Aug-06 13:31
Yanshof6-Aug-06 13:31 
AnswerRe: Question about DateTime or any other Data\Time object ... Pin
Ravi Bhavnani6-Aug-06 14:03
professionalRavi Bhavnani6-Aug-06 14:03 
QuestionHow do we pass along arguments to another thread while preventing multiple instances? Pin
Mikzi6-Aug-06 13:03
Mikzi6-Aug-06 13:03 
AnswerRe: How do we pass along arguments to another thread while preventing multiple instances? Pin
Judah Gabriel Himango6-Aug-06 17:52
sponsorJudah Gabriel Himango6-Aug-06 17:52 
GeneralRe: How do we pass along arguments to another thread while preventing multiple instances? [modified] Pin
Mikzi7-Aug-06 0:26
Mikzi7-Aug-06 0:26 
GeneralRe: How do we pass along arguments to another thread while preventing multiple instances? Pin
mav.northwind7-Aug-06 3:21
mav.northwind7-Aug-06 3:21 
AnswerRe: How do we pass along arguments to another thread while preventing multiple instances? Pin
Mikzi7-Aug-06 12:09
Mikzi7-Aug-06 12:09 
QuestionBarcode Pin
omar el halwagy6-Aug-06 12:50
omar el halwagy6-Aug-06 12:50 
AnswerRe: Barcode Pin
Judah Gabriel Himango6-Aug-06 13:02
sponsorJudah Gabriel Himango6-Aug-06 13:02 

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.