Click here to Skip to main content
15,919,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: Capturing F5 Keypress Pin
S a n d y12-Apr-09 20:49
S a n d y12-Apr-09 20:49 
GeneralRe: Capturing F5 Keypress Pin
ramzg12-Apr-09 20:57
ramzg12-Apr-09 20:57 
AnswerRe: Capturing F5 Keypress Pin
12Code12-Apr-09 21:03
12Code12-Apr-09 21:03 
GeneralRe: Capturing F5 Keypress Pin
ramzg12-Apr-09 21:09
ramzg12-Apr-09 21:09 
QuestionConvert C++ to C# Pin
yesu prakash12-Apr-09 20:35
yesu prakash12-Apr-09 20:35 
AnswerRe: Convert C++ to C# Pin
Colin Angus Mackay12-Apr-09 23:33
Colin Angus Mackay12-Apr-09 23:33 
GeneralRe: Convert C++ to C# Pin
Fired.Fish.Gmail13-Apr-09 5:05
Fired.Fish.Gmail13-Apr-09 5:05 
GeneralRe: Convert C++ to C# Pin
Colin Angus Mackay13-Apr-09 5:12
Colin Angus Mackay13-Apr-09 5:12 
Unless you are using Managed C++ (and even that is stretching things) this is utter rubbish.

C# may have been modelled on a mix of C++ and other languages but its resemblance is only passing. The main difference is that the framework is totally different. This means you have to find equivalents for things that look nothing alike and may operate in different ways.

For example, if you have an MFC application written in C++ using CView and CDocument classes then you will have to re-write those classes as C# has no direct equivalent. And what happens when you have a situation in C++ where there is a lot of low level memory manipulation? You can't do that easily in C#.


GeneralRe: Convert C++ to C# Pin
Dave Doknjas14-Apr-09 4:14
Dave Doknjas14-Apr-09 4:14 
GeneralRe: Convert C++ to C# Pin
Colin Angus Mackay14-Apr-09 4:17
Colin Angus Mackay14-Apr-09 4:17 
GeneralRe: Convert C++ to C# Pin
Dave Doknjas14-Apr-09 4:28
Dave Doknjas14-Apr-09 4:28 
Questiondata from excel is in the dataset but not displyed in the gridview Pin
kapilsahrawat12-Apr-09 19:45
kapilsahrawat12-Apr-09 19:45 
AnswerRe: data from excel is in the dataset but not displyed in the gridview Pin
Sun Rays12-Apr-09 22:08
Sun Rays12-Apr-09 22:08 
QuestionListening port for many number of clients Pin
yesu prakash12-Apr-09 19:41
yesu prakash12-Apr-09 19:41 
AnswerRe: Listening port for many number of clients Pin
Colin Angus Mackay12-Apr-09 23:31
Colin Angus Mackay12-Apr-09 23:31 
Questionhi please help me Pin
Denver Thomas12-Apr-09 19:10
Denver Thomas12-Apr-09 19:10 
AnswerRe: hi please help me Pin
King Julien12-Apr-09 20:01
King Julien12-Apr-09 20:01 
AnswerRe: hi please help me Pin
Abhijit Jana12-Apr-09 20:03
professionalAbhijit Jana12-Apr-09 20:03 
GeneralRe: hi please help me Pin
Denver Thomas12-Apr-09 20:19
Denver Thomas12-Apr-09 20:19 
QuestionDownload files from a folder with password [modified] Pin
VisualLive12-Apr-09 18:59
VisualLive12-Apr-09 18:59 
QuestionRich Text Box Change Programatically Pin
TD Hall12-Apr-09 18:40
TD Hall12-Apr-09 18:40 
AnswerRe: Rich Text Box Change Programatically Pin
King Julien12-Apr-09 20:09
King Julien12-Apr-09 20:09 
QuestionHow to call begin edit on key press Pin
hirenkshah12-Apr-09 18:38
hirenkshah12-Apr-09 18:38 
QuestionHow to call begin edit on key press in TreeListView? Pin
hirenkshah12-Apr-09 18:37
hirenkshah12-Apr-09 18:37 
QuestionResume upload Pin
a.hamidy12-Apr-09 18:26
a.hamidy12-Apr-09 18: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.