LinkLabel - how long is the displayed text?
Sun, 20 Jul 2008 19:19:23 -0600
Hi;
I need to get the size of the displayed text in a LinkLabel? How can I
do that?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm ...
|
How do I get a seperator and a sub-menu in a ContextMenuStrip?
Sun, 20 Jul 2008 19:18:36 -0600
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm ...
|
How do I set the location of a pop-up form?
Sun, 20 Jul 2008 19:18:12 -0600
I try creating it, setting Form.Location, and then calling From.Show
but it ignores the Location I set.
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm ...
|
free'ing up controls
Sun, 20 Jul 2008 19:17:27 -0600
Hi;
I am adding controls programatically to a form.
When I create a ContextMenuStrip I do not add it to the forms
components and when I'm done I call ContextMenuStrip.Dispose but do
not remove it from the components. The component object is passed to
it's constructor so I assumed it does that itself - does ...
|
see all dotnet interview questions
Sat, 19 Jul 2008 21:53:24 -0700 (PDT)
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions and Answers7
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html
C# Interview Questions and Answers 6
http://allinterviewsbooks.blo ...
|
GroupBox vs Panel
Thu, 17 Jul 2008 12:05:16 -0700
I've inherited an app where the previous dev used GroupBox everywhere it
seems a Panel would suffice ( i.e. not using GroupBox for grouping ).
Is there some other advantage of GroupBox over Panel ?
Thanks.
...
|
Windows Forms Controls in IE?
Thu, 17 Jul 2008 01:07:02 -0700
I create a simple control, it contains some unmanaged code.
Now, it works well under Windows Form Applicaation. but error in IE. see
follow information:
-----------------------------------------------------------
Microsoft .NET Framework
Application atempted to perform an operation not
allowed by the s ...
|
|
|
see dot net interview questions freee
Tue, 15 Jul 2008 16:55:14 -0700 (PDT)
.NET database dev questions
http://freedownloadablebooks.blogspot.com/2008/03/net-database-dev-questions.html
Some general quickies
http://freedownloadablebooks.blogspot.com/2008/03/some-general-quickies.html
.NET WebDev interview questions - Part 1
http://freedownloadablebooks.blogspot.com/2008/03/net-webdev-i ...
|
uncheck a checkboxcolumn in datagridview
Tue, 15 Jul 2008 06:32:34 -0700 (PDT)
I posted this somewhere else, but not sure if this might be a better
place to ask:
I've got a checkbox column in a datagrid view that I'd like to be
able
to validate, and if they've checked this column, but something else
needs to be done first, I want to be able to backout and uncheck the
column. How do I ...
|
Custom Component events needs Invoke
Tue, 15 Jul 2008 03:54:05 -0700
Hi,
I have a custom component I have written that uses its own thread for
communications.
I have exposed several events from the component to be consumed by the
containing form etc.
When the event fires, I use InvokeRequired to check if I need to call
Invoke. This is done in the handler on the Form.
Wh ...
|