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 ...
|
|
|
assigning a hotkey to a command button
Thu, 10 Jul 2008 14:08:02 -0700
Hi,
I have a command button on my .net windows app with the following click
event code
private void btnSearch_Click(object sender, EventArgs e)
{
this.tlstripMergeLabel.Text = string.Empty;
// some other non-relevant stuff
}
I would like to assign the Ent ...
|
TableLayoutPanel Scrollbar problems
Wed, 9 Jul 2008 02:26:07 -0700
Hi .
I am using a table layout panel with autoscroll = true
I found several issues which dont seem to work properly
1. when I have more rows then in view and the vertical scroll bar is added
it sometimes also adds the Horizontal scroll bar because it doesnt adjust the
width properly and the scrollbar takes u ...
|
Dot Net Viewers
Sun, 6 Jul 2008 01:20:52 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|