I am navigating a table with text boxes using the arrow keys on the keyboard with the script below. I need to change it so is does not need the id of the text boxes. but it still needs to go you and down in the same column as the one you started in. The below script assumes you are using aspx...
I have some javascript that will work with 2 buttons on the side of the datagrid. then when the user selects the row they can move the row up or down. I need some help changing the script. I need 2 buttons at the end of each row. When a button is pressed it moves the record either up or down in...
I have a program that prints out pdf files.
I have a list of 30 Bulk centers.
Right now I print out one bulk center per sheet, each sheet has 3 spots to print the center info.
It kind of looks like this:
1 1 1 < this is one page
2 2...
I am currently running Web Server 2008 and I have shared 2 folders. When I reboot the system the server stops sharing the folders.
I have 2 NICs in the system both have static IPs. One of the NICs has our "domain name" with it and the other has "unidentified network". Not really sure how to...
I have a input(file) box that is loaded with the web page with a button to dynamically add more input boxes. I want to change the color of the background of the input boxes when they have focus. the input box that is static works fine in IE7 but not FF3. When the add button is clicked the boxes...
try this:
Set FSO = CreateObject("Scripting.FileSystemObject")
Set WshShell = WScript.CreateObject("WScript.Shell")
objextension = ucase(inputbox("Find What File?","Find"))
if objextension = "" then
BtnCode = WshShell.Popup("You either hit CANCEL or left the text box blank." & vbcrlf &...
You could use MSComm control.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/comm98/html/vbobjcomm.asp
or by API.
http://www.thescarms.com/vbasic/CommIO.asp
here are some more examples:
http://www.vbrad.com/pf.asp?p=source/src_mscomm_tutorial.htm...
I am using Outlook 2002 sp3.
If there is a outlook icon on the desktop, right click on it and choose properties. Now click on "show profiles". Delete the exchange user account.
OR
When Outlook is open. From the menu bar:
tools > Email accounts > view or change > next > Highlight the exchange...
Here are some snipits that should at least point you in the right direction.
Rgistry
[COLOR=green]'read the registry w/REGEDIT[/color green]
Dim oWS : Set oWS = CreateObject("WScript.Shell")
oWS.Run "regedit /e /a tempfile.txt...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.