Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Language
Any
Platform
Windows
Remove
License
Any
I just wanted to know whether I m able to run Windows based commands like netstat using PHP code. Can u just help me with that code.
I recently wrote a windows program an debuggged it, but rather than it loading it threw an exception with the following message: The procedure enry point RegDeleteExW could be located in the dynamic...
I am writing a native code in C to launch internet explorer and then disable task switching (alt+tab, windows key and alt+f4 are disabled). Also, the browser's z-order is set to the maximum so that...
Hello,
I tried to use PlaySound() but one of the requierments is the coredll.lib,
the compilathion of my program produce this error:
LINK : fatal error LNK1104: cannot open file 'coredll.lib'...
Whole API is here:
http://msdn.microsoft.com/en-us/library/aa383686(VS.85).aspx
There is a Scroll Bar link and there is a function you need. It surprisingly called "ShowScrollBar".
Here is a link you can learn how to use CString
Using CString
Thanks, but that link just went to a Win32 usenet group. I've already searched those. If there's a particular API function(s), please give me more info.
u-h
Microsoft ASP.NET and AJAX: Architecting Applications for the Enterprise
Microsoft ASP.NET and AJAX: Architecting Web Applications
you'll benefit a lot from them!
Hi,
I am using CHM help in my application and showing by HTMLHELPA() function from Hhctrl.ocx. But I also need only find and read help from CHM (not showing) and send text to other web application....
Hi All,
I need a simple program that captures handle for shockwave player in ie browser window and sends virtual messages to it. Messages are like pres_left,pre_up, ie. I will use this program...
I actually found the way to do this :
http://ca3.php.net/manual/en/win32service.examples-service.php
you could run a php script as a windows service
Also you could check the status of other...
I am looking for a way to load a portion of an excel document into my window. Does anyone have links to a topic or ideas how o do this?