CEdit* pEdit = (CEdit*)GetDlgItem(IDC_EDIT); pEdit->SetFocus ();
xtsea
Posts
-
Setting focus to a control -
WTL and .NETI haven't been using WTL before but have recently been finding more and more stuff that made me interested... But with all this new .net stuff, is there any real point in learning this or should I just wait until the release of .net and then learn the new microsoft way? /XTSea
-
Examples of ftp resuming downloads...I'm currently writing a FTP-client and I would like to implement a class which resumes downloads if they're broken. So what I need is an example of this (hopefully mfc...) or some links where I can get more info about this. /XTSea
-
Scanning a registry folderHow do I scan a registry folder?
-
Stopping a dialog from closing when ESC is pressedHow can I stop a dialog from being closed when ESC is pressed? /XTSea
-
Regarding Installation programIs there a special way to make self-extracting .exe's, if I have an .exe file but want to be able to specify a specific config file and zip file. /XTSea
-
Resuming FTP / HTTP downloads...Is this possible to do using MFC classes? Either way, where can I find information about this (preferably with source examples...)? /XTSea