all groups > vb.net controls > january 2005 > threads for january 8 - 14, 2005
Filter by week: 1 2 3 4 5
Problem with Text property
Posted by Richard L Rosenheim at 1/14/2005 1:34:48 AM
I have an user control that contains a single label. I overrode the user
control's Text property with the following code:
<Browsable(True), _
DefaultValue("My default label")> _
Public Overrides Property Text() As String
Get
Return Label... more >>
Groupbox Text
Posted by fred at 1/13/2005 2:31:31 PM
I have put four Groupboxs on a form. I changed the font size from 8 to 12.
When I run the application some of the groupboxs do not display their
heading (Text property). If I change the font size back to 8 it is OK.
I am running VS 2003 on Win 2K SP4.
Is this a know bug? Is there a fix?
Thank... more >>
Checkbox changed
Posted by Edward van Nijmweegen at 1/12/2005 1:36:11 PM
Hello,
I'm working in VB.net and want to take actions after someone selected one
of the checkbox items.
I've 2 checkboxes, and some fiedls that are disabled. If a person select
checkbox 1 some of the other fields should be enabled. If the user select
checkbox 2, other fields should be enabl... more >>
Howto use VB6.0 UserControls in VB.NET App?
Posted by Thor Egil Leirtrø at 1/10/2005 2:52:54 PM
I am just about to start upgrading a VB6.0 App to VB.NET
It contains a lot of UserControls which I - as a first step - want ot leave
as VB6.0 There is however, one slight problem: some of them are created
using the old interface inheritance model
(I have one module defining just the interface, a... more >>
Create or add icon to a component?
Posted by Jerry H. at 1/10/2005 10:14:20 AM
I've successfully put together a couple of small components that I can
add to the VS Toolbox. However, they both default to the "gear" icon.
If I highlight the project for the component in Solution Explorer, and
then select "Project | Properties" there is an "Application Icon"
setting that... more >>
how to create flex grid on vb.net
Posted by Sumit Gulati at 1/8/2005 6:58:20 PM
hi
please help me to create flexgrid controles on vb.net for data entry
regards
sumit
... more >>
|