Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
UserControl - Painting in Control-Designer31 Dec 2006 15:21 GMT3
Hello NG,
hope i have a little problem. I have a usercontrol thats paint itself in
OnPaint-Method. It works at runtime and at designtime on forms or other
controls. So i need a way to paint the control in the Control-Designer.
Menu items disappearing31 Dec 2006 00:43 GMT1
This item is for the Google archive and requires no response.
The VS 2005 Windows Forms Designer has an annoying bug that causes all menu
and toolbar items to disappear if an entry is deleted from the project RESX
document. It may happen at other times, as well, but this is when ...
WebBrowser Control30 Dec 2006 16:45 GMT2
After adding a WebBrowser control to my form (VS 2005), and the
following 2 lines of code to a click event:
        webBrowser1.Navigate(new Uri(NextURL));
        String PageData = webBrowser1.DocumentText;
Culture prevents listview columns autosizing?29 Dec 2006 09:42 GMT4
I have discovered a problem in the Compact Framework that can only be
reproduced by running the same code against an English and German
emulator/device.
I am setting ColumnHeader.Width to -1 and -2, to find the best fit for each
creating splash screen26 Dec 2006 12:16 GMT3
hi i want to create a splash screen in c#.net framework 1.1. can anyone help
me or provide me with source code
Regards
Aviinaash S
SHow data in a DataGridView26 Dec 2006 12:15 GMT1
I come from a Java background and I'm getting lost showing data from a List
in a DataGridView.
I Java I would use a TableFormat and TableModel to show this information.
Is there something similar in C#. A code sample would be appreciaited.
making panels visible/not visible issue...21 Dec 2006 23:31 GMT1
I am developing an application using panels. Depending on user selection I
make panels visible or not.
I currently have only two panels. For some reason when the user selects the
2nd menu item - which makes the appropriate panel visible, I only get a
Use of Panels...20 Dec 2006 00:12 GMT4
I am completley new to vb .net 2005. I think I want to use the panel control
but I want to do the following and I am not sure if this is the best control
to use or not...
I have a split panel control on screen. On the left panel I have menu items.
Caret Position in Textbox Control19 Dec 2006 11:42 GMT3
I'm looking for some code that will give me the caret position or character
position in a textbox (VB.net 2005).  I'm looking for a way to determine the
position if clicked in the textbox or if the user arrows back and forth
between text characters.  I want to display the column ...
MouseLeave e MouseEnter19 Dec 2006 00:44 GMT9
I've got a problem using the MouseLeave/MouseEnter events. What I would like
to do is something like that: I have a panel and a button inside it.. Using
the MouseEnter/MouseLeave events on the panel, I dinamically show/hide the
button so that when I enter the panel, the button is ...
Wizard Control18 Dec 2006 11:17 GMT1
Where can I get a wizard control for .NET 2.0 for a windows forms
application?
This is for visual studio 2005.
Something like this,
How to change selected ComboBox selected item colour18 Dec 2006 08:56 GMT1
I'm extending the .NET ComboBox control in several ways.  One way is that
when the user types something into the textbox portion, I try to jump to a
matching item in the dropdown (which I expand).  If the substring entered by
the user exactly matches the display text of an item, ...
Some TrackBar settings use excessive CPU and RAM18 Dec 2006 08:48 GMT4
Some TrackBar settings use excessive CPU and RAM.
How to reproduce:
1. In VS 2005 or VS 2003, Create a new WinForms app (the code below is C#,
but it works in any .NET language)
Dragging from a listview control15 Dec 2006 15:00 GMT2
I have a listview control, in detail mode, and I am trying to implement
Drag-and-drop from it.
If I click on an item, I can then re-click and drag it, but if I just click
and drag, it doesn't work, because the item I clicked isn't selected until
Avoid resize of combobox while dropdown visible and adding items?15 Dec 2006 07:55 GMT5
If I place a standard .NET combobox on a Windows Form, I can write code such
that items are added to the list while the combobox's dropdown is displayed.  
The following sample code uses a timer to accomplish this (I added a combobox
named comboBox1 to the form):
Pages: 1 2 3 November, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.