Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
AnswerRe: Look like in Outlook 2003 Pin
Robert Rohde30-Mar-06 4:15
Robert Rohde30-Mar-06 4:15 
GeneralRe: Look like in Outlook 2003 Pin
naglbitur30-Mar-06 4:46
naglbitur30-Mar-06 4:46 
AnswerRe: Look like in Outlook 2003 Pin
Suelinda_W5-Apr-06 6:07
Suelinda_W5-Apr-06 6:07 
Questionself starting windows service Pin
rakesh_nits30-Mar-06 2:56
rakesh_nits30-Mar-06 2:56 
AnswerRe: self starting windows service Pin
Robert Rohde30-Mar-06 4:16
Robert Rohde30-Mar-06 4:16 
GeneralRe: self starting windows service Pin
rakesh_nits30-Mar-06 19:22
rakesh_nits30-Mar-06 19:22 
QuestionCustom Property LOV??? Pin
FoxholeWilly30-Mar-06 2:46
FoxholeWilly30-Mar-06 2:46 
AnswerRe: Custom Property LOV??? Pin
Robert Rohde30-Mar-06 2:58
Robert Rohde30-Mar-06 2:58 
Change the type of the property from string to something different.

If you really want only black and white then define an enum like this
public enum BOW {
Black,
White
}

Then set the return type of the property to BOW.

If you want to support all possible colors you could also set the type of the control to Color. This way the designer would show the same color picker gui as with the default ones (ForeColor/BackColor).
GeneralRe: Custom Property LOV??? Pin
FoxholeWilly30-Mar-06 4:36
FoxholeWilly30-Mar-06 4:36 
QuestionSetting gray background to treeview? Pin
Dominik Reichl30-Mar-06 2:31
Dominik Reichl30-Mar-06 2:31 
AnswerRe: Setting gray background to treeview? Pin
Robert Rohde30-Mar-06 3:16
Robert Rohde30-Mar-06 3:16 
QuestionEvent handle problem in C# Pin
Phoen2530-Mar-06 2:16
Phoen2530-Mar-06 2:16 
QuestionPicturebox scrolling from bottom to top Pin
esumeyra30-Mar-06 2:03
esumeyra30-Mar-06 2:03 
QuestionHeeeeelp. I am novice in C# and AutoCAD Pin
Noora :)30-Mar-06 1:59
Noora :)30-Mar-06 1:59 
AnswerRe: Heeeeelp. I am novice in C# and AutoCAD Pin
CWIZO30-Mar-06 10:09
CWIZO30-Mar-06 10:09 
QuestionRe: Heeeeelp. I am novice in C# and AutoCAD Pin
Noora :)30-Mar-06 11:16
Noora :)30-Mar-06 11:16 
QuestionExplorer-like thumbnails Pin
katatonius30-Mar-06 1:48
katatonius30-Mar-06 1:48 
AnswerRe: Explorer-like thumbnails Pin
Robert Rohde30-Mar-06 3:20
Robert Rohde30-Mar-06 3:20 
GeneralRe: Explorer-like thumbnails Pin
katatonius2-Apr-06 23:34
katatonius2-Apr-06 23:34 
QuestionEncryption/Decryption of files instantly Pin
zorro.tmh30-Mar-06 1:28
zorro.tmh30-Mar-06 1:28 
AnswerRe: Encryption/Decryption of files instantly Pin
Le centriste30-Mar-06 3:59
Le centriste30-Mar-06 3:59 
GeneralRe: Encryption/Decryption of files instantly Pin
zorro.tmh30-Mar-06 8:05
zorro.tmh30-Mar-06 8:05 
AnswerRe: Encryption/Decryption of files instantly Pin
Le centriste30-Mar-06 8:13
Le centriste30-Mar-06 8:13 
GeneralRe: Encryption/Decryption of files instantly Pin
zorro.tmh31-Mar-06 22:06
zorro.tmh31-Mar-06 22:06 
QuestionRe: Encryption/Decryption of files instantly Pin
zorro.tmh1-Apr-06 23:00
zorro.tmh1-Apr-06 23:00 

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.