August 15th, 2009 11:07 AM
MS needs to release the source doe to the open source community and stop worrying about it.
August 8th, 2009 01:13 PM
So many of the websites that I have seen that offer unlimited bandwidth looks like resellers. Those resellers will try to get as many sites on one server as space will allow. If you notice, they...
August 8th, 2009 01:05 PM
I try these. Thanks for the suggestions.
August 8th, 2009 12:57 PM
The server will do processing and will typically send back a new page with the updated values.
I would use asp.net and set the postback value to true. Much easier.
August 6th, 2009 06:20 PM
Can anyone recommend any tools for this? I keep seeing hosting sites advertise unlimited band width. Not that I believe it, but I don't believe it.
August 6th, 2009 06:17 PM
So I have to run a shell command. I can do that. Thanks.
August 3rd, 2009 08:09 PM
How can you do this? I want to have my program run every once in a while but I don't want to make it a service.
August 3rd, 2009 07:54 PM
I would add a either a menu item with a paste option or command button that allows you to paste.
August 2nd, 2009 04:51 PM
Found how to do it:
In the key down event for a text or rich text box:
If (e.Control) And (e.KeyCode = Keys.V) Then e.SuppressKeyPress = True
To prevent pasting for all text boxes on your...
March 11th, 2007 06:55 PM
Robust with out extra circuitry? Unless you want to program in assembly or write a device driver, not really.
Since your switch is mechanical, it will bounce(multiple open/close) until it...
February 20th, 2007 08:07 PM
You need to given more information. What application are you running? What is the actual startup code? What do you mean by "department"?
February 16th, 2007 06:04 AM
February 10th, 2007 12:03 PM
It's much easier to use:
Declare Function EnumWindows Lib "user32" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long
January 27th, 2007 07:22 PM
If the engineers at BMW had half a brain, they would have written their software in C.
You might find some interesting engine tweeks at: http://www.jaycarelectronics.com/
They are based in...
January 1st, 2007 09:08 AM
Well, I thought the VB.net book I was reading was a little to "rah, rah ..VB.net is hear to save the day...". Thanks for the correction.
December 31st, 2006 07:57 PM
If you want transparent controls, you will have to switch to VB.net .
November 23rd, 2006 06:46 AM
Not exactly sure, but I would try to write a global mouse hook similar to keyboard.
August 25th, 2006 08:07 PM
It's real easy to do using ActiveX.exe. If you take that approach, make sure your communication is as optimized as you can get it. In other words, try to to pass a buch of data back and forth.
August 25th, 2006 08:04 PM
create a stocket to the port and try sending in an SNMP command.