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

C / C++ / MFC

 
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 
AnswerRe: Help with Windows forms Pin
Justin Tay29-Jul-06 10:46
Justin Tay29-Jul-06 10:46 
This is the wrong forum for managed C++ programming. You should direct your questions here[^] instead.

samaruf wrote:
I'm thinking it will go in the network.cpp file right after the
Application::Run(gcnew Form1());


And have you actually attempted this? Instead of asking this sort of question you should try it out. You would then notice that your code never runs until you exit your form as Application::Run() is actually running the message loop.

samaruf wrote:
Where should I place the code that detects the connection?


If it just detects the connection on startup, then there is the Load event for the form you can use.
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 
GeneralRe: A simple question on PreTranslateMessage and ON_WM_ Pin
Jay Zhu29-Jul-06 18:49
Jay Zhu29-Jul-06 18:49 

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.