how to identify the active child window?
-
hello all, i'am having 4 child form(window) in my application, and i added a combo box in the main frame tool bar. now how can i find which child form is active and based on that active form i would like to change the cursor position of combo, can you please tell, how to do it? which function is suitable thanks panthal
-
hello all, i'am having 4 child form(window) in my application, and i added a combo box in the main frame tool bar. now how can i find which child form is active and based on that active form i would like to change the cursor position of combo, can you please tell, how to do it? which function is suitable thanks panthal
-
hello all, i'am having 4 child form(window) in my application, and i added a combo box in the main frame tool bar. now how can i find which child form is active and based on that active form i would like to change the cursor position of combo, can you please tell, how to do it? which function is suitable thanks panthal
Does
GetActiveWindow
helpful? -
Does
GetActiveWindow
helpful?i'am going to change combo item in the main frame window based on active child form, if the child form 1 is active , the main frame combo box value is set to cursor(1).so how can i identify the active child form? and where will i initialize the combo in main frame thank u
-
i'am going to change combo item in the main frame window based on active child form, if the child form 1 is active , the main frame combo box value is set to cursor(1).so how can i identify the active child form? and where will i initialize the combo in main frame thank u
-
i'am going to change combo item in the main frame window based on active child form, if the child form 1 is active , the main frame combo box value is set to cursor(1).so how can i identify the active child form? and where will i initialize the combo in main frame thank u
When you are on the active window you can send your data to combobox.
-
how to check , whether the child window is active or not. is there any function to find it? -- modified at 2:28 Saturday 3rd November, 2007
See
GetActiveWindow
.