Click here to Skip to main content
15,915,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to use stored procedure Pin
Rajesh R Subramanian11-Dec-06 20:22
professionalRajesh R Subramanian11-Dec-06 20:22 
GeneralRe: how to use stored procedure Pin
With_problem11-Dec-06 20:25
With_problem11-Dec-06 20:25 
GeneralRe: how to use stored procedure Pin
Rajesh R Subramanian11-Dec-06 20:31
professionalRajesh R Subramanian11-Dec-06 20:31 
GeneralRe: how to use stored procedure Pin
With_problem11-Dec-06 20:36
With_problem11-Dec-06 20:36 
GeneralRe: how to use stored procedure Pin
Rajesh R Subramanian11-Dec-06 20:41
professionalRajesh R Subramanian11-Dec-06 20:41 
Questionabout MFC Pin
rajaasif11-Dec-06 19:15
rajaasif11-Dec-06 19:15 
AnswerRe: about MFC Pin
kakan11-Dec-06 19:25
professionalkakan11-Dec-06 19:25 
GeneralRe: about MFC Pin
rajaasif11-Dec-06 20:00
rajaasif11-Dec-06 20:00 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 20:25
professionalRajesh R Subramanian11-Dec-06 20:25 
GeneralRe: about MFC Pin
kakan11-Dec-06 20:31
professionalkakan11-Dec-06 20:31 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 20:33
professionalRajesh R Subramanian11-Dec-06 20:33 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 20:36
professionalRajesh R Subramanian11-Dec-06 20:36 
GeneralRe: about MFC Pin
rajaasif11-Dec-06 20:58
rajaasif11-Dec-06 20:58 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 21:21
professionalRajesh R Subramanian11-Dec-06 21:21 
GeneralRe: about MFC Pin
rajaasif11-Dec-06 22:02
rajaasif11-Dec-06 22:02 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 22:07
professionalRajesh R Subramanian11-Dec-06 22:07 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 15:53
Sam Hobbs12-Dec-06 15:53 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 15:51
Sam Hobbs12-Dec-06 15:51 
GeneralRe: about MFC Pin
Rajesh R Subramanian12-Dec-06 20:16
professionalRajesh R Subramanian12-Dec-06 20:16 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 20:23
Sam Hobbs12-Dec-06 20:23 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 16:03
Sam Hobbs12-Dec-06 16:03 
MFC tries to make this easy using the serialization capability of CDocument. Do you know if you are supposed to use that or not use that?

Login name and password are typically stored in the registry. You can use CWinApp::WriteProfileString and CWinApp::GetProfileString to easily store and restore data to/from the registry.
AnswerRe: about MFC Pin
vijay_aroli12-Dec-06 1:48
vijay_aroli12-Dec-06 1:48 
QuestionHow to access Application class member function Pin
rp_suman11-Dec-06 19:03
rp_suman11-Dec-06 19:03 
AnswerRe: How to access Application class member function Pin
aaaan11-Dec-06 19:17
aaaan11-Dec-06 19:17 
AnswerRe: How to access Application class member function Pin
sunit511-Dec-06 19:20
sunit511-Dec-06 19:20 

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.