Click here to Skip to main content
16,014,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how we can convert CWnd* to HWND Pin
johnalek19-Jun-06 2:21
johnalek19-Jun-06 2:21 
AnswerRe: how we can convert CWnd* to HWND Pin
Alton Williams19-Jun-06 4:01
Alton Williams19-Jun-06 4:01 
QuestionMicrosoft Access and MFC Pin
konstantinos_newbie19-Jun-06 1:54
konstantinos_newbie19-Jun-06 1:54 
AnswerRe: Microsoft Access and MFC Pin
kk.tvm19-Jun-06 2:32
kk.tvm19-Jun-06 2:32 
GeneralRe: Microsoft Access and MFC Pin
konstantinos_newbie19-Jun-06 7:09
konstantinos_newbie19-Jun-06 7:09 
AnswerRe: Microsoft Access and MFC Pin
David Crow19-Jun-06 2:34
David Crow19-Jun-06 2:34 
AnswerRe: Microsoft Access and MFC Pin
Hamid_RT19-Jun-06 2:40
Hamid_RT19-Jun-06 2:40 
GeneralRe: Microsoft Access and MFC Pin
konstantinos_newbie19-Jun-06 7:06
konstantinos_newbie19-Jun-06 7:06 
tantDear All,
Thanks for your immediately response. I download the demo and I looked into the MSDN. Could you please advice me where I made the mistake? I attach the I have written. I take an error that CDatabase does not exit or undeclared variable.
Thanks for your time.
Best Regards,
Konstantinos.

void CIsup_semi_1Dlg::OnOK()
{
// TODO: Add extra validation here
CDatabase database;
CString testing,final_bytes[1000];
int bytes,final_decimal[1000],cbyte,counter=0;
char buffer[50];
unsigned short hbyte,lbyte,all_bytes[1000];
UpdateData(TRUE);m_input.MakeUpper ();
for (register i=0;i<=m_input.GetLength()-1;i++){
hbyte=m_input.GetAt(i);


konstantinos
GeneralRe: Microsoft Access and MFC Pin
Hamid_RT19-Jun-06 19:20
Hamid_RT19-Jun-06 19:20 
QuestionI guess this is related to NC messages Pin
ROWALI19-Jun-06 1:49
ROWALI19-Jun-06 1:49 
AnswerRe: I guess this is related to NC messages Pin
Naveen19-Jun-06 1:55
Naveen19-Jun-06 1:55 
GeneralRe: I guess this is related to NC messages [modified] Pin
ROWALI19-Jun-06 1:58
ROWALI19-Jun-06 1:58 
GeneralRe: I guess this is related to NC messages Pin
Nibu babu thomas19-Jun-06 2:05
Nibu babu thomas19-Jun-06 2:05 
GeneralRe: I guess this is related to NC messages Pin
Naveen19-Jun-06 2:06
Naveen19-Jun-06 2:06 
GeneralRe: I guess this is related to NC messages Pin
ROWALI19-Jun-06 2:18
ROWALI19-Jun-06 2:18 
AnswerRe: I guess this is related to NC messages Pin
Anton Mikhalyov19-Jun-06 2:02
Anton Mikhalyov19-Jun-06 2:02 
GeneralRe: I guess this is related to NC messages Pin
ROWALI19-Jun-06 2:05
ROWALI19-Jun-06 2:05 
Questiontime difference Pin
marcoslav19-Jun-06 1:40
marcoslav19-Jun-06 1:40 
AnswerRe: time difference Pin
NiceNaidu19-Jun-06 1:45
NiceNaidu19-Jun-06 1:45 
GeneralRe: time difference Pin
Naveen19-Jun-06 1:50
Naveen19-Jun-06 1:50 
GeneralRe: time difference Pin
NiceNaidu19-Jun-06 2:05
NiceNaidu19-Jun-06 2:05 
AnswerRe: time difference Pin
Viorel.19-Jun-06 1:58
Viorel.19-Jun-06 1:58 
AnswerRe: time difference Pin
David Crow19-Jun-06 2:37
David Crow19-Jun-06 2:37 
Questionrandom selection up to 65000 numbers Pin
johnalek19-Jun-06 1:31
johnalek19-Jun-06 1:31 
AnswerRe: random selection up to 65000 numbers Pin
NiceNaidu19-Jun-06 1:40
NiceNaidu19-Jun-06 1:40 

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.