Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.20-Mar-07 1:59
joon vh.20-Mar-07 1:59 
Questionproblems with memory. Pin
Duong Tien Nam19-Mar-07 23:25
Duong Tien Nam19-Mar-07 23:25 
AnswerRe: problems with memory. Pin
Pualee20-Mar-07 1:22
Pualee20-Mar-07 1:22 
GeneralRe: problems with memory. Pin
J4amieC20-Mar-07 2:02
J4amieC20-Mar-07 2:02 
GeneralRe: problems with memory. Pin
Pualee20-Mar-07 2:23
Pualee20-Mar-07 2:23 
GeneralRe: problems with memory. Pin
J4amieC20-Mar-07 8:29
J4amieC20-Mar-07 8:29 
GeneralRe: problems with memory. Pin
Luc Pattyn21-Mar-07 15:00
sitebuilderLuc Pattyn21-Mar-07 15:00 
QuestionHow to Drag and Drop items from a ComboBox to a treeview? Pin
Starzfighter19-Mar-07 23:04
Starzfighter19-Mar-07 23:04 
Hi again. I have a little problem with Drag and Drop.
I like to Drag an item from a comboBox to a Treeview. The item then should be displayed as Node in there.
Does anyone have suggestions how to do that?

I tried the following:

private void comboBox1_MouseDown(object sender, MouseEventArgs e)
{

if(comboBox1.Items != null)
{
comboBox1.DoDragDrop(dv[lc.SelectedIndex].Row["Typename"].ToString(),DragDropEffects.Copy);
}
}

But now when i click on the comboBox the List does drop down only for a milisec. So i can't select any other item then the first in the list.
Anyone any ideas?

Would be glad if anyone could give me some additional tips about drag and drop from a comboBox to a Treeview.

AnswerRe: How to Drag and Drop items from a ComboBox to a treeview? Pin
joon vh.19-Mar-07 23:22
joon vh.19-Mar-07 23:22 
Questionhi just make it Pin
sooreeagt19-Mar-07 23:00
sooreeagt19-Mar-07 23:00 
AnswerRe: hi just make it Pin
blackjack215019-Mar-07 23:05
blackjack215019-Mar-07 23:05 
GeneralRe: hi just make it Pin
sujithkumarsl19-Mar-07 23:14
sujithkumarsl19-Mar-07 23:14 
AnswerRe: hi just make it Pin
PlayByTheRules19-Mar-07 23:23
PlayByTheRules19-Mar-07 23:23 
AnswerRe: hi just make it Pin
Keshav V. Kamat19-Mar-07 23:41
Keshav V. Kamat19-Mar-07 23:41 
GeneralRe: hi just make it Pin
Ram Krishna Wagle20-Mar-07 1:18
Ram Krishna Wagle20-Mar-07 1:18 
QuestionHelp! Pin
mihksoft19-Mar-07 22:59
mihksoft19-Mar-07 22:59 
AnswerRe: Help! Pin
Mircea Puiu19-Mar-07 23:14
Mircea Puiu19-Mar-07 23:14 
AnswerRe: Help! Pin
sujithkumarsl19-Mar-07 23:16
sujithkumarsl19-Mar-07 23:16 
AnswerRe: Help! Pin
PlayByTheRules19-Mar-07 23:26
PlayByTheRules19-Mar-07 23:26 
AnswerRe: Help! Pin
Keshav V. Kamat19-Mar-07 23:32
Keshav V. Kamat19-Mar-07 23:32 
GeneralRe: Help! Pin
mihksoft19-Mar-07 23:34
mihksoft19-Mar-07 23:34 
GeneralRe: Help! Pin
sujithkumarsl19-Mar-07 23:51
sujithkumarsl19-Mar-07 23:51 
QuestionE-Mail in C#--Authentication at proxy Pin
spotl19-Mar-07 22:54
spotl19-Mar-07 22:54 
AnswerRe: E-Mail in C#--Authentication at proxy Pin
joon vh.20-Mar-07 0:42
joon vh.20-Mar-07 0:42 
QuestionJustify text Pin
Duong Tien Nam19-Mar-07 22:48
Duong Tien Nam19-Mar-07 22:48 

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.