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

C / C++ / MFC

 
GeneralRe: help me Pin
jan larsen26-Oct-04 3:30
jan larsen26-Oct-04 3:30 
GeneralRetain MFC Controls values for Next Open VC++6.0 Pin
Sumit Kapoor25-Oct-04 21:01
Sumit Kapoor25-Oct-04 21:01 
GeneralRe: Retain MFC Controls values for Next Open VC++6.0 Pin
Maximilien26-Oct-04 0:54
Maximilien26-Oct-04 0:54 
GeneralRe: Retain MFC Controls values for Next Open VC++6.0 Pin
BlackDice26-Oct-04 3:51
BlackDice26-Oct-04 3:51 
GeneralThanks you both, Check what I used Pin
Sumit Kapoor26-Oct-04 19:11
Sumit Kapoor26-Oct-04 19:11 
Generalit fails to retrieve newly intruduced data by the user Pin
Natural_Demon25-Oct-04 20:45
Natural_Demon25-Oct-04 20:45 
GeneralRe: it fails to retrieve newly intruduced data by the user Pin
ThatsAlok25-Oct-04 23:00
ThatsAlok25-Oct-04 23:00 
GeneralRe: it fails to retrieve newly intruduced data by the user Pin
Natural_Demon26-Oct-04 3:39
Natural_Demon26-Oct-04 3:39 
no it works wel, but not when i click the button.

BOOL Cfirstw32mfcApp::InitInstance()
{
SetRegistryKey(_T("Natural_Demon"));
..
..
}

// this part works wel

EDIT1 = AfxGetApp()->GetProfileString("Settings", "email", "your login");
EDIT2 = AfxGetApp()->GetProfileString("Settings", "password", "details here..");
UpdateData(FALSE);

this part work wel also, i faild the retireve the data from the interface, although i use"UpdateData(FALSE);"
i can paste it anywhere in the script, but if i use this "Cfirstw32mfcDlg::OnButtonOK()"

HRESULT Cfirstw32mfcDlg::OnButtonOK(IHTMLElement* /*pElement*/)
{
UpdateData(FALSE);
AfxGetApp()->WriteProfileString("Settings", "email", EDIT1);
return FALSE; // return TRUE unless you set the focus to a control
...
..
}
it fails to retrieve the fresh data

kind regards,

marco



GeneralOpenProcess() issue in win XP Pin
P_JAYAPRAKASH25-Oct-04 19:08
P_JAYAPRAKASH25-Oct-04 19:08 
GeneralRe: OpenProcess() issue in win XP Pin
bryce25-Oct-04 19:48
bryce25-Oct-04 19:48 
GeneralError Link in VC++ Pin
TrungHuynh25-Oct-04 18:25
TrungHuynh25-Oct-04 18:25 
GeneralRe: Error Link in VC++ Pin
bryce25-Oct-04 19:44
bryce25-Oct-04 19:44 
GeneralRe: Error Link in VC++ Pin
Robert A. T. Káldy26-Oct-04 0:28
Robert A. T. Káldy26-Oct-04 0:28 
GeneralRe: Error Link in VC++ Pin
dharani26-Oct-04 21:24
dharani26-Oct-04 21:24 
GeneralRe: Error Link in VC++ Pin
Robert A. T. Káldy28-Oct-04 23:43
Robert A. T. Káldy28-Oct-04 23:43 
Generalplaying with edit ctrl Pin
bektek25-Oct-04 18:17
bektek25-Oct-04 18:17 
GeneralRe: playing with edit ctrl Pin
alex.barylski25-Oct-04 18:20
alex.barylski25-Oct-04 18:20 
GeneralRe: playing with edit ctrl Pin
bektek25-Oct-04 18:35
bektek25-Oct-04 18:35 
GeneralRe: playing with edit ctrl Pin
PJ Arends25-Oct-04 18:46
professionalPJ Arends25-Oct-04 18:46 
GeneralRe: playing with edit ctrl Pin
bektek25-Oct-04 19:22
bektek25-Oct-04 19:22 
Questionhow to use flash in vc++ Pin
vc-programmer-25-Oct-04 16:57
vc-programmer-25-Oct-04 16:57 
AnswerRe: how to use flash in vc++ Pin
bryce25-Oct-04 19:41
bryce25-Oct-04 19:41 
GeneralRe: how to use flash in vc++ Pin
vc-programmer-25-Oct-04 20:29
vc-programmer-25-Oct-04 20:29 
QuestionHow to display from dialog box to sdi window? Pin
zhaque25-Oct-04 14:43
zhaque25-Oct-04 14:43 
AnswerRe: How to display from dialog box to sdi window? Pin
Maximilien25-Oct-04 14:55
Maximilien25-Oct-04 14:55 

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.