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 7

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

Looking for an equivalent in .NET framework / WindowsForms
Posted by Shannon Broskie at 1/7/2004 8:56:17 PM
Hello, I come from the Delphi world which has what is called a TActionList. In a nutshell, an action list is a way to centralize the response to user commands (actions). Action list components maintain a list of actions that are available to the client controls in an application. These actio...more >>

DataGrid - Apply Color on a Perticular Row
Posted by Mubashar Ahmad at 1/7/2004 5:32:54 PM
Dear Frnds How can i apply different Back Ground color on the perticualar DataGrid Row. i want to apply the color not with respect to row no but with respect to information caried by the dataRow attached with it. Thanks Regards Mubashar Ahmad ...more >>

Visible = False on Form_Closing...
Posted by DraguVaso at 1/7/2004 4:18:39 PM
Hi, I have a MDIForm with some MDIChilds. When the user clicks on the "x" in the upper right corner, I don't want the MDIChild to be closed, but the property Visible = False. So far no problem: I do this useing the Form_Closing-event in which I typed: e.Cancel = True Me.Visibible =...more >>

Can't Shutdown with System Tray Application Running
Posted by Michael Hetrick at 1/7/2004 4:17:32 PM
I have created a System Tray application that works as expected until the user tries to shutdown. The computer will not shutdown because the System Tray application is still running. Can someone please provide an example of how to close the application automatically if the user chooses to shu...more >>

AnchorStyles conversion
Posted by JezB at 1/7/2004 3:11:32 PM
For a bitwise type like AnchorStyles the .NET runtime provides an easy way to convert this to a string (like "Top, Left"), but is there an easy way to convert it back again ? I've written my own method (see below) to do it but it strikes me that there may be a much simpler way ! protected stat...more >>

SDL Data Adapter and Parameter
Posted by Brian P. Hammer at 1/7/2004 1:42:31 PM
All, What or how should I go about using a data adapter parameter? Here is my question. I have a data adapter and some records are filtered with @ContactID. Sometimes I want to add an additional parameter to this of @ClientID. As expected, if I add this to the data adapter configuration, ...more >>

ShowDialog an MDI Child?
Posted by Ramil Domingo at 1/7/2004 1:29:15 PM
Hi, I would like to know how I could do the above subject without getting any errors? Any help is very much appreciated. Ramil Domingo Developer ...more >>

Custom Control Properties in WinRes
Posted by Terry at 1/7/2004 1:15:23 PM
Hopefully someone out there can answer this question. It seems like a basic problem, but I can't figure out what's wrong. I have a form with a custom control that I want someone else to localize with WinRes. When you load the .resx file with WinRes, and the custom control assembly is in a pl...more >>



Security Issue
Posted by Robert at 1/7/2004 12:29:58 PM
The issue I am dealing with has to do with trusting an assembly (EXE) that physically resides on a network drive but is being accessed and run locally on a user's machine. When setting the icon up on each user's machine, I have to run the Framework 1.1 Wizard that allows me to browse to t...more >>

add item to listbox [what am I doing wrong?]
Posted by Ignacio Martínez at 1/7/2004 11:37:26 AM
Ok, here's the deal. I tried to do this and it didn't work: [Child Form "Form2"] Event OK (ByVal item as Object) 'I cast it as Object simply because that's the type of a Listbox Item. Private Sub Button1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...more >>

HOW: Inherited forms and OnClick
Posted by Kenneth Bohman at 1/7/2004 7:31:47 AM
Armin wrote on the 1st of Jan as a reply to Lorne Smith "The designer creates the default procedure for events. Event procedures are usually not Public Overridable. IMO, you should not change the signature in the base class. If you want an overridable sub handling the Click, add an Overridable O...more >>

Treeview Control
Posted by Gilles at 1/7/2004 5:12:02 AM
Hi, Does someone know how to print the content of the Treeview control ? I'm afraid it's not so simple ! Thanks for your help...more >>


DevelopmentNow Blog