Click here to Skip to main content
15,884,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan we change pointer type in the run time? Pin
THAQCD30-Jul-09 3:45
THAQCD30-Jul-09 3:45 
AnswerRe: Can we change pointer type in the run time? Pin
Code-o-mat30-Jul-09 4:04
Code-o-mat30-Jul-09 4:04 
GeneralRe: Can we change pointer type in the run time? Pin
THAQCD30-Jul-09 8:21
THAQCD30-Jul-09 8:21 
GeneralRe: Can we change pointer type in the run time? Pin
Code-o-mat30-Jul-09 8:28
Code-o-mat30-Jul-09 8:28 
AnswerRe: Can we change pointer type in the run time? Pin
MattPugsley30-Jul-09 7:51
MattPugsley30-Jul-09 7:51 
GeneralRe: Can we change pointer type in the run time? Pin
THAQCD30-Jul-09 8:32
THAQCD30-Jul-09 8:32 
QuestionHow to avoid a Global Variable Pin
Madhu_Rani30-Jul-09 3:36
Madhu_Rani30-Jul-09 3:36 
AnswerRe: How to avoid a Global Variable Pin
Chris Losinger30-Jul-09 5:12
professionalChris Losinger30-Jul-09 5:12 
something like this ?

void CMyView::SomeFunc()
{
   CMyDialog dlg;

   if (dlg.DoModal() == IDOK)
   {
       m_myVar = dlg.m_editVar;
   }
}



AnswerRe: How to avoid a Global Variable Pin
Rick York30-Jul-09 6:07
mveRick York30-Jul-09 6:07 
GeneralRe: How to avoid a Global Variable Pin
Madhu_Rani30-Jul-09 20:04
Madhu_Rani30-Jul-09 20:04 
GeneralRe: How to avoid a Global Variable Pin
Madhu_Rani30-Jul-09 20:36
Madhu_Rani30-Jul-09 20:36 
Questionfwrite for unicode characters... Pin
Rakesh530-Jul-09 1:57
Rakesh530-Jul-09 1:57 
QuestionRe: fwrite for unicode characters... Pin
Rajesh R Subramanian30-Jul-09 2:35
professionalRajesh R Subramanian30-Jul-09 2:35 
QuestionCMFCPropertyGridCtrl column width PinPopular
eight30-Jul-09 1:32
eight30-Jul-09 1:32 
QuestionRead and Write to Microsoft Excel which support .xlsx format. Pin
Le@rner29-Jul-09 21:41
Le@rner29-Jul-09 21:41 
AnswerRe: Read and Write to Microsoft Excel which support .xlsx format. Pin
Adam Roderick J29-Jul-09 22:53
Adam Roderick J29-Jul-09 22:53 
GeneralRe: Read and Write to Microsoft Excel which support .xlsx format. Pin
Le@rner30-Jul-09 0:16
Le@rner30-Jul-09 0:16 
GeneralRe: Read and Write to Microsoft Excel which support .xlsx format. Pin
Adam Roderick J30-Jul-09 0:28
Adam Roderick J30-Jul-09 0:28 
AnswerRe: Read and Write to Microsoft Excel which support .xlsx format. Pin
Rajesh R Subramanian30-Jul-09 0:50
professionalRajesh R Subramanian30-Jul-09 0:50 
AnswerRe: Read and Write to Microsoft Excel which support .xlsx format. Pin
Dmytro Skrypnyk25-Aug-10 23:14
Dmytro Skrypnyk25-Aug-10 23:14 
QuestionUsing Opengl in Visual C++ Windows Form Application. Pin
emira6729-Jul-09 21:21
emira6729-Jul-09 21:21 
Questionreading & displaying bitmap image Pin
adichavan29-Jul-09 21:03
adichavan29-Jul-09 21:03 
AnswerRe: reading & displaying bitmap image Pin
CPallini29-Jul-09 22:45
mveCPallini29-Jul-09 22:45 
QuestionSet Database Password with MFC DAO Pin
sunny_vc29-Jul-09 20:10
sunny_vc29-Jul-09 20:10 
QuestionOutlook Folder Pin
john563229-Jul-09 20:00
john563229-Jul-09 20:00 

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.