Click here to Skip to main content
15,896,526 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cast/Conversation Pin
Irish_GUI20-Apr-04 10:55
Irish_GUI20-Apr-04 10:55 
GeneralRe: Cast/Conversation Pin
toxcct20-Apr-04 10:59
toxcct20-Apr-04 10:59 
GeneralRe: Cast/Conversation Pin
toxcct20-Apr-04 10:58
toxcct20-Apr-04 10:58 
GeneralRe: Cast/Conversation Pin
Irish_GUI20-Apr-04 11:10
Irish_GUI20-Apr-04 11:10 
GeneralRe: Cast/Conversation Pin
toxcct21-Apr-04 5:10
toxcct21-Apr-04 5:10 
GeneralRe: Cast/Conversation Pin
Anonymous20-Apr-04 21:22
Anonymous20-Apr-04 21:22 
GeneralRe: Cast/Conversation Pin
toxcct20-Apr-04 22:14
toxcct20-Apr-04 22:14 
GeneralStructure Initialization Pin
aman200620-Apr-04 9:46
aman200620-Apr-04 9:46 
Hi I want to initialize this struct
struct CATEGORY_CODES
{
CString strCategoryCode;
int nCategoryID;
CString strCategoryName;
int nHasSubCategory;
int nActive;
};
if i do CATEGORY_CODE stCatCode = {0};

I get the Fatal error on CString members if i try to insert the values init.
Can anybody help me how to intialize the structures in MFC

thanks
shailesh
GeneralRe: Structure Initialization Pin
toxcct20-Apr-04 10:30
toxcct20-Apr-04 10:30 
GeneralRe: Structure Initialization Pin
Rick York20-Apr-04 11:07
mveRick York20-Apr-04 11:07 
GeneralAppend exported data to MatLab file Pin
Stemple20-Apr-04 9:12
Stemple20-Apr-04 9:12 
Generalfast data access Pin
Cyberizen20-Apr-04 9:02
Cyberizen20-Apr-04 9:02 
Generalinvoking internet explorer with html/jsp Pin
VirtualRelease20-Apr-04 9:00
VirtualRelease20-Apr-04 9:00 
GeneralRe: invoking internet explorer with html/jsp Pin
22491720-Apr-04 19:31
22491720-Apr-04 19:31 
GeneralRe: invoking internet explorer with html/jsp Pin
VirtualRelease26-Apr-04 13:33
VirtualRelease26-Apr-04 13:33 
QuestionSkinMagic? Pin
Krugger40420-Apr-04 8:53
Krugger40420-Apr-04 8:53 
AnswerRe: SkinMagic? Pin
Prakash Nadar20-Apr-04 17:58
Prakash Nadar20-Apr-04 17:58 
GeneralTreeControl in View Class Pin
Krugger40420-Apr-04 8:51
Krugger40420-Apr-04 8:51 
GeneralModeless dialog problem with Handle Pin
Krugger40420-Apr-04 8:47
Krugger40420-Apr-04 8:47 
GeneralRe: Modeless dialog problem with Handle Pin
Prakash Nadar20-Apr-04 15:54
Prakash Nadar20-Apr-04 15:54 
GeneralWinsock Spy Program Pin
K_Maz20-Apr-04 8:03
sussK_Maz20-Apr-04 8:03 
GeneralRe: Winsock Spy Program Pin
toxcct20-Apr-04 8:18
toxcct20-Apr-04 8:18 
GeneralRe: Winsock Spy Program Pin
toxcct20-Apr-04 9:24
toxcct20-Apr-04 9:24 
GeneralRe: Winsock Spy Program Pin
avenger_sb2520-Apr-04 8:53
avenger_sb2520-Apr-04 8:53 
GeneralMy dialog doesn't get focus Pin
Robert197420-Apr-04 7:54
Robert197420-Apr-04 7:54 

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.