Enter Keywords:
1 - 10 of 15(0.001 seconds)
Sort By:
 
Hello, I am making an application that disable USB storage device on one PC. i have edited the registry to do this. SYSTEM\\CurrentControlSet\\Services\\USBSTOR\\ set the value of start to 4. ...
Zones: Windows MFC, C++Date Answered: 06/10/2008 Rating: 6.4 Views: 36
Hello I'm developing a single chat program. I used SOCKET to listen and connect and I have no problem with listen, connect and send data. my main problem is data arrival EVENT!! i should have a fu...
Zones: C++, Windows MFC, CDate Answered: 08/04/2008 Rating: 6.6 Views: 17
If I have a local variable of type CString and then assign to it using the concatenation operator, things work fine: CString StringFunction1() {   CString one;   one = "ONE";   return one; ...
Zones: Windows MFC, Micros...Date Answered: 10/14/2008 Rating: 8.9 Views: 31
I have a memory crash.I am using Visual C++ 6.9 I am looking for a software that can help me debug the crash but does not cost so much (like bound checker (from Compuware) that costs 3000 EURO.
Zones: C++, C / C++ / C#Date Answered: 09/07/2009 Rating: 7.2 Views: 5
I have created a dialog based MFC exe. I want to add a function, which takes the following as arguments: - CDC *pDC;//pointer to device context int x; int y; int cx; int cy; CString sFileName...
Zones: Windows MFC, Micros...Date Answered: 05/05/2008 Rating: 7.9 Views: 0
I'd like to create a tab control (CTabCtrl) on the dockable CToolBar. Will that be doable thing? If so, how to do it. Any ideas? appreciate! py
Zones: Windows MFCDate Answered: 06/03/2008 Rating: 9.9 Views: 4
i want to create a thread(Cthread) which is called by the main thread . Then the main thread should restart the  other thread if it is killed(cThread) . is ther any api which sets an event if t...
Zones: Windows MFC, C, Microso...Date Answered: 08/12/2008 Rating: 6.6 Views: 0
how to hide the dialog box through changes in settings? I just wanted to hide  the application in  the task bar.
Zones: Windows MFC, C++Date Answered: 08/12/2008 Rating: 6.0 Views: 0
I can use SHAddToRecentDocs() with a filename fine and it adds that filename to the "my recent documents" list; I have a button on the program's main dialog which adds the filename to the MR list. ...
Zones: Windows MFCDate Answered: 11/23/2008 Rating: 6.8 Views: 0
Hi, I would lik to change my tab control tilte font color from default to any other color. If you give me sample program it will be helpful.
Zones: Windows MFCDate Answered: 10/22/2008 Rating: 9.0 Views: 0