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: 201 - 225 of 5349
 
Hi,   I'm trying to add some simple help to my application.  I have some tips in a help.htm file, and I created a form and added a webbrowser control to it.  The URL property seems to only...
How do you create a standalone executable of your VB.NET application within the Visual Studio 2005 environment?
Hello, I have a combobox that once you enter the control, sets the .DroppedDown property to True so it will expand the box to show the contents. Then a user can start typing stuff in and it...
How can I find the value of a cell in a gridview? I'm getting an error for strLP below in the row databound event? Dim strLP As String = ""   Protected Sub gridReviewer_RowDataBound(ByVal...
Hi all, I want to write to an XML configuration file but I get an error message saying the following: code:            System.Configuration.ConfigurationSettings.AppSettings("compNameCon...
Hi, I have a BookBag object (ArrayList) that holds a number of BookBagItem objects. Each BookBagItem has several properties (ISBN, Stock#, etc.). Its easy enough to populate the BookBag wit...
Hi This follows on a bit from question ID 21389189 (but may not need to use it) I have a string of "errors" which can get rather long.   If number of vbcrlf > 5 I want to trim the strin...
Dear experts! I have a DataGridView control on my form which is bind to a local database. The grid contains a checkbox column. The application allows the user to perform some queries o...
Hi Experts, Software: VB.Net 2005 SQL Server 2005 I need sample code to insert a row in a SQL Data Bound DataGridView. Thanks, Dave
how can I loop through rows in a dataview? So i might have a dataTable with 100 rows and a dataView with 10 (because of the row filter applied) how can I loop through these 10 rows? I...
I am new to connecting to SQL DB with VB.NET, I could use an example of connecting to a database, issuing a select command, and reading the data contained in the returned columns/rows. Assu...
I have a combobox that is populated with items according to the user's input. The combobox's default text is "Select Section Character." My problem is that after the user has made a selection,...
I have a gridview that has some columns that are not visible that I need to read the value from on button click... The two columns are simple bound columns... I know how to read the values fro...
Hi I've got a datagridview displaying a dataset. Unfortunately when getting the Dataset  (mycontrol.thedataset), the last row typed is missed UNLESS the user has pressed enter to move onto...
Hello, I need something like this: ColumnLetter = ConvertNumberToLetter(ColumnNumber) - Using only VB.NET - NOT using any Excel function (I am reading the cell values using the Office O...
Hi all. As I'm upgrading to vb.NET, I need help making a MultiColumn CheckedListBox, first column would have squares containing colors (or just the background color of the item) so by clicking...
Hey, Does anyone know how to send a file directly to the printer, no matter what the file type is? I have a set of files currently that I double click on and they are sent directly to the p...
Below is the code I use to send the fax.  It works 60% of the time.  When it doesn't work, I get an error from Right Fax that says "Problem Converting Fax Body or Cover Sheet" with the data "E...
Hi Thanks for clicking We are looking to utilise the new BindingSource Data Object supplied in ADO.NET2. We have BindingSource binding to a table, Tbl_Engineer fine. Our Form has several...
Hi experts, How can I convert a csv file to en xls file? This is my code, but when I open the new xls file all the information is in column A.         myXL = CreateObject("Excel.applicati...
I would think this should work. Not sure why it doesnt: I have: 1. <input type=hidden id="DateFormat"  runat="server" />  in my aspx page 2. In code behind i have: DateFormat.value = "1" ...
Hi there! I'm using VB2005, and i got a problem with sorting in a bound datagridview. Every column is readonly except one checkboxcolumn. this column has some cells readonly which i populat...
I have a check box template column in a datagrid. I am using a simple windows custom paging functionality described here http://support.microsoft.com/kb/305271 .My problem is if I check/unchec...
I have a datagridview which is bound to a datatable.  I followed the code shown in the article: http://msdn2.microsoft.com/en-us/library/7tas5c80.aspx which adds a datetimepicker control to a ...
I get XML at a URL http://www.mydata.com/xmldata/ Tags are defined like this <MENUS> <MENU id="8325" shortname="ThisCafe" mealname="Lunch" mealid="3" servedate="20080114">This Cafe</MEN...