Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can string convert to float, double ? Pin
yugn12-May-03 20:17
yugn12-May-03 20:17 
Generalstatic function vc++ Pin
mperlera12-May-03 16:58
mperlera12-May-03 16:58 
GeneralRe: static function vc++ Pin
Dave Bryant12-May-03 17:36
Dave Bryant12-May-03 17:36 
GeneralRe: static function vc++ Pin
Dean Goodman12-May-03 17:38
Dean Goodman12-May-03 17:38 
GeneralCapturing keystrokes and mouse events/movement Pin
Ron Klaus12-May-03 16:55
sussRon Klaus12-May-03 16:55 
GeneralRe: Capturing keystrokes and mouse events/movement Pin
Joan M12-May-03 20:52
professionalJoan M12-May-03 20:52 
GeneralVS.NET MSN Messenger Add-In Pin
Anonymous12-May-03 14:45
Anonymous12-May-03 14:45 
GeneralDisabling a button using ATL Pin
JC Gauthier12-May-03 13:28
JC Gauthier12-May-03 13:28 
Is there a way to enable/disable a button whitout using MFC ? I am not really familliar with this type of operation. I've done it successfully for edit control :
<br />
// Enable<br />
::SendDlgItemMessage(hwndDlg, IDC_KEYPAIRNEWFILENAME, WM_ENABLE, TRUE, 0);<br />
// Disable<br />
::SendDlgItemMessage(hwndDlg, IDC_KEYPAIRNEWFILENAME, WM_ENABLE, FALSE, 0);<br />

and was expectiong something similar for buttons but everything I tried was unsuccessfull.

Thanks.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
J.-C. Gauthier - http://www.grandmenhir.com/
GeneralRe: Disabling a button using ATL Pin
Caddy12-May-03 14:17
Caddy12-May-03 14:17 
GeneralRe: Disabling a button using ATL Pin
Michael Dunn12-May-03 18:02
sitebuilderMichael Dunn12-May-03 18:02 
GeneralRe: Disabling a button using ATL Pin
JC Gauthier13-May-03 3:36
JC Gauthier13-May-03 3:36 
Generalvery special help needed..., Looking for a source code Pin
jackye12-May-03 12:28
jackye12-May-03 12:28 
GeneraldirectX Pin
Emiliano12-May-03 11:58
Emiliano12-May-03 11:58 
GeneralRe: directX Pin
Andrew Walker12-May-03 12:56
Andrew Walker12-May-03 12:56 
GeneralRe: directX Pin
Emiliano12-May-03 22:02
Emiliano12-May-03 22:02 
GeneralNeed an appropriate suggestion for project(Beginner) Pin
hassanmurtaza12-May-03 11:18
hassanmurtaza12-May-03 11:18 
GeneralRe: Need an appropriate suggestion for project(Beginner) Pin
valikac12-May-03 12:42
valikac12-May-03 12:42 
GeneralRe: Need an appropriate suggestion for project(Beginner) Pin
djghazi12-May-03 20:15
djghazi12-May-03 20:15 
GeneralThanks a lot but................ Pin
hassanmurtaza13-May-03 9:11
hassanmurtaza13-May-03 9:11 
QuestionHow do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 10:55
IrishSonic12-May-03 10:55 
AnswerRe: How do I get telnet to work for testing my socket app?? Pin
markkuk12-May-03 11:03
markkuk12-May-03 11:03 
GeneralRe: How do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 11:15
IrishSonic12-May-03 11:15 
AnswerRe: How do I get telnet to work for testing my socket app?? Pin
Dean Goodman12-May-03 11:07
Dean Goodman12-May-03 11:07 
GeneralRe: How do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 11:24
IrishSonic12-May-03 11:24 
GeneralHave changed client app to send message to server( telnet ) Pin
IrishSonic12-May-03 11:30
IrishSonic12-May-03 11:30 

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.