michael lalonde
Sat, 15 Dec 2007 00:00:36 -0800 (PST)
Mike Lalonde was owed money by a man in a wheelchair after winning the
lottery and got locked in a room full of greasy meat very happily and
all hell broke loose which made him cry, he stole a car and as if it
were a miracle he escaped narrowly and hitch-hiked all the way home.
Michael Lalonde was owed money by ...
|
Windows Form DesignTime/Mode Detection
Sat, 15 Dec 2007 15:43:35 +0800
Hi, I'm a novice in .NET Windows Forms programming. Recently, I was stumbled
by a puzzle, regarding how to determine whether the code is currently
executing under design-time or not.
My code was written in C# under Visual Studio .NET 2003. In my project, I
just created a Windows Form as a base form, and then ...
|
michael lalonde
Fri, 14 Dec 2007 15:27:38 -0800
lalondemike lalonde mike lalondemike lalonde mike lalondemike lalonde
mike lalondemike lalonde mike lalondemike lalonde mike lalondemike
lalonde mike lalondemike lalonde mike lalondemike lalonde mike
lalondemike lalonde mike lalondemike lalonde mike lalondemike lalonde
mike lalondemike lalonde mike lalondemi ...
|
Deriving from ParentControlDesigner in .NET 2.0
Tue, 11 Dec 2007 12:00:01 -0800
Hello,
I am trying to write a class that derives from ParentControlDesigner so that
I can pre and post filter properties. But I am unable to figure out what
DesignerAttribute I need to put on my control in order for it to work
properly. Here is a summary example:
public class MyDesigner: ParentControlD ...
|
mike lalonde
Mon, 10 Dec 2007 20:40:20 -0800
michael lalonde
mike lalonde
michael lalonde
mike lalonde
michael lalonde
mike lalonde
michael lalonde
mike lalonde
michael lalonde
mike lalonde
michael lalonde
mike lalonde
michael lalonde
mike lalonde
michael lalonde
mike lalonde
michael lalonde
mike lalonde
...
|
Form size bug?
Mon, 10 Dec 2007 08:53:42 -0500
After using the IDE form designer, I sometimes find
a form has been resized, ie the lower edge will be truncated.
This is not related to executing the code; just moving between
forms in the IDE can result in truncation.
(This is not just an IDE view problem, the form is actually truncated
as can be seen when ...
|
ReadOnly mode for Forms Designer
Fri, 30 Nov 2007 11:10:00 -0800
Hi,
I've embedded the .NET forms designer in my application and need it to
operate in ReadOnly mode in certain circumstances. I want the user to be
able to select different controls on the form and view their properties but
not make any changes. How can this be accomplished?
Thanks,
Bill ...
|
|
|
question about IComponentChangeService.ComponentAdding
Thu, 22 Nov 2007 17:52:19 +0800
I have a query regarding cancelling the
IComponentChangeService.ComponentAdding event. I have an add-in that gets a
reference to the IDesignerHost windows, and then hooks into the
ComponentAdding event. Inside the ComponentAdding event I sometimes want to
be able to cancel the adding of a particular componen ...
|
Best practices to store environment or user options
Wed, 21 Nov 2007 20:27:06 -0500
.Net Winforms app. I'm currently using the database to store user options.
But I wonder if there is a better, faster technique. For a simple example,
look at the Visual Studio 2005 Tools > Options screens ... are all of these
choices being saved XML, a database or where? Is the OK button a "Save"
button or a ...
|
focus problem with WinForms app updating interface on a timer
Fri, 16 Nov 2007 22:41:00 -0800
Hi,
I have a WinForms app that has a timer, which updates at regular times
different textboxes and draws on the Graphics of a panel. The problem I have
is that this application becomes the active application whenever such update
happens, even if the application was minimized. So, if I minimize this app,
o ...
|