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 > july 2003 > threads for monday july 21

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

errors in the inherited form design view
Posted by David at 7/21/2003 11:04:37 PM
Using VS.NET 1.0, I encountered this error message when attempting to open the design view of an inherited form. ************************************************ An error occurred while loading the document. Fix the error, and then try loading the document again. The error message follows: ...more >>


how to resize DataGrids automatically?
Posted by Juan Dent at 7/21/2003 6:37:52 PM
Hi, When you use a DataGrid control in Windows.Forms, you can double click the headers between columns to auto-size the column to make a good fit for the data present in that column. This functionality *must* be present programatically. Does anybody know where it is?? Also, how can one...more >>

Visual Form Inheritence Problem
Posted by kevin at 7/21/2003 5:22:12 PM
Perform the following steps: * Create a base form. * Place a panel on the form. * Place a button on that panel. * Build the project (I love this needless step, it makes me appreciate Delphi so much more). * Create an inherited form based on the first form. * Place a button on the panel. *...more >>

accept numbers with % (percent) in datagrid editing
Posted by Luther Miller at 7/21/2003 3:49:44 PM
What do I need to do in order to allow the user to enter "10%" in a data grid column and have it be accepted? I have the numbers displaying this way with the format property without any issues, however, "10" become "1000%" and ".10" becomes "10%". I also need to allow users to enter "10%", which ...more >>

VB6 calls .NET
Posted by bears at 7/21/2003 2:18:05 PM
I have two VB6 executables (let's say A and B). A is the first one start up. After clicking a button on the main form of A, the executable B will start up by using the CreateObject() function (to create an object of a class in B). In this way the main form in B will show. (The executable I...more >>

Execute Stored procedure
Posted by Belee at 7/21/2003 11:11:08 AM
I have an update stored procedure that returns an output parameter. How do I execute it directly in the database without a data adapter and dataset using C#? I am using odbc with ms sql server 2000....more >>

populating all the files and folders of System in a Treeview control like Windows Explorer
Posted by Karuppasamy at 7/21/2003 11:04:46 AM
Hi I want to populate all the files and folders of System in a Treeview control like Windows Explorer. I try this using File System Objects. But sometimes I am getting an error like 'Access Denied". Why am I getting an error like this? How to populate the TreeView with Folders and files ...more >>

change code serialization order
Posted by Bill Foust at 7/21/2003 9:36:52 AM
Is there something I can do to change the code serialization order? I have a custom derived dataset that I want to do its initialization AFTER all the visible objects on the form are initialized. Basically at the end of the InitializeComponents function. Right now its based on creation ord...more >>



Troubleshooting SecurityExceptions
Posted by Trebek at 7/21/2003 9:22:56 AM
Hello all: I have an application being hosted in an IE instance. I have signed the app, modified user permissions (thru .msi) and deployed it successfully, but I am continuing to receive a security exception. I believe it is due to a permission not being included in my permission set, but I ...more >>

display HTML file as an embedded resource
Posted by dragan at 7/21/2003 8:48:49 AM
Hello, I want to display HTML file as an embedded resource, (read it into MS webBrowser control.) I know how to do it from file, but... Also, I have pictures in that HTML file. Can anyone help me, please?...more >>

Capturing down-arrow key on Datagrid with IsInputKey()
Posted by Raymond Fenske at 7/21/2003 6:44:07 AM
I am trying to capture the press of the down-arrow key on a Datagrid. The online doc states that to accomplish this I need to override IsInputKey() first, but I am unable to get this to work. Does anyone have a working code sample? Thanks ...more >>

Image processing
Posted by oeyvind toft at 7/21/2003 2:16:49 AM
I`ve gone through books about vb.net looking for image processing algorithms. The few I`ve found (for sharpening, embossing, blurring etc.) works fine but are very slow. Anyone here know where to find info/suggestions/solutions on how to write FAST image processing routines? Books? Links? N...more >>


DevelopmentNow Blog