How can I check the CPU usage (like in the taskmanager)? Thanks Yaniv
YanivNahum
Posts
-
CPU Usage -
How we can convert string to number or number to string?try the atoi and _itoa or use CString: CString str; int i = 3546246547; str.Format("%d",i);
-
adding button to dialog titlebarHi there' how can I add buttons to dialog titlebar? I want to create my own buttons aside to min/max. thanks Yaniv :confused:
-
detecting network computersHi there, How can I detect all the computers conected to my local network. tnx Yaniv:confused:
-
2) checking runing app/processes in the systemhey again, How can I see which processes are runing on the system (in c++ of course) thanks
-
system startup progrematicalyHi, How can I set my app to load auto on win start. thanks
-
changing the background color of CEditHey, How can i change the background color of CEditBox and any other CDialog and is title color? Thanks Yaniv
-
How Can i control net connection?try InternetCheckConnection and InternetDial Yaniv
-
file listHi, How can I get the file list of a directory? like CListbox::dir but directly. thanks
-
How can I use system cmd without opening console?:)
-
How can I use system cmd without opening console?Hi, I'd like to use system command but I don't like it to open console while the command is executing? or if there is a c/c++ cmd for deleting all files in a directory like - system("del /q *.*") thanks Yaniv