all groups > vb.net controls > march 2006
Filter by week: 1 2 3 4 5
Change the size of ToolStrip
Posted by Alex Clark at 3/28/2006 8:48:19 PM
Hi all,
I'm using the ToolStrip in .NET 2.0, and I can't seem to find a way to
change the size of it. What I want is a toolbar the size of the IE toolbar,
preferably with text below images if possible. Can anyone shed any light on
how to do this?
Thanks,
Alex Clark
... more >>
How to cancel BindingNavigator's move action?
Posted by Jerry H. at 3/27/2006 7:25:29 PM
How can I check the current row's values before the Binding Navigator
commits changes to the underlying list (datatable, actually).
... more >>
what to use so I can capture an event
Posted by HockeyFan at 3/24/2006 10:32:03 AM
I have a control, currently a hyperlink, inside a repeater on an ASP.Net page.
I populate the text from a database. It's a "Message Title", which means it
could typically be 20 or 30 characters long. I was told to use a hyperlink,
but when I got to the point where I wanted to capture events f... more >>
Remove not hide user control
Posted by Mike TI at 3/24/2006 1:26:11 AM
March 24, 2006
Hi all
I am new to VB.NET and am using VB.NET 2005.
I have an MDI form with a Split Container Control. On demand I am adding and
removing User Controls on Panel 2. I am using Show() and Hide(). It works
perfectly. The only thing is I would like to remove the User Control ... more >>
Listview slow to load
Posted by Mike at 3/23/2006 12:49:33 PM
I have a listview that is loaded in a form_load event. The first time it
launches , at least in debug mode, it takes 20 or so seconds to load it. if
the form is closed and opened again it loads within seconds. The form is
called from a menu strip item like this;
OpenNCFrm.ShowDialog()
on for... more >>
(redirected from another newsgroup)
Posted by Jem Mawson at 3/22/2006 2:59:58 AM
I posted this question in the wrong newsgroup, so its reposted here.
I would like to implement a DropDownList style ComboBox
where you can select values in the list by pressing the first few
characters of the value.
For an example, fire up MS Word and check out Options | General |
Measureme... more >>
Inherit Control that has TableLayoutPanel
Posted by AMDRIT at 3/21/2006 4:23:14 PM
I am upgrading a baseform from VB 2003 to VB 2005 and in doing so, I placed
my panels inside a TableLayoutPanel. Now all of the panels are readonly,
even though I have set the modifier to protected. Any suggestions, besides
removing the TableLayoutPanel?
Thanks
... more >>
Image Thumbnails
Posted by Dustin Davis at 3/20/2006 10:32:59 AM
I need to have a thumbnail control on a windows form. I've tried a few
activex thumbnail utilities. The best I have used so far is this one:
http://viscomsoft.com/products/imagethumbnailcp/
The problem though is that the refresh is really slow. Has anyone had
experience in writing their own ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Listview control
Posted by Martin at 3/20/2006 12:00:00 AM
Hi all.
I'm trying to find an event that gets triggered when I scroll a Listview.
Anyone know such an event?
Tia,
Martin
... more >>
user control dll missing DllRegisterServer
Posted by Michelangelo at 3/17/2006 6:00:44 PM
Hi All,
I hace created a sample user control in Visual Studio .NET (2003); I have
been able to compile and use it (add it to a form) in a test standard
windows application, but
when I try to register it in another system, an error comes out saying the
dll does not have the DllRegisterServer ... more >>
DirListBox control
Posted by M at 3/16/2006 3:23:19 PM
The Visual Basic 6.0 DirListBox control allow you to select a Folder.
How to select a Folder in VB.NET?
... more >>
Duplicate list items in inherited Combo Box-vb2005
Posted by ECathell at 3/14/2006 4:38:34 PM
I have an inherited combo box. I create the selections that I want =
available to the user. When I drag the control over to a form the list =
is duplicated. If I then go into the forms control there is a list in =
the items within the designer. If I delete this list then my items are =
no longer... more >>
InitializeComponent()
Posted by Dursun at 3/14/2006 10:34:27 AM
I am getting an error at the line where my VB.Net program calls the
InitializeComponent() method. During debug, I cannot even step into it. The
execution is generating an error that reads:
An unhandled exception of type 'System.InvalidProgramException'
I already ran PEVerify.exe, and did... more >>
Email validation in grid
Posted by John at 3/7/2006 9:37:09 PM
Hi
Is there anyway to validate an email address when typed in a field in grid
to stop people from entering invalid email addresses? Is there a way to do a
reverse dns lookup as well?
Thanks
Regards
... more >>
how to run vb.net application in visual studio 6 pro
Posted by jaffar at 3/7/2006 6:47:34 PM
hai all,
I am developing a vb.net windows application , is there any
possible to run the vb.net application in visual Studio 6 Pro, if possible
what are the ,minimum, requirments to run the application,
warm regards.
shaik jaffar ali
... more >>
Textbox Controls Formatting
Posted by Scott at 3/5/2006 2:48:14 PM
I have a form being populated by a DataSet, generated by a SQL DataAdapter.
The Data Adapter is filled on Form_Load. Some of the bound textbox controls
on the form are for displaying currency amounts, however, the initial fill
doesn't display as such. My initial question is: how do I format th... more >>
Textbox validation
Posted by Scott at 3/5/2006 9:25:27 AM
VB.Net 2003
Does a textbox control have a built-in (inherited)
method to perform alphanumeric input validation? (Only upper and lower-case
alpha characters, and only numeric characters)
If not, what is the easiest way to do this?
... more >>
TreeNode.Select method
Posted by cdmcdm at 3/1/2006 12:49:27 AM
Hi,
i'm trying to use the TreNode.Select within a Visual Basic 2005 Express
edition form. The online help documented remarks the method to be new in the
..NET Framework 2.0. Rigth one installed with Visual Basic 2005 Express. The
problem is that the method is not recognized, detecting the bui... more >>
|