473,662 Members | 2,760 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XMLdoc for VB

It is my understanding that XMLdoc only works for C#. I'd be glad to pay for
a commercial product, but I want to make sure it is a good one, so I thought
I'd ask here if anyone is using a product that works like XMLdoc does for C#
for VB.
Nov 21 '05 #1
9 1694
"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:uv******** ******@TK2MSFTN GP10.phx.gbl...
It is my understanding that XMLdoc only works for C#. I'd be glad to pay
for a commercial product, but I want to make sure it is a good one, so I
thought I'd ask here if anyone is using a product that works like XMLdoc
does for C# for VB.


VB? or VB.Net... HUGE difference. This is a VB group. In fact, only one
group in your crosspost list is valid for VB.Net

You'll want to post that question in a .Net group. They all contain "dotnet"
or "vsnet" in their names.

This and all other groups on the MS server that start with
"microsoft.publ ic.vb" are for VB Classic (VB versions 1-6) and were in
existance long before any .Net products were released. While some of the
code looks the same, they are very different products and require a
different set of groups.

Try one of these:
news://microsoft.public.dotnet.general
news://microsoft.public.dotnet.languages.vb
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..
Nov 21 '05 #2
> I'd ask here if anyone is using a product that works like XMLdoc does for C#
for VB.


You can try our VBdocman .NET or VBdocman (for VB6) at
http://www.vbdocman.com.

--
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
..NET and ASP .NET code
Nov 21 '05 #3
My apology for the wrong group posting. I didn't realize the difference. It
is a VB.Net. Again, my apologies to the non .Net developers.
"Ken Halter" <Ken_Halter@Use _Sparingly_Hotm ail.com> wrote in message
news:OD******** ******@TK2MSFTN GP10.phx.gbl...
"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:uv******** ******@TK2MSFTN GP10.phx.gbl...
It is my understanding that XMLdoc only works for C#. I'd be glad to pay
for a commercial product, but I want to make sure it is a good one, so I
thought I'd ask here if anyone is using a product that works like XMLdoc
does for C# for VB.


VB? or VB.Net... HUGE difference. This is a VB group. In fact, only one
group in your crosspost list is valid for VB.Net

You'll want to post that question in a .Net group. They all contain
"dotnet" or "vsnet" in their names.

This and all other groups on the MS server that start with
"microsoft.publ ic.vb" are for VB Classic (VB versions 1-6) and were in
existance long before any .Net products were released. While some of the
code looks the same, they are very different products and require a
different set of groups.

Try one of these:
news://microsoft.public.dotnet.general
news://microsoft.public.dotnet.languages.vb
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..

Nov 21 '05 #4
if you mean a XML documenter

http://www.gotdotnet.com/Community/W...a-86bdf39a17dd

and heck it is even free ;-)
did you think that the biggest community on the .Net platform would not
solve this ?
by the way i use this addin myself and it works great
regards

Michel Posseth

"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:uv******** ******@TK2MSFTN GP10.phx.gbl...
It is my understanding that XMLdoc only works for C#. I'd be glad to pay
for a commercial product, but I want to make sure it is a good one, so I
thought I'd ask here if anyone is using a product that works like XMLdoc
does for C# for VB.

Nov 21 '05 #5
I found this over the weekend and installed it but couldn't get it to work.
When I enter the three tick-marks ''' nothing happens. I looked around
but didn't see anything that address this problem. Ever heard of this?

And as a side question - why would have Microsoft only included this for C#
and not VB?

"m.posseth" <mi*****@nohaus ystems.nl> wrote in message
news:uS******** ******@TK2MSFTN GP14.phx.gbl...
if you mean a XML documenter

http://www.gotdotnet.com/Community/W...a-86bdf39a17dd

and heck it is even free ;-)
did you think that the biggest community on the .Net platform would not
solve this ?
by the way i use this addin myself and it works great
regards

Michel Posseth

"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:uv******** ******@TK2MSFTN GP10.phx.gbl...
It is my understanding that XMLdoc only works for C#. I'd be glad to pay
for a commercial product, but I want to make sure it is a good one, so I
thought I'd ask here if anyone is using a product that works like XMLdoc
does for C# for VB.


Nov 21 '05 #6
"M.Siler" <Jo******@NoSpa m.com> schrieb:
It is my understanding that XMLdoc only works for C#. I'd be glad to pay
for a commercial product, but I want to make sure it is a good one, so I
thought I'd ask here if anyone is using a product that works like XMLdoc
does for C# for VB.


Adding IntelliSense tooltips, XML comments, and documentation
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxml documentation&l ang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #7
well it is sort kind of "smart" the cursor must be a bove the start of a
class definition or above the start of a method only then it will work


"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:OE******** ******@TK2MSFTN GP10.phx.gbl...
I found this over the weekend and installed it but couldn't get it to work.
When I enter the three tick-marks ''' nothing happens. I looked around
but didn't see anything that address this problem. Ever heard of this?

And as a side question - why would have Microsoft only included this for
C# and not VB?

"m.posseth" <mi*****@nohaus ystems.nl> wrote in message
news:uS******** ******@TK2MSFTN GP14.phx.gbl...
if you mean a XML documenter

http://www.gotdotnet.com/Community/W...a-86bdf39a17dd

and heck it is even free ;-)
did you think that the biggest community on the .Net platform would not
solve this ?
by the way i use this addin myself and it works great
regards

Michel Posseth

"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:uv******** ******@TK2MSFTN GP10.phx.gbl...
It is my understanding that XMLdoc only works for C#. I'd be glad to pay
for a commercial product, but I want to make sure it is a good one, so I
thought I'd ask here if anyone is using a product that works like XMLdoc
does for C# for VB.



Nov 21 '05 #8
Got it to work... I had to type ''' then press Enter and BAM!

Thanks everyone.

"m.posseth" <mi*****@nohaus ystems.nl> wrote in message
news:up******** ******@TK2MSFTN GP15.phx.gbl...
well it is sort kind of "smart" the cursor must be a bove the start of a
class definition or above the start of a method only then it will work


"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:OE******** ******@TK2MSFTN GP10.phx.gbl...
I found this over the weekend and installed it but couldn't get it to
work. When I enter the three tick-marks ''' nothing happens. I looked
around but didn't see anything that address this problem. Ever heard of
this?

And as a side question - why would have Microsoft only included this for
C# and not VB?

"m.posseth" <mi*****@nohaus ystems.nl> wrote in message
news:uS******** ******@TK2MSFTN GP14.phx.gbl...
if you mean a XML documenter

http://www.gotdotnet.com/Community/W...a-86bdf39a17dd

and heck it is even free ;-)
did you think that the biggest community on the .Net platform would not
solve this ?
by the way i use this addin myself and it works great
regards

Michel Posseth

"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:uv******** ******@TK2MSFTN GP10.phx.gbl...
It is my understanding that XMLdoc only works for C#. I'd be glad to
pay for a commercial product, but I want to make sure it is a good one,
so I thought I'd ask here if anyone is using a product that works like
XMLdoc does for C# for VB.



Nov 21 '05 #9
Question: Does the code in C#.Net look like this:

MSXML2.DOMDocum ent30 XMLdoc = new MSXML2.DOMDocum ent30Class();

Because in VB.Net:

Dim XMLdoc as MSXML2.DOMDocum ent30 = new MSXML2.DOMDocum ent30Class()

Simply add a reference to MSXML --watever version you have installed and
then add an import statement:

imports MSXML2

btw, in VB, we do exactly the same kind of thing by making a reference to
MSXML2 or MSXML3 or whatever.

And then:

Dim XMLdoc as MSXML2.DOMDocum ent30
Set XMLdoc = new MSXML2.DOMDocum ent30

hth.
"M.Siler" <Jo******@NoSpa m.com> wrote in message
news:uv******** ******@TK2MSFTN GP10.phx.gbl...
It is my understanding that XMLdoc only works for C#. I'd be glad to pay
for a commercial product, but I want to make sure it is a good one, so I
thought I'd ask here if anyone is using a product that works like XMLdoc
does for C# for VB.

Nov 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
6858
by: Ang Talunin | last post by:
Hey, I'm trying to read an xml from another webpage with: xmlDoc.load("http://www.otherwebsite.com/test.xml"); But this doesn't work...anybody knows a way to fix this? thnx, A.T.
1
1618
by: Leonid | last post by:
we are using : var xmlfileLoaded = xmlDoc.load(xmlFileName); and we noticed that this files are not cached in numbers of clients Internet Exporer v6. We see in httprequest log this request. We also tried to gzip the request but probably xmlDoc not allowed it.
2
9072
by: Steve Gilbey | last post by:
I have a dataset from which I need to extract certain columns, format them into xml and output to an xmldocument object. From reading various posts on similar subjects, I have come up with the following test code (using 2 constants, rather than my dataset values): Public Sub test() Dim doc As New XmlDocument Dim xmlStream As Stream = New MemoryStream
0
1286
by: rene.rugerio[at]gmail.com | last post by:
hi forum dumb question here i have this xmldocument which is from a certain xml looping in the nodes i can see which if the attributes are empty the thing here is that i just dont know how to erase the ones aren't filled they appear like <node att1="" att2="yes" att3="ok" att4=""> i want to take att1 and att4 out, any ideas ?
0
1015
by: MFRASER | last post by:
I am trying to create a csv inner text inside of an XML file. The file I am trying to process has a lot of data, but I seem to get a memory error on the inner text. Is there a limit to the inner text size? example of XML <TestCSV "COLUMNS=field1,field2,field3"> 1,2,3 4,5,6... <TestCSV
4
5161
by: James Geurts | last post by:
Hi, I have a schema file defining objects. I then use xsd to convert that schema into a C# class file. Is it possible to have xmldoc comments added to the generated c# file? I have attempted to add <xsd:annotation><xsd:documentation /> tags to various parts of the schema, but that does not appear to do anything. Thanks Jim
1
2913
by: skastro | last post by:
Im having problems with the xmldoc returned by XMLHttpRequest.responseXML. alert( xmldoc.getElementsByTagName('element').firstChild.nodeValue.length ); if the text is bigger than 4096 bytes, then the value returned is only 4096
2
2301
by: KingdomHeart | last post by:
I recently write code to get IP address of my network devices in Call Manager. ANd I got problems with xmlhttp and xmldoc. what is wrong with these 2 lines below? xmlhttp.Send(); xmlDoc.loadXML(xmlhttp.responseText); here is the function getDeviceList function getDeviceList(callManager, userID, password, protocol) {
2
2590
by: MimiMi | last post by:
I'm completely new to xml-manipulation in C#. I have an XmlDocument (xmldoc) and want to add a new element (node) to the xmldoc.DocumentElement.ChildNodes. How do I achieve that? Thanks!
0
8435
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8768
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5655
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4181
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4348
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2763
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1999
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1754
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.