| Thread | Last Post | Replies |
|
| pass parameter from windows service to windows application interna | 31 Dec 2007 20:36 GMT | 1 |
I have 2 applications running, one Windows application project and the other windows services project. I want to call my Windows application in my windows services. I want to run them as seperate process.
|
| about bmp | 13 Dec 2007 18:01 GMT | 2 |
How i can open a .bmp image within c in turbo c not in visual c.. i m working over a project of opening n editing a bmp image in "C".. So plz ...
|
| Hi, Everyone. I just Wonderring a difference of format() and format$() | 12 Dec 2007 14:43 GMT | 2 |
I wait your wise answer^^. TZ.
|
| Problem with mciSendString | 12 Dec 2007 12:28 GMT | 6 |
I have a problem with mciSendString in my program. I am playing video-files (H.264/MPEG-4 AVC Codec) in an infinite loop. I am opening the files via mciSendString and everything is fine. But after a long time (the period could not be exactly defined) the program does not return ...
|
| I want know that exist to like "sizeof()" function in "visual basic" | 08 Dec 2007 23:40 GMT | 15 |
^^ ? I waitting your answer...^^ T.Z nohtaeho78@hotmail.com
|
| Garbage collect (or what?) | 08 Dec 2007 20:23 GMT | 10 |
Using XL97VBA/WIN98 and SendKeys and Appactivate and Shell, I'm successfully able to make thumbnails with either Paint or Photoshop Elements. But, after processing 100 or so images, it seems the system gets bogged down or
|
| Re-synching video mode/performing auto adjust through software | 08 Dec 2007 19:58 GMT | 4 |
Hello, I We have a Dell LCD monitor here in our office and it occasionally will shift to the right or left when changing screens (from text mode to graphics, etc). Is there a way through a Windows API call to perform
|
| Query shell-verbs and associations | 06 Dec 2007 19:01 GMT | 9 |
I have some questions concerning ShellExecute(Ex) - How can I enum / check the verbs that are supported for a given file-extension? In detail i want to call the "edit" verb for many filetypes. If there is no "edit" i want to call "open".
|
| How to track Different instance of same form ? | 06 Dec 2007 17:44 GMT | 2 |
Dear Sir, I want to track the form1 instance My code is like : Private Sub Command1_Click()
|
| NetJoinDomain | 03 Dec 2007 10:12 GMT | 3 |
I try to use the NetJoinDomain() function. Private Const NETSETUP_JOIN_DOMAIN = &H1 Private Const NETSETUP_DOMAIN_JOIN_IF_JOINED = &H20 strDomain = myDomain
|
| Cap CPU Utilization | 01 Dec 2007 22:59 GMT | 3 |
Is there a way to cap the CPU utilization for a particular process? Example: for certain processes, I don't want them going above 10%. The reason I'm trying to do this is because even when I set the processes to Low Priority, they still seem to hog the cpu. Opening
|