I am trying to populate an array list from a fixed length file. The code processes through the file ok, but my arraylist ends up with 17 copies (the number of records in the file) of the last record? Her is the code
Public Sub LoadMachineArray()
Dim NewMachine As New Machine...
I am attempting to parse and XML file with MSXML2.DOMDocument60. I am very new to xml and am in need of some direction. I am using MSXML2.DOMDocument60, but have no idea where to begin. Mainly, I am trying to gather the commodity information from the xml file below. It is contained in the...
As the title says. I am researching the possibility of using vb 2008 or 2010 to create a proposal generation system. The goal is to have the user enter the new proposal info, ie..Company, Contact info, Machines to be quoted and so on. Once the proposal is complete, i would like to transfer...
Actually, I think I found a way..
in the Load event of the child form:
Me.MdiParent = Form1
Form1.SplitContainer1.Panel2.Controls.Add(Me)
Seems to reside in the Right Panel just fine. I will have to test some functionality however.
John
I would like to use a combination of Split Container/Child MDI forms for an app I am designing. The Main for Will contain a split container, the left side of which will contain navigation buttons. I want the right side to contain the forms that the user navigates to . The question is,. how do...
I am trying to set the Min/Max Date on a DTP in VB.Net 2005. I set the Min date to Today(), which works fine, what I need to do is set the Max date to Today() + 7 days. No matter what I try I come up with 1 error or another. How can I programmatically set the Max date to Today() + 7?
Jake
I am new to web programming and HTTP. I a looking for some direction as to were I can find some beginner information for properly setting up a http request and response system. Any help would be gratly appreciated.
Jake
Question says it all. I have a form with many fields and would like to add a button to clear them all. Is there anyway of doing it other than a line of code for each field? Is there a way to loop through all the fields then clear each one?
Jake
Tried the VLookup, works if I hard code the cell value such as
=vlookup("701.0954",I1:M11800,4,False) but not if I reference the cell such as
=vlookup(A2,I1:M11800,4,False)
????
Jake
I am attempting a pretty simple vlookup. If I use the statement =VLookup("701.0954",I1:M11800,4,FALSE) the lookup[ works fine. But, IF I use =VLookup(A2,I1:M11800,4,FALSE) the lookup returns a #NA. Cell A2 contains the value 701.0954, so why wouldn't this work. Putting quotes around a hard...
Ok, I have 2 excel spreadsheets:
The first one looks like this:
Part_No Desc Type DealerCost List
Second one looks like this:
Part_No Desc Type
The first table has many more parts than the second. The second obviously has no costs in it. What I need to do is...
How do I link two or more fields in an adobe acrobat 8.o document and package? I have an adobe 8.0 package with several individual pdf. Several fields are duplicated on multiple pdfs. How can I get all the duplicate fields to auot populate my manually filling in 1 field.
Thanks for the help...
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.