Do not use on any
shared computer
August 30, 2008 01:13am 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.

 
Top MS Visual Basic Solutions: 1101 - 1125 of 1410
 
HI, I am using windows app. In a form I have several radiobutton. These several radiobutton also exist in many of forms. I want these radiobutton tied to a handler that reside in publi...
Probably a bit basic, but, In Access / VB, how do I declare a string value that is retained for use in later forms? If I use dim stWhatever As String in a sub when an event is triggered, th...
Hi Experts, I have a WinForm application that started with 4 panels and a menu bar at the left. Slowly the number of panels increased to 9 plus 2 tabpages. I am considering converting to MDI,...
Hi all, I have some code that seaches through a database, but I am not sure on how to get it to display a message box to say "No details found".I have place the code below. If I could get ...
I have a form that has a RichTextBox and a FontDialog to pick the font, size and style.  Is there a way to set the dialog to defaults.  For this application, I need the defaults to be : Tim...
I have the following in the the page_Preload of a web form, the dateopened.text field is also displaying the time..how do I remove the time portion.   Dim dateToday As Date         dateTod...
I'm reading data from an Excel Spreadsheet Some values are string, others double. How can I test to see what data type I am working with before calling the GetDouble method etc,..without out...
Hi, Is microsoft provide collapsible panel control in vb2005/2008? Thank you.
Making a whois-function, and it works alright except when it comes to some nested whois-domain. If you try "abb.com" it with whois.verisign-grs.com you find a second source of info at whois.tu...
I am trying to bind data from a database to a CheckBoxList.  The DataTextField works and displays correctly but it doesn't bind a value to the check box.  
hi.. I have one picturebox and one button, all images will be in my document folder what I want is when the user copy any image from my document folder then going to the form and press on t...
Experts, I am just beginning Visual Studio 8 with VB. The task before me is to put a label on a form. When I select Label and draw to the size i want the size I get is always 39,13. What am I...
I've many forms. for example. 1. Login Form 2. Main Form (with admin buttons that open admin form) 3. Admin form what should i do to keep admin or any other forms inside MAIN FROM work are...
chr
How can I remove a middle name from name, a single chr? JOHN  F EDWARDS
i was wondering if i can use HTTP protocol to transport data using windows forms (.Net)? if yes then where do i place the protocol configuration? is it in the app.config file? what code do i...
Good Day: I am working on a WinForms application using VB.NET 2005 and SQL Server 2000.  I have a Calculation table that I need to get values to perform calculations for the ExtendedPrice. ...
Given a URI, I need to be able to traverse the HTML DOM, and based on its contents, return a general description of the web page as an enumerated type. How do I get the HTML DOM in VB.Net? ...
Dear Sir: When running a program it appears two mesage: The first says:  There were build errors. Continue? The second says: My User Validation.exe is missing You can see them in the Attac...
I have a homework assignment in which I have created an ASP.NET Web Service and entered a simple piece of code in the ASPX file: a function preceeded by the directive "<WebMethod()>".  I get t...
I am having a issue where when reading a XML file certain nods may or may not be present that the code might be looking for via the value given by the user.  I keep getting NULLException error...
I have the following code that fires on selectedindexchanged for combobox1 on my form that for some reason is not working:     Dim tempView As Data.DataView         tempView = New Data.Dat...
Hi, The publishing of an application goes ok, but when I want to install the application I get the following error message: System.UnauthorizedAccessException - Access to the path '\\serve...
In my form load event I create a datagridview like this.         dt.Columns.Add("LineNumber")         With dt.Columns("LineNumber")             .AutoIncrement = True             .AutoI...
What is the best way to relearn vb 6 and then .net. I am looking for good books, good websites, cd's ect. I am looking to start programing within 4-5 weeks.
Hi Experts, I have a form with a split container with a tree control on the left and the 2nd panel is blank. What I am doing is depending on what node is selected on the tree control I fill...