Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading a .csv file Pin
David Crow9-Jan-04 6:06
David Crow9-Jan-04 6:06 
GeneralEncryption Pin
HackerBoy9-Jan-04 4:05
HackerBoy9-Jan-04 4:05 
GeneralRe: Encryption Pin
David Crow9-Jan-04 5:25
David Crow9-Jan-04 5:25 
GeneralAlphaBlend Pin
Anthony98879-Jan-04 3:46
Anthony98879-Jan-04 3:46 
GeneralRe: AlphaBlend Pin
John R. Shaw9-Jan-04 3:56
John R. Shaw9-Jan-04 3:56 
QuestionHow to change from WORD to CString Pin
mr20039-Jan-04 3:40
mr20039-Jan-04 3:40 
AnswerRe: How to change from WORD to CString Pin
John R. Shaw9-Jan-04 3:53
John R. Shaw9-Jan-04 3:53 
AnswerRe: How to change from WORD to CString Pin
Dominik Reichl9-Jan-04 3:55
Dominik Reichl9-Jan-04 3:55 
WORD day = systime.wDay;
WORD month = systime.wMonth;
WORD year = systime.wYear; 

CString strDate;
strDate.Format("%u/%u/%u", year, month, day);





_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

AnswerRe: How to change from WORD to CString Pin
Ted Ferenc9-Jan-04 4:20
Ted Ferenc9-Jan-04 4:20 
AnswerRe: How to change from WORD to CString Pin
John M. Drescher9-Jan-04 4:49
John M. Drescher9-Jan-04 4:49 
GeneralVery strange bug with VS6 SP5 Pin
Jerome Conus9-Jan-04 2:40
Jerome Conus9-Jan-04 2:40 
GeneralRe: Very strange bug with VS6 SP5 Pin
David Crow9-Jan-04 3:24
David Crow9-Jan-04 3:24 
GeneralRe: Very strange bug with VS6 SP5 Pin
Jerome Conus9-Jan-04 3:29
Jerome Conus9-Jan-04 3:29 
GeneralRe: Very strange bug with VS6 SP5 Pin
Ted Ferenc9-Jan-04 4:34
Ted Ferenc9-Jan-04 4:34 
GeneralRe: Very strange bug with VS6 SP5 Pin
Michael Dunn9-Jan-04 17:25
sitebuilderMichael Dunn9-Jan-04 17:25 
GeneralMS Word and VC++ Pin
Duncan Wells9-Jan-04 2:24
Duncan Wells9-Jan-04 2:24 
GeneralRe: MS Word and VC++ Pin
Animesh Rawal9-Jan-04 2:47
Animesh Rawal9-Jan-04 2:47 
GeneralRe: MS Word and VC++ [edited] Pin
Michael P Butler9-Jan-04 3:06
Michael P Butler9-Jan-04 3:06 
GeneralRe: MS Word and VC++ [edited] Pin
Duncan Wells9-Jan-04 3:41
Duncan Wells9-Jan-04 3:41 
GeneralRe: MS Word and VC++ [edited] Pin
Michael P Butler9-Jan-04 5:42
Michael P Butler9-Jan-04 5:42 
GeneralSearching for letters/numbers help needed.. Pin
IrishSonic9-Jan-04 2:11
IrishSonic9-Jan-04 2:11 
GeneralRe: Searching for letters/numbers help needed.. Pin
valikac9-Jan-04 5:56
valikac9-Jan-04 5:56 
GeneralDisable Rich Edit Text Control Pin
Anonymous9-Jan-04 1:47
Anonymous9-Jan-04 1:47 
GeneralRe: Disable Rich Edit Text Control Pin
David Crow9-Jan-04 2:28
David Crow9-Jan-04 2:28 
GeneralRe: Disable Rich Edit Text Control Pin
Anonymous9-Jan-04 2:53
Anonymous9-Jan-04 2:53 

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.