Forum: VB.NET Jun 28th, 2006 |
| Replies: 1 Views: 6,429 Hi All,
I have a function. It creates an XML element with namespace "pre":
Function newElement(ByVal doc As XmlDocument, _
ByVal Name As String, _
... |
Forum: VB.NET Jun 28th, 2006 |
| Replies: 0 Views: 3,991 Hi All,
My VB.NET program uses tabControl, which consists 8 tabPages, as the user interface. Basically, everything is done there, except when Excel file is opened.
My program reads Excel file... |