Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual Basic Solutions: 5101 - 5125 of 8631
 
I have a GridView that is supposed to display data from a SQL Server Express database.  It does this.  Unfortunately, it displays each column twice.  Why for?  I've tried removing the SqlDataS...
I use the following "public shared" variable as a Global variable - This variable is the available to any code within our application, providing a very nice mechanism for sharing values betwee...
I have an application that accesses a remote database over a VPN, I am using the Process.Start("RasPhone.exe", "-d MyVPN") to connect and everything works fine. Is it possible for me to see...
Hi all, I have a datagridview which I fill on the form load using the following code:         DS_part1.Clear() 'Clear the dataset of information         'Run a select command on the d...
I have a string eg "43242: Hi there". I want to get rid of all the characters after and including the semi colon. How do I do this in vb.net?
how can I get the type of control ? what I was trying to find so function that return the type of control so I can get all textbox controls in a form note that I am using vs.net 2008
Hello all:     Anyone have a good example of the tab control.  What I'm looking for specificly is the (Selecting/DeSelecting/DeSelected) event handler.  For when a user changes tabs.  I nee...
I have the following .REG file that I would like to make into an executable.
i have a gridview with datasource = dataview. Because I'm not using a .net datasource I need to define a sorting event to get the columns to sort properly. the code I copied below only sorts a...
hi experts , I try to  insert a sstaff form and i got Parameter ?_3 has no default value can anyone spot the prob for me? If you need i can send hte file as well insert line start from 74...
I think this is a "problem" with VB.Net (2005) and not SQL Server (2000), because everything works properly in QA. Below is the procedure, followed by the .NET code. The return value is wha...
I'm trying to insert a new row into a table.  This is the first time I've tried this method of inserting so I'm not sure why I'm getting this error. The line that the error on is: dsNewRow = ...
I have a SQL Express 2005 database with a field that I want to limit values to a defined list. In the datagridview I use a combo box. All works fine. I prefer to add/edit records using a detai...
im getting an error see snip below _____________________ #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to ...
Hi people! I wonder how i get the index as integer of the line where my textboxcursor positioned? Example im writing at line5 and i want to store that lineindex into a variable how do i ...
Pardon me if this is incredibly dumb question, am experienced programmer but still have much to learn abut vb.net. I have a windows form where I have put a series of controls on a set of pa...
Hi all, i'm writing a console app that has multiple threads that are kicked off at the start. In one of the threads i need to monitor the console for input from the user (terminated by a...
I am using ClickOnce deployment for a Visual Studio 2005 windows application. This application is distributed to a file sharing server on a network of which all the computers have access to th...
Is there a built-in function in Visual Basic 2005 that converts for example 1000 to 10:00a or 1800 to 6:00p?  If not,  how do I do this using Visual Basic 2005?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22043845.html With reference to the above, how do I save the item VALUE instead of the text/string? Example if ...
Hi Experts, I get an error from this line of code: Dim o As New BusinessObjects.Person(db) The error code is: Error     56     Value of type 'WorkingUtilities.Database' cannot be converted t...
Hi, I am seeing an occasional discrepancy between the modified data the OS reports and the FileInfo member.  Here's my code:     Dim fi As System.IO.FileInfo = New System.IO.FileInfo(e.File...
I have an SQL table with some records, each record have DateTimeStamp field as string, how can I find out the last record inserted so I can collected that record fields ?
Not sure where to start with this... I have VB.NET 2005 and I want to create an intranet messaging program.  For example, if I wanted to talk to somebody at such and such IP, I would have th...
I have a large VB.NET 2005 solution (VS 2005 SP1) with a lot of projects with entangled dependencies, and the background compiler is starting to decrease the editor performance. It also givess...