Using Visual Basic .Net To facilitate you to understand how the Blogger Data API below I include the source code using VB .Net. These...
Read more »
Posts Tagged ‘ forum-newbie ’
Question Access connection – Visual Basic .NET Forums
VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Jan 2010. Age: 21. Posts: 7. Reputation: 0. bennettfan is on a distinguished programming path ahead. Default Access connection. Dim str As String = "Provider=Microsoft.Jet.Oledb.4.0; Data source =family.mdb" Dim conn As OleDbConnection = New OleDbConnection(str) conn.Open() Dim str1 As String = "INSERT INTO...
Read more »
Question Question about HttpModule and Rewriting – Visual Basic …
VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Mar 2010. Age: 29. Posts: 1. Reputation: 0. r3plica is on a distinguished programming path ahead. Default Question about HttpModule and Rewriting. Good morning all, I have run into this problem a few times and it is quite frankly driving me nuts. First...
Read more »
Need help with webbrowser control =( – Visual Basic .NET Forums
VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Feb 2010. Posts: 1. Reputation: 0. Terzaghi is on a distinguished programming path ahead. Default Need help with webbrowser control =(. hey guys. nice to meet you, im new in this forum im developing an application that constantly checks a particular webpage for...
Read more »
bind textbox to table – Visual Basic .NET Forums
tprsan tprsan is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 20. Posts: 2. Reputation: 0. tprsan is on a distinguished programming path ahead ... ConnectionString = "Data Source =QUANO-462F6EB27;Initial Catalog=qraghul;Integrated Security=True" cmdg = New SqlCommand("SELECT totalamount FROM disstock where id='" + TextBox1.Text + "'", cong) cong.Open() Dim...
Read more »
insert record failed – Visual Basic .NET Forums
scevola scevola is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 34. Posts: 1. Reputation: 0. scevola is on a distinguished programming path ahead ... SqlConnection("Data Source =|DataDirectory|Database1. sdf;Initial Catalog=terreno;Integrated Security=True") Try conn.Open() sql = "INSERT INTO terreno (campo1,campo2) VALUES (2,valore2)" Dim d As New System.Data.SqlClient.SqlConnection. Dim cmd...
Read more »
Question validation problem – Visual Basic .NET Forums
swethajain swethajain is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 22. Posts: 18. Reputation: 3. swethajain is on a distinguished programming path ahead ... Also have a read this article about the validating event. Control.Validating Event (System.Windows.Forms) Pay attention to the remarks (setting focus warning) P.S. for...
Read more »
Question Problem regarding validation – Visual Basic .NET Forums
swethajain swethajain is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 22. Posts: 17. Reputation: 3. swethajain is on a distinguished programming path ahead ... OLEDB.12.0 ;Data Source ='h:/info2.mdb'") Dim myCommand As OleDbCommand. Dim ra As Integer Dim result As Integer Private Sub Form1_Load(ByVal sender As System.Object, ByVal...
Read more »
Question Close TCP Connection – Visual Basic .NET Forums
VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Feb 2010. Age: 16. Posts: 1. Reputation: 0. skellyhand is on a distinguished programming path ahead ... Okay so here's the basic source of my client/server's project. Client Source : Code: Imports System.Net.Sockets Imports System.Text Public Class Form1 Dim clientSocket As New System.Net.Sockets.TcpClient()...
Read more »
Question error in retrieving records – Visual Basic .NET Forums
VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 22. Posts: 15. Reputation: 3. swethajain is on a distinguished programming path ahead ... OLEDB.12.0 ;Data Source ='h:info2.mdb'") Dim strQry As String = "select ,,,,,,,,,,, from Record where Dt between '" & fdt & "' and '"...
Read more »
Question error in sql query – Visual Basic .NET Forums
swethajain swethajain is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 22. Posts: 15. Reputation: 3. swethajain is on a distinguished programming path ahead ... OLEDB.12.0 ;Data Source ='h:info2.mdb'") Dim strQry As String = "select ,,,,,,,,,,, from Record where between fdt and tdt" myConnection.Open() ...
Read more »