Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get problem with FindWindow(). Pls help! Pin
prasad_som20-Aug-07 2:20
prasad_som20-Aug-07 2:20 
AnswerRe: Get problem with FindWindow(). Pls help! Pin
Hamid_RT19-Aug-07 21:59
Hamid_RT19-Aug-07 21:59 
GeneralRe: Get problem with FindWindow(). Pls help! Pin
aluisdo20-Aug-07 1:41
aluisdo20-Aug-07 1:41 
GeneralRe: Get problem with FindWindow(). Pls help! Pin
Hamid_RT20-Aug-07 4:57
Hamid_RT20-Aug-07 4:57 
GeneralRe: Get problem with FindWindow(). Pls help! Pin
aluisdo20-Aug-07 5:27
aluisdo20-Aug-07 5:27 
GeneralRe: Get problem with FindWindow(). Pls help! Pin
Hamid_RT20-Aug-07 19:27
Hamid_RT20-Aug-07 19:27 
AnswerRe: Get problem with FindWindow(). Pls help! Pin
myshketer20-Aug-07 3:59
myshketer20-Aug-07 3:59 
GeneralRe: Get problem with FindWindow(). Pls help! Pin
aluisdo20-Aug-07 5:20
aluisdo20-Aug-07 5:20 
Tks for your reply.

I converted all char * to wchar_t const as same as definetion of function, but I still got that errors.

void pHandle::setHandle(wchar_t const *winClass, wchar_t const *winTitle)
    {
        HWND curWin = FindWindow(winClass,winTitle);
        setHandle(curWin);
    }


Tks for your help
QuestionHow to run an other application from an VS's application Pin
nps_ltv19-Aug-07 18:49
nps_ltv19-Aug-07 18:49 
AnswerRe: How to run an other application from an VS's application Pin
_AnsHUMAN_ 19-Aug-07 19:04
_AnsHUMAN_ 19-Aug-07 19:04 
AnswerRe: How to run an other application from an VS's application Pin
Hamid_RT19-Aug-07 19:20
Hamid_RT19-Aug-07 19:20 
AnswerRe: How to run an other application from an VS's application Pin
David Crow20-Aug-07 2:48
David Crow20-Aug-07 2:48 
Questionanybody help me out Pin
philiptabraham19-Aug-07 18:46
philiptabraham19-Aug-07 18:46 
AnswerRe: anybody help me out Pin
Maxwell Chen19-Aug-07 19:07
Maxwell Chen19-Aug-07 19:07 
GeneralRe: anybody help me out Pin
philiptabraham19-Aug-07 19:11
philiptabraham19-Aug-07 19:11 
AnswerRe: anybody help me out Pin
Karismatic19-Aug-07 20:34
Karismatic19-Aug-07 20:34 
GeneralRe: anybody help me out Pin
philiptabraham19-Aug-07 21:38
philiptabraham19-Aug-07 21:38 
GeneralRe: anybody help me out Pin
Hamid_RT19-Aug-07 21:49
Hamid_RT19-Aug-07 21:49 
AnswerRe: anybody help me out Pin
David Crow20-Aug-07 2:47
David Crow20-Aug-07 2:47 
AnswerBAD USER! Pin
leckey20-Aug-07 3:03
leckey20-Aug-07 3:03 
QuestionCRectTracker Pin
bob1697219-Aug-07 16:01
bob1697219-Aug-07 16:01 
AnswerRe: CRectTracker Pin
Mark Salsbery20-Aug-07 8:35
Mark Salsbery20-Aug-07 8:35 
GeneralRe: CRectTracker Pin
bob1697220-Aug-07 20:12
bob1697220-Aug-07 20:12 
GeneralRe: CRectTracker Pin
Mark Salsbery21-Aug-07 5:08
Mark Salsbery21-Aug-07 5:08 
QuestionHow to monitor drive access? Pin
AlexFr19-Aug-07 12:34
AlexFr19-Aug-07 12:34 

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.