Click here to Skip to main content
15,904,653 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setting listbox items to the registry Pin
Giorgi Dalakishvili17-Sep-07 4:11
mentorGiorgi Dalakishvili17-Sep-07 4:11 
GeneralRe: Setting listbox items to the registry Pin
Lucy17-Sep-07 4:21
Lucy17-Sep-07 4:21 
GeneralRe: Setting listbox items to the registry Pin
Giorgi Dalakishvili17-Sep-07 5:12
mentorGiorgi Dalakishvili17-Sep-07 5:12 
QuestionHow can I set Multi Folder Watcher?? Pin
Rakesh B Singh17-Sep-07 3:11
Rakesh B Singh17-Sep-07 3:11 
AnswerRe: How can I set Multi Folder Watcher?? Pin
Giorgi Dalakishvili17-Sep-07 3:23
mentorGiorgi Dalakishvili17-Sep-07 3:23 
QuestionRe: How can I set Multi Folder Watcher?? Pin
Rakesh B Singh17-Sep-07 23:28
Rakesh B Singh17-Sep-07 23:28 
AnswerRe: How can I set Multi Folder Watcher?? Pin
Giorgi Dalakishvili17-Sep-07 23:30
mentorGiorgi Dalakishvili17-Sep-07 23:30 
QuestionRe: How can I set Multi Folder Watcher?? Pin
Rakesh B Singh18-Sep-07 18:33
Rakesh B Singh18-Sep-07 18:33 
QuestionChange the location of the Shared add-in User.Config File Pin
Seenu_prabakar17-Sep-07 3:03
Seenu_prabakar17-Sep-07 3:03 
AnswerRe: Change the location of the Shared add-in User.Config File Pin
originSH17-Sep-07 3:12
originSH17-Sep-07 3:12 
QuestionPersisting collections - Serialization Problem??? Pin
Johnny J.17-Sep-07 3:00
professionalJohnny J.17-Sep-07 3:00 
Questionfile sharing for web applications Pin
gbabu1717-Sep-07 2:24
gbabu1717-Sep-07 2:24 
AnswerRe: file sharing for web applications Pin
Pete O'Hanlon17-Sep-07 2:56
mvePete O'Hanlon17-Sep-07 2:56 
GeneralRe: file sharing for web applications Pin
gbabu1717-Sep-07 3:45
gbabu1717-Sep-07 3:45 
GeneralRe: file sharing for web applications Pin
gbabu1717-Sep-07 3:48
gbabu1717-Sep-07 3:48 
GeneralRe: file sharing for web applications Pin
Pete O'Hanlon17-Sep-07 4:41
mvePete O'Hanlon17-Sep-07 4:41 
QuestionInserting a row into excel spreadsheet Pin
lourensG17-Sep-07 2:18
lourensG17-Sep-07 2:18 
Questionlooping Pin
Lucky Sheikh17-Sep-07 1:57
Lucky Sheikh17-Sep-07 1:57 
AnswerRe: looping Pin
Colin Angus Mackay17-Sep-07 2:06
Colin Angus Mackay17-Sep-07 2:06 
AnswerRe: looping Pin
Imran Khan Pathan17-Sep-07 2:09
Imran Khan Pathan17-Sep-07 2:09 
GeneralRe: looping Pin
Colin Angus Mackay17-Sep-07 2:29
Colin Angus Mackay17-Sep-07 2:29 
QuestionC# use for Resource Intesive Backend Components Vs C++ Pin
Supercross17-Sep-07 1:52
Supercross17-Sep-07 1:52 
AnswerRe: C# use for Resource Intesive Backend Components Vs C++ Pin
Pete O'Hanlon17-Sep-07 2:14
mvePete O'Hanlon17-Sep-07 2:14 
A common misconception is that C# cannot work with pointers. This is not true. While it is not recommended to work directly with pointers, you can do it by marking regions of code as unsafe, so you could move highly intensive pointer based code into these areas. I would question though, whether or not this is a route you would want to go down when you can mix C++ and C# projects in the same solution.

Deja View - the feeling that you've seen this post before.

QuestionChecking for new data in a xml file Pin
anu8117-Sep-07 1:47
anu8117-Sep-07 1:47 
Questionhow to us typed dataset in vb.net 2005 Pin
himanshu p taunk17-Sep-07 1:38
himanshu p taunk17-Sep-07 1:38 

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.