Click here to Skip to main content
15,892,575 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem opening URL [modified] Pin
pix_programmer26-May-11 3:20
pix_programmer26-May-11 3:20 
GeneralRe: Problem opening URL Pin
Richard MacCutchan26-May-11 3:32
mveRichard MacCutchan26-May-11 3:32 
AnswerRe: Problem opening URL Pin
Niklas L26-May-11 4:49
Niklas L26-May-11 4:49 
GeneralRe: Problem opening URL Pin
pix_programmer26-May-11 20:32
pix_programmer26-May-11 20:32 
GeneralRe: Problem opening URL Pin
Niklas L26-May-11 21:40
Niklas L26-May-11 21:40 
GeneralRe: Problem opening URL Pin
pix_programmer26-May-11 22:15
pix_programmer26-May-11 22:15 
QuestionRe: Problem opening URL Pin
Niklas L27-May-11 1:09
Niklas L27-May-11 1:09 
QuestionFindWindow() without giving Application windows caption Pin
manju 326-May-11 0:44
manju 326-May-11 0:44 
Hi all,
How can i get the handle of the the window(i.e other dialog),if it doesnt have Windows caption.
I am trying with this code,

HWND hWnd1;
	hWnd1=::FindWindow(NULL,"Test"); // where "Test" is the Caption of other dialog
	if(hWnd1!=NULL) 
	{
		
		::SetDlgItemText(hWnd1,IDOK,"sadsd");
		
	}

If i dont have caption means,how can i change the text.If any one has any idea,please let me know

Thanks
Manju
AnswerRe: FindWindow() without giving Application windows caption Pin
tagopi26-May-11 1:33
tagopi26-May-11 1:33 
AnswerRe: FindWindow() without giving Application windows caption Pin
ThatsAlok26-May-11 21:39
ThatsAlok26-May-11 21:39 
Questionendtask program using win32api/c like taskmanager to close programs without invoking taskmanager just in one shot Pin
Jayapal Chandran25-May-11 20:52
Jayapal Chandran25-May-11 20:52 
AnswerRe: endtask program using win32api/c like taskmanager to close programs without invoking taskmanager just in one shot Pin
_AnsHUMAN_ 25-May-11 21:53
_AnsHUMAN_ 25-May-11 21:53 
AnswerRe: endtask program using win32api/c like taskmanager to close programs without invoking taskmanager just in one shot Pin
Mark Salsbery25-May-11 21:54
Mark Salsbery25-May-11 21:54 
AnswerRe: endtask program using win32api/c like taskmanager to close programs without invoking taskmanager just in one shot Pin
MicroVirus26-May-11 0:27
MicroVirus26-May-11 0:27 
GeneralRe: endtask program using win32api/c like taskmanager to close programs without invoking taskmanager just in one shot Pin
Mark Salsbery26-May-11 11:01
Mark Salsbery26-May-11 11:01 
AnswerRe: endtask program using win32api/c like taskmanager to close programs without invoking taskmanager just in one shot Pin
Jayapal Chandran26-May-11 6:10
Jayapal Chandran26-May-11 6:10 
QuestionHow to use help file Pin
MKC00225-May-11 7:06
MKC00225-May-11 7:06 
QuestionRe: How to use help file Pin
David Crow25-May-11 7:49
David Crow25-May-11 7:49 
AnswerRe: How to use help file Pin
CPallini25-May-11 21:51
mveCPallini25-May-11 21:51 
AnswerRe: How to use help file Pin
Mark Salsbery25-May-11 7:51
Mark Salsbery25-May-11 7:51 
AnswerRe: How to use help file Pin
Hans Dietrich25-May-11 17:04
mentorHans Dietrich25-May-11 17:04 
AnswerRe: How to use help file Pin
వేంకటనారాయణ(venkatmakam)25-May-11 19:19
వేంకటనారాయణ(venkatmakam)25-May-11 19:19 
QuestionEdit message in CListCtrl Pin
_Flaviu25-May-11 1:53
_Flaviu25-May-11 1:53 
AnswerRe: Edit message in CListCtrl Pin
Richard MacCutchan25-May-11 2:48
mveRichard MacCutchan25-May-11 2:48 
AnswerRe: Edit message in CListCtrl Pin
Malli_S25-May-11 3:14
Malli_S25-May-11 3:14 

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.