Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInternet transfer control Pin
aparnakamath17-Apr-06 21:53
aparnakamath17-Apr-06 21:53 
AnswerRe: Internet transfer control Pin
Rage18-Apr-06 1:34
professionalRage18-Apr-06 1:34 
GeneralRe: Internet transfer control Pin
aparnakamath18-Apr-06 1:59
aparnakamath18-Apr-06 1:59 
GeneralRe: Internet transfer control Pin
ThatsAlok18-Apr-06 7:41
ThatsAlok18-Apr-06 7:41 
QuestionIs it possible to enumerate toolbars attached to a window? Pin
giftsana17-Apr-06 21:52
giftsana17-Apr-06 21:52 
AnswerRe: Is it possible to enumerate toolbars attached to a window? Pin
Michael Dunn17-Apr-06 22:06
sitebuilderMichael Dunn17-Apr-06 22:06 
GeneralRe: Is it possible to enumerate toolbars attached to a window? Pin
giftsana17-Apr-06 22:11
giftsana17-Apr-06 22:11 
GeneralRe: Is it possible to enumerate toolbars attached to a window? Pin
giftsana18-Apr-06 18:25
giftsana18-Apr-06 18:25 
Hello Michael

Thanks for the suggestion.

I used ::SendMessage(hwnd, TB_PRESSBUTTON, (WPARAM) (int) 222, TRUE) for programatically launching individual toolbar buttons using their controlid in this case (WPARAM) (int) 222, but the button click does not happen and it does not launch the asssociated button window. it greys the corresponding buttons and i can see the effect on the toolbar.

after getting the toolbar handle and indvidual toolbar buttons control id i want to perform a click on each button and launch their resp window programatically one after the other?

Am i missing something.Waiting for a suggestion.

Thanks in advance.

Sincerely
Giftsana

QuestionDeveloping component but don't give permission others to use it. Pin
sawerr17-Apr-06 21:43
sawerr17-Apr-06 21:43 
QuestionDynamically Resize the DialogBox when Dragged Pin
kiran janaswamy17-Apr-06 21:25
kiran janaswamy17-Apr-06 21:25 
AnswerRe: Dynamically Resize the DialogBox when Dragged Pin
Hamid_RT17-Apr-06 21:34
Hamid_RT17-Apr-06 21:34 
AnswerRe: Dynamically Resize the DialogBox when Dragged Pin
Eytukan17-Apr-06 21:55
Eytukan17-Apr-06 21:55 
AnswerRe: Dynamically Resize the DialogBox when Dragged Pin
David Crow18-Apr-06 2:52
David Crow18-Apr-06 2:52 
Questionexternal program Pin
MrChefman17-Apr-06 21:25
MrChefman17-Apr-06 21:25 
AnswerRe: external program Pin
Stephen Hewitt17-Apr-06 21:29
Stephen Hewitt17-Apr-06 21:29 
AnswerRe: external program Pin
Hamid_RT17-Apr-06 21:33
Hamid_RT17-Apr-06 21:33 
GeneralRe: external program Pin
Stephen Hewitt17-Apr-06 21:54
Stephen Hewitt17-Apr-06 21:54 
GeneralRe: external program Pin
Hamid_RT17-Apr-06 22:01
Hamid_RT17-Apr-06 22:01 
GeneralRe: external program Pin
MrChefman17-Apr-06 22:31
MrChefman17-Apr-06 22:31 
GeneralRe: external program Pin
Le Thanh Cong17-Apr-06 23:23
Le Thanh Cong17-Apr-06 23:23 
GeneralRe: external program Pin
Branislav17-Apr-06 23:40
Branislav17-Apr-06 23:40 
AnswerRe: external program Pin
David Crow18-Apr-06 2:54
David Crow18-Apr-06 2:54 
GeneralRe: external program Pin
MrChefman20-Apr-06 5:03
MrChefman20-Apr-06 5:03 
QuestionRe: external program Pin
David Crow20-Apr-06 5:13
David Crow20-Apr-06 5:13 
Questionclient app -- web app communication? Pin
Peter Weyzen17-Apr-06 21:24
Peter Weyzen17-Apr-06 21:24 

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.