Click here to Skip to main content
15,923,197 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SHBrowseForFolder Pin
Hesham Amin6-May-04 22:33
Hesham Amin6-May-04 22:33 
Questionhow to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
wl@syntc.com.cn6-May-04 21:55
wl@syntc.com.cn6-May-04 21:55 
AnswerRe: how to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
Anthony_Yio7-May-04 0:07
Anthony_Yio7-May-04 0:07 
GeneralRe: how to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
wl@syntc.com.cn7-May-04 14:35
wl@syntc.com.cn7-May-04 14:35 
GeneralRe: how to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
Anthony_Yio10-May-04 1:44
Anthony_Yio10-May-04 1:44 
GeneralReading timecode in avi files Pin
FredericCharton6-May-04 21:24
FredericCharton6-May-04 21:24 
GeneralSingle Instance restriction Pin
Mr Bose Dayala6-May-04 19:52
Mr Bose Dayala6-May-04 19:52 
GeneralRe: Single Instance restriction Pin
Monty26-May-04 20:04
Monty26-May-04 20:04 
the exe you are launching do u have its code, if you do you can code in to the exe itself that it will run only one time
every time it start it can do a FindWindow(windowname) if exists exit ( or Win32 Events can be used )

if you don't have access to the exe's code than in the launching application use CreateProcess instead of winexec and use the handle to the process too determine if the exe is running or not

hope it helps Smile | :)

C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg
GeneralRe: Single Instance restriction Pin
Mr Bose Dayala6-May-04 20:11
Mr Bose Dayala6-May-04 20:11 
GeneralRe: Single Instance restriction Pin
Jitendra gangwar6-May-04 20:31
Jitendra gangwar6-May-04 20:31 
GeneralRe: Single Instance restriction Pin
Jitendra gangwar6-May-04 20:31
Jitendra gangwar6-May-04 20:31 
GeneralCFileFind Pin
ykutanoor6-May-04 19:24
ykutanoor6-May-04 19:24 
GeneralRe: CFileFind Pin
Anonymous6-May-04 21:57
Anonymous6-May-04 21:57 
QuestionHow to detect whether or not the current window is console window. Pin
Truong D. Toan6-May-04 18:14
Truong D. Toan6-May-04 18:14 
AnswerRe: How to detect whether or not the current window is console window. Pin
Abin6-May-04 20:52
Abin6-May-04 20:52 
Questionwhats the CListCtrl's equivalent of SetCurSel ? Pin
Anonymous6-May-04 17:51
Anonymous6-May-04 17:51 
AnswerRe: whats the CListCtrl's equivalent of SetCurSel ? Pin
Anonymous6-May-04 21:30
Anonymous6-May-04 21:30 
QuestionCan anyone help with my code??? Pin
Draco02836-May-04 17:45
Draco02836-May-04 17:45 
AnswerRe: Can anyone help with my code??? Pin
Maxwell Chen6-May-04 19:54
Maxwell Chen6-May-04 19:54 
GeneralRe: Can anyone help with my code??? Pin
Draco02837-May-04 3:05
Draco02837-May-04 3:05 
GeneralRe: Can anyone help with my code??? Pin
Juergen Froehlich7-May-04 11:52
Juergen Froehlich7-May-04 11:52 
Generalamplitude demodulation Pin
langzi546-May-04 14:55
langzi546-May-04 14:55 
GeneralRe: amplitude demodulation Pin
Roger Wright6-May-04 20:39
professionalRoger Wright6-May-04 20:39 
GeneralRe: amplitude demodulation Pin
Anonymous6-May-04 20:55
Anonymous6-May-04 20:55 
GeneralRe: amplitude demodulation Pin
Roger Wright7-May-04 2:59
professionalRoger Wright7-May-04 2:59 

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.