Groups | Blog | Home


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 > january 2004 > threads for wednesday january 28

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

Base form's properties gets changed by the inheriting form...
Posted by Yasutaka Ito at 1/28/2004 11:11:06 PM
Hi, I have a base form (FormBase), which defines things like the value of the WindowState. Other forms inherit from this base form to reflect the layout given in the base form. Is there a way to prohibit the inheriting form to change the value of the WindowState property? Appreciate any ...more >>

folderBrowserDialog
Posted by ssd at 1/28/2004 8:56:12 PM
Hi, I am using ver1.1 of VS2003 and I am having a problem. When I run this piece of code I get the modal dialog but no treeview. I cant understand why. Is this a bug that anyone else has seen. if (this.folderBrowserDialog1.ShowDialog() == DialogResult.OK) { this.textBox1.Text = this.folder...more >>

Strange form behavior....
Posted by craig at 1/28/2004 8:37:00 PM
I was wondering if anyone might have any idea at all what might cause the close button on a Windows Form to stop responding. When my form is first brough up, the close button works as it should, but after a while it stops repsonding when clicked on. The form can still be closed through code, ...more >>

How to stop a form from being automatically activated on the creation
Posted by Mikhail Golovnykh at 1/28/2004 4:56:10 PM
Hi There is a main form. On some user request it creates another modeless form. By the default behavior that new form becomes active. I do not want that. So, I set focus back to main form, executing mainForm.Activate. But it makes forms to flicker a little - and it looks bad Are there a way aroun...more >>

Where to set a window application's Application.ProductName property?
Posted by Cyrus at 1/28/2004 4:14:22 PM
thz ...more >>

How to make sure Icon resources are getting freed?
Posted by Terry at 1/28/2004 2:03:49 PM
After some playing around with icons and ImageList, I'm not quite sure I understand what's happening. Either the resources are not really getting cleaned up like I thought they would or what I'm using to measure the resources isn't accurate, or there's something else going on. I'm using Task ...more >>

Combobox SelectIndex = 0 throws exception
Posted by STom at 1/28/2004 12:44:39 PM
I am adding items to my combobox like this: Me.cboDeprecType.Items.Add("X") Me.cboDeprecType.Items.Add("Y") Me.cboDeprecType.Items.Add("Z") Me.cboDeprecType.SelectedIndex = 0 When I get to the selected index line, I get an index out of range error. Any ideas w...more >>

Why is no one answering my post I need urgent help please? Using a Windows Forms Control as a Container, Help!
Posted by Neo at 1/28/2004 12:13:12 PM
Hi, I have a Windows Forms app written in vb.NET. I have 2 controls and a form in the solution, one control (say control1) is used in another control (say control2) and control2 is placed on a form. I am aware of how to make control2 a container so that other controls can be placed on it in t...more >>



How to format the columns of a DataGrid to show a ComboBox
Posted by michael at 1/28/2004 11:21:06 AM
I can't find the articles on how to format the columns of a DataGrid to host a ComboBox, Calender, Checkbox.. Anyone remember Michael...more >>

Hiding TabPages at runtime
Posted by Joe Thompson at 1/28/2004 10:41:12 AM
Hi I am using VC++ 2003 for a WinForm application I have a TabControl with 5 pages. Depending on a user setting, I want to either show the first 2 or all 5 pages. How can I do this at runtime. I've tried the hide method on each page but I can still see the unwanted tabs with no controls, I've...more >>

List of open forms
Posted by craig at 1/28/2004 9:49:23 AM
Is there an easy way for an application to be able to cycle through a collection of all form instances that are currently being shown to the user? I would like to be able to do this for a couple of reason, such as making sure the same form isn't opened twice conncurrently, or making sure all for...more >>

Controlling MDI child form Instances
Posted by Marinos Christoforou at 1/28/2004 9:11:54 AM
Hello, I have an Windows MDI application. I would like to only allow one instance of a child form tpo be open at any particular time. Can somebody suggest a way to do this? ...more >>

Help needed with code
Posted by Aaron at 1/28/2004 5:12:14 AM
I have a datagrid populated by a Dataset using an SQLAdapter. This datagrid is at the bottom of the form displaying all of the records for my SQL Query. Above the datagrid, I have several textboxes corresponding to the columns in the datagrid. What I would like to do is be able to click...more >>

Server Error in '/' Application. Object reference not set to an instance of an object.
Posted by hlara NO[at]SPAM extremaduraweb.com at 1/28/2004 12:39:29 AM
Hi, i´ve a problem with a NET application. In develop server, the application runs without problems, but when I upload to our internet webserver, fails with this message when i enter the information to validate users. The error message is: Server Error in '/' Application. ------------------...more >>


DevelopmentNow Blog