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

C / C++ / MFC

 
Questionhow to access CEditView for Doc Pin
josephvan9-Dec-04 18:43
josephvan9-Dec-04 18:43 
GeneralAbout Mapping Mode Pin
LiYS9-Dec-04 17:58
LiYS9-Dec-04 17:58 
Generalmdi Pin
vc-programmer-9-Dec-04 17:46
vc-programmer-9-Dec-04 17:46 
GeneralRe: mdi Pin
Renjith Ramachandran9-Dec-04 19:10
Renjith Ramachandran9-Dec-04 19:10 
Generalstd::map and string as a key Pin
Imtiaz Murtaza9-Dec-04 17:13
Imtiaz Murtaza9-Dec-04 17:13 
GeneralRe: std::map and string as a key Pin
Joaquín M López Muñoz9-Dec-04 19:59
Joaquín M López Muñoz9-Dec-04 19:59 
QuestionHow do I stop appearing SQL Sever Login Dialog again and again? Pin
pubududilena9-Dec-04 17:13
pubududilena9-Dec-04 17:13 
AnswerRe: How do I stop appearing SQL Sever Login Dialog again and again? Pin
Renjith Ramachandran9-Dec-04 18:48
Renjith Ramachandran9-Dec-04 18:48 
use CDatabase::noOdbcDialog as the second parameter in OpenEx() method.

Eg; extern CDatabase oDb;
extern CString csConnection;

oDb.OpenEx(csConnection, CDatabase::noOdbcDialog );

this will suppress the login dialog.

Ninety-eight percent of the thrill comes from knowing that the thing you designed works, and works almost the way you expected it would. If that happens, part of you is in that machine.

GeneralHelp! Pin
Anonymous9-Dec-04 13:09
Anonymous9-Dec-04 13:09 
GeneralRe: Help! Pin
toxcct9-Dec-04 21:54
toxcct9-Dec-04 21:54 
QuestionHow to do oldschool graphics in win Pin
mirex9-Dec-04 11:03
mirex9-Dec-04 11:03 
AnswerRe: How to do oldschool graphics in win Pin
Andrew Walker9-Dec-04 14:57
Andrew Walker9-Dec-04 14:57 
GeneralCompare from file or Compare from memory Pin
Anonymous9-Dec-04 10:41
Anonymous9-Dec-04 10:41 
GeneralRe: Compare from file or Compare from memory Pin
gamitech9-Dec-04 11:55
gamitech9-Dec-04 11:55 
General2nd Question - const_cast and mutable Pin
Malcolm Smart9-Dec-04 10:41
Malcolm Smart9-Dec-04 10:41 
GeneralRe: 2nd Question - const_cast and mutable Pin
Jack Puppy9-Dec-04 15:29
Jack Puppy9-Dec-04 15:29 
GeneralRe: 2nd Question - const_cast and mutable Pin
Andrew Walker9-Dec-04 15:29
Andrew Walker9-Dec-04 15:29 
GeneralRe: 2nd Question - const_cast and mutable Pin
Henry miller10-Dec-04 6:22
Henry miller10-Dec-04 6:22 
Generalexcel automation with very hidden sheet Pin
pnpfriend9-Dec-04 10:38
pnpfriend9-Dec-04 10:38 
QuestionWhat is best Exe 2 Exe protocol? Pin
Malcolm Smart9-Dec-04 10:34
Malcolm Smart9-Dec-04 10:34 
AnswerRe: What is best Exe 2 Exe protocol? Pin
Alex Korchemniy9-Dec-04 11:05
Alex Korchemniy9-Dec-04 11:05 
AnswerRe: What is best Exe 2 Exe protocol? Pin
Renjith Ramachandran9-Dec-04 19:13
Renjith Ramachandran9-Dec-04 19:13 
AnswerRe: What is best Exe 2 Exe protocol? Pin
Henry miller10-Dec-04 6:31
Henry miller10-Dec-04 6:31 
GeneralVariable width fonts and GetTextExtent in CEdit Pin
bob169729-Dec-04 8:47
bob169729-Dec-04 8:47 
GeneralRe: Variable width fonts and GetTextExtent in CEdit Pin
bob169729-Dec-04 11:01
bob169729-Dec-04 11:01 

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.