HWND hwndt;
hwndt = FindWindow(NULL,"Windows Task Manager");
here FindWindow funnction not work in c language its returns NULL yes i know i can use first perameter also but i wanna use second perameter titel in this function i use dev c++ compiler and also add to project user32.a lib tell me why its not work or any other way for it thx :)
raj874
0
Newbie Poster
Recommended Answers
Jump to PostTry using EnumWindows function. It sends you the information from all the current windows. Then you will see if you have a window titled "Windows Task Manager"
All 4 Replies

MonsieurPointer
raj874
0
Newbie Poster
teo236
10
Junior Poster in Training
adityatandon
23
Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.