Click here to Skip to main content
15,910,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow do we create one dialog box from another Pin
Pankaj Kothawade8-Apr-08 0:53
Pankaj Kothawade8-Apr-08 0:53 
AnswerRe: how do we create one dialog box from another Pin
Iain Clarke, Warrior Programmer8-Apr-08 1:10
Iain Clarke, Warrior Programmer8-Apr-08 1:10 
GeneralRe: how do we create one dialog box from another Pin
Pankaj Kothawade10-Apr-08 19:25
Pankaj Kothawade10-Apr-08 19:25 
GeneralRe: how do we create one dialog box from another Pin
Iain Clarke, Warrior Programmer13-Apr-08 0:37
Iain Clarke, Warrior Programmer13-Apr-08 0:37 
AnswerRe: how do we create one dialog box from another Pin
Hamid_RT8-Apr-08 22:08
Hamid_RT8-Apr-08 22:08 
Generalconvert an array unsigned char to a string Pin
Kogee San8-Apr-08 0:44
Kogee San8-Apr-08 0:44 
GeneralRe: convert an array unsigned char to a string Pin
CPallini8-Apr-08 0:58
mveCPallini8-Apr-08 0:58 
GeneralRe: convert an array unsigned char to a string Pin
Chris Losinger8-Apr-08 1:00
professionalChris Losinger8-Apr-08 1:00 
char buf[20];
snprintf(buf, 20, "%02X-%02X-%02X-%02X-%02X-%02X\n",
MACData[0], MACData[1], MACData[2], MACData[3], MACData[4], MACData[5]);
printf("MACAddr = %s\n", buf);



GeneralAddin issue: OnConnection is not getting called Pin
VC_RYK8-Apr-08 0:23
VC_RYK8-Apr-08 0:23 
GeneralRe: Addin issue: OnConnection is not getting called Pin
led mike8-Apr-08 4:31
led mike8-Apr-08 4:31 
GeneralRe: Addin issue: OnConnection is not getting called Pin
VC_RYK8-Apr-08 21:01
VC_RYK8-Apr-08 21:01 
Questionwhat kind of window can have a caret? Pin
code_discuss8-Apr-08 0:02
code_discuss8-Apr-08 0:02 
AnswerRe: what kind of window can have a caret? Pin
Maximilien8-Apr-08 0:09
Maximilien8-Apr-08 0:09 
QuestionRe: what kind of window can have a caret? Pin
code_discuss8-Apr-08 0:46
code_discuss8-Apr-08 0:46 
JokeRe: what kind of window can have a caret? Pin
BadKarma8-Apr-08 1:15
BadKarma8-Apr-08 1:15 
AnswerRe: what kind of window can have a caret? Pin
Rajesh R Subramanian8-Apr-08 2:43
professionalRajesh R Subramanian8-Apr-08 2:43 
GeneralRe: what kind of window can have a caret? Pin
Michael Schubert8-Apr-08 4:21
Michael Schubert8-Apr-08 4:21 
GeneralRe: what kind of window can have a caret? Pin
Rajesh R Subramanian8-Apr-08 22:10
professionalRajesh R Subramanian8-Apr-08 22:10 
AnswerRe: what kind of window can have a caret? Pin
Mark Salsbery8-Apr-08 6:35
Mark Salsbery8-Apr-08 6:35 
AnswerRe: what kind of window can have a caret? Pin
Hamid_RT10-Apr-08 6:51
Hamid_RT10-Apr-08 6:51 
Generalhook the WM_PRINTCLIENT evenet Pin
micutzu8-Apr-08 0:02
micutzu8-Apr-08 0:02 
AnswerRe: hook the WM_PRINTCLIENT evenet Pin
code_discuss8-Apr-08 0:08
code_discuss8-Apr-08 0:08 
GeneralRe: hook the WM_PRINTCLIENT evenet Pin
micutzu8-Apr-08 0:27
micutzu8-Apr-08 0:27 
GeneralSystem Shutdwon Pin
john56327-Apr-08 23:58
john56327-Apr-08 23:58 
AnswerRe: System Shutdwon Pin
Rajesh R Subramanian8-Apr-08 3:43
professionalRajesh R Subramanian8-Apr-08 3:43 

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.