Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: auto_ptr array Pin
Stephen Hewitt2-Apr-08 16:33
Stephen Hewitt2-Apr-08 16:33 
GeneralRe: auto_ptr array Pin
George_George3-Apr-08 0:01
George_George3-Apr-08 0:01 
GeneralRe: auto_ptr array Pin
ankita patel1-Apr-08 11:33
ankita patel1-Apr-08 11:33 
GeneralRe: auto_ptr array Pin
George_George1-Apr-08 19:42
George_George1-Apr-08 19:42 
GeneralInternationalization - Pin
kutti1-Apr-08 0:31
kutti1-Apr-08 0:31 
GeneralRe: Internationalization - Pin
_AnsHUMAN_ 1-Apr-08 0:53
_AnsHUMAN_ 1-Apr-08 0:53 
GeneralRe: Internationalization - Pin
kutti1-Apr-08 1:07
kutti1-Apr-08 1:07 
GeneralA Question about FindWindowEx Pin
Mushtaque Nizamani1-Apr-08 0:17
Mushtaque Nizamani1-Apr-08 0:17 
Hi,
Here is the code.
HWND hwndCalc;<br />
	hwndCalc = ::FindWindowEx(NULL, NULL, _T("SciCalc"),_T("")); <br />
	DWORD dwerr = GetLastError(); // dwErr = 0(successful) but unable to understand why hwndCalc is NULL i.e. 0x00000000

I'm unable to understand why FindWindowEx is returning null handle although GetLastError() is returning 0 i.e. successful
Please check the document of FindWindowEx
http://msdn2.microsoft.com/en-us/library/ms633500(VS.85).aspx[^]

Regards,
Mushq

GeneralRe: A Question about FindWindowEx Pin
Iain Clarke, Warrior Programmer1-Apr-08 0:33
Iain Clarke, Warrior Programmer1-Apr-08 0:33 
GeneralRe: A Question about FindWindowEx Pin
Mushtaque Nizamani1-Apr-08 0:46
Mushtaque Nizamani1-Apr-08 0:46 
GeneralRe: A Question about FindWindowEx Pin
Iain Clarke, Warrior Programmer1-Apr-08 1:23
Iain Clarke, Warrior Programmer1-Apr-08 1:23 
GeneralRe: A Question about FindWindowEx Pin
CPallini1-Apr-08 1:39
mveCPallini1-Apr-08 1:39 
GeneralRe: A Question about FindWindowEx Pin
Mushtaque Nizamani1-Apr-08 1:47
Mushtaque Nizamani1-Apr-08 1:47 
GeneralOT: Iain cautious approach... Pin
CPallini1-Apr-08 2:06
mveCPallini1-Apr-08 2:06 
GeneralRe: OT: Iain cautious approach... Pin
Iain Clarke, Warrior Programmer1-Apr-08 3:10
Iain Clarke, Warrior Programmer1-Apr-08 3:10 
QuestionHow can I change the config of Windows services with a MFC program?? Pin
oceandeeplawrence1-Apr-08 0:10
oceandeeplawrence1-Apr-08 0:10 
GeneralRe: How can I change the config of Windows services with a MFC program?? Pin
Iain Clarke, Warrior Programmer1-Apr-08 0:20
Iain Clarke, Warrior Programmer1-Apr-08 0:20 
Questionlinked list in SDK Pin
trioum1-Apr-08 0:02
trioum1-Apr-08 0:02 
GeneralRe: linked list in SDK Pin
Iain Clarke, Warrior Programmer1-Apr-08 0:36
Iain Clarke, Warrior Programmer1-Apr-08 0:36 
GeneralRe: linked list in SDK Pin
CPallini1-Apr-08 0:50
mveCPallini1-Apr-08 0:50 
GeneralRe: linked list in SDK Pin
Saurabh.Garg1-Apr-08 1:14
Saurabh.Garg1-Apr-08 1:14 
Generalescape button Pin
Chandrasekharan P31-Mar-08 23:20
Chandrasekharan P31-Mar-08 23:20 
GeneralRe: escape button Pin
Nibu babu thomas31-Mar-08 23:36
Nibu babu thomas31-Mar-08 23:36 
GeneralRe: escape button Pin
nisha0000031-Mar-08 23:41
nisha0000031-Mar-08 23:41 
GeneralRe: escape button Pin
toxcct1-Apr-08 0:34
toxcct1-Apr-08 0: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.