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: 5126 - 5150 of 8631
 
This may seem like a stupid question, but I can't seem to figure out how to change the name of a compiled .exe file in a VB.NET project.  It seems to default to the project name & version numb...
Hi All, Im doing some thing in a intranet and that has different servers with different information and one of that servers has information in mysql. This will be working with several user...
Can someone PLEASE help me to do the below in a loop (for each or for next) so I don't have to repeat 12 times.  arlFVIP1 thru arlFVIP12  is an arraylist that can be populated or can be empty ...
Hi, I need a quick way to convert a binary file (.bin) to a text file.  I'm pretty sure this is easy but all the samples that I have seen only deminstrate how to convert a binary string to text.
Hi all, I'm using a streamreader to read a txt file in VB .NET, (for conversion of the data it contains to XML) and am coming up against the problem that the streamreader doesn't interpret ...
I have a Datatable filled with this query: SELECT Employee_ID,SSN,Last_Name,First_Name FROM Employee_Table The primary key is Employee_ID.   Basically, I want to find if a particular...
I am converting a VB6 ActiveX library. To reference the converted libraries, are the Interop files sufficient, or do you need the original .ocx and dll + the Interop files ? Thanks.
Hi, I'm currently coding in VB.NET 2002. I have a datagridthat is bound to a dataview. I'm applying a row filter to the dataview, and the datagrid is displaying filtered data OK. I have...
Trying to use web browser, I went to project_components and clicked on 'microsoft internet controls'. and got the error message shown. Any ideas?
I have a datagridview with 4 columns where columns 1, 3, 4 are textboxes and 2 is a combobox. On form load, I am loading these values from a sql table. On form load, how can I set the selected...
Visual Studio 2005 (Visual Basic): I need to be able to find a set of files in a directory and subdirectorys so if i searched for *.HTM in C:\HTM it would return all the HTM files in this di...
HI got some strange behavior after a windows update. I save settings to a file. (Vb,Net, VS 2005) I get the path to the file with this code  Dim configFile As String = System.IO.Path.Co...
How could I add and remove users from Active Directory to ACL's in a network folder
Hi I need to hide my application mouse cursor if condition = true. It works only when the variable "m_blnHideCursor" was set "true" before running the application. However, if I set the variab...
I have a DataGridView, reflecting the orders data table (on a standard Customers-Orders form). A column that is representing a DateTime field, Brought from the Dataset (on which the entire for...
Hi experts ... I have a windows forms application and a windows service .. On the windows forms i retrieve it's version of the assembly and i do the same in the windows service also .. Wh...
Operating system Windows XP sp 2, Windows 2000, Windows Vista. .Net framework 2.0 I am writing the installation of an application. It consists of 4 parts which can have different versions...
In a dataset I have a column, "CompletionDate". This field is set to a Date datatype and when a record is added this field is left blank( the AllowDBNull property is set to True).  After a pro...
I need to know how to allow my two applications to communicate between eachother, Through TCP-IP or alternates. VB.net Inter Application Communication
I'm trying to add an item  ("<Select Item"> ) to a combo box in the load_gnder sub below. I've tried "'Me.cbogender.Items.Insert(0, "<Select One>")"  which runs but wont display - and sever...
Hi, I created a console application in vb .net ..... created the executable.   When I run the executable, a block dos looking window pops up.   The window is all black on it also shows on t...
When a checkbox is changed I want to make sure that the operators next step is to select a date from a datetimepicker. I can set the focus to the datetimepicker but it just highlights the mont...
Hi there I am using as SDI form. I want to get the container size of the form so the inner section, the size of everything say if you were to change the background color of the form to red,...
I am trying to do calculations using a datetime field I retieve from a table in my SQL database (format: 10/2/2006 3:18:42 PM). I want to cast it to a datetime in vb.net, so I can calculate ti...
Friends, I am wanting to programmatically set a Excel Worksheet cell based on a formula. I want that formula to be like this: Column I  Column J ... Column R     1                    ...