Click here to Skip to main content
15,888,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMessage Removed Pin
17-Feb-10 16:24
tokime17-Feb-10 16:24 
AnswerRe: problem to get continuous output (neural network using matlab) Pin
Tim Craig17-Feb-10 20:57
Tim Craig17-Feb-10 20:57 
Questionmulticast client side libraries C++ Pin
Alan Kurlansky17-Feb-10 8:12
Alan Kurlansky17-Feb-10 8:12 
AnswerRe: multicast client side libraries C++ Pin
Richard MacCutchan17-Feb-10 12:53
mveRichard MacCutchan17-Feb-10 12:53 
AnswerRe: multicast client side libraries C++ Pin
Alan Kurlansky18-Feb-10 10:09
Alan Kurlansky18-Feb-10 10:09 
QuestionHow can I open a password protected (encrypted) access Database with CDatabase Object. Pin
A&Ms17-Feb-10 7:23
A&Ms17-Feb-10 7:23 
QuestionRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
Maximilien17-Feb-10 8:01
Maximilien17-Feb-10 8:01 
QuestionRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
A&Ms17-Feb-10 8:11
A&Ms17-Feb-10 8:11 
I mean what connection string should I use?
for example for opening a ordinary access file I Use
CDatabase m_db;
m_db.Open(NULL,false,false,L"ODBC;DRIVER={MICROSOFT ACCESS DRIVER (*.mdb)};DSN='';DBQ=C:\\a.mdb");


so if my "a.mdb" file is password protected and the password is "123" what should i do?
QuestionRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
David Crow17-Feb-10 8:32
David Crow17-Feb-10 8:32 
AnswerRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
A&Ms17-Feb-10 8:58
A&Ms17-Feb-10 8:58 
QuestionHow to set Display Default 96DPI setting Without Restating of Sytem in VC++? Pin
OSHO58017-Feb-10 6:21
OSHO58017-Feb-10 6:21 
GeneralRe: How to set Display Default 96DPI setting Without Restating of Sytem in VC++? Pin
David Crow17-Feb-10 7:24
David Crow17-Feb-10 7:24 
AnswerRe: How to set Display Default 96DPI setting Without Restating of Sytem in VC++? Pin
Gary R. Wheeler21-Feb-10 2:10
Gary R. Wheeler21-Feb-10 2:10 
Questionhow to unescape &quot Pin
sashoalm17-Feb-10 3:44
sashoalm17-Feb-10 3:44 
QuestionRe: how to unescape &quot Pin
David Crow17-Feb-10 4:08
David Crow17-Feb-10 4:08 
AnswerRe: how to unescape &quot Pin
sashoalm17-Feb-10 4:10
sashoalm17-Feb-10 4:10 
QuestionRe: how to unescape &quot Pin
David Crow17-Feb-10 4:12
David Crow17-Feb-10 4:12 
AnswerRe: how to unescape &quot Pin
sashoalm17-Feb-10 4:55
sashoalm17-Feb-10 4:55 
QuestionRe: how to unescape &quot Pin
CPallini17-Feb-10 5:06
mveCPallini17-Feb-10 5:06 
AnswerRe: how to unescape &quot Pin
sashoalm17-Feb-10 5:41
sashoalm17-Feb-10 5:41 
GeneralRe: how to unescape &quot Pin
David Crow17-Feb-10 5:10
David Crow17-Feb-10 5:10 
GeneralRe: how to unescape &quot Pin
sashoalm17-Feb-10 5:58
sashoalm17-Feb-10 5:58 
GeneralRe: how to unescape &quot Pin
David Crow17-Feb-10 6:00
David Crow17-Feb-10 6:00 
QuestionMaking Desktop application flexible to monitor resolution Pin
Rakesh517-Feb-10 2:20
Rakesh517-Feb-10 2:20 
AnswerRe: Making Desktop application flexible to monitor resolution Pin
Eugen Podsypalnikov17-Feb-10 3:46
Eugen Podsypalnikov17-Feb-10 3:46 

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.