Click here to Skip to main content
15,918,330 members
Home / Discussions / C#
   

C#

 
GeneralRe: String formatting problems Pin
sreejith ss nair11-Aug-04 7:33
sreejith ss nair11-Aug-04 7:33 
GeneralRe: String formatting problems Pin
moredip11-Aug-04 7:46
moredip11-Aug-04 7:46 
GeneralRe: String formatting problems Pin
sreejith ss nair11-Aug-04 8:01
sreejith ss nair11-Aug-04 8:01 
GeneralRe: String formatting problems Pin
moredip11-Aug-04 8:05
moredip11-Aug-04 8:05 
GeneralRe: String formatting problems Pin
moredip11-Aug-04 9:29
moredip11-Aug-04 9:29 
GeneralSafe version of unsafe code Pin
cheesepirate11-Aug-04 5:11
cheesepirate11-Aug-04 5:11 
GeneralRe: Safe version of unsafe code Pin
Mardawi11-Aug-04 10:04
Mardawi11-Aug-04 10:04 
GeneralRe: Safe version of unsafe code Pin
Anonymous11-Aug-04 10:56
Anonymous11-Aug-04 10:56 
How 'bout using the shift operators?

int i = 0x12345678;
i = (i << 16) + (i >> 16);
QuestionRestricting Form-Moving to horizontal? Pin
jkersch11-Aug-04 4:17
jkersch11-Aug-04 4:17 
AnswerRe: Restricting Form-Moving to horizontal? Pin
Not Active11-Aug-04 4:58
mentorNot Active11-Aug-04 4:58 
GeneralRe: Restricting Form-Moving to horizontal? Pin
jkersch11-Aug-04 5:14
jkersch11-Aug-04 5:14 
GeneralXmlValidatingReader Pin
Not Active11-Aug-04 3:59
mentorNot Active11-Aug-04 3:59 
GeneralRe: XmlValidatingReader Pin
VenkatFor.NET11-Aug-04 7:28
VenkatFor.NET11-Aug-04 7:28 
GeneralRe: XmlValidatingReader Pin
Not Active12-Aug-04 3:57
mentorNot Active12-Aug-04 3:57 
QuestionDo you see the same results??? Pin
LongRange.Shooter11-Aug-04 3:13
LongRange.Shooter11-Aug-04 3:13 
AnswerRe: Do you see the same results??? Pin
Nick Parker11-Aug-04 4:16
protectorNick Parker11-Aug-04 4:16 
GeneralRe: Do you see the same results??? Pin
LongRange.Shooter11-Aug-04 5:43
LongRange.Shooter11-Aug-04 5:43 
GeneralDirectX Pin
rafQ11-Aug-04 2:29
rafQ11-Aug-04 2:29 
GeneralUrgent Regarding Directoryentry.Invoke(Setpassword,&quot;&quot;) method Pin
shambho11-Aug-04 2:24
shambho11-Aug-04 2:24 
GeneralRe: Urgent Regarding Directoryentry.Invoke(Setpassword,&quot;&quot;) method Pin
LongRange.Shooter11-Aug-04 3:22
LongRange.Shooter11-Aug-04 3:22 
GeneralRe: Urgent Regarding Directoryentry.Invoke(Setpassword,&quot;&quot;) method Pin
shambho11-Aug-04 18:21
shambho11-Aug-04 18:21 
GeneralRe: Urgent Regarding Directoryentry.Invoke(Setpassword,&quot;&quot;) method Pin
Nick Parker11-Aug-04 3:42
protectorNick Parker11-Aug-04 3:42 
GeneralRe: Urgent Regarding Directoryentry.Invoke(Setpassword,&quot;&quot;) method Pin
shambho11-Aug-04 18:31
shambho11-Aug-04 18:31 
GeneralCommit a Outllook Message automatically using the user32.dll - Problems with the right wNotifiyCode Pin
Member 7812311-Aug-04 1:51
Member 7812311-Aug-04 1:51 
GeneralDataBase Problem Pin
ahegeg@hotmail.com11-Aug-04 1:47
sussahegeg@hotmail.com11-Aug-04 1:47 

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.