Click here to Skip to main content
15,925,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Not Visual C++... new coder using Dev C++ Pin
Christian Graus29-Jul-06 13:59
protectorChristian Graus29-Jul-06 13:59 
QuestionDrawing graphics on dialog box--which way is best? Pin
ctroyp29-Jul-06 11:01
ctroyp29-Jul-06 11:01 
AnswerRe: Drawing graphics on dialog box--which way is best? Pin
Justin Tay29-Jul-06 11:08
Justin Tay29-Jul-06 11:08 
GeneralRe: Drawing graphics on dialog box--which way is best? Pin
ctroyp29-Jul-06 11:22
ctroyp29-Jul-06 11:22 
GeneralRe: Drawing graphics on dialog box--which way is best? Pin
Justin Tay29-Jul-06 11:54
Justin Tay29-Jul-06 11:54 
GeneralRe: Drawing graphics on dialog box--which way is best? Pin
ctroyp29-Jul-06 11:59
ctroyp29-Jul-06 11:59 
GeneralRe: Drawing graphics on dialog box--which way is best? Pin
Trollslayer29-Jul-06 12:51
mentorTrollslayer29-Jul-06 12:51 
QuestionHelp with Windows forms Pin
samaruf29-Jul-06 10:30
samaruf29-Jul-06 10:30 
I am new to Windows Forms programming using Visual C++ 2005. I'd like your help in writing a simple application which does the following:

When the executable is run, a window opens up with a display of an image that depicts whether the network cable is connected or not. There will be no other controls at present other than a button to exit the app.

Where should I place the code that detects the connection? Should it be in the Form1.h file or the networkapp.cpp(name of the app) file. Since the first thing after the form is created will be to check the network connection, I'm thinking it will go in the network.cpp file right after the
Application::Run(gcnew Form1());

If you could show me some sample code I'd appreciate that.


AnswerRe: Help with Windows forms Pin
Justin Tay29-Jul-06 10:46
Justin Tay29-Jul-06 10:46 
Questionoffice look not supported in VC .NET 2005 Pin
giddy_guitarist29-Jul-06 8:19
giddy_guitarist29-Jul-06 8:19 
AnswerRe: office look not supported in VC .NET 2005 Pin
Justin Tay29-Jul-06 10:32
Justin Tay29-Jul-06 10:32 
GeneralRe: office look not supported in VC .NET 2005 Pin
giddy_guitarist29-Jul-06 21:29
giddy_guitarist29-Jul-06 21:29 
GeneralRe: office look not supported in VC .NET 2005 Pin
Justin Tay29-Jul-06 23:15
Justin Tay29-Jul-06 23:15 
QuestionLowerCase(char stringtoConvert) Pin
jon-8029-Jul-06 6:35
professionaljon-8029-Jul-06 6:35 
AnswerRe: LowerCase(char stringtoConvert) Pin
Maxwell Chen29-Jul-06 7:27
Maxwell Chen29-Jul-06 7:27 
Questionalloc memory, debug and release Pin
includeh1029-Jul-06 4:48
includeh1029-Jul-06 4:48 
AnswerRe: alloc memory, debug and release Pin
Maxwell Chen29-Jul-06 7:34
Maxwell Chen29-Jul-06 7:34 
AnswerRe: alloc memory, debug and release Pin
Chris Losinger29-Jul-06 9:05
professionalChris Losinger29-Jul-06 9:05 
AnswerRe: alloc memory, debug and release [modified] Pin
Rilhas4-Aug-06 11:10
Rilhas4-Aug-06 11:10 
QuestionPacket Filtering API failing Pin
_tasleem29-Jul-06 4:38
_tasleem29-Jul-06 4:38 
QuestionA simple question on PreTranslateMessage and ON_WM_ Pin
Jay Zhu29-Jul-06 4:04
Jay Zhu29-Jul-06 4:04 
AnswerRe: A simple question on PreTranslateMessage and ON_WM_ Pin
includeh1029-Jul-06 5:03
includeh1029-Jul-06 5:03 
GeneralRe: A simple question on PreTranslateMessage and ON_WM_ Pin
Jay Zhu29-Jul-06 6:27
Jay Zhu29-Jul-06 6:27 
GeneralRe: A simple question on PreTranslateMessage and ON_WM_ [modified] Pin
Justin Tay29-Jul-06 7:37
Justin Tay29-Jul-06 7:37 
GeneralRe: A simple question on PreTranslateMessage and ON_WM_ Pin
Jay Zhu29-Jul-06 18:34
Jay Zhu29-Jul-06 18:34 

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.