Do not use on any
shared computer
September 5, 2008 11:15pm pdt

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: 251 - 275 of 5580
 
Hi Experts, In my config file i have source path and destination path... i am using these paths in my windows service to rename files... if i use the map drives then it works but when i use...
Hi I've got a datagridview in which I want to be able to paste data into the selected column/s. This might not be from column 1. The data in clipboard is from Excel and may be more than on...
I have a windows form with a bunch of bound text boxes and three combo boxes. The combo boxes are for looking up values. The values in one of the combo boxes is based off of a selection to ano...
I need to create a list of sequential numbers and then randomize it. More info: The list has a set length (example: 12 numbers - 1,2,3,4,5...) I then need to randomize that sequence. Ho...
I am trying to open a new window from my vb net application. When I click on the button the first time it seems to do a postback and then nothing clicking on the button subsquent times will th...
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...
Hi, I am doing a art work design software.. is there anyway i can convert from the label location X, Y into mm/cm/inches? wut i did was something like Vb.NET IDE, where the user can mov...
We have found that an obsolete function sometimes works when its recommended replacement fails. However, the compiler generates the annoying (to me) error   message: Warning     1     'Public Share...
I have some code that will allow the import of Excel *.xls spreadsheet using ADO.NET (2) and, while I can get it to import somewhat, I need to change the datatype of all columns to a string so...
How do i force the Datagridview vertical scrollbar always to show ? Thanks
Hello folks I have a Dataset populated by a sql statement in vb.net 2005.  The Dataset is the datasource for a grid ( dgService). How can i filter the contents of the dataset that will popula...
Is there an ascii value for the check mark character?  When displaying text on a form, I would like to show the check mark as a character on a line of text, but I'm having no luck.  The closes...
How do you create a standalone executable of your VB.NET application within the Visual Studio 2005 environment?
Hi! I have the following code that gets start date from a cell, end date from another cell and previous date from a thrid cell. Then it runs a stored proc off SQL Server with those 3 parame...
Well the title pretty much says it all.  I am building a data management tool in which I would like to have the ability to Browse to an Excel file and Import it into an Access database (my bac...
Hello experts within my vb.net program i am trying to count the number of characters that get entered in a text field.  I am able to count when a character is entered, but how can i subtract w...
I am using webbrowser control in VB.Net where I am printing the payslips on the webbrowser control but the problem I faced over here is that when I try to print it the header text of the page ...
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 ...
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
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...
Hello,    I would like to be able to change this:         Dim lbl1 as label         Dim lbl2 as label         Dim lbl3 as label         lbl1.text = "Yes"         lbl2.text = "Yes"    ...
I am having trouble how to properly use the streamwriter (in VB.Net 2.0) to create and write to a text file. The problem is that I have to delete a file first in order to re-create it and re-...
Hi, I have a created an ADO.NET dataset that contains three related tables. Let's say they are Manufacturer, Model, and Series.  Manufacturer is the parent of Model, and Model is the parent...
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...
Okay, LearnedOne referenced a VS2005 addition of a MaskedTextBox. I'm using this now and using standard 12hr format but it doesn't appear AM or PM is built into this mask. How would you ...