I made nova oledbdataadapter select update insert and delete command and
connection veza. dataset is Studenti1data, I made it by the new data source
wizard,and made datagridview and bindingsource draging Table1 to Form2. The
select command works fine, but when I change the data and call upda...
more >>
I need to upgrade from vb6 to vb2005 an application that uses a
WebBrowser control and some api to do this:
Dim PageText As String
Sub Main
WebBrowser.Navigate URL
End Sub
Sub WebBrowser_DocumentComplete
Dim HtmlDoc As IHTMLDocument2
HtmlDoc = WebBrowser.Document
PageText = HtmlDo...
more >>