Click here to Skip to main content
15,919,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionpass values in dsn at runtime Pin
meenakhisjoshi10-Jul-07 0:59
meenakhisjoshi10-Jul-07 0:59 
AnswerRe: pass values in dsn at runtime Pin
David Crow10-Jul-07 3:15
David Crow10-Jul-07 3:15 
Questionabout "round" function in visual C++ Pin
mt_samiei10-Jul-07 0:34
mt_samiei10-Jul-07 0:34 
AnswerRe: about "round" function in visual C++ [modified] Pin
CPallini10-Jul-07 0:53
mveCPallini10-Jul-07 0:53 
GeneralRe: about "round" function in visual C++ Pin
Rage10-Jul-07 1:59
professionalRage10-Jul-07 1:59 
GeneralRe: about "round" function in visual C++ Pin
toxcct10-Jul-07 2:05
toxcct10-Jul-07 2:05 
GeneralRe: about "round" function in visual C++ Pin
CPallini10-Jul-07 2:09
mveCPallini10-Jul-07 2:09 
QuestionLVN_BEGINDRAG Pin
baerten9-Jul-07 21:51
baerten9-Jul-07 21:51 
Hi everybody,

i put a ListControl on a dialog and want to catch the LVN_BEGINDRAG Handler.
I know that LVN_BEGINDRAG is a notify message.

I tried already :

ON_NOTIFY_REFLECT(LVN_BEGINDRAG,OnBeginDrag)

and via :

OnNotify(WPARAM w,LPARAM l, ...
{
if(((LPNMHDR)l)->code == LVN_BEGINDRAG)
int ok = 1; --> breakpoint


but i can't catch it Unsure | :~

I tried also directly to add a handler via the ressource editor by adding a new handler,
but there i can't find the LVN_BEGINDRAG handler, only DoubleClick, Set & KillFocus ...

How should i catch it?

Big thanks Smile | :)
AnswerRe: LVN_BEGINDRAG Pin
Aamir Butt9-Jul-07 23:35
Aamir Butt9-Jul-07 23:35 
GeneralRe: LVN_BEGINDRAG Pin
baerten10-Jul-07 0:02
baerten10-Jul-07 0:02 
GeneralRe: LVN_BEGINDRAG Pin
Hamid_RT10-Jul-07 1:22
Hamid_RT10-Jul-07 1:22 
GeneralRe: LVN_BEGINDRAG Pin
baerten10-Jul-07 3:38
baerten10-Jul-07 3:38 
GeneralRe: LVN_BEGINDRAG Pin
Mark Salsbery10-Jul-07 6:28
Mark Salsbery10-Jul-07 6:28 
GeneralRe: LVN_BEGINDRAG Pin
Hamid_RT10-Jul-07 8:34
Hamid_RT10-Jul-07 8:34 
JokeRe: LVN_BEGINDRAG Pin
baerten10-Jul-07 21:11
baerten10-Jul-07 21:11 
GeneralRe: LVN_BEGINDRAG Pin
Hamid_RT10-Jul-07 21:28
Hamid_RT10-Jul-07 21:28 
QuestionMethod SetEnvironmentVariable not working ! Pin
Yanshof9-Jul-07 20:52
Yanshof9-Jul-07 20:52 
AnswerRe: Method SetEnvironmentVariable not working ! Pin
Naveen9-Jul-07 21:40
Naveen9-Jul-07 21:40 
GeneralRe: Method SetEnvironmentVariable not working ! Pin
Yanshof9-Jul-07 22:26
Yanshof9-Jul-07 22:26 
GeneralRe: Method SetEnvironmentVariable not working ! Pin
Dominik Reichl9-Jul-07 22:44
Dominik Reichl9-Jul-07 22:44 
GeneralRe: Method SetEnvironmentVariable not working ! Pin
David Crow10-Jul-07 3:22
David Crow10-Jul-07 3:22 
QuestionDesktop drawing Pin
rvdwerf9-Jul-07 20:51
rvdwerf9-Jul-07 20:51 
AnswerRe: Desktop drawing Pin
Hamid_RT9-Jul-07 21:19
Hamid_RT9-Jul-07 21:19 
GeneralRe: Desktop drawing Pin
rvdwerf9-Jul-07 21:59
rvdwerf9-Jul-07 21:59 
GeneralRe: Desktop drawing Pin
Hamid_RT10-Jul-07 1:20
Hamid_RT10-Jul-07 1:20 

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.