Groups | Blog | Home


Archived Months
November 2003
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet windows forms controls > june 2006 > threads for june 15 - 21, 2006

Filter by week: 1 2 3 4 5

About Control.OnEnter
Posted by cok119 at 6/21/2006 10:44:38 PM
Hi, all I have a user control like text editor, which be add to a test form, I want the control CreateCaret,SetCaretPos,ShowCaret when the control GetFocus. which event of the control should be handle? when I add a OnEnter event handle to the control and active the form, the event fire ...more >>

How connect image list and toolstrip?
Posted by Larry at 6/21/2006 6:08:45 PM
In VS.2005, in a Windows project, how can I connect a toolstrip to an inmagelist control? I can't find the imagelist property on the toolstrip control anywhere, Thanks in Advance, Laurence Nuttall Programmer Analyst III UCLA - Division of Continuing Education...more >>

Why does the ToolStrip show up in the component tray
Posted by Bill Rust at 6/21/2006 8:28:03 AM
I was under the impression that components that do not have a visual presence on a form show up in the component tray of the designer but controls do not. However, the ToolStrip is a control that does have a visual presence, but it also shows up in the component tray. Why is that, and in gen...more >>

VS2005 Tabcontrol showing Classic look rather than XP style
Posted by Dominic via DotNetMonster.com at 6/21/2006 12:00:00 AM
Hi all, I am using VS2005 and I am having issues with the 2.0 tabcontrol on a form. In the designer it shows with the XP style tabs however when I run the application the tab control is appearing with the classic style, as it did under the 1.1 framework. Does anybody have any ideas why this...more >>

DataGridView AutoSize to parent tableLayoutPanel row
Posted by Bob Eaton at 6/20/2006 5:56:14 PM
My DataGridView, after being populated, is correctly sizing the rows and columns to fit the data (thanks to "AutoSizeColumnsMode" and "AutoSizeRowsMode" being set to AllCellsExceptHeader and AllCellsExceptHeaders respectively). However I'd like to have the grid itself trigger a resize of th...more >>

Report Viewer control overrides print driver settings for Zebra label printer
Posted by Phil Doucette at 6/20/2006 12:46:19 PM
The .Net report viewer control is overriding the print driver settings and putting them back to factory defaults on a Zebra label printer. The darkness setting is the problem, as the factory default is too light. In Microsoft Office: When printing to a Zebra label printer TLP 2844-Z, Micr...more >>

Text.Length vs TextLength
Posted by NO[at]SPAM at 6/20/2006 9:41:01 AM
Ok I've just got to assume that there's a good reason for you guys at MS having added the .TextLength property off of TextBoxBase but I can't seem to fathom how it could do anything different than .Text.Length! Anybody have some insight into this? Thanks, Brandon -- KMG Software, Inc. ...more >>

Owner drawn listbox
Posted by Jakanapes at 6/20/2006 9:31:15 AM
Hi all, I'm very new to using the windows forms controls and I have a few questions. I am trying to create an app with 2 listboxes, the Top and the Bottom. I need to put several lines of data in Top so that when the user selects the lines, additional info is given on Bottom. However, I'v...more >>



ContextMenuStrip
Posted by James Wong at 6/20/2006 12:00:00 AM
Hi, I want to write a dynamic program to find ContextMenuStrip in the form, but I cannot find this control see the code below. How can I solve it? ------------------------------------------------ For i = 0 To Me.Controls.Count - 1 MessageBox.Show(CStr(Me.Controls(i).Name)) Next -----...more >>

Nonclient Area
Posted by Techno_Dex at 6/19/2006 2:27:05 PM
What is the best way for my control to be painted in the NonClient area? I have a control, that when it's visible to be painted outside of the client area (so I think). The functionality I am trying to duplicate is similar to moving a ToolStrip into a ToolStripPanel, (say on the left of a fo...more >>

WebBrowser control
Posted by JezB at 6/19/2006 12:00:00 AM
Loading a WebBrowser control with a URL produces an annoying "click" noise, presumably because this is the default noise on loading a new page in IE, but regardless of the IE settings is there a way to direct the WebBrowser control to be silent ? ...more >>

DataGridView stay in Cell after key "Enter"
Posted by GW at 6/17/2006 6:13:37 PM
Need to do some processing after entry in unbound grid. Pressing the Enter key moves the cursor to the next row. Ctrl Enter prevents it from moving to the next row but that is not desirable. How does one prevent moving to the next row. Tried setting StandardTab to True/False. No luck. ...more >>

HELP LISTBOX NOT REFRESHING
Posted by TWACSIng at 6/16/2006 1:34:19 PM
All, I have a DataGrid that when I scroll down it does not refresh and the lines get all messed up, I need to capture the scroll events in the listbox. I am using C# and winforms. Any ideas how to capture the scroll events? Bryan ...more >>

SCROLLBARS PLEASE HELP ME
Posted by TWACSIng at 6/16/2006 1:27:47 PM
Hi everybody I need to change the listview scrollbars style to the windows default. my problem is that if I apply an xp theme, this scrollbars change to the theme applied and I need them to remain with the same look and feel of the Application. I hope I explained myself Thanks in advance...more >>

DataGridView scrolling problem
Posted by Florin at 6/16/2006 4:51:40 AM
Hello! I have a problem: I use a datagridview control to display data coming from a server application. The data is taken from a "generic" on the client side (that has in each element a cell from my table) and put in a dataset table (I've tried puttting it directly to the datagridview and ...more >>

how to communicate between 2 chlld forms in c#.net
Posted by Yoshitha at 6/16/2006 12:00:00 AM
Hi I've MDI form and to child forms (c#.net) and i open the 2 child opens and in first child form what i ever i do that will be recognized in 2nd child form. for eg. if i clicked a button in first child form then in 2 nd child form at that instance only it has to disply the button name which i'...more >>

how to resize controls at runtime
Posted by Yoshitha at 6/15/2006 6:10:48 PM
How do I manually resize a control on a form at run time without a splitter? let's imaginge I have textbox, I want to be able to resize it at runtime, just like one would at design time. Hi Can anyone tell me how to resize the controls on a form at run time? assume that i've a textbox control...more >>

Flicker problem with ListView 2.0
Posted by Coder at 6/15/2006 12:18:48 PM
The ListView control under 2.0 does not behave exactly the same way as it was in 1.1. We are noticing that the same code running with 1.1 was flicker free, but with 2.0 has massive flickering. I am wondering if anyone else is having this problem, and if there is a solution. Thanks. ...more >>

how to create my own tool box control
Posted by Yoshitha at 6/15/2006 12:00:00 AM
Hi Is it possible to create my own tool box control on which i can place the controls i've creaetd or some other controls which already exisits? Can anyone tell me how to do this? or if you know any third party control which act as a tool box control please let me know. Thanx in advance Yo...more >>


DevelopmentNow Blog