Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need Help - Pointers Pin
toxcct14-Feb-06 0:36
toxcct14-Feb-06 0:36 
GeneralRe: Need Help - Pointers Pin
pjama14-Feb-06 1:18
pjama14-Feb-06 1:18 
AnswerRe: Need Help - Pointers Pin
James R. Twine14-Feb-06 4:45
James R. Twine14-Feb-06 4:45 
Questiondrwtsn32 - not working? Pin
rrrado13-Feb-06 23:11
rrrado13-Feb-06 23:11 
JokeRe: drwtsn32 - not working? Pin
rrrado14-Feb-06 1:17
rrrado14-Feb-06 1:17 
QuestionNeed Help--How to implement a Find Target application? Pin
sandakith13-Feb-06 22:40
sandakith13-Feb-06 22:40 
AnswerRe: Need Help--How to implement a Find Target application? Pin
Naveen13-Feb-06 22:44
Naveen13-Feb-06 22:44 
AnswerRe: Need Help--How to implement a Find Target application? Pin
Malli_S13-Feb-06 22:53
Malli_S13-Feb-06 22:53 
Hi Sandakith !
Here is solution for you. just put the following code, that would do just what you want.

ShellExecute(0,"explore","c:\\malli\\",0,0,SW_SHOWNORMAL);
or
ShellExecute(0,"open","c:\\malli\\",0,0,SW_SHOWNORMAL);

you just go throught the difference between both the solutions, it's a noticable difference. And don't forget to include "windwos.h" and "shellapi.h" files into your project... ! All the best !Big Grin | :-D


- Malli... !
GeneralRe: Need Help--How to implement a Find Target application? Pin
toxcct13-Feb-06 22:57
toxcct13-Feb-06 22:57 
GeneralRe: Need Help--How to implement a Find Target application? Pin
ThatsAlok14-Feb-06 22:03
ThatsAlok14-Feb-06 22:03 
GeneralRe: Need Help--How to implement a Find Target application? Pin
toxcct14-Feb-06 22:08
toxcct14-Feb-06 22:08 
GeneralRe: Need Help--How to implement a Find Target application? Pin
sandakith14-Feb-06 16:15
sandakith14-Feb-06 16:15 
Questionhelp with DWORD Pin
Waldermort13-Feb-06 21:49
Waldermort13-Feb-06 21:49 
AnswerRe: help with DWORD Pin
toxcct13-Feb-06 22:01
toxcct13-Feb-06 22:01 
GeneralRe: help with DWORD Pin
Waldermort13-Feb-06 22:08
Waldermort13-Feb-06 22:08 
GeneralRe: help with DWORD Pin
ThatsAlok14-Feb-06 22:01
ThatsAlok14-Feb-06 22:01 
QuestionEdit box selection color Pin
Naveen13-Feb-06 20:36
Naveen13-Feb-06 20:36 
AnswerRe: Edit box selection color Pin
James Brown13-Feb-06 21:42
James Brown13-Feb-06 21:42 
AnswerRe: Edit box selection color Pin
Ganesh_T13-Feb-06 22:16
Ganesh_T13-Feb-06 22:16 
GeneralRe: Edit box selection color Pin
Naveen13-Feb-06 22:27
Naveen13-Feb-06 22:27 
GeneralRe: Edit box selection color Pin
Rage14-Feb-06 2:22
professionalRage14-Feb-06 2:22 
GeneralRe: Edit box selection color Pin
ThatsAlok14-Feb-06 22:00
ThatsAlok14-Feb-06 22:00 
Questionsize of Objects Pin
Subramaniam s.V.13-Feb-06 20:09
Subramaniam s.V.13-Feb-06 20:09 
AnswerRe: size of Objects Pin
Cedric Moonen13-Feb-06 20:23
Cedric Moonen13-Feb-06 20:23 
GeneralRe: size of Objects Pin
Subramaniam s.V.13-Feb-06 20:38
Subramaniam s.V.13-Feb-06 20:38 

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.