Click here to Skip to main content
15,902,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI Objects in Windows Task Manager Pin
wb22-Aug-04 11:09
wb22-Aug-04 11:09 
GeneralRe: GDI Objects in Windows Task Manager Pin
PJ Arends22-Aug-04 11:24
professionalPJ Arends22-Aug-04 11:24 
GeneralRe: GDI Objects in Windows Task Manager Pin
Jörgen Sigvardsson22-Aug-04 11:41
Jörgen Sigvardsson22-Aug-04 11:41 
Generalfunction pointers... Pin
misterbear22-Aug-04 7:56
misterbear22-Aug-04 7:56 
GeneralRe: function pointers... Pin
Neville Franks22-Aug-04 10:52
Neville Franks22-Aug-04 10:52 
QuestionLOGFONT received by EnumFontFamExProc? Pin
Michael Gunlock22-Aug-04 5:41
Michael Gunlock22-Aug-04 5:41 
GeneralCListBox AddString() Pin
Anonymous22-Aug-04 3:23
Anonymous22-Aug-04 3:23 
GeneralRe: CListBox AddString() Pin
Dominik Reichl22-Aug-04 6:31
Dominik Reichl22-Aug-04 6:31 
Maybe try using tab characters (encoded in source using '\t')...

abc\tdefg
abcde\tfghij

You can set the tab width using the
BOOL SetTabStops( int nTabStops, LPINT rgTabStops );
function of CListBox. See MSDN for more.

Best regards,
Dominik



_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)

GeneralRe: CListBox AddString() Pin
Ravi Bhavnani22-Aug-04 7:28
professionalRavi Bhavnani22-Aug-04 7:28 
QuestionHow do I refuse to resize if a window is getting too big/small? Pin
DaFrawg22-Aug-04 3:04
DaFrawg22-Aug-04 3:04 
AnswerRe: How do I refuse to resize if a window is getting too big/small? Pin
Andrew Peace22-Aug-04 5:30
Andrew Peace22-Aug-04 5:30 
AnswerRe: How do I refuse to resize if a window is getting too big/small? Pin
PJ Arends22-Aug-04 5:57
professionalPJ Arends22-Aug-04 5:57 
GeneralCreating new database Pin
Alex Che22-Aug-04 1:27
Alex Che22-Aug-04 1:27 
GeneralFor MySQL Pin
Ivan Cachicatari22-Aug-04 2:10
Ivan Cachicatari22-Aug-04 2:10 
GeneralRe: Creating new database Pin
PJ Arends22-Aug-04 11:29
professionalPJ Arends22-Aug-04 11:29 
GeneralAbout MySQL connection Pin
Ivan Cachicatari23-Aug-04 7:50
Ivan Cachicatari23-Aug-04 7:50 
GeneralxDirectx Programming in VC++ Pin
JohnExalt22-Aug-04 1:24
JohnExalt22-Aug-04 1:24 
GeneralTranslating virtual key codes into human readable format Pin
Jörgen Sigvardsson22-Aug-04 1:16
Jörgen Sigvardsson22-Aug-04 1:16 
GeneralRe: Translating virtual key codes into human readable format Pin
PJ Arends22-Aug-04 5:49
professionalPJ Arends22-Aug-04 5:49 
GeneralRe: Translating virtual key codes into human readable format Pin
Jörgen Sigvardsson22-Aug-04 6:49
Jörgen Sigvardsson22-Aug-04 6:49 
GeneralRe: Translating virtual key codes into human readable format Pin
PJ Arends22-Aug-04 11:21
professionalPJ Arends22-Aug-04 11:21 
GeneralRe: Translating virtual key codes into human readable format Pin
Jörgen Sigvardsson22-Aug-04 11:30
Jörgen Sigvardsson22-Aug-04 11:30 
GeneralRe: Translating virtual key codes into human readable format Pin
PJ Arends22-Aug-04 12:13
professionalPJ Arends22-Aug-04 12:13 
GeneralRe: Translating virtual key codes into human readable format Pin
Jörgen Sigvardsson22-Aug-04 12:15
Jörgen Sigvardsson22-Aug-04 12:15 
GeneralRe: Translating virtual key codes into human readable format Pin
PJ Arends22-Aug-04 12:28
professionalPJ Arends22-Aug-04 12:28 

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.