Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionShared DLL Pin
arunperi20-Jun-06 23:03
arunperi20-Jun-06 23:03 
AnswerRe: Shared DLL Pin
toxcct20-Jun-06 23:28
toxcct20-Jun-06 23:28 
Questioneditable listctrl Pin
Tara1420-Jun-06 22:42
Tara1420-Jun-06 22:42 
AnswerRe: editable listctrl Pin
Sarath C21-Jun-06 1:29
Sarath C21-Jun-06 1:29 
GeneralRe: editable listctrl Pin
Tara1421-Jun-06 1:32
Tara1421-Jun-06 1:32 
GeneralRe: editable listctrl Pin
Tara1421-Jun-06 1:40
Tara1421-Jun-06 1:40 
Questionmove [modified] Pin
yogendra kaushik20-Jun-06 22:39
yogendra kaushik20-Jun-06 22:39 
AnswerRe: move Pin
_AnsHUMAN_ 20-Jun-06 22:44
_AnsHUMAN_ 20-Jun-06 22:44 
We have already provided the code to you dear .
Use MoveWindow() or SetWindowPos() and in the timer function keep on changing the coordinates for the new position of the window.To set timer define a timer id say
#define ID_MYTIMER 301
//use SetTimer()
// Kill Timer()// when you want to stop the timer
That is all with what you need to build a moving window. You have to just write the logic of checking the bounds upto which you want to show your control moving.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
GeneralRe: move Pin
Stephen Hewitt20-Jun-06 22:48
Stephen Hewitt20-Jun-06 22:48 
GeneralRe: move Pin
_AnsHUMAN_ 20-Jun-06 23:19
_AnsHUMAN_ 20-Jun-06 23:19 
GeneralRe: move Pin
yogendra kaushik20-Jun-06 23:03
yogendra kaushik20-Jun-06 23:03 
GeneralRe: move Pin
_AnsHUMAN_ 20-Jun-06 23:19
_AnsHUMAN_ 20-Jun-06 23:19 
AnswerRe: move Pin
Hamid_RT20-Jun-06 22:47
Hamid_RT20-Jun-06 22:47 
AnswerRe: move Pin
yogendra kaushik20-Jun-06 23:15
yogendra kaushik20-Jun-06 23:15 
GeneralRe: move Pin
Cedric Moonen20-Jun-06 23:27
Cedric Moonen20-Jun-06 23:27 
GeneralRe: move Pin
toxcct20-Jun-06 23:27
toxcct20-Jun-06 23:27 
GeneralRe: move Pin
yogendra kaushik20-Jun-06 23:29
yogendra kaushik20-Jun-06 23:29 
GeneralRe: move Pin
toxcct20-Jun-06 23:30
toxcct20-Jun-06 23:30 
GeneralRe: move Pin
yogendra kaushik20-Jun-06 23:33
yogendra kaushik20-Jun-06 23:33 
GeneralRe: move Pin
toxcct20-Jun-06 23:34
toxcct20-Jun-06 23:34 
GeneralRe: move Pin
yogendra kaushik20-Jun-06 23:34
yogendra kaushik20-Jun-06 23:34 
GeneralRe: move Pin
toxcct20-Jun-06 23:36
toxcct20-Jun-06 23:36 
GeneralRe: move Pin
yogendra kaushik20-Jun-06 23:41
yogendra kaushik20-Jun-06 23:41 
GeneralRe: move Pin
toxcct20-Jun-06 23:49
toxcct20-Jun-06 23:49 
GeneralRe: move Pin
kakan20-Jun-06 23:50
professionalkakan20-Jun-06 23: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.