Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlaunch iexplore from a win32 appl Pin
fakeplastictree9515-Dec-06 3:35
fakeplastictree9515-Dec-06 3:35 
AnswerRe: launch iexplore from a win32 appl Pin
David Crow15-Dec-06 3:46
David Crow15-Dec-06 3:46 
GeneralRe: launch iexplore from a win32 appl Pin
Rage15-Dec-06 3:57
professionalRage15-Dec-06 3:57 
GeneralRe: launch iexplore from a win32 appl Pin
David Crow15-Dec-06 4:00
David Crow15-Dec-06 4:00 
GeneralRe: launch iexplore from a win32 appl Pin
fakeplastictree9515-Dec-06 7:31
fakeplastictree9515-Dec-06 7:31 
AnswerRe: launch iexplore from a win32 appl Pin
Rage15-Dec-06 3:54
professionalRage15-Dec-06 3:54 
AnswerRe: launch iexplore from a win32 appl Pin
Michael Dunn15-Dec-06 11:54
sitebuilderMichael Dunn15-Dec-06 11:54 
QuestionReturning CArray Pin
RockyJames15-Dec-06 3:22
RockyJames15-Dec-06 3:22 
Hi,
I have declared int m_intValue; and wrote int GetValue(){ return m_intValue;} function.I have declared a structure

struct Table
{
int intData;
CString strName;

};
CArray<table*,table*>m_Tables;

Now i want to write a function same as GetValue() function which will return m_Tables.How to declare it ?

thanks in before
James
AnswerRe: Returning CArray Pin
David Crow15-Dec-06 3:35
David Crow15-Dec-06 3:35 
QuestionAccessing variables and functions from another dialog Pin
69 Bay15-Dec-06 3:03
69 Bay15-Dec-06 3:03 
AnswerRe: Accessing variables and functions from another dialog Pin
Hamid_RT15-Dec-06 3:12
Hamid_RT15-Dec-06 3:12 
GeneralRe: Accessing variables and functions from another dialog Pin
69 Bay15-Dec-06 3:34
69 Bay15-Dec-06 3:34 
AnswerRe: Accessing variables and functions from another dialog Pin
Maximilien15-Dec-06 3:18
Maximilien15-Dec-06 3:18 
QuestionRe: Accessing variables and functions from another dialog Pin
David Crow15-Dec-06 3:48
David Crow15-Dec-06 3:48 
AnswerRe: Accessing variables and functions from another dialog Pin
CPallini15-Dec-06 4:00
mveCPallini15-Dec-06 4:00 
GeneralRe: Accessing variables and functions from another dialog Pin
69 Bay15-Dec-06 4:28
69 Bay15-Dec-06 4:28 
QuestionHow I can convert CString variable into char * ? Pin
Sameer_Thakur14-Dec-06 23:49
Sameer_Thakur14-Dec-06 23:49 
AnswerRe: How I can convert CString variable into char * ? Pin
prasad_som14-Dec-06 23:54
prasad_som14-Dec-06 23:54 
GeneralRe: How I can convert CString variable into char * ? Pin
toxcct15-Dec-06 1:55
toxcct15-Dec-06 1:55 
GeneralRe: How I can convert CString variable into char * ? Pin
prasad_som15-Dec-06 2:13
prasad_som15-Dec-06 2:13 
GeneralRe: How I can convert CString variable into char * ? Pin
David Crow15-Dec-06 3:51
David Crow15-Dec-06 3:51 
AnswerRe: How I can convert CString variable into char * ? Pin
prasad_som15-Dec-06 6:40
prasad_som15-Dec-06 6:40 
AnswerRe: How I can convert CString variable into char * ? Pin
CPallini14-Dec-06 23:57
mveCPallini14-Dec-06 23:57 
AnswerRe: How I can convert CString variable into char * ? Pin
kakan15-Dec-06 0:59
professionalkakan15-Dec-06 0:59 
GeneralRe: How I can convert CString variable into char * ? Pin
toxcct15-Dec-06 2:03
toxcct15-Dec-06 2:03 

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.