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 ...
|
ImageComboBox in DataGridView
Sat, 5 Jul 2008 01:14:00 -0700
hi, sorry my bad english :)
I have a problem with Paint in DataGridViewImageComboBoxColumnCell. The
value is new default value but not selected value. I need get value as
ImageComboBoxItem for ImageIndex, DisplayText etc.
Thanks for help
1 using System;
2 using System.Drawing;
3 using System.Windo ...
|
Dotnet Viewers
Fri, 4 Jul 2008 05:57:30 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|
event getting raised twice
Thu, 3 Jul 2008 12:14:36 -0700 (PDT)
Hi,
i am having a problem with combobox selectedindexchanged event.
i have combobox as a member of a class i have created. it has an event
handler for selectedindexchanged event for that combo box.
now i have created two objects of that class and have a single dataset
as datasource for both combo boxes. n ...
|
|
|
applying Office 2003 styles in .net
Thu, 3 Jul 2008 09:02:01 -0700
Hi I wish to applay Office 2003 styles to my windows c#.net application. How
do I do this.
Thanx
Robert ...
|
Databinding not working in test environment, but does work on form
Tue, 1 Jul 2008 18:43:58 +0200
I have a windows form project with a textbox, of which the Text property is
bound to a GUIHandler object's property "ParseString".
(textbox.DataBindings.Add("Text",guihandler,"ParseString")
The GUIHandler impements the INotifyPropertyChanged interface and fires the
PropertyChanged event when its ParseString p ...
|
Combobox Data
Tue, 1 Jul 2008 08:19:01 -0700
I have several Comboboxes that are all going to have the same data add to the
items collection is there a way to add the same data to all of them at once???
Thanks in advance...
dotnetme
VB.net 2005 ...
|