Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resource in static library Pin
HPSI19-Aug-03 10:43
HPSI19-Aug-03 10:43 
Questionare those xml parsers worth beans? Pin
stephen.hazel19-Aug-03 5:41
stephen.hazel19-Aug-03 5:41 
AnswerRe: are those xml parsers worth beans? Pin
Ryan_Roberts19-Aug-03 5:52
Ryan_Roberts19-Aug-03 5:52 
AnswerRe: are those xml parsers worth beans? Pin
HPSI19-Aug-03 6:00
HPSI19-Aug-03 6:00 
AnswerRe: are those xml parsers worth beans? Pin
Alexander Ruscle19-Aug-03 6:13
Alexander Ruscle19-Aug-03 6:13 
GeneralRe: are those xml parsers worth beans? Pin
Steve S19-Aug-03 21:49
Steve S19-Aug-03 21:49 
Questionwhy my menu items always are disabled? Pin
mizimizi19-Aug-03 5:18
mizimizi19-Aug-03 5:18 
AnswerRe: why my menu items always are disabled? Pin
HPSI19-Aug-03 6:05
HPSI19-Aug-03 6:05 
In the message map of your CWnd object you need to have an entry for each of the ID_* in your menu. For example,
ON_COMMAND(ID_COLLAPSE_ALL, OnCollapseAll)
. The function OnCollapseAll() is prototyped as
afx_msg void OnCollapseAll();



HPS HwndSpy
- GUI developer's aid to visually
locate and inspect windows. For the month of August
only, use coupon code CP-81239 for 30% off.
GeneralMS FlexGrid resizing Pin
Cedric Moonen19-Aug-03 4:21
Cedric Moonen19-Aug-03 4:21 
GeneralCPropertySheet Pin
hph19-Aug-03 4:12
hph19-Aug-03 4:12 
GeneralRe: CPropertySheet Pin
Ryan Binns19-Aug-03 4:42
Ryan Binns19-Aug-03 4:42 
GeneralRe: CPropertySheet Pin
hph19-Aug-03 4:53
hph19-Aug-03 4:53 
GeneralRe: CPropertySheet Pin
Ryan Binns19-Aug-03 14:24
Ryan Binns19-Aug-03 14:24 
GeneralSerialization Pin
MemLeak19-Aug-03 3:35
MemLeak19-Aug-03 3:35 
GeneralRe: Serialization Pin
Hans Ruck19-Aug-03 4:54
Hans Ruck19-Aug-03 4:54 
GeneralRe: Serialization Pin
Dominik Reichl19-Aug-03 4:57
Dominik Reichl19-Aug-03 4:57 
GeneralwithSerialize Pin
Anonymous19-Aug-03 3:32
Anonymous19-Aug-03 3:32 
Generalimport directive and FontPtr types trouble Pin
El'Cachubrey19-Aug-03 3:24
El'Cachubrey19-Aug-03 3:24 
GeneralNeed a source safe expert Pin
YaronNir19-Aug-03 3:10
YaronNir19-Aug-03 3:10 
GeneralRe: Need a source safe expert Pin
Alexander Ruscle19-Aug-03 6:42
Alexander Ruscle19-Aug-03 6:42 
GeneralRe: Need a source safe expert Pin
YaronNir20-Aug-03 1:16
YaronNir20-Aug-03 1:16 
GeneralRe: Need a source safe expert Pin
David Crow19-Aug-03 7:48
David Crow19-Aug-03 7:48 
GeneralRe: Need a source safe expert Pin
YaronNir20-Aug-03 1:14
YaronNir20-Aug-03 1:14 
GeneralRe: Need a source safe expert Pin
David Crow20-Aug-03 2:22
David Crow20-Aug-03 2:22 
GeneralPassing Pointers Pin
NewHSKid19-Aug-03 2:44
NewHSKid19-Aug-03 2:44 

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.