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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|