Click here to Skip to main content
15,888,270 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem in Deleting a file using 'remove' Pin
Sarvan AL10-Jan-06 21:40
Sarvan AL10-Jan-06 21:40 
AnswerRe: Problem in Deleting a file using 'remove' Pin
Dennis Gourjii10-Jan-06 22:32
Dennis Gourjii10-Jan-06 22:32 
QuestionCustum Button Controls Pin
S_a_n10-Jan-06 21:35
S_a_n10-Jan-06 21:35 
AnswerRe: Custum Button Controls Pin
Dennis Gourjii10-Jan-06 22:37
Dennis Gourjii10-Jan-06 22:37 
AnswerRe: Custum Button Controls Pin
ThatsAlok11-Jan-06 2:05
ThatsAlok11-Jan-06 2:05 
AnswerRe: Custum Button Controls Pin
vipinasda11-Jan-06 5:06
vipinasda11-Jan-06 5:06 
QuestionListControl fixed column width Pin
Nishad S10-Jan-06 20:08
Nishad S10-Jan-06 20:08 
AnswerRe: ListControl fixed column width Pin
Owner drawn10-Jan-06 21:04
Owner drawn10-Jan-06 21:04 
HDN_BEGINTRACK

Returns FALSE to allow tracking of the divider, or TRUE to prevent tracking.

lParam has a pointer to an NMHEADER structure that contains information about the header control and the item whose divider is to be dragged.

But if you want to do it the easiest way do this:-

m_myListCtrl.GetHeaderCtrl()->EnableWindow(FALSE);

And I hope you know what EnableWindow(FALSE) does.;)

Jesus Loves
<marquee direction="up" height="50" scrolldelay="1" step="1" scrollamount="1" style="background-color:'#44ccff'">
--Owner Drawn
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is Lord


Questionproblem with CreateProcess Pin
prabhathgk10-Jan-06 19:33
prabhathgk10-Jan-06 19:33 
AnswerRe: problem with CreateProcess Pin
Dennis Gourjii10-Jan-06 22:39
Dennis Gourjii10-Jan-06 22:39 
Questiondownloading a file from http server Pin
Vineethg10-Jan-06 19:18
Vineethg10-Jan-06 19:18 
AnswerRe: downloading a file from http server Pin
ThatsAlok11-Jan-06 2:03
ThatsAlok11-Jan-06 2:03 
QuestionXP Look and Feel Problem for Scrollbars? Pin
Owner drawn10-Jan-06 18:37
Owner drawn10-Jan-06 18:37 
AnswerRe: XP Look and Feel Problem for Scrollbars? Pin
Dennis Gourjii10-Jan-06 22:41
Dennis Gourjii10-Jan-06 22:41 
GeneralRe: XP Look and Feel Problem for Scrollbars? Pin
Owner drawn10-Jan-06 22:58
Owner drawn10-Jan-06 22:58 
QuestionForce a program run in a windows Pin
leenmie10-Jan-06 18:14
leenmie10-Jan-06 18:14 
AnswerRe: Force a program run in a windows Pin
__yb10-Jan-06 19:18
__yb10-Jan-06 19:18 
GeneralRe: Force a program run in a windows Pin
leenmie10-Jan-06 21:46
leenmie10-Jan-06 21:46 
AnswerRe: Force a program run in a windows Pin
Dennis Gourjii10-Jan-06 22:44
Dennis Gourjii10-Jan-06 22:44 
GeneralRe: Force a program run in a windows Pin
Owner drawn10-Jan-06 22:47
Owner drawn10-Jan-06 22:47 
JokeRe: Force a program run in a windows Pin
Eytukan10-Jan-06 23:03
Eytukan10-Jan-06 23:03 
GeneralRe: Force a program run in a windows Pin
Owner drawn10-Jan-06 23:07
Owner drawn10-Jan-06 23:07 
GeneralRe: Force a program run in a windows Pin
Eytukan10-Jan-06 23:11
Eytukan10-Jan-06 23:11 
GeneralOT Pin
Owner drawn10-Jan-06 23:19
Owner drawn10-Jan-06 23:19 
GeneralRe: OT Pin
ThatsAlok11-Jan-06 2:01
ThatsAlok11-Jan-06 2:01 

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.