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

C / C++ / MFC

 
GeneralRe: Menu ID Pin
Hans Ruck24-Jan-06 23:58
Hans Ruck24-Jan-06 23:58 
QuestionRestarting the Application Pin
Ali Tavakol24-Jan-06 21:30
Ali Tavakol24-Jan-06 21:30 
AnswerRe: Restarting the Application Pin
M.Mehrdad.M24-Jan-06 21:57
M.Mehrdad.M24-Jan-06 21:57 
GeneralRe: Restarting the Application Pin
Ali Tavakol26-Jan-06 6:24
Ali Tavakol26-Jan-06 6:24 
GeneralRe: Restarting the Application Pin
M.Mehrdad.M27-Jan-06 20:04
M.Mehrdad.M27-Jan-06 20:04 
QuestionRe: Restarting the Application Pin
Owner drawn24-Jan-06 22:20
Owner drawn24-Jan-06 22:20 
AnswerRe: Restarting the Application Pin
Ali Tavakol26-Jan-06 6:21
Ali Tavakol26-Jan-06 6:21 
GeneralRe: Restarting the Application Pin
Owner drawn26-Jan-06 16:46
Owner drawn26-Jan-06 16:46 
Yeah I have done that in VB.net many times.

And in VC++ it must be easy too.

Close all open streams, handles, and whatever resources that you are using. Equivalent to shutting down of the application but not really shutting down.

Now start up your application with ShellExecute...

And immediately after that quit your application. It will work.

Jesus LovesRose | [Rose]
<marquee direction="up" height="40" scrolldelay="1" step="1" scrollamount="1" style="background:#aabbcc;border-bottom:thin solid 1px #6699cc">
--Owner DrawnRose | [Rose]
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is LordRose | [Rose]

Questioncode in C language that can save and edit Pin
shazzney24-Jan-06 21:16
shazzney24-Jan-06 21:16 
AnswerRe: code in C language that can save and edit Pin
Laxman924-Jan-06 21:29
Laxman924-Jan-06 21:29 
GeneralRe: code in C language that can save and edit Pin
shazzney24-Jan-06 22:00
shazzney24-Jan-06 22:00 
GeneralRe: code in C language that can save and edit Pin
Rage25-Jan-06 0:17
professionalRage25-Jan-06 0:17 
AnswerRe: code in C language that can save and edit Pin
toxcct24-Jan-06 21:31
toxcct24-Jan-06 21:31 
GeneralRe: code in C language that can save and edit Pin
shazzney24-Jan-06 21:51
shazzney24-Jan-06 21:51 
GeneralRe: code in C language that can save and edit Pin
toxcct24-Jan-06 22:05
toxcct24-Jan-06 22:05 
AnswerRe: code in C language that can save and edit Pin
David Crow25-Jan-06 4:24
David Crow25-Jan-06 4:24 
QuestionFile selection using OPENFILENAME in Unicode env. Pin
cpp_prgmer24-Jan-06 20:46
cpp_prgmer24-Jan-06 20:46 
AnswerRe: File selection using OPENFILENAME in Unicode env. Pin
Owner drawn24-Jan-06 21:25
Owner drawn24-Jan-06 21:25 
GeneralRe: File selection using OPENFILENAME in Unicode env. Pin
cpp_prgmer24-Jan-06 21:45
cpp_prgmer24-Jan-06 21:45 
QuestionRe: File selection using OPENFILENAME in Unicode env. Pin
David Crow25-Jan-06 4:34
David Crow25-Jan-06 4:34 
AnswerRe: File selection using OPENFILENAME in Unicode env. Pin
cpp_prgmer25-Jan-06 21:24
cpp_prgmer25-Jan-06 21:24 
QuestionRe: File selection using OPENFILENAME in Unicode env. Pin
David Crow26-Jan-06 2:58
David Crow26-Jan-06 2:58 
QuestionFind path of a selected file in explorer Pin
Arumugarani Sundaram24-Jan-06 19:38
Arumugarani Sundaram24-Jan-06 19:38 
AnswerRe: Find path of a selected file in explorer Pin
David Crow25-Jan-06 5:10
David Crow25-Jan-06 5:10 
GeneralRe: Find path of a selected file in explorer Pin
Arumugarani Sundaram26-Jan-06 17:38
Arumugarani Sundaram26-Jan-06 17: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.