...datagrid, the id will be something like:
// <dgid>__ctl<row#>_<txtboxid>
var obj_id = obj.id.toString();
var rex = new RegExp("^(.*_ctl)([0-9]+)(.*)$");
var match_array = obj_id.match(rex);
if (match_array == null) return true;
var j = parseInt(match_array[2],10); // j =...
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...
Have you tried at cmd file?
net use z: \\pcname\share /user:domain\username password
the only thing is it will leave the user name and password visible
Here are some links that should help you. If these links don't work for you do a google search.
http://www.microsoft.com/technet/prodtechnol/winxppro/deploy/duplication.mspx
http://www.uea.ac.uk/itcs/software/xp/xp-sysprep.html
http://www.jsiinc.com/SUBM/tip6200/rh6207.htm
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.