Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Window Split Problem Pin
Nishad S10-Oct-07 3:34
Nishad S10-Oct-07 3:34 
QuestionConverting to c++ local variable Pin
Exelioindia10-Oct-07 0:50
Exelioindia10-Oct-07 0:50 
AnswerRe: Converting to c++ local variable Pin
Matthew Faithfull10-Oct-07 0:55
Matthew Faithfull10-Oct-07 0:55 
GeneralRe: Converting to c++ local variable Pin
Exelioindia10-Oct-07 1:54
Exelioindia10-Oct-07 1:54 
GeneralRe: Converting to c++ local variable Pin
Matthew Faithfull10-Oct-07 1:58
Matthew Faithfull10-Oct-07 1:58 
AnswerRe: Converting to c++ local variable Pin
David Crow10-Oct-07 3:26
David Crow10-Oct-07 3:26 
AnswerRe: Converting to c++ local variable Pin
toxcct10-Oct-07 3:47
toxcct10-Oct-07 3:47 
QuestionTrackbar/Sliderbar problem Pin
scody10-Oct-07 0:46
scody10-Oct-07 0:46 
Hi,

I am new to windows programming. I want to change the slider bar position of a third party software (using WinAPI only), which I have accomplished by sending message.

SendMessage( aControlHWnd, TBM_SETPOS, (WPARAM) TRUE, (LPARAM) aPosition );

Now, the position of the sliderbar it is changed, but the corresponding values in other objects (like textbox showing the value related to this sliderbar) are not updated.

I can only use Win API and donot have any access to the event handlers, but if the slider is moved manually by mouse the corresponding values in other objects (like textbox showing the value related to this sliderbar) are also changed. So I am assuming that an event handler already exists in the software which automatically updates other related objects.

Now I just need to send the right message to the right handler to accomplish the task.

Any help would be greatly appriciated.

Thanks.
AnswerRe: Trackbar/Sliderbar problem Pin
Nishad S10-Oct-07 2:54
Nishad S10-Oct-07 2:54 
Questionhow to make bitmap display independent of Device Display Setting Pin
Sharath Jagannath9-Oct-07 23:55
Sharath Jagannath9-Oct-07 23:55 
AnswerRe: how to make bitmap display independent of Device Display Setting Pin
Nelek10-Oct-07 1:04
protectorNelek10-Oct-07 1:04 
AnswerRe: how to make bitmap display independent of Device Display Setting Pin
Mark Salsbery10-Oct-07 5:54
Mark Salsbery10-Oct-07 5:54 
GeneralRe: how to make bitmap display independent of Device Display Setting Pin
Sharath Jagannath10-Oct-07 18:44
Sharath Jagannath10-Oct-07 18:44 
GeneralRe: how to make bitmap display independent of Device Display Setting Pin
Nelek10-Oct-07 20:31
protectorNelek10-Oct-07 20:31 
GeneralRe: how to make bitmap display independent of Device Display Setting Pin
Sharath Jagannath10-Oct-07 20:41
Sharath Jagannath10-Oct-07 20:41 
GeneralFormule founded Pin
Nelek10-Oct-07 20:36
protectorNelek10-Oct-07 20:36 
GeneralRe: how to make bitmap display independent of Device Display Setting Pin
Mark Salsbery11-Oct-07 5:40
Mark Salsbery11-Oct-07 5:40 
QuestionHow to track windows messages of a 3rd party app Pin
dudedotnet9-Oct-07 23:54
dudedotnet9-Oct-07 23:54 
AnswerRe: How to track windows messages of a 3rd party app Pin
Matthew Faithfull10-Oct-07 0:50
Matthew Faithfull10-Oct-07 0:50 
GeneralRe: How to track windows messages of a 3rd party app Pin
dudedotnet10-Oct-07 0:56
dudedotnet10-Oct-07 0:56 
GeneralRe: How to track windows messages of a 3rd party app Pin
Matthew Faithfull10-Oct-07 1:04
Matthew Faithfull10-Oct-07 1:04 
GeneralRe: How to track windows messages of a 3rd party app Pin
dudedotnet10-Oct-07 1:17
dudedotnet10-Oct-07 1:17 
GeneralRe: How to track windows messages of a 3rd party app Pin
Matthew Faithfull10-Oct-07 1:55
Matthew Faithfull10-Oct-07 1:55 
GeneralRe: How to track windows messages of a 3rd party app Pin
dudedotnet10-Oct-07 1:58
dudedotnet10-Oct-07 1:58 
QuestionAt a Single console Pin
Jhony george9-Oct-07 23:54
Jhony george9-Oct-07 23:54 

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.