Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > april 2006 > threads for sunday april 16

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Registry Help Needed
Posted by Jonny at 4/16/2006 11:44:28 PM
Hi All I am writing a small app that enumerates a certain registry key & then adds the key values to a listbox When I select one in the listbox & click the delete button I want to delete that item from the registry Example: Some Key In Registry: SubKey1 Value = "Hello" SubKey2 ...more >>


Combobox, Count Entries
Posted by Bernie Hunt at 4/16/2006 8:18:32 PM
I have a combo box on a form. It's entries are loaded from a database. Once the box is loaded, is there a way to ask it how many items it has? Or should I just count the number of items added and I'm adding them? The application is two comboboxes used by the user to select min and max sea...more >>

databindings, label controls and tab controls -- problem
Posted by Tom Scales at 4/16/2006 8:04:40 PM
OK, this one has me stumped. I am reading XML into a Dataset and then binding values to a label control. When displayed on the screen, the label control has the correct value in it. When I read back the value from the label control, the text field is "". But ONLY if the label field is on a...more >>

Is there a Filename.IsValid function anywhere?
Posted by dgk at 4/16/2006 6:39:30 PM
I can't find anything in the framework that will tell me whether a filename is valid. I suppose that I can just try to open it and trap an error but that seems wasteful. I dug around and found this code: Public Function IsValidName(ByVal name As String) As Boolean Dim i As Integer ...more >>

Working with data adapter/binding source at runtime
Posted by nyk52687 NO[at]SPAM gmail.com at 4/16/2006 5:27:01 PM
I have three fields in a database, city, state, zip. I can bind each one of these to its own label with no problem. What I want to do is combine all three fields into one string and bind it to one label. I was thinking I could bind each to a hidden label, then combine them at runtime and set it ...more >>

Service with VB.NET 2003
Posted by Jake at 4/16/2006 1:51:36 PM
When I create Service project it get 'WindowsApplication' to properties. It cannot change to "WindowsService'. Is it possible make service with VB 2003??? jake ...more >>

Starter Kit Problem
Posted by TonyMast at 4/16/2006 12:09:04 PM
When I try to install the kit (Club Kit), I receive the following error. "Installation stopped because the directory for the ProjectType value did not exist. The project type is invalid for your installation of Visual Studio." I have both VS 2002 and VS 2005 (both pro version) on XP Pro...more >>

radio button user settings
Posted by Scuba Rob at 4/16/2006 9:36:01 AM
I am having problems on getting the radio button to work with my.settings correctly. I want the program to check to see which one was last saved to use at startup. The closest I have come is that I need to click the radio button twice for it to be saved correctly. Any idea on what to use? I t...more >>



Using new control that inherits from Form
Posted by Steve_Black NO[at]SPAM EagleCCI.com at 4/16/2006 7:29:09 AM
I have created a new control that inherits System.Windows.Forms.Form. I just added a few new properties that I want on all my forms..nothing fancy. I saved this project...let's call it MyForm. How do I actually create new instances of MyForm in my application? I know that if I were to cr...more >>

Confused Using VB in VS2003
Posted by Wayne Wengert at 4/16/2006 7:13:35 AM
I have an ASP.NET (VB) Web Application developed in VS2003. I am totally confused on what needs to get copied to the Web Host when I make some changes. Most of the forms are aspx pages and include a codebehind file (e.g. myform.aspx and myform.aspx.vb) Normally I do a project rebuild and the...more >>

Populating a combobox from dataset
Posted by c_shah at 4/16/2006 5:09:45 AM
I am a beginner and learning VB.net There are two wasy to bind a combobox or a listbox First approach is to assign a datasource and displaymember Second approach is to iterate through datarow collection This works With ComboPaymentType .DataSource = dsComboItems.Tables("PaymentType") ...more >>

Console output
Posted by John at 4/16/2006 12:00:00 AM
Hi I need a console output system which needs to display information line by line and scroll once the designated viewable area is filled. User is still able to scroll back to the last x lines to see what has gone before. Is this possible in what is available in vb.net 2005? Thanks Reg...more >>

MsChart error message in VB 2005
Posted by steve at 4/16/2006 12:00:00 AM
Using Mschart in VB.net 2005 I get the error 'System.ExecutionEngineException' when I run the print code below.. The Graph display data OK on the form code.................................................................. My.Computer.Clipboard.Clear() MSChart1.EditCopy() If My.C...more >>


DevelopmentNow Blog