Click here to Skip to main content
15,928,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Editing a member of a CList Pin
Wheatbread23-Jun-05 11:16
Wheatbread23-Jun-05 11:16 
GeneralRe: Editing a member of a CList Pin
Jose Lamas Rios23-Jun-05 10:46
Jose Lamas Rios23-Jun-05 10:46 
GeneralRe: Is it possible to pass a char into string?? Pin
David Crow23-Jun-05 9:45
David Crow23-Jun-05 9:45 
GeneralAccess Controls in Other Apps Pin
c121hains23-Jun-05 9:03
c121hains23-Jun-05 9:03 
GeneralRe: Access Controls in Other Apps Pin
David Crow23-Jun-05 9:25
David Crow23-Jun-05 9:25 
GeneralRe: Access Controls in Other Apps Pin
c121hains23-Jun-05 10:12
c121hains23-Jun-05 10:12 
GeneralRe: Access Controls in Other Apps Pin
c121hains23-Jun-05 10:26
c121hains23-Jun-05 10:26 
GeneralRe: Access Controls in Other Apps Pin
David Crow23-Jun-05 10:36
David Crow23-Jun-05 10:36 
With the exception of the desktop, all windows are a child window. So if you already have a handle to the window of interest, you can use FindWindowEx() like:

FindWindowEx(hWnd, NULL, class_name, NULL);
You can find out what goes in place of class_name by using Spy++. Just open up the window having the control you want to meddle with and use Spy++ to get the control's class name.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: Access Controls in Other Apps Pin
BlackDice23-Jun-05 10:47
BlackDice23-Jun-05 10:47 
GeneralRe: Access Controls in Other Apps Pin
c121hains23-Jun-05 11:02
c121hains23-Jun-05 11:02 
GeneralRe: Access Controls in Other Apps Pin
c121hains23-Jun-05 14:22
c121hains23-Jun-05 14:22 
GeneralRe: Access Controls in Other Apps Pin
David Crow23-Jun-05 16:48
David Crow23-Jun-05 16:48 
GeneralRe: Access Controls in Other Apps Pin
c121hains23-Jun-05 17:18
c121hains23-Jun-05 17:18 
GeneralRe: Access Controls in Other Apps Pin
David Crow24-Jun-05 2:41
David Crow24-Jun-05 2:41 
GeneralRe: Access Controls in Other Apps Pin
c121hains24-Jun-05 15:46
c121hains24-Jun-05 15:46 
GeneralRe: Access Controls in Other Apps Pin
David Crow24-Jun-05 16:27
David Crow24-Jun-05 16:27 
GeneralRe: Access Controls in Other Apps Pin
c121hains24-Jun-05 17:02
c121hains24-Jun-05 17:02 
Generalfscanf access violation problem Pin
simaneal23-Jun-05 8:59
simaneal23-Jun-05 8:59 
GeneralRe: fscanf access violation problem Pin
David Crow23-Jun-05 9:24
David Crow23-Jun-05 9:24 
GeneralRe: fscanf access violation problem Pin
Trollslayer23-Jun-05 12:15
mentorTrollslayer23-Jun-05 12:15 
GeneralRe: fscanf access violation problem Pin
simaneal24-Jun-05 8:41
simaneal24-Jun-05 8:41 
GeneralRe: fscanf access violation problem Pin
David Crow24-Jun-05 16:29
David Crow24-Jun-05 16:29 
GeneralRe: fscanf access violation problem Pin
simaneal25-Jun-05 8:57
simaneal25-Jun-05 8:57 
GeneralRe: fscanf access violation problem Pin
David Crow26-Jun-05 10:30
David Crow26-Jun-05 10:30 
GeneralRe: fscanf access violation problem Pin
simaneal27-Jun-05 5:50
simaneal27-Jun-05 5:50 

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.