Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
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 > september 2004 > threads for wednesday september 8

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

how to force my app to distribute the .NET framework?
Posted by AFN at 9/8/2004 11:33:00 PM
Another developer (who is gone now) told me to put "dotnetfx.exe" in my zip file, in the same folder as my setup.exe, setup.msi, and setup.ini files. He said to change one line in the INI file: InstallUrl=dotnetfx.exe I did that, zipped up the folder, and gave the ZIP file to a b...more >>

TreeView in Web forms?
Posted by Vycka at 9/8/2004 7:47:19 PM
Hello, I need to display hierarchical tree of objects. The best component for this in windows form would be treeview. What about web form? Thank you ...more >>

Form with datagrid cannot be Topmost
Posted by Liping at 9/8/2004 3:15:04 PM
Hi, all I need a topmost form. But after a datagrid is added on the form, it stops to be topmost. Any help is highly apprecicated. Liping ...more >>

ControlDesigner.GetHitTest Method
Posted by Joey Callisay at 9/8/2004 2:22:58 PM
MSDN describes the ControlDesigner.GetHitTest Method as: Indicates whether a mouse click at the specified point should be handled by the control. How exactly is this method used? Is this a method checked from the designer before a click event of the control will be triggered and han...more >>

Scroll Bar Question - can't scroll down
Posted by Matt Tapia at 9/8/2004 11:55:02 AM
I have put some vertical scroll bars on a window form (note this app gets deployed to a pocket pc). The panel has been increased and I have put some buttons at the bottom. Unfortunately, my scroll bar does not scroll all the way down to the buttons after I have added them and increased the height...more >>

A developer's NIGHTMAIRE: paint sequence in a form
Posted by news.microsoft.com at 9/8/2004 11:44:34 AM
Can someone give me a suggestion about how WinForm handle the sequence of controls paint and user paint graphic object ? the problem: 1. use the winform wizard to generate an application. 2. Drop a few buttons on the form. 3. In mouseup event, call Invalidate() 4. In the Paint event, add th...more >>

MDI Forms with Infragistics Components VB.NET
Posted by pnmm NO[at]SPAM portugalmail.pt at 9/8/2004 11:17:52 AM
Hi all; I have one mdi form with several components, some of them from Infragistics. Somewhere in my app, i open another form (sdi) containing a Crystal Viewer object, added to my mdi form. When resized (the form containing the Viewer object), my menus, explorer bars and toolbars should be ...more >>

Datetimepicker in a datagrid
Posted by Todd McCarty at 9/8/2004 11:17:12 AM
Can anyone point me to a sample of a datagrid that contains a column style with a datetimepicker control in it? thanks! ...more >>



ResourceManager Internals.
Posted by Vikram404 NO[at]SPAM hotmail.com at 9/8/2004 10:21:28 AM
Hi, I need some details as to how the ResourceManager manages the .RESX files. Since these files are XML files in .NET, does the ResourceManager use a XmlDocument or a XmlReader internally to retrieve the values from the .RESX file ? Some links/info on internals of how the ResourceManager ...more >>

Problems with DataGrid refreshing
Posted by arturo_f at 9/8/2004 9:33:05 AM
Lately I have installed latest Windows XP patches, .NET Framework 1.0 SP2 and .NET Framework 1.1 SP1. Patches are installed automatically via local SUS server, so our computers are updated on a regular basis. After that I observe strange behavior of the DataGrid which is used in my Win32 app...more >>

AutoComplete ComboBox Problems
Posted by Douglas Hirsh at 9/8/2004 9:31:04 AM
Hi, I am in the process of writing an autocomplete combobox. I have seen many examples, but none handle the problem that I am running into. The autocomplete functionality works fine. But as soon as I load objects into the items arraylist, and I set the DisplayMember and ValueMember, I star...more >>

Do I HAVE to have local admin rights to run a Windows.Form app?
Posted by Dan Amerena at 9/8/2004 9:29:02 AM
I have a windows.forms application (has absolutely nothing to do with asp.net) and it seems like I have to be logged in as a user with local admin rights in order for the app to do things like access local files, do remoting, run properly, etc... I don't want to give my users local admin ...more >>

Small icon on Explorer folder and status bar?
Posted by FD at 9/8/2004 8:09:09 AM
A windows application has a "App.ico". When Explorer view sets as "Large Icons", the icon shows, but if sets as "Small Icons" and put on Status bar (with small icon), the App.ico does not show. How to show the small icon? Thanks, FD ...more >>

Configuration Settings (app.config)
Posted by Sharad at 9/8/2004 5:05:06 AM
I am having problem reading the app.config file. I have 2 vb.net executables one calling the other using process.start method. It seems like when the calling form is run it reads the configuration file correctly and i get the values from appsettings. But when i call the second executable from ...more >>


DevelopmentNow Blog