Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 9802(0.173 seconds)
Sort By:
 
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 ...Date Answered: 08/07/2007 Rating: 9.8 Views: 0
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 Rating: 9.8 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 Rating: 8.4 Views: 41
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 ...Date Answered: 08/07/2007 Rating: 9.6 Views: 0
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 Rating: 8.8 Views: 0
Hi, how to eliminate 0 in string 01 or if string 000004 then return 4 Regards
Zones: MS Visual Basic, .NET Fra...Date Answered: 08/10/2007 Rating: 9.0 Views: 0
Hi, How can i know which function is being  executed which running an application. Regards.
Zones: MS Visual Basic, .NET Fra...Date Answered: 08/13/2007 Rating: 8.2 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, Visual Studio, Windows ...Date Answered: 09/17/2007 Rating: 6.8 Views: 19
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 Rating: 6.4 Views: 0
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, Graphics Game P...Date Answered: 08/17/2007 Rating: 6.8 Views: 0