all groups > dotnet windows forms > march 2005 > threads for thursday march 10
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 31
Label controls inside rich textbox
Posted by Muthu at 3/10/2005 11:45:01 PM
Hi all,
i have a situation to place label controls inside rich textbox
control and i have done that using richTextbox1.controls.add method. But the
problem is the controls are not part of the text which i type it is
overlapping my text.In simple words, Is it possible to make a labe... more >>
Non-modal dialog
Posted by bernardpace NO[at]SPAM yahoo.com at 3/10/2005 11:09:33 PM
Hi,
I have a window, where for a certain event(button click), I am
starting a new thread. This thread is retrieving data, creating a new
window and displaying it.
The window is being shown by "name.Show();". As the window is being
opened, it is being closed immediately. I know that I can u... more >>
Items in Combo Box list are not visible
Posted by Tim the newbie at 3/10/2005 8:35:01 PM
I am using Visual Basic .Net with Windows XP Professional. I have added a
Combo Box to my form and changed the drop-down style to DropDownList. I have
added items by typing them into the items property:
"Item1"
"Item2"
"Item3"
"Item4"
"Item5"
"Item6"
When I run the code, the items a... more >>
How to hide a TabPage on a TabControl?
Posted by Cezar at 3/10/2005 5:29:02 PM
Is there any way to hide a TabPage that is already inserted into a TabControl?
The method Hide doesn't seem to work.
Thank you
Cezar... more >>
Creating a custom container control
Posted by bram NO[at]SPAM fokke.net at 3/10/2005 4:46:43 PM
Hello,
I'd like to create a custom control that exposes several containers,
much like the SplitContainer in VS 2005. However, when I create a
custom control with several panels and I drag a control onto the custom
control, it will become part of that custom control and not part of the
Panel t... more >>
Combo box drop down
Posted by J L at 3/10/2005 4:17:12 PM
I am sure this has been asked a million times, but I have Googled
until I am blue in the face...so Iam asking again...
How can I make a combox drop down automatically when it receives
focus?
TIA
John
... more >>
Embedded form and Anchor property
Posted by Cezar at 3/10/2005 3:29:02 PM
The following situation:
Panel control with Dock=Fill, inside a panel an embedded form with controls
in it.
The code embedding the form into the panel is this:
pnl.Controls.Add(form1);
Everything is working perfect, except the Anchor property of controls on the
embedded form is not working. ... more >>
Cannot set form background image
Posted by skanjo at 3/10/2005 2:11:09 PM
I recently started using VisualStudio.Net for the first time. I started a
project and created some forms to gain an understanding of how to use C#,
Visual Studio, and the .Net framework.
One of the first things I did was to create a non-standard window with
rounded corners and set the backg... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Tabindex major trouble
Posted by Niklas Ringdahl at 3/10/2005 9:29:04 AM
Hello.
I have a form with a tab control with some tabpages. On each of the tabpages
I have separate user controls. The user controls constist of labels,
textboxes, combo boxes and datagrids.
The problem is that I can't move focus between the input controls with the
tab button. At all. A... more >>
Parameter ?_1 has no default value
Posted by kiln at 3/10/2005 7:50:38 AM
I'm using the HierCube .net OLAP component from rainbowsoft
(http://www.rbwsoft.com/) in a vb winform application (vs2003). The data
source is an MS Access 2000 table; the data adapter is of the oledb
type; and the sql string has two parameters ala =?
At runtime the app provides values for... more >>
Centre form in MDI
Posted by 99pshop via .NET 247 at 3/10/2005 5:47:28 AM
Hi
Am new to VB.NET and wondering how to centre my form in the mdi that is maximised or set to a diferent size.
I tried this
wTop = (frmMDI.Size.Height - frm.Size.Height) \ 2
wLeft = (frmMDI.Size.Width - frm.Size.Width) \ 2
frm.Location = New Point(wLeft,... more >>
Turn off blue bar at top of DataGrid
Posted by Steve Norman at 3/10/2005 2:51:01 AM
Hi,
Is there a way of removing the blue bar that appears at the top of a DataGrid?
Thanks,
Steve... more >>
|