Click here to Skip to main content
15,904,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNeed help to create GUI application form in C++ and create instalation program for it. Pin
hdavari25-Jan-09 3:11
hdavari25-Jan-09 3:11 
AnswerRe: Need help to create GUI application form in C++ and create instalation program for it. Pin
Maximilien25-Jan-09 4:01
Maximilien25-Jan-09 4:01 
QuestionRe: Need help to create GUI application form in C++ and create instalation program for it. Pin
David Crow26-Jan-09 3:00
David Crow26-Jan-09 3:00 
QuestionItems are not visible in a ListBox [modified] Pin
Elsie25-Jan-09 1:45
Elsie25-Jan-09 1:45 
AnswerRe: Items are not visible in a ListBox Pin
Hans Dietrich25-Jan-09 6:25
mentorHans Dietrich25-Jan-09 6:25 
GeneralRe: Items are not visible in a ListBox Pin
Elsie25-Jan-09 17:40
Elsie25-Jan-09 17:40 
QuestionHow to get message when tab is changed in one MDI multiple tab application Pin
fujoey24-Jan-09 22:52
fujoey24-Jan-09 22:52 
QuestionUnable to move slider position using mouse [modified] Pin
John50224-Jan-09 12:29
John50224-Jan-09 12:29 
Hi,
i have created custom slider using the below code snippet.
m_slider_bar1->Create(WS_CHILD | WS_VISIBLE | TBS_HORZ | TBS_AUTOTICKS , CRect(75, 20, 500, 45), this, IDC_SLIDER1);

now i am able to get the slider in dialog box at run time. but when i click on some where in slider, the slider postion is not coming to the exact location.
always tic values are incrementing by 20. i don't know initially i didn't set any value of the tic positions as well tic increment value.

I gave the min and max values as 0 and 100. Suppose if i clicked at 33 position, the slider is moving to 20th position.

Can any one help me regarding this ASAP, as it is urgent requirement for me.

modified on Tuesday, February 17, 2009 10:17 AM

AnswerRe: Unable to move slider position using mouse Pin
David Crow24-Jan-09 14:08
David Crow24-Jan-09 14:08 
GeneralRe: Unable to move slider position using mouse [modified] Pin
John50225-Jan-09 0:42
John50225-Jan-09 0:42 
AnswerRe: Unable to move slider position using mouse Pin
Mark Salsbery25-Jan-09 7:37
Mark Salsbery25-Jan-09 7:37 
GeneralRe: Unable to move slider position using mouse [modified] Pin
John50225-Jan-09 18:58
John50225-Jan-09 18:58 
GeneralRe: Unable to move slider position using mouse Pin
Mark Salsbery25-Jan-09 20:30
Mark Salsbery25-Jan-09 20:30 
GeneralRe: Unable to move slider position using mouse [modified] Pin
John50226-Jan-09 4:30
John50226-Jan-09 4:30 
GeneralRe: Unable to move slider position using mouse Pin
Mark Salsbery26-Jan-09 5:50
Mark Salsbery26-Jan-09 5:50 
GeneralRe: Unable to move slider position using mouse [modified] Pin
John50226-Jan-09 6:05
John50226-Jan-09 6:05 
GeneralRe: Unable to move slider position using mouse Pin
Mark Salsbery26-Jan-09 6:23
Mark Salsbery26-Jan-09 6:23 
GeneralRe: Unable to move slider position using mouse [modified] Pin
John50226-Jan-09 6:43
John50226-Jan-09 6:43 
GeneralRe: Unable to move slider position using mouse Pin
Mark Salsbery26-Jan-09 6:46
Mark Salsbery26-Jan-09 6:46 
GeneralRe: Unable to move slider position using mouse [modified] Pin
John50226-Jan-09 7:17
John50226-Jan-09 7:17 
GeneralRe: Unable to move slider position using mouse Pin
Mark Salsbery26-Jan-09 7:26
Mark Salsbery26-Jan-09 7:26 
GeneralRe: Unable to move slider position using mouse [modified] Pin
John50226-Jan-09 22:30
John50226-Jan-09 22:30 
GeneralRe: Unable to move slider position using mouse Pin
Mark Salsbery27-Jan-09 5:58
Mark Salsbery27-Jan-09 5:58 
QuestionTooltip problem Pin
madmax000124-Jan-09 8:30
madmax000124-Jan-09 8:30 
AnswerRe: Tooltip problem Pin
Hans Dietrich25-Jan-09 6:53
mentorHans Dietrich25-Jan-09 6:53 

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.