Click here to Skip to main content
15,917,862 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionname of the device Pin
viliam10-Nov-05 0:07
viliam10-Nov-05 0:07 
QuestionHow to scroll text ? Pin
Amarelia10-Nov-05 0:02
Amarelia10-Nov-05 0:02 
AnswerRe: How to scroll text ? Pin
toxcct10-Nov-05 0:08
toxcct10-Nov-05 0:08 
AnswerRe: How to scroll text ? Pin
S Douglas10-Nov-05 1:38
professionalS Douglas10-Nov-05 1:38 
AnswerRe: How to scroll text ? Pin
Mathieu Dijkstra10-Nov-05 2:06
Mathieu Dijkstra10-Nov-05 2:06 
AnswerRe: How to scroll text ? Pin
John R. Shaw10-Nov-05 18:52
John R. Shaw10-Nov-05 18:52 
Questionhow to call store procedure of informix with VC6(ado+odbc) Pin
sexypipe9-Nov-05 22:49
sexypipe9-Nov-05 22:49 
Questionhelp help pls ( extended mapi) Pin
deepgeorge9-Nov-05 22:49
deepgeorge9-Nov-05 22:49 
Can anyone pls tell how to configure "Network Logon Security" while creating a profile using MAPI.
I need to create the profile without showing the profile creation dialog box (exchange server dialog box).

i used the following code to create a profile.
i could successfully create a profile, but the "Logon Network Security" option is set to "NT Password Authetication" by default.
i want to change it to "None" programmatically using MAPI.
how do i do that ??

please help.
Thank You.

if (FAILED(hRes = MAPIInitialize(NULL))) {
AfxMessageBox("Could not Initialize MAPI");
return FALSE;
}

if (FAILED(hRes = MAPIAdminProfiles(0,&lpProfAdmin))) {
AfxMessageBox("Could not Create Profile. Contact Admin");
return FALSE;
}

if (FAILED(hRes = lpProfAdmin->CreateProfile(szProfile,szPassword,NULL,
MAPI_DEFAULT_SERVICES))) {
AfxMessageBox("Could not Create Profile. Contact Admin");
}

QuestionCrystal Report 10 add parameter Pin
AkiraOne9-Nov-05 22:38
AkiraOne9-Nov-05 22:38 
Questionto set focus in a tree item Pin
narayanagvs9-Nov-05 22:37
narayanagvs9-Nov-05 22:37 
AnswerRe: to set focus in a tree item Pin
*Dreamz9-Nov-05 23:43
*Dreamz9-Nov-05 23:43 
GeneralRe: to set focus in a tree item Pin
toxcct10-Nov-05 0:47
toxcct10-Nov-05 0:47 
GeneralRe: to set focus in a tree item Pin
*Dreamz10-Nov-05 1:14
*Dreamz10-Nov-05 1:14 
QuestionVC++ Certification Exams??? Pin
mandanani9-Nov-05 22:37
mandanani9-Nov-05 22:37 
QuestionHow to format double with CString::Format()? Pin
george ivanov9-Nov-05 22:29
george ivanov9-Nov-05 22:29 
AnswerRe: How to format double with CString::Format()? Pin
Bob Stanneveld9-Nov-05 22:33
Bob Stanneveld9-Nov-05 22:33 
AnswerRe: How to format double with CString::Format()? Pin
Cedric Moonen9-Nov-05 22:44
Cedric Moonen9-Nov-05 22:44 
QuestionHow to convert normal chinese code to unicode ISO 10646 code Pin
LaHaHa9-Nov-05 20:45
LaHaHa9-Nov-05 20:45 
AnswerRe: How to convert normal chinese code to unicode ISO 10646 code Pin
John R. Shaw9-Nov-05 21:26
John R. Shaw9-Nov-05 21:26 
GeneralRe: How to convert normal chinese code to unicode ISO 10646 code Pin
LaHaHa9-Nov-05 21:48
LaHaHa9-Nov-05 21:48 
GeneralRe: How to convert normal chinese code to unicode ISO 10646 code Pin
John R. Shaw9-Nov-05 22:14
John R. Shaw9-Nov-05 22:14 
GeneralRe: How to convert normal chinese code to unicode ISO 10646 code Pin
LaHaHa9-Nov-05 23:13
LaHaHa9-Nov-05 23:13 
QuestionHFONT creates wrongly sized fonts Pin
Axonn Echysttas9-Nov-05 20:27
Axonn Echysttas9-Nov-05 20:27 
GeneralRe: HFONT creates wrongly sized fonts Pin
Siarhei Alikhver9-Nov-05 20:52
Siarhei Alikhver9-Nov-05 20:52 
GeneralRe: HFONT creates wrongly sized fonts Pin
Axonn Echysttas9-Nov-05 21:45
Axonn Echysttas9-Nov-05 21:45 

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.