Advertisement

1 - 10 of 5999 containing alltags:("Vb.net") (0.003 seconds)
Hi, I have the following code: -         If Not cmbProducts.SelectedValue.ToString = "" Then             dbOpen()             sql = "select * from dbo.Products where ProductID = '" & cmbPro...
Zones: MS Visual Basic, .NET, Visual StudioDate Answered: 08/07/2007 Grade: A Views: 8
Hi, I have the following if statement: - If cmbSupplier.SelectedValue.ToString = dr("Supplier").ToString Then each item returns the exact same string but one is in lower case and one is in...
Zones: .NET, Visual StudioDate Answered: 08/07/2007 Grade: A Views: 0
Hi, i have the following code: -             lstRigs.Items.Clear()             sql = "SELECT * FROM Where_Used where ProductID ='" & cmbProducts.SelectedValue.ToString & "'"             d...
Zones: MS Visual BasicDate Answered: 08/07/2007 Grade: A Views: 36
Hi, I have the following code: - sql = "SELECT * FROM Where_Used where ProductID ='" & cmbProducts.SelectedValue.ToString & "'"             dbOpen()             Dim da4 As New SqlClient.S...
Zones: MS Visual Basic, .NET, Visual StudioDate Answered: 08/07/2007 Grade: A Views: 25
Hello I have someone which is reporting an error while starting up my application. He does not have Visual Studio installed. What's the best way to find out where exactly in the code the error i...
Zones: MS Visual BasicDate Answered: 10/01/2007 Grade: A Views: 0
Hi, how to eliminate 0 in string 01 or if string 000004 then return 4 Regards
Zones: MS Visual Basic, .Net Editors & IDEs, .NET Framework 2....Date Answered: 08/10/2007 Grade: A Views: 0
Hi, How can i know which function is being  executed which running an application. Regards.
Zones: MS Visual Basic, Debugging, .NET Fr...Date Answered: 08/13/2007 Grade: A Views: 0
Hi Experts, I'm migrating some VB.NET development work to a Vista machine.  As a result, a legacy COM DLL I reference within the code to create an interop interface (SAP library LIBRFC32.DLL) is...
Zones: SAP ERP, Windows Vista, Visual StudioDate Answered: 09/17/2007 Grade: B Views: 36
I am trying to generate the dataset which contains multiple tables but when i am connecting this dataset to the datagridview in Vb.Net form no data is displaying Ok here is my code CODE : ...
Zones: .NET, MS Visual BasicDate Answered: 08/14/2007 Grade: C Views: 4
Stumped with Trig Here's what I need... I have a graphics line (could be at any angle on the screen) I want to draw another line at the end of the first at 90 degrees so a T shape is creat...
Zones: MS Visual Basic, Graph...Date Answered: 08/17/2007 Grade: A Views: 0