Click here to Skip to main content
15,896,439 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
vgrigor14-Aug-03 4:17
vgrigor14-Aug-03 4:17 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
smee14-Aug-03 8:15
smee14-Aug-03 8:15 
GeneralDeleteFile API .....plz help Pin
rohit.dhamija13-Aug-03 21:17
rohit.dhamija13-Aug-03 21:17 
GeneralRe: DeleteFile API .....plz help Pin
rohit.dhamija13-Aug-03 23:24
rohit.dhamija13-Aug-03 23:24 
GeneralRe: DeleteFile API .....plz help Pin
Magnus Westin13-Aug-03 23:33
Magnus Westin13-Aug-03 23:33 
GeneralRe: DeleteFile API .....plz help Pin
Abin15-Aug-03 20:16
Abin15-Aug-03 20:16 
GeneralManaging Multiple Docs/Views in a MDI MFC App Pin
bneacetp13-Aug-03 20:26
bneacetp13-Aug-03 20:26 
GeneralRe: Managing Multiple Docs/Views in a MDI MFC App Pin
G. Steudtel14-Aug-03 3:41
G. Steudtel14-Aug-03 3:41 
Hello,

I had that kind of problem too, seemed to be connected with
the call to ProcessShellCommand(cmdInfo)

I bracketed the lin in an if-statement like this
<br />
  // Dispatch commands specified on the command line<br />
  if( !cmdInfo.m_strFileName.IsEmpty() )<br />
     if( !ProcessShellCommand(cmdInfo) )<br />
	   { return false;<br />
	   }<br />


Now the application just starts and waits for the user to open a file.

Regards

G. Steudtel
GeneralRe: Managing Multiple Docs/Views in a MDI MFC App Pin
Steve S14-Aug-03 5:42
Steve S14-Aug-03 5:42 
QuestionHow to add text below the Icon dynamically? Pin
forfuture113-Aug-03 20:13
forfuture113-Aug-03 20:13 
GeneralDirectX Audio Pin
DougW4813-Aug-03 19:20
DougW4813-Aug-03 19:20 
GeneralRe: DirectX Audio Pin
Andrew Walker13-Aug-03 23:44
Andrew Walker13-Aug-03 23:44 
GeneralRe: DirectX Audio Pin
Joey Bloggs14-Aug-03 2:30
Joey Bloggs14-Aug-03 2:30 
Questionscroll in listview ??? Pin
_skidrow_vn_13-Aug-03 18:59
_skidrow_vn_13-Aug-03 18:59 
AnswerRe: scroll in listview ??? Pin
David Crow14-Aug-03 3:28
David Crow14-Aug-03 3:28 
GeneralShow Constant Variables Pin
zolfaghari13-Aug-03 18:40
zolfaghari13-Aug-03 18:40 
GeneralRe: Show Constant Variables Pin
Michael Dunn15-Aug-03 19:05
sitebuilderMichael Dunn15-Aug-03 19:05 
Questionhow to translate dynimic array to ocx control? Pin
xnew13-Aug-03 17:00
xnew13-Aug-03 17:00 
AnswerRe: how to translate dynimic array to ocx control? Pin
geo_m14-Aug-03 5:15
geo_m14-Aug-03 5:15 
GeneralDeleting objects Pin
chito13-Aug-03 16:21
chito13-Aug-03 16:21 
GeneralRe: Deleting objects Pin
Dave Bryant13-Aug-03 16:51
Dave Bryant13-Aug-03 16:51 
GeneralCEdit focus Pin
Fei Lok13-Aug-03 12:23
Fei Lok13-Aug-03 12:23 
GeneralRe: CEdit focus Pin
Dave Bryant13-Aug-03 12:50
Dave Bryant13-Aug-03 12:50 
GeneralRe: CEdit focus Pin
Anonymous14-Aug-03 5:26
Anonymous14-Aug-03 5:26 
GeneralRe: CEdit focus Pin
jhwurmbach13-Aug-03 21:48
jhwurmbach13-Aug-03 21:48 

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.