Click here to Skip to main content
15,887,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC support in ATL Service. Pin
Prakash Nadar22-Dec-03 2:17
Prakash Nadar22-Dec-03 2:17 
QuestionControl volume from User Interface Application? Pin
elza21-Dec-03 23:50
elza21-Dec-03 23:50 
AnswerRe: Control volume from User Interface Application? Pin
Monty222-Dec-03 0:11
Monty222-Dec-03 0:11 
AnswerRe: Control volume from User Interface Application? Pin
David Crow22-Dec-03 3:41
David Crow22-Dec-03 3:41 
GeneralWin32 Call Dialog from Menu Pin
HeiniBlad21-Dec-03 22:56
HeiniBlad21-Dec-03 22:56 
GeneralRe: Win32 Call Dialog from Menu Pin
Monty221-Dec-03 23:48
Monty221-Dec-03 23:48 
GeneralCString to Integer Pin
Shanmuga Sundar21-Dec-03 22:55
Shanmuga Sundar21-Dec-03 22:55 
GeneralRe: CString to Integer Pin
Dominik Reichl21-Dec-03 23:02
Dominik Reichl21-Dec-03 23:02 
CString str = "123";<br />
int i = atoi((LPCTSTR)str);


This is a valid conversion, CString explicitely supports a conversion to LPCTSTR.


Big Grin | :-D
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: CString to Integer Pin
Aisha Ikram21-Dec-03 23:03
Aisha Ikram21-Dec-03 23:03 
GeneralRe: CString to Integer Pin
Abhishek Srivastava21-Dec-03 23:10
Abhishek Srivastava21-Dec-03 23:10 
GeneralRe: CString to Integer Pin
GeraldoLuiz21-Dec-03 23:54
GeraldoLuiz21-Dec-03 23:54 
GeneralMATLAB C++ problems Pin
Vincent Sim21-Dec-03 22:27
Vincent Sim21-Dec-03 22:27 
GeneralDirectSound - Windows Handle Pin
elza21-Dec-03 22:05
elza21-Dec-03 22:05 
GeneralAlways underlining the access keys of pop up menu Pin
Raghunandan S21-Dec-03 21:00
Raghunandan S21-Dec-03 21:00 
GeneralRe: Always underlining the access keys of pop up menu Pin
David Crow22-Dec-03 3:48
David Crow22-Dec-03 3:48 
GeneralRe: Always underlining the access keys of pop up menu Pin
Raghunandan S22-Dec-03 14:35
Raghunandan S22-Dec-03 14:35 
GeneralRe: Always underlining the access keys of pop up menu Pin
Chris Richardson22-Dec-03 18:18
Chris Richardson22-Dec-03 18:18 
GeneralRe: Always underlining the access keys of pop up menu Pin
Raghunandan S22-Dec-03 21:04
Raghunandan S22-Dec-03 21:04 
Generalabout sscanf function in SP4 and SP5 Pin
zx_sanjin21-Dec-03 20:12
zx_sanjin21-Dec-03 20:12 
GeneralRe: about sscanf function in SP4 and SP5 Pin
Gary R. Wheeler22-Dec-03 4:58
Gary R. Wheeler22-Dec-03 4:58 
GeneralRe: about sscanf function in SP4 and SP5 Pin
zx_sanjin22-Dec-03 17:58
zx_sanjin22-Dec-03 17:58 
QuestionHow can I know what a window under the mouse? Pin
Eugene Pustovoyt21-Dec-03 19:06
Eugene Pustovoyt21-Dec-03 19:06 
AnswerRe: How can I know what a window under the mouse? Pin
Michael Dunn21-Dec-03 19:28
sitebuilderMichael Dunn21-Dec-03 19:28 
GeneralRe: How can I know what a window under the mouse? Pin
Eugene Pustovoyt21-Dec-03 19:37
Eugene Pustovoyt21-Dec-03 19:37 
GeneralRe: How can I know what a window under the mouse? Pin
Michael Dunn21-Dec-03 19:46
sitebuilderMichael Dunn21-Dec-03 19:46 

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.