Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Uninstall Blues Pin
toxcct19-Aug-04 5:01
toxcct19-Aug-04 5:01 
GeneralRe: Uninstall Blues Pin
David Crow19-Aug-04 5:07
David Crow19-Aug-04 5:07 
QuestionHow to Initialize an array of user selected size Pin
Deepak Samuel19-Aug-04 3:45
Deepak Samuel19-Aug-04 3:45 
AnswerRe: How to Initialize an array of user selected size Pin
RChin19-Aug-04 3:59
RChin19-Aug-04 3:59 
Generalnoisy AfxMessageBox Pin
V.19-Aug-04 3:27
professionalV.19-Aug-04 3:27 
GeneralRe: noisy AfxMessageBox Pin
RChin19-Aug-04 3:52
RChin19-Aug-04 3:52 
GeneralProgram Starts Minized Pin
sweep12319-Aug-04 3:25
sweep12319-Aug-04 3:25 
GeneralRe: Program Starts Minized Pin
RichardS19-Aug-04 3:51
RichardS19-Aug-04 3:51 
Just change your startup information:

sweep123 wrote:
si[0].dwFlags = STARTF_USEPOSITION;

Try this:

si[0].dwFlags = STARTF_USEPOSITION | STARTF_USESHOWWINDOW;<br />
si[0].wShowWindow = SW_MINIMIZE;


cheers,
Rich

"Programming today is a race between software engineers striving to build bigger and
better idiot-proff programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
GeneralRe: Program Starts Minized Pin
sweep12319-Aug-04 5:45
sweep12319-Aug-04 5:45 
GeneralRe: Program Starts Minized Pin
gamitech19-Aug-04 10:57
gamitech19-Aug-04 10:57 
GeneralRe: Program Starts Minized Pin
Ryan Binns19-Aug-04 18:25
Ryan Binns19-Aug-04 18:25 
GeneralSuspending external application Pin
WzR19-Aug-04 3:08
WzR19-Aug-04 3:08 
GeneralUsing Visual C++ .NET (ClassWizard) Pin
Jon Hulatt19-Aug-04 3:05
Jon Hulatt19-Aug-04 3:05 
GeneralRe: Using Visual C++ .NET (ClassWizard) Pin
Andrew Walker19-Aug-04 15:19
Andrew Walker19-Aug-04 15:19 
GeneralRe: Using Visual C++ .NET (ClassWizard) Pin
Jon Hulatt19-Aug-04 20:49
Jon Hulatt19-Aug-04 20:49 
GeneralWindow messages Pin
RichardS19-Aug-04 3:00
RichardS19-Aug-04 3:00 
GeneralRe: Window messages Pin
Ivan Cachicatari19-Aug-04 4:38
Ivan Cachicatari19-Aug-04 4:38 
Questionwhat does &quot;this&quot; mean? Pin
Deepak Samuel19-Aug-04 2:33
Deepak Samuel19-Aug-04 2:33 
AnswerRe: what does &quot;this&quot; mean? Pin
David Crow19-Aug-04 2:46
David Crow19-Aug-04 2:46 
AnswerRe: what does &quot;this&quot; mean? Pin
Maximilien19-Aug-04 2:46
Maximilien19-Aug-04 2:46 
AnswerRe: what does &quot;this&quot; mean? Pin
V.19-Aug-04 3:34
professionalV.19-Aug-04 3:34 
AnswerRe: what does &quot;this&quot; mean? Pin
V.19-Aug-04 3:34
professionalV.19-Aug-04 3:34 
GeneralRe: what does &quot;this&quot; mean? Pin
Antony M Kancidrowski19-Aug-04 4:20
Antony M Kancidrowski19-Aug-04 4:20 
GeneralRe: what does &quot;this&quot; mean? Pin
V.19-Aug-04 4:44
professionalV.19-Aug-04 4:44 
GeneralRe: what does &quot;this&quot; mean? Pin
Michael P Butler19-Aug-04 22:03
Michael P Butler19-Aug-04 22:03 

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.