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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|