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 ...
|
TreeView - Finding Nodes
Mon, 30 Jun 2008 16:38:23 -0700
I am struggling to find an easy way of identifying a TreeNode from its
FullPath or Key/Name. I found a MSFT VB example and after carefully
converting it to C# discovered that it only identifies a node after I've
clicked on it, I could probably do that on my own!
The Key/Name property doesn't seem to help, ...
|
overriding the leave and Keyup events in custom combo
Mon, 30 Jun 2008 15:27:01 -0700
Hi,
I have created a custom combo box control that autocompletes entries with
the code as shown below:
However I wish to override the Leave and KeyUp events of the combobox, so
that I can change them so that they call autocompletecombo_keyup and
autocompleteCombo_Leave.
It won't let me override the ...
|
|
|
popup menu - smaller?
Sun, 29 Jun 2008 16:11:08 -0600
Hi;
I have a ContextMenuStrip that pops up and works fine. However, I
would like for it to be smaller - it is pop-ing up when I click on a
LinkLabel and the menu feels larger than appropiate compared to the
LinkLabel.
Is there a way to do this?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windwa ...
|
Need a ListBox of controls
Sun, 29 Jun 2008 16:06:42 -0600
Hi;
I need to create a ListBox where each line in the list box has:
1) optionally a check box - and I need an event when it is (un)checked
2) an optional spacing - the width of the bitmap listed in (3)
3) a bitmap - and I need an event when it is clicked (to pop up a
menu)
4) a LinkLabel
How best can I do ...
|
Please explain INotifyPropertyChanged interface
Sun, 29 Jun 2008 17:05:40 +0200
For testing purposes, I decided to move the behaviour of a form to a
seperate Controler class. The form communicates its state changes to this
class through events. I made the form's controls respond to property changes
of the Controler by binding properties of the form's controls to the class's
properties a ...
|