Click here to Skip to main content
15,915,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Print monitor Pin
Duncan Edwards Jones22-Jun-03 22:10
professionalDuncan Edwards Jones22-Jun-03 22:10 
GeneralRe: Print monitor Pin
lynhoo22-Jun-03 22:34
lynhoo22-Jun-03 22:34 
GeneralUpdating CTreeView Pin
Dan Savilonis22-Jun-03 20:15
Dan Savilonis22-Jun-03 20:15 
GeneralC++ vs. C# Pin
untwisted22-Jun-03 19:08
untwisted22-Jun-03 19:08 
GeneralRe: C++ vs. C# Pin
Toni7822-Jun-03 20:40
Toni7822-Jun-03 20:40 
GeneralRe: C++ vs. C# Pin
Hashim Saleem22-Jun-03 21:49
Hashim Saleem22-Jun-03 21:49 
GeneralRe: C++ vs. C# Pin
untwisted23-Jun-03 6:05
untwisted23-Jun-03 6:05 
GeneralRe: C++ vs. C# Pin
Rick Crone26-Jun-03 10:35
Rick Crone26-Jun-03 10:35 
I have been creating VC++ solutions for years.

I started looking at C# about a year ago.

I have just recently implement a fairly complex solution using 5 Windows services and a Windows application to monitor the services using C#. It's LIVE in our production environment and seem quite robust. This is the first 'real' working C# code for me. I wrote the code in about two months. Most of that time was devoted to issue to solve the 'problem'... not a lot to just getting services to work. To me that's a pretty powerful language.

Here are a few of things I have found about C#.

If you want to write a Windows service I would recomend it over C++. The help system includes a great Walkthrough for creating a Windows service.
Implementing timers is very easy.
Access to the Windows event logs is very easy.

While I am still experimenting with .NET ASP you can use C# as code behind for those pages allowing you to deal with events on a web page with events in a Windows application.

So there are something that are easier in C# and some new things like code behind for ASP web pages that I don't think you can do in C++.

Others might point out other features... but if you are interested in these areas you really should look at C#.
GeneralRe: C++ vs. C# Pin
untwisted26-Jun-03 11:06
untwisted26-Jun-03 11:06 
Generalprogram Build (DeBUG) works Build with release does not work Pin
spinoza22-Jun-03 14:04
spinoza22-Jun-03 14:04 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
Michael Dunn22-Jun-03 15:45
sitebuilderMichael Dunn22-Jun-03 15:45 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
spinoza23-Jun-03 7:48
spinoza23-Jun-03 7:48 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
Ryan Binns22-Jun-03 18:57
Ryan Binns22-Jun-03 18:57 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
spinoza23-Jun-03 7:46
spinoza23-Jun-03 7:46 
GeneralWriting a replacement taskbar Pin
Reaper_Man2k22-Jun-03 12:01
Reaper_Man2k22-Jun-03 12:01 
GeneralRe: Writing a replacement taskbar Pin
Anonymous22-Jun-03 13:21
Anonymous22-Jun-03 13:21 
GeneralRe: Writing a replacement taskbar Pin
Reaper_Man2k25-Jun-03 10:07
Reaper_Man2k25-Jun-03 10:07 
QuestionHow to keep CComboBox list open Pin
PJ Arends22-Jun-03 9:51
professionalPJ Arends22-Jun-03 9:51 
AnswerRe: How to keep CComboBox list open Pin
Neville Franks22-Jun-03 13:21
Neville Franks22-Jun-03 13:21 
GeneralRe: How to keep CComboBox list open Pin
PJ Arends23-Jun-03 16:36
professionalPJ Arends23-Jun-03 16:36 
GeneralRe: How to keep CComboBox list open Pin
Neville Franks23-Jun-03 16:46
Neville Franks23-Jun-03 16:46 
GeneralRe: How to keep CComboBox list open Pin
PJ Arends23-Jun-03 17:11
professionalPJ Arends23-Jun-03 17:11 
GeneralRe: How to keep CComboBox list open Pin
Neville Franks23-Jun-03 18:20
Neville Franks23-Jun-03 18:20 
QuestionHow to create an OnBeforeFileDownload() method in CHtmlView ? Pin
bigK198122-Jun-03 8:56
bigK198122-Jun-03 8:56 
AnswerRe: How to create an OnBeforeFileDownload() method in CHtmlView ? Pin
bigK198123-Jun-03 6:26
bigK198123-Jun-03 6: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.