Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ShellExecute Bug - NT 4 SP6

Status
Not open for further replies.

burgdavid

Programmer
Jun 22, 2000
70
DE
Hello,<br><br>just try this :<br><br> ShellExecute(this-&gt;GetSafeHwnd(), NULL, &quot;C:\\Program Files&quot;, NULL, NULL, SW_SHOWNORMAL); <br> ShellExecute(this-&gt;GetSafeHwnd(), NULL, &quot;C:\\temp&quot;, NULL, NULL, SW_SHOWNORMAL);<br><br>(you can put it on a button click from a blank MFC-AppWizard application).<br><br>I try it on two PC with both windows NT 4.0 and SP 6.<br><br>Two windows explorer are open (this is normal), and the cpu charge grow up to 100 % and our application windows does no more refresh (this is *not* normal). I have check that both shellexecute return immediately.<br><br>Under Windows 2000 it does not append.<br><br>Somebody can try under win9x ?<br>Somebody had a fix for it ?<br><br>David.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top