Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~145 People Reached
Favorite Forums
Favorite Tags
Member Avatar for MikeLI

[COLOR=black]Hi All, I have a function. It creates an XML element with namespace "pre":[/COLOR] [COLOR=#101010] [/COLOR][COLOR=blue][code] [COLOR=blue]Function[/COLOR][COLOR=#101010] newElement([/COLOR][COLOR=blue]ByVal[/COLOR][COLOR=#101010] doc [/COLOR][COLOR=blue]As[/COLOR][COLOR=#101010] XmlDocument, _[/COLOR] [COLOR=blue] ByVal [/COLOR][COLOR=blue]Name [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010], _[/COLOR] [COLOR=blue] Optional ByVal[/COLOR][COLOR=#101010] text [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010] = [/COLOR][COLOR=blue]Nothing[/COLOR][COLOR=#101010], _[/COLOR] [COLOR=blue] Optional ByVal[/COLOR][COLOR=#101010] pre [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010] = [/COLOR][COLOR=blue]Nothing[/COLOR][COLOR=#101010]) [/COLOR][COLOR=blue]As[/COLOR][COLOR=#101010] XmlElement[/COLOR] [COLOR=blue] Dim[/COLOR][COLOR=#101010] xmlEl …

Member Avatar for yong9900
0
94
Member Avatar for MikeLI

[COLOR=black]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 by the following function:[/COLOR] [COLOR=#101010]VB:[/COLOR] [CODE] Private Sub btnReadFile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnReadFile.Click excelApp …

0
51