Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested MS Visual Basic Solutions: 4576 - 4600 of 8631
 
I am new to VB .NET development. I am running Windows XP Pro on a Dell Latitude D600 laptop. I have the following procedure to open a file from within VB.NET: Dim Proc As New System.Diagno...
I am attempting to create a standard install package, however, I want the 'finish' screen to be customized, i.e. I want a dialog which specifies text in a specific font and location in the dia...
I want to identify a pc by a unique identifier? Is there such a key in windows Os wich I could use.
I need to be able to search for files using recursive directory so when I enter C:\ into textbox1, i can search through the entire drive.  The code I have now only search withing folders. H...
i want to monitor the key press event for a method..     Private Sub mskSearchCity_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles mskSearchCity.GotFocus         ' Hi...
USING VB.NET 2005. I have a dbf datasource.  When i call the FILL method for my table adapter, i get the following error: The provider could not determine the decimal value. For example,...
Visual Studio 2005 - VB.net  -  Changing Thread Priority of the main form. When you create a thread, you can assign a relative priority to it.  However, when a vb form application starts, how...
I am periodically getting the following message from a VB.Net app that is creating a Excel Spread Sheet. **************************************************************************************...
Hello group, I'm getting "Type Mismatch" error while running this code:     f = FreeFile     '--parsing retrieved response-data from MyServer     Dim strToken As String     Dim iStart...
My program is writing two script files, running them, and then deleting them.  One script file is called by the other.  When I delete the files at the end, I get an error that the file called ...
Hi, i am asked write a utility class for the treeview control (.net 2.0), the class must be as generic and flexible as possible. if possible no dependency on other custom classes. But after lo...
  Why am I getting error on this line?     Me.DataGridView1.DataBindings Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...
vb.net 2003 excel 2003 What I need: Select Columns  G ang H Format the Column to WrapText in the excel sheet ' current code from .net XL.Visible = True 'open excel         xlWB = XL...
Dear Experts, I am having a problem with a DataTable. I'm trying to loop through each row in a datatable as follows and retrieve a value from a particular column. I know the column index...
I have a vb.net 2005 app that accesses a sql server.  We are using sql sqerver 2005 and the computers have windows xp sp2 on them.  When the app gets to a procedure that runs a dts package I g...
hi there, i need to create a function that will take the value of a text box and check if it is a numeric field or not. if it is number then no problem, but if on the other hand is text the...
How to detect the change in a datagridviewcomboboxcolumn unbound column in a new row?  I have 2 datagridviews on a form.  The first grid has a several columns bound to a dataset with the addit...
I have a application that has a treeview written in vb.net 2005.  When I try to display a balloon tooltip popup, the tooltip doesn't line up with the mouse.  The arrow of the balloon tooltip s...
I can send mail just fine, except for one small problem that I haven't seen any solutions to. Here's my code: Dim mailMessage As New MailMessage(New MailAddress("TrustCallCenter@pioneert...
Hi, I want to register my dlls into GAC ... these are third party dlls.  I created MSI package.  But when I run this msi package, it starts putting dlls into GAC and then suddenly for one o...
I want to display an access report in my vb.net.  I know how to get them to print, print priview and such but would like to have it part of the actual display.  Kind of like linking a table to...
Hi Guys, I have a series of labels in one of my vb.net 2005 application Some of them have different names like: building .. and some others are named like this: Field1label Field2labe...
Hi everyone, I'm developing an application that has an Windows form with an AxWebBrowser control in it. AxWebBrowser is used to open Word Documents because there's no ActiveX control for Mi...
I'm populating the datagridview using my dataset, and it keep the same name as my fields, how can I change that? I would like to add the name I want to the column header.
Hello Experts, We use a third party pdf printing utility that monitors a "hot folder" for any new pdf files that get moved into the folder. It then sends the file to Adobe in the background...