I am working on a program for customers,, Simply,, I have two forms:
Form1 contain datagridview to show all the customers..
Form2 contain Customer ID, Customer First Name, Customer Last Name...
Suppose I have an application built in VB.Net and I want to create a CD so that I can sell this CD in the market.How I will create and installation CD? In other words what is the deployment p...
Hi,
Please help what's wrong with my code, no error, but no data is inserted.
Thank you.
Hi
I must convert NMEA UTC time and date to VB.NET DateTime variable.
I want validate NMEA Time (for example "182635.000" = 6:26:35 PM / 18:26:35; 000 are milliseconds that i don't use i...
My Vb code calls a Store Procedure and insert records in tables but it insert twice.
i dont know what i'm doing wrong?
there are three procedure for three tables.
here is the procdure...
I have a VB6 program that uses these 2 APIs
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hWnd As IntPtr, ByVal nIndex As Long, ByVal dwNewLong As L...
I have built an application in Visual Studio 2005. And we have deployed this application to a PC with XP Embedded OS. The system was running fine for several days and today we get the error "C...
iam having a datagridview which is binded to a table its a editable grid so what ever rows i added to grid or modified existing rows all rows are showing in the table but when user clicks save...
In vs2005 i am using contentplaceholder to display long list of videos. I want the contentplaceholder to display the vertical scroll bar when the list exceeds the height of contentplaceholder....
I currently have a directory that has several folders inside of it named 012345 - Name where the 012345 is the job number and can range from 4 to 5 in length and the - name is the customer nam...
Hi I am in the process of building a website using visual studio 2005. I have done a master page in which i have a header the header has an image but the image is an SWF file.
My Question is...
Hello,
I need to get my application to minimise to the system tray instead of the system bar (I don't know what you call that). I have tried searching but the codes is either obselute or ei...
Short on time and I need a working example of Matt Dotson's GridView extender from:
http://blogs.msdn.com/mattdotson/archive/2006/03/02/real-world-gridview-excel-like-frozen-headers-for-asp-...
I want to create a chat program using sockets. i am new to sockets, tho i have created a VB6 app using winsock.
I'm not sure where to start... guidence would be much apreciated.
Hello,
I am working with a VB.NET 2005 application in which I need to store date and time information. I'm using a datagridview which is backed by a datatable (unbound to a database). At ...
On page load, I would like to programmatically set the selectedValue and/or active link on the menu control of a secondary menu control. Basically, I have a main navigation menu control that t...
Hi,
I have the following code: -
Private Sub lstOrderRequirements_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstOrderRequirements.Select...
I am used to using vb .net 2003. Now using c# .net 2005. I do I filter a dataset in c# .net 2005
I am used to the following below:
dataset.clear
dataadapter.commandtext.selectcommand = ...
I am developing with visual basic 2005 and access 2007.
I need to be able to retrieve an auto number on my form. This is a function that currently retrieves all the necessary records. As so...
This is probably a problem on my part but I have a web application that uses classes.
However I just noticed that I have been putting my code in the App_Data directory instead of the
App_Cod...
I have a SQL db with full street address, Date and Time. I found out that I can obtain the Longitude/Latitude coordinates by using GEOCODE services from http://geocoder.us/help/csharp.shtml. A...
I want to use the binding navigator, but I don't want it to make changes when I click on the next and previous buttons. Thanks
I have a XML File xml file created in the Master-Details Fashion. One order and multiple order details.
<NewDataSet>
<Ord>
<OrderID>10248</OrderID>
<CustomerID>VINET</CustomerID>...
I have a multithreaded socket class i am creating which raises an event when something is received from the appropriate udp port. The class raises the event however i am getting the following ...
My multi-threaded application makes many simultaneous requests from a web service on the internet. It appears I need to change values in the machine.config file to allow more connections and t...