Click here to Skip to main content
16,012,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
V.23-Jun-04 3:23
professionalV.23-Jun-04 3:23 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
jmkhael23-Jun-04 7:25
jmkhael23-Jun-04 7:25 
QuestionHow to hide col. in listview Pin
Sumit Kapoor23-Jun-04 1:53
Sumit Kapoor23-Jun-04 1:53 
Generalcomputer names in local network Pin
windsock23-Jun-04 1:30
windsock23-Jun-04 1:30 
GeneralRe: computer names in local network Pin
David Crow23-Jun-04 3:36
David Crow23-Jun-04 3:36 
GeneralRe: computer names in local network Pin
windsock23-Jun-04 18:31
windsock23-Jun-04 18:31 
GeneralRe: computer names in local network Pin
David Crow24-Jun-04 3:52
David Crow24-Jun-04 3:52 
GeneralModeless Dialogs Pin
si_6923-Jun-04 1:30
si_6923-Jun-04 1:30 
hi all

i use the below to create a modeless dialog which works ok

CCPServerWait* m_pWaitDlg;
m_pWaitDlg = new CCPServerWait;
m_pWaitDlg->Create(IDD_DCPSERVER_WAIT);
m_pWaitDlg->m_wait_mes = "Connecting to CMIS Please
m_pWaitDlg->UpdateData(FALSE);
m_pWaitDlg->ShowWindow(SW_SHOW);
m_pWaitDlg->UpdateWindow();
m_pWaitDlg->DestroyWindow();

but before i use this code; i need to call the function

ok = SQLCreateDataSource(m_hWnd,"CP_CMIS_CON");

with this in, the code for the modeless dialog doesnt work Cry | :((

if i take it out then the code for the modeless dialog does work,

obviously i need it in, can ne1 help ???

si Cry | :(( Cry | :((


GeneralRe: Modeless Dialogs Pin
David Crow23-Jun-04 3:46
David Crow23-Jun-04 3:46 
Generaldetecting CDatabase disconnections Pin
craigiek23-Jun-04 1:18
craigiek23-Jun-04 1:18 
GeneralConvert from VS 6.0 project to VS .NET project Pin
anderslundsgard23-Jun-04 0:21
anderslundsgard23-Jun-04 0:21 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
Anthony_Yio23-Jun-04 0:36
Anthony_Yio23-Jun-04 0:36 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
anderslundsgard23-Jun-04 1:23
anderslundsgard23-Jun-04 1:23 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
Anthony_Yio23-Jun-04 16:09
Anthony_Yio23-Jun-04 16:09 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
anderslundsgard29-Jun-04 23:50
anderslundsgard29-Jun-04 23:50 
GeneralODBC and C++ Pin
SuzannaS23-Jun-04 0:09
SuzannaS23-Jun-04 0:09 
GeneralRe: ODBC and C++ Pin
Sumit Kapoor23-Jun-04 1:50
Sumit Kapoor23-Jun-04 1:50 
GeneralRe: ODBC and C++ Pin
basementman23-Jun-04 5:34
basementman23-Jun-04 5:34 
GeneralStrange problem with CString Pin
rrrado22-Jun-04 23:43
rrrado22-Jun-04 23:43 
GeneralRe: Strange problem with CString Pin
David Crow23-Jun-04 4:07
David Crow23-Jun-04 4:07 
GeneralRe: Strange problem with CString Pin
rrrado23-Jun-04 4:31
rrrado23-Jun-04 4:31 
GeneralRe: Strange problem with CString Pin
rrrado23-Jun-04 4:49
rrrado23-Jun-04 4:49 
GeneralRe: Strange problem with CString Pin
David Crow23-Jun-04 4:59
David Crow23-Jun-04 4:59 
GeneralRe: Strange problem with CString Pin
rrrado23-Jun-04 5:33
rrrado23-Jun-04 5:33 
GeneralRe: Strange problem with CString Pin
rrrado23-Jun-04 5:57
rrrado23-Jun-04 5:57 

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.