Posts Tagged ‘ forum-newbie ’

Question Access connection – Visual Basic .NET Forums

March 9, 2010

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 »

Tags: , , , , , , ,
Posted in Source | No Comments »

Question Question about HttpModule and Rewriting – Visual Basic …

March 4, 2010

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 »

Tags: , , , , , , , , , , ,
Posted in Source | No Comments »

Need help with webbrowser control =( – Visual Basic .NET Forums

February 26, 2010

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 »

Tags: , , , , , , , ,
Posted in Source | No Comments »

bind textbox to table – Visual Basic .NET Forums

February 21, 2010

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 »

Tags: , , , , , , , ,
Posted in Source | No Comments »

insert record failed – Visual Basic .NET Forums

February 17, 2010

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 »

Tags: , , , , , , ,
Posted in Source | No Comments »

Question validation problem – Visual Basic .NET Forums

February 9, 2010

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 »

Tags: , , , , , , , , , , , , , ,
Posted in Tutorial | No Comments »

Question Problem regarding validation – Visual Basic .NET Forums

February 8, 2010

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 »

Tags: , , , , , , , , , , ,
Posted in Source | No Comments »

Question Close TCP Connection – Visual Basic .NET Forums

February 6, 2010

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 »

Tags: , , , , , , , , , , ,
Posted in Source | No Comments »

Question error in retrieving records – Visual Basic .NET Forums

February 6, 2010

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 »

Tags: , , , , , , , , ,
Posted in Source | No Comments »

Question error in sql query – Visual Basic .NET Forums

February 6, 2010

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 »

Tags: , , , , , , , , , ,
Posted in Source | No Comments »

Search

Recent Comment