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.
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23341931.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23604476.html
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;
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23812428.htm...
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.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23974395.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23316997.htm...
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
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23370742.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23517653.htm...
how to hide the dialog box through changes in settings?
I just wanted to hide the application in the task bar.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23561731.htm...
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.
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23887868.htm...
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.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23835918.htm...
Zones:
Windows MFCDate Answered: 10/22/2008 Rating: 9.0 Views: 0