Click here to Skip to main content
15,914,071 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How can I choose different .net Framework? Pin
bosfan7-Sep-05 2:19
bosfan7-Sep-05 2:19 
GeneralRe: How can I choose different .net Framework? Pin
Christian Graus7-Sep-05 12:36
protectorChristian Graus7-Sep-05 12:36 
GeneralRe: How can I choose different .net Framework? Pin
bosfan7-Sep-05 21:45
bosfan7-Sep-05 21:45 
GeneralIP Address change notification Pin
meraydin22-May-05 6:00
meraydin22-May-05 6:00 
GeneralNew tool for remotely monitoring PocketPC memory, battery and other performance counters Pin
jarit22-May-05 2:48
jarit22-May-05 2:48 
GeneralRe: New tool for remotely monitoring PocketPC memory, battery and other performance counters Pin
Christian Graus22-May-05 16:03
protectorChristian Graus22-May-05 16:03 
GeneralPropertyGrid !!! Pin
Meysam.Khayatan20-May-05 20:52
Meysam.Khayatan20-May-05 20:52 
GeneralRe: PropertyGrid !!! Pin
oykica23-May-05 5:45
oykica23-May-05 5:45 
Because all the properties of a control are visible in a Properties window by default you actually need to force the hiding of any that you don't want to appear. Create your own button class inherited from Button and add a public property called ColorButton that sets the BackColor on the base class.

To remove all the button properties from the PropertyGrid you need to override the properties of the base class and set their Browsable attribute to False. This attribute determines if the property will be displayed in a Properties window. You must import the System.ComponentModel namespace in order to use the Browsable attribute.

I hope that you are not so mad now...although it is a lot of code to hide all of the other properties. D'Oh! | :doh:

If you are simply trying to create a color selection control of sorts check out The ColorPicker WinForms Control Revisited and do a search for others.
GeneralInheriting CommonDialog / implementing CommonDialog::RunDialog() Pin
zorifila20-May-05 12:26
zorifila20-May-05 12:26 
GeneralRe: Inheriting CommonDialog / implementing CommonDialog::RunDialog() Pin
Robert Rohde21-May-05 0:50
Robert Rohde21-May-05 0:50 
GeneralRe: Inheriting CommonDialog / implementing CommonDialog::RunDialog() Pin
zorifila23-May-05 6:07
zorifila23-May-05 6:07 
Generalfile uploading and downloaidng in vb.net with FTP Pin
Kurasala Karuna Das20-May-05 4:57
Kurasala Karuna Das20-May-05 4:57 
GeneralADOCE.NET Pin
Abbas_Riazi20-May-05 0:15
professionalAbbas_Riazi20-May-05 0:15 
GeneralWhy any of the mouse events not working on lonhorn? :-( Pin
mmsspp19-May-05 22:14
mmsspp19-May-05 22:14 
GeneralInterop Call to FindWindow() Pin
RFID Chris19-May-05 13:34
RFID Chris19-May-05 13:34 
GeneralMy blog! Pin
Carl Mercier19-May-05 9:25
Carl Mercier19-May-05 9:25 
GeneralProblem in Compact Framework with DataGrid Pin
gnewtzie19-May-05 4:07
gnewtzie19-May-05 4:07 
General64 bit Platform Pin
sukasukabo19-May-05 0:29
sukasukabo19-May-05 0:29 
GeneralReference variables aready initialized Pin
KaptinKrunch18-May-05 8:38
KaptinKrunch18-May-05 8:38 
GeneralRe: Reference variables aready initialized Pin
Robert Rohde18-May-05 8:52
Robert Rohde18-May-05 8:52 
GeneralRe: Reference variables aready initialized Pin
KaptinKrunch18-May-05 11:08
KaptinKrunch18-May-05 11:08 
GeneralRe: Reference variables aready initialized Pin
Marc Clifton18-May-05 9:32
mvaMarc Clifton18-May-05 9:32 
General.net Setup Project......want to read registry key Pin
Stakale18-May-05 7:35
Stakale18-May-05 7:35 
GeneralRe: .net Setup Project......want to read registry key Pin
MoustafaS18-May-05 8:00
MoustafaS18-May-05 8:00 
GeneralDeserialization from an unserialized file Pin
eussam18-May-05 4:30
eussam18-May-05 4:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.