Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top MS Visual Basic Solutions: 126 - 150 of 839
 
Hi, I have a detailsView on tabPage1. When a user leaves tabPage1 without saving his changes the TabControl.Selecting event checks for any changes being made if it detects any a yesNo dialog ...
Hi EE, I am trying to figure out how get date, time and currency formats from a user's system. I know in VB 6 it used to be getlocalinfo. How do I do it in .Net? Thanks
Using vb 6.0 and Ms Access 1. I am unable to  insert the fields name along with image on click of save button. 2. I want the code to retrieve the record also.
HI, Im having some wierd behavior on a bound form in vb.net 2008.  I have setup a client form, with another tab that has contacts for that client.  the contacts tab has a binding navigator ...
I need to play a sound at a particular time in code execution in a VB.net 2008 project. What is the best way to do this? In VB.net 2003 I used the code below.  But in 2008 it does not like...
Hi experts Using VB2008 I have a datagridview populated by a dataset, my problem is that I need a way to autoincrement the PurchaseOrderID column at the end of the datagridview when I want ...
I have a ComboBox with code behind the SelectedIndexChanged which displays certain data related to the selection shown on the Combobox. The problem I'm having is that when I load the form and ...
Hi Folks, this is my first post on EE. i am creating this winform application which will be auto updating itself. i have a problem replacing the existing dll. supposingly if i have a singl...
Hi, I am trying to convert  a date "05-20-1945" to 05/20/1945" I tried the below code to do this and it is giving an error as  "String was not recognized as a valid DateTime." Could any...
I have some problem with this line. ("SELECT * FROM [blad1$] WHERE 'C1 <= + ValueA) AND WHERE C2 >= + ValueB'") Can the question look like that? I dosen“t get any error when I write ...
I have an app written in Visual Studio VBA 7.  A client upgraded his machine and the app worked fine, so he said, until he tried to start it today and it came up with: CLR Error 800004005.  Pr...
Hello Experts. I am using a Linq query to get the data to bind to a datagridview as shown below, but the "Admins, Users, Ltd Users, New Users" columns are all boolean and I would like to ha...
Hi, I'm using VB 2005, WinForms. I have a Form where I perform an ASCII to Hex conversion of some text. I am getting the conversion correctly, but not formatted in the way I want. If my ASC...
Hi EE, I am trying to make a TimePicker user control that only displays the time, without seconds, according to users machine settings (i.e Globalization). I am using the datetimepicker to...
I have a program that sends a command to a device.  I had to upgrade the device and the protocol changed.  I can't change the program, so I was hoping to write a program to monitor the serial ...
I have a scenario where multiple sources can be sending real-time data to my VB .Net application at the same time.  Each time I receive data, I want to store the data in the same hash table. ...
Hi, I'm using VB 2005, WinForms. I have a "Master Report" with multiple SubReports within it. I would like to create a  Table of Contents for my Master Report outlining each of my SubReports. ...
I have a custom application that was developed in Visual basic.net using Visual Studio 2008 on an XP machine. The developer is not available to contact for updates or fixes and I do not have s...
Hello to all.....  somebody know how to find a control inside a child repeater?? thanks for any help
I have the following code to pull a Crystal Report based on data in a xml file.  The reports works well with this xml file in Cyrstal Reports.   I am trying to attach this xml file in vb code ...
(VB or C#) The following function populates a treeview recursively based upon the level structure in a database table. This works very well. All I want to do now is instead of filling...
How can I keep a label on my form with the current count of the selected rows. My DGV has a checkbox (unbound) and 3 other columns. When the user clicks on the row I want the checkbox to ei...
Hi, I have code to run audit trail functionality, but all the pages are aspx, and aspx.vb.  The source code file is vb, but references Imports System.Web.SessionState, and uses some web tre...
I need to bind a datagridview to  a dataset and allow the user to update the grid, then update the dataset with their changes. I am not finding a complete example of what I need.  Can someo...
Hello experts, I have pasted a snippet of code.  My program finds a "File Download" window popup and clicks on a button.  In my testing everything works fine initially but after a few runs ...