Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

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

 
Top MS Visual Basic Solutions: 1251 - 1275 of 1579
 
Hello how can I write a for each loop which will write every item in the namearraylist?  Heres what I have:         For Each Name In NameArrayList             Response.Write(NameArrayList....
I would like to develop a common way to bind to data. OLEDBConnection OLEDBConnectionStringBuilder DataSet TableAdapter Table - Relationships Row Field naming convention connMyA...
I want to open a folder in Windows Explorer, from code. Can't figure out how to do it.  Suggestions please. Thanks
I have this sub to check if somthing is running   Sub OnCreated(ByVal source As Object, ByVal e As System.IO.FileSystemEventArgs)         'MessageBox.Show("On Created")         Dim progr...
Is it possible to enumerate any more then Microsofts Spy++ Does?
I want to restore the DataGridView col width(s) after reload from values storred in an array. Problem: If you restore them from the page_load event, it acts like the grid is still loading a...
I am pulling fields that may or may not be contained in the SqlDataReader called ReaderOrderInfo. How can I test the datareader if it contains this index before attempting to pull it (which t...
I have ComboBoxes whoes style I specified as DropDownList. It works fine on my PC (Vista 64) but when running on XP in a Virutal PC the ComboBoxes appear as they were a DropDown style. What co...
DataSet using Code
DataAdapter Code
I have three tiny text files that have to be concantinated before a vb.net acts on the combined file.   Is there an easy way to do it?
I am working on Date Range Picker where a user can pick specific date and according to the date range (parameter passed) he will be displayed the report. Right now everything works fine untill...
Hi, I have application that used by many client computers. In order to avoid server overhead, the application is place at every client computers. The problem is when there is upgrade t...
Hello All i have an application that started life as a windows application and recently i swapped it to a console app as it seems to fit in better with what i want to do. My question is can...
Hi, I am trying to figure out what would be the best way to update a table in SQL2005 from my dataset. I am fairly new to datasets. I have a set of data say with 20 records in my SQL table. ...
Hi, I have been tasked with looking into sending an UDP broadcasting message  to users on the network when an entry has been entered to a database table (SQL Server 2005). I am new to this ...
Hi experts, I have a web application wich embed visio drawings with an activex, I want to add this functionality to my WinForm application. Is there a way to do this, beside using a webbro...
I have XML node like below and I got three values separated by comma ( , ) <ContentTypes>Event,Content/StartDate,Content/EndDate</ContentTypes> I need to get the values of that node. Pl...
I'm going to create a VB.net program based on the following, First Input: Start As Today = true Start Date ="01/01/2008" Months = + 1 Frm the above inputs , I need to calculate the Dat...
Is it possible to read Excel file row by row, and write some string on the same row but on a different column - D(orderdate) and on the same file? Sample : A(id)     B(account) C(name)    ...
Dear Experts, I would like to generate a report that needs data from 5 different databases ( All these 5 are MYSQL databases) located on the same server. I have used the VB.NET and MySQL...
dear experts: Hi! Can you kindly show me how to locate "GroupBox" in the ToolBox? I checked the ToollBox over and again.   Thanks!
Hi, I am using VB.NET 2005 and have a form I am using as a parent form. I added a second form which I want to use a a child form. When I display the child form, it is put in back of all my ...
im trying to set a variable inside a fuction, return it to the sub that called the function and then set a textbox with the returned value. what type of variable do i need to use? i get an err...
http://msdn.microsoft.com/en-us/library/microsoft.win32.registry.localmachine.aspx I am using VS2008 on Win 2003 server. Why can't I see Dim value As RegistryKey value = Registry.Loc...