Forum: VB.NET Mar 5th, 2008 |
| Replies: 8 Views: 1,537 I am not so familiar with ce but i would say try
IF OBJECT_ID(tablename) IS NULL
CREATE table
(
...
) |
Forum: VB.NET Dec 28th, 2007 |
| Replies: 2 Views: 5,309 Thanks for the reply. I edited this starter w/out realizing that it would start a new thread. The solution I came up with on the other thread was too just treat the HTML as XML and parse it that... |
Forum: VB.NET Dec 24th, 2007 |
| Replies: 0 Views: 1,589 Hello All,
I have a user define class,
<Serializable()> Public Class City
Public Name As String = "" |
Forum: VB.NET Dec 22nd, 2007 |
| Replies: 3 Views: 2,783 I figured out that I can do what I need wtih the system.XML namespace and httpwebrequest/response. |
Forum: VB.NET Dec 21st, 2007 |
| Replies: 3 Views: 2,783 Hi,
I am new to VB. I am trying to parse an html file. I would like not to use a WebBrowser control because it seems like overkill. The HtmlDocument class appears not to work outside of a... |
Forum: VB.NET Dec 21st, 2007 |
| Replies: 2 Views: 5,309 Hi,
I am new to VB. I am trying to parse an html file. I would like not to use a WebBrowser control because it seems like overkill. The HtmlDocument class appears not to work outside of a ... |