all groups > dotnet windows forms controls > may 2008
Is there a control that...
Posted by David Thielen at 5/30/2008 8:40:24 PM
Hi;
1) Does anyone know of a control available like the rule description
in the Outlook Rules and Alerts where it is a bunch of text but parts
of the text are hotlinks where you click on the hotlink and you can
then bring up a pop-up control?
2) A good control for creating SQL selects - for... more >>
toolStripStatusLabel does not render correctly in statusStrip - Vi
Posted by frustratedclipboard at 5/29/2008 2:17:00 AM
Hi,
I am creating some UI ideas for a scientific instrumentation product. I am
having a problem with MDI child windows that contain statusStrip which in
turn, contains a toolStripStatusLabel.
The problem is that when the child windows drop below 640x480 (or so) the
toolStripStatusLabel i... more >>
NotifyIcon screen coordinates
Posted by Grant Schenck at 5/28/2008 11:17:52 AM
Is there any way to determine a NotifyIcon's screen position and size?
--
Grant Schenck
... more >>
GroupBox putting itself in another groupbox
Posted by baldrick at 5/28/2008 2:49:30 AM
Howdy,
I have 2 groupboxes on a form. I want one to be infront of another.
When I am designing the form and move the boxes around, they sometimes
decide themselves that one box will be in the other box, rather than
just on top of it.
How do I prevent this behaviour?
Cheers.
... more >>
Wrong size of UserControl
Posted by Hamed at 5/27/2008 6:39:29 PM
Hello
I have a UserControl sized to 100; 200
When I drop it in my form the initial size is 100;200 (as I prefer). Then I
decided to change the size of my UserControl to 200;200 but although I have
not set any value to the size of the dropped control in my form, recompiling
the project does... more >>
Formatting problem with MaskedTextBox
Posted by brad at 5/27/2008 11:22:01 AM
I am using a MaskedTextBox as shown in the code below. When I enter a date
as 01/02/2003 and then move to another field it displays in the 12/20/03__
It's interesting that the bound data column gets the correct value of
1/2/2003.
I have tried different masks (00/00/00 and 09/09/0099) and se... more >>
System.Windows.Forms.SplitContainer Saving the splitter location
Posted by Tom at 5/22/2008 10:05:00 AM
I would like to save the location of the splitter when an application closes
and restore it when the application starts and cannot find the appropriate
time to get this done. I have been able to save the value but have not found
a good event to get my saved value and set the splitter location.... more >>
Double click label and its text appears on the clipboard
Posted by SMJT at 5/20/2008 8:44:10 AM
Hi
Has anyone noticed that if you double click a label, the text of that
label appears on the clipboard? If so, how do I stop this from
happening?
I'm running VS 2008 on a Vista box. I get the same behaviour on
another Vista machine but not on XP machines so I'm pretty sure my VS
install... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ComboBox DropDownStyle = DropDown and selected text
Posted by Jack Jackson at 5/17/2008 4:55:43 PM
When a combobox's DropDownStyle is set to DropDown (the text in the
textbox portion is editable), the combobox will select all of the text
whenever the control is repainted.
There are two unpleasant effects of this. First, all such comboboxes
that are databound and have initial values start o... more >>
Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
Posted by Rof at 5/13/2008 3:33:02 AM
Help, please!
I have seen a couple of threads about this message, but they seem to
have a much more complicated situation than mine, and they aren't much
help.
I have a form from which a call is made to a serial port, using
"Friend WithEvents sPort As SerialPort". This goes to a piece of ki... more >>
Speed issue loading image
Posted by John at 5/8/2008 5:08:50 PM
Hi
I am using below statement to load an image;
Me.MyPictureBox.Image = Image.FromFile(CStr(Me.txtMyPhotoPath.Value))
Problem is it is taking too long and slowing the app down. Is there another
faster way to achieve this? or to degrade the quality of image on the fly to
have to load sma... more >>
Webbrowser control
Posted by Meels Lilbok at 5/8/2008 10:03:54 AM
Hi
Im usin a WebBrowser control on my C#/WinForm application.
There are 2 options for user, 1) Print output to PDFPrinter or 2) Print
output to default system printer.
In code i change default printer and then call theWebBrowser.Print() method.
All works fine but...
browsercontrol "rem... more >>
Tab Caption does not appear for a dialog while using Visual Studio 2005
Posted by tsgd84 at 5/7/2008 3:00:06 AM
Hi all,
I have designed a dialog with a tab contorl with tab property
"vertical" set to true. Now if I set windows xp as the backgroud
theme, then caption of the tab disappears. Is there any way to have
the tab caption with tabs at vertical alignment.
Note: This issue occurs only in windows... more >>
Problem with the filtering of a property grid
Posted by alexcsharp2@gmail.com at 5/6/2008 4:33:29 AM
Hello.
I created a designer in c#. Everything is working excepted the
property grid.
I want to show only the properties I added. So I created a class which
inherits of a button. And I added properties.
But I want to filter the base properties. So to do this, I inherit my
class from ICust... more >>
RTF content in contextmenustrip
Posted by Aneesh Pulukkul [http://dotnet-revolutions.blogspot.com] at 5/5/2008 3:13:53 AM
I have a requirement- need to display RTF content in context menu. I
am able to host a rich textbox in a contextmenu strip using
ToolStripControlHost class. But assigning some RTF content to the
containing rich textbox control does not display in actual RTF
format- it just dislpays as plain tex... more >>
|