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
~351 People Reached
Favorite Tags
Member Avatar for maplax

I have a list of books that I need to access from 3 or 4 different functions of my program. It's 250 books with unique names. Would it be wise to use simple array to store the list? Or is there any easy way for a newbie to manually create …

Member Avatar for mrnutty
0
109
Member Avatar for maplax

I spent last 10 hours trying to figure out how to extract attributes from this: [CODE]<yweather:wind chill="76" direction="230" speed="8" />[/CODE] RSS: [url]http://weather.yahooapis.com/forecastrss?p=78620[/url] [CODE]rsstxt1 = response[0].getElementsByTagName("yweather:wind").item(0).attributes[0].value;[/CODE] doesn't work. And I tried everything else. [CODE]response[0].getElementsByTagName("ttl").item(0).textContent[/CODE] works fine Just can't get any attribute values from tags with values instead of contents. :( Please …

0
90
Member Avatar for maplax

OK so I have this WebBrowser1 and Button1 controls. After you click Button1, program will access website, takes some HTML data, removes unwanted HTML tags and then WebBrowser1.Navigate("about:blank") + writes my HTML to the blank page. Everything works great until.... Until you click the button 2nd time. Then you'll get …

Member Avatar for maplax
0
66
Member Avatar for maplax

Hello everyone, I'm new to Visual Basic so I'm not sure if my question is related to VB.Net or if it's Vb 4/5/6... I'm using MS VB 2008 Express edition. I'm looking for some help with a small program that grabs data from web. I have a web page (in …

Member Avatar for maplax
0
86