Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Doubt in using Math library Pin
Maxwell Chen7-Mar-08 3:27
Maxwell Chen7-Mar-08 3:27 
GeneralRe: Doubt in using Math library Pin
CPallini7-Mar-08 3:36
mveCPallini7-Mar-08 3:36 
GeneralRe: Doubt in using Math library Pin
Maxwell Chen7-Mar-08 3:59
Maxwell Chen7-Mar-08 3:59 
GeneralRe: Doubt in using Math library Pin
Rajkumar R7-Mar-08 4:20
Rajkumar R7-Mar-08 4:20 
GeneralRe: Doubt in using Math library Pin
Maxwell Chen7-Mar-08 4:25
Maxwell Chen7-Mar-08 4:25 
GeneralRe: Doubt in using Math library Pin
CPallini7-Mar-08 4:21
mveCPallini7-Mar-08 4:21 
GeneralRe: Doubt in using Math library Pin
Maxwell Chen7-Mar-08 4:25
Maxwell Chen7-Mar-08 4:25 
GeneralWindow is launched in the Background when the Alt key is down! Pin
hatemtaleb6-Mar-08 21:39
hatemtaleb6-Mar-08 21:39 
Hi,

For some reason, I need to launch an application from my c++ code while holding the Alt key.
the code is really simple:
<br />
char appName[64];<br />
strcpy(appName,"c:\\WINDOWS\\notepad.exe");<br />
ShellExecute(hWnd,"open",appName,NULL,NULL,SW_SHOWNORMAL);<br />

But when executed whith the Alt key down, the application is opened behind the main window Confused | :confused:

Does anyone have any clue fro this ?

I appreciate your help.
Thanks
Generalanti-standard code can compile -- about template class Pin
George_George6-Mar-08 21:37
George_George6-Mar-08 21:37 
GeneralRe: anti-standard code can compile -- about template class Pin
BadKarma6-Mar-08 21:56
BadKarma6-Mar-08 21:56 
GeneralRe: anti-standard code can compile -- about template class Pin
George_George6-Mar-08 22:30
George_George6-Mar-08 22:30 
GeneralRe: anti-standard code can compile -- about template class Pin
Maxwell Chen6-Mar-08 22:59
Maxwell Chen6-Mar-08 22:59 
GeneralRe: anti-standard code can compile -- about template class Pin
George_George6-Mar-08 23:22
George_George6-Mar-08 23:22 
GeneralRe: anti-standard code can compile -- about template class Pin
Maxwell Chen6-Mar-08 23:31
Maxwell Chen6-Mar-08 23:31 
GeneralRe: anti-standard code can compile -- about template class Pin
George_George7-Mar-08 0:22
George_George7-Mar-08 0:22 
GeneralRe: anti-standard code can compile -- about template class Pin
BadKarma6-Mar-08 22:59
BadKarma6-Mar-08 22:59 
GeneralRe: anti-standard code can compile -- about template class Pin
Maxwell Chen6-Mar-08 23:06
Maxwell Chen6-Mar-08 23:06 
GeneralRe: anti-standard code can compile -- about template class Pin
George_George6-Mar-08 23:24
George_George6-Mar-08 23:24 
GeneralRe: anti-standard code can compile -- about template class Pin
Maxwell Chen6-Mar-08 23:35
Maxwell Chen6-Mar-08 23:35 
JokeRe: anti-standard code can compile -- about template class Pin
Maxwell Chen6-Mar-08 23:41
Maxwell Chen6-Mar-08 23:41 
GeneralRe: anti-standard code can compile -- about template class Pin
George_George7-Mar-08 0:21
George_George7-Mar-08 0:21 
GeneralRe: anti-standard code can compile -- about template class Pin
Maxwell Chen7-Mar-08 3:09
Maxwell Chen7-Mar-08 3:09 
GeneralRe: anti-standard code can compile -- about template class Pin
George_George7-Mar-08 3:18
George_George7-Mar-08 3:18 
GeneralRe: anti-standard code can compile -- about template class Pin
Maxwell Chen7-Mar-08 3:23
Maxwell Chen7-Mar-08 3:23 
GeneralRe: anti-standard code can compile -- about template class Pin
George_George7-Mar-08 3:37
George_George7-Mar-08 3:37 

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.