Click here to Skip to main content
15,891,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[Win32]Add context menu to edit control Pin
Member 296547120-Jun-11 1:24
Member 296547120-Jun-11 1:24 
AnswerRe: [Win32]Add context menu to edit control Pin
CPallini20-Jun-11 1:58
mveCPallini20-Jun-11 1:58 
AnswerRe: [Win32]Add context menu to edit control Pin
వేంకటనారాయణ(venkatmakam)20-Jun-11 2:23
వేంకటనారాయణ(venkatmakam)20-Jun-11 2:23 
GeneralRe: [Win32]Add context menu to edit control Pin
Member 296547120-Jun-11 3:07
Member 296547120-Jun-11 3:07 
GeneralRe: [Win32]Add context menu to edit control Pin
Mark Salsbery20-Jun-11 10:16
Mark Salsbery20-Jun-11 10:16 
AnswerRe: [Win32]Add context menu to edit control Pin
User 742933821-Jun-11 1:04
professionalUser 742933821-Jun-11 1:04 
QuestionSendMessage Pin
Sakhalean19-Jun-11 23:36
Sakhalean19-Jun-11 23:36 
AnswerRe: SendMessage Pin
xrg_soft@163.com19-Jun-11 23:49
xrg_soft@163.com19-Jun-11 23:49 
GeneralRe: SendMessage Pin
Sakhalean20-Jun-11 0:00
Sakhalean20-Jun-11 0:00 
AnswerRe: SendMessage Pin
Albert Holguin20-Jun-11 4:42
professionalAlbert Holguin20-Jun-11 4:42 
Questiondoubi in vc++ Pin
Remya.pv19-Jun-11 18:24
Remya.pv19-Jun-11 18:24 
AnswerRe: doubi in vc++ Pin
Richard MacCutchan19-Jun-11 21:49
mveRichard MacCutchan19-Jun-11 21:49 
AnswerRe: doubi in vc++ Pin
Chandrasekharan P19-Jun-11 21:55
Chandrasekharan P19-Jun-11 21:55 
AnswerRe: doubi in vc++ Pin
Mark Salsbery20-Jun-11 11:05
Mark Salsbery20-Jun-11 11:05 
Questionabout "windows belonging to different processes are mixed in a single window hierarchy" Pin
xrg_soft@163.com19-Jun-11 17:40
xrg_soft@163.com19-Jun-11 17:40 
AnswerRe: about "windows belonging to different processes are mixed in a single window hierarchy" Pin
Mark Salsbery19-Jun-11 18:11
Mark Salsbery19-Jun-11 18:11 
GeneralRe: about "windows belonging to different processes are mixed in a single window hierarchy" Pin
xrg_soft@163.com20-Jun-11 19:06
xrg_soft@163.com20-Jun-11 19:06 
Questionregister window message Pin
so0_lanhlung219-Jun-11 16:56
so0_lanhlung219-Jun-11 16:56 
AnswerRe: register window message Pin
xrg_soft@163.com19-Jun-11 17:44
xrg_soft@163.com19-Jun-11 17:44 
GeneralRe: register window message Pin
softwaremonkey19-Jun-11 19:41
softwaremonkey19-Jun-11 19:41 
QuestionMoving Objects in small increments Pin
Cyclone_S19-Jun-11 14:07
Cyclone_S19-Jun-11 14:07 
QuestionRe: Moving Objects in small increments Pin
enhzflep19-Jun-11 15:03
enhzflep19-Jun-11 15:03 
AnswerRe: Moving Objects in small increments Pin
Cyclone_S19-Jun-11 16:03
Cyclone_S19-Jun-11 16:03 
I tried using doubles but for a value like 0.6 the ball doesn't move at all. The box control takes doubles but will round them down to the nearest integer. Is there a way to do this over the course of X number of frames?

I'm using non-integers for the box control's position. Right now there's only about 6 different directions the ball takes when hitting the paddle. I need finer control over the speed of the ball.

This problem happens with any sort of animation I try to do. What if I wanted smooth acceleration of a game object? This wouldn't be possible with the problem I'm encountering.
GeneralRe: Moving Objects in small increments Pin
enhzflep19-Jun-11 16:23
enhzflep19-Jun-11 16:23 
GeneralRe: Moving Objects in small increments Pin
Cyclone_S19-Jun-11 16:49
Cyclone_S19-Jun-11 16:49 

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.