Hi,
I'm trying to create a function in VB.NEt. What it does is it reads a large XML file in chunks to parse out each xml statement one by one. So that it will read the first chunk and see if that chunk contains the whole xml statement. If it doesn't it reads the next chunk and look for the...
This isn't the best solution but perhaps it can spark another idea, how about using the SHell object to execute a net view command which will list all computers, and you can query from there for all the computers listed?
gbaughma,
I'm thinking out loud here, but have you tried to write a vb script which will enable the card and another to disable the card. Then with the Windows Schedule Task Wizard you can set the time to run your "enablecard.vbs" and then set another task ( "disablecard.vbs" to run one hour...
slint,
just a shot in the dark, but have you tried using the InternetExplorer.Application Object? write out a small html window with a text box, which you will specify the size, and have it call a VBScript function on click to get the input.
Dear DB Administrator Experts,
I am trying to design a database for a sales company who represent multiple suppliers and I am in stuck in how to go about the following scenario. An order is placed, and there is an amount paid on that order. From that amount paid on the order, our sales...
NM I finally Figured it out. It's a patch but it works. ANyone has another better solution, please by all means, post it.
private String[] quantity;
public String[] setQuantity(String[] quantity)
{
quantity = quantity
}
public String getQuantity()
{
return quantity;
}...
Hello all,
I am utilizing the MVC architecture via Struts. I have a page which prints out a dynamic list of text boxes and are printed as follows:
<input type="text" name="MyForm.quantity[0]" value="2"/>
<input type="text" name="MyForm.quantity[1]" value="2"/>
<input type="text"...
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.