Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting command line parameters of a running process Pin
rocky_pulley17-May-05 4:41
rocky_pulley17-May-05 4:41 
GeneralRe: Getting command line parameters of a running process Pin
David Crow17-May-05 5:53
David Crow17-May-05 5:53 
GeneralRe: Getting command line parameters of a running process Pin
David Crow17-May-05 4:43
David Crow17-May-05 4:43 
GeneralAllocating very large memory Pin
Orkun GEDiK17-May-05 3:35
Orkun GEDiK17-May-05 3:35 
GeneralRe: Allocating very large memory Pin
James R. Twine17-May-05 3:41
James R. Twine17-May-05 3:41 
GeneralRe: Allocating very large memory Pin
Orkun GEDiK17-May-05 8:26
Orkun GEDiK17-May-05 8:26 
GeneralProperty Pages and CTreeCtrl Updates Pin
jamesrgoodwin17-May-05 3:19
jamesrgoodwin17-May-05 3:19 
GeneralRe: Property Pages and CTreeCtrl Updates Pin
Jack Puppy17-May-05 4:11
Jack Puppy17-May-05 4:11 
I remembered dealing with a quirky problem involving CTreeCtrl checkboxes. I checked some code in an old project, and found this:

<br />
// FIX: "If you want to use this style, you must set the TVS_CHECKBOXES style<br />
// with SetWindowLong after you create the treeview control, and before<br />
// you populate the tree. Otherwise, the checkboxes might appear<br />
// unchecked, depending on timing issues."<br />
<br />
// Remove the checkboxes style on the tree control, then explicitly set it<br />
m_treeCtrl.ModifyStyle(TVS_CHECKBOXES, 0);<br />
m_treeCtrl.ModifyStyle(0, TVS_CHECKBOXES);<br />


The fix came via the one of the newsgroups. I don't know if it will help your problem, but it's worth a shot.


Suspicious | :suss: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
GeneralRe: Property Pages and CTreeCtrl Updates Pin
jamesrgoodwin17-May-05 4:24
jamesrgoodwin17-May-05 4:24 
GeneralRegarding the value that appears in the first two bytes of a bmp image Pin
MoQuisha17-May-05 2:22
MoQuisha17-May-05 2:22 
GeneralRe: Regarding the value that appears in the first two bytes of a bmp image Pin
Priyank Bolia17-May-05 2:27
Priyank Bolia17-May-05 2:27 
GeneralRe: Regarding the value that appears in the first two bytes of a bmp image Pin
Bob Stanneveld17-May-05 2:42
Bob Stanneveld17-May-05 2:42 
GeneralRe: Regarding the value that appears in the first two bytes of a bmp image Pin
Chris Losinger17-May-05 7:17
professionalChris Losinger17-May-05 7:17 
Question#define ?? Pin
Bob Stanneveld17-May-05 2:18
Bob Stanneveld17-May-05 2:18 
AnswerRe: #define ?? Pin
toxcct17-May-05 2:21
toxcct17-May-05 2:21 
GeneralRe: #define ?? Pin
Bob Stanneveld17-May-05 2:23
Bob Stanneveld17-May-05 2:23 
AnswerRe: #define ?? Pin
ThatsAlok17-May-05 2:23
ThatsAlok17-May-05 2:23 
GeneralRe: #define ?? Pin
Bob Stanneveld17-May-05 2:24
Bob Stanneveld17-May-05 2:24 
AnswerAlmost solved! Pin
Bob Stanneveld17-May-05 2:59
Bob Stanneveld17-May-05 2:59 
AnswerRe: #define ?? Pin
Tim Smith17-May-05 3:20
Tim Smith17-May-05 3:20 
QuestionUser script or other technique? Pin
lynchspawn17-May-05 2:14
lynchspawn17-May-05 2:14 
AnswerRe: User script or other technique? Pin
Blake Miller17-May-05 5:05
Blake Miller17-May-05 5:05 
GeneralPls help Pin
lgstef17-May-05 2:13
lgstef17-May-05 2:13 
GeneralRe: Pls help Pin
ThatsAlok17-May-05 2:20
ThatsAlok17-May-05 2:20 
GeneralUse SetAccountInformation() Pin
bosfan17-May-05 2:01
bosfan17-May-05 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.