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

.NET (Core and Framework)

 
AnswerRe: VS2005 Help Problem Pin
Sathesh Sakthivel10-Jun-07 20:00
Sathesh Sakthivel10-Jun-07 20:00 
GeneralRe: VS2005 Help Problem Pin
Mike Hankey11-Jun-07 1:12
mveMike Hankey11-Jun-07 1:12 
GeneralRe: VS2005 Help Problem Pin
Sathesh Sakthivel11-Jun-07 2:38
Sathesh Sakthivel11-Jun-07 2:38 
QuestionValidation Pin
imran_Shaikh10-Jun-07 1:54
imran_Shaikh10-Jun-07 1:54 
AnswerRe: Validation Pin
Christian Graus10-Jun-07 13:49
protectorChristian Graus10-Jun-07 13:49 
QuestionMaskedTextBox + KeyEventArgs.SuppressKeyPress = bug? Pin
alex3_148-Jun-07 6:37
alex3_148-Jun-07 6:37 
QuestionCustom DataGridViewComboBoxColumn Pin
MaverickDQ8-Jun-07 5:01
MaverickDQ8-Jun-07 5:01 
AnswerRe: Custom DataGridViewComboBoxColumn Pin
Robert Rohde8-Jun-07 21:48
Robert Rohde8-Jun-07 21:48 
Hi,

the behaviour is really weird and I cannot explain it. But here is another way to fill the combo with values:
public DataGridViewColorComboBoxCell():base()
{
    inMargin = 2;
    boxWidth = 3;
    string[] colorItemStrings = new string[colorItems.Length];
    for (int i = 0; i < colorItems.Length; i++)
        colorItemStrings[i] = colorItems[i].ToArgb().ToString();
    base.DataSource = colorItemStrings;
}


Robert



GeneralRe: Custom DataGridViewComboBoxColumn Pin
MaverickDQ8-Jun-07 22:44
MaverickDQ8-Jun-07 22:44 
QuestionWorkflowFoundation: How to (un)persist types from different assembly versions Pin
Lord Skeletor8-Jun-07 2:31
Lord Skeletor8-Jun-07 2:31 
AnswerRe: WorkflowFoundation: How to (un)persist types from different assembly versions Pin
Kevin McFarlane8-Jun-07 6:37
Kevin McFarlane8-Jun-07 6:37 
GeneralRe: WorkflowFoundation: How to (un)persist types from different assembly versions Pin
Lord Skeletor10-Jun-07 23:18
Lord Skeletor10-Jun-07 23:18 
QuestionString to Byte Array Conversion Pin
M. J. Jaya Chitra8-Jun-07 1:21
M. J. Jaya Chitra8-Jun-07 1:21 
AnswerRe: String to Byte Array Conversion Pin
szukuro8-Jun-07 1:37
szukuro8-Jun-07 1:37 
AnswerRe: String to Byte Array Conversion Pin
Thomas Stockwell12-Jun-07 4:27
professionalThomas Stockwell12-Jun-07 4:27 
GeneralRe: String to Byte Array Conversion Pin
WhiteGirl2325-Jun-07 0:47
WhiteGirl2325-Jun-07 0:47 
Questionremoting service Pin
hoang minh khoi8-Jun-07 0:19
hoang minh khoi8-Jun-07 0:19 
AnswerRe: remoting service Pin
Manas Bhardwaj8-Jun-07 0:28
professionalManas Bhardwaj8-Jun-07 0:28 
Questioncan you help me Pin
hoang minh khoi8-Jun-07 0:09
hoang minh khoi8-Jun-07 0:09 
AnswerRe: can you help me Pin
szukuro8-Jun-07 1:42
szukuro8-Jun-07 1:42 
GeneralRe: can you help me Pin
hoang minh khoi8-Jun-07 15:14
hoang minh khoi8-Jun-07 15:14 
QuestionInstall two setup at same time Pin
Suhail Shahab7-Jun-07 20:46
Suhail Shahab7-Jun-07 20:46 
AnswerRe: Install two setup at same time Pin
Manas Bhardwaj8-Jun-07 0:27
professionalManas Bhardwaj8-Jun-07 0:27 
QuestionConnect FileMaker Pin
M. J. Jaya Chitra7-Jun-07 20:41
M. J. Jaya Chitra7-Jun-07 20:41 
AnswerRe: Connect FileMaker Pin
originSH8-Jun-07 5:56
originSH8-Jun-07 5:56 

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.