Click here to Skip to main content
16,016,263 members
Home / Discussions / C#
   

C#

 
GeneralRe: Null reference exception Pin
Guffa8-Mar-07 11:37
Guffa8-Mar-07 11:37 
GeneralActually Pin
Ennis Ray Lynch, Jr.8-Mar-07 12:56
Ennis Ray Lynch, Jr.8-Mar-07 12:56 
GeneralRe: Actually not Pin
Guffa9-Mar-07 3:51
Guffa9-Mar-07 3:51 
GeneralRe: Actually not Pin
Ennis Ray Lynch, Jr.9-Mar-07 5:15
Ennis Ray Lynch, Jr.9-Mar-07 5:15 
QuestionListView Pin
shamsteady8-Mar-07 7:41
shamsteady8-Mar-07 7:41 
AnswerRe: ListView Pin
Edmundisme8-Mar-07 8:27
Edmundisme8-Mar-07 8:27 
GeneralRe: ListView Pin
shamsteady8-Mar-07 8:44
shamsteady8-Mar-07 8:44 
GeneralRe: ListView Pin
Edmundisme8-Mar-07 8:51
Edmundisme8-Mar-07 8:51 
shamsteady wrote:
from what i seen, drag and drop can be done for string only


I'm not sure what you mean. ListView controls don't contain strings, they contain ListViewItem objects.

It is fairly simple to implement Drag/Drop behavior in a ListView. You'll need to create a new control that inherits from ListView, then override the drag/drop event handlers. This article[^]appears to explain it (I didn't read it myself...).

Good luck.
GeneralRe: ListView Pin
shamsteady8-Mar-07 8:56
shamsteady8-Mar-07 8:56 
QuestionActivating RealPlayer under C# Pin
mikkasava8-Mar-07 7:00
mikkasava8-Mar-07 7:00 
Questionhow to handle errors in SMTP mail class? [modified] Pin
sundar1568-Mar-07 6:33
sundar1568-Mar-07 6:33 
Questionedit text in listView Pin
Newbie_Toy8-Mar-07 6:04
Newbie_Toy8-Mar-07 6:04 
AnswerRe: edit text in listView Pin
Edmundisme8-Mar-07 6:24
Edmundisme8-Mar-07 6:24 
GeneralRe: edit text in listView Pin
Newbie_Toy8-Mar-07 7:06
Newbie_Toy8-Mar-07 7:06 
GeneralRe: edit text in listView Pin
Edmundisme8-Mar-07 7:09
Edmundisme8-Mar-07 7:09 
GeneralRe: edit text in listView Pin
Newbie_Toy8-Mar-07 7:36
Newbie_Toy8-Mar-07 7:36 
GeneralRe: edit text in listView Pin
Edmundisme8-Mar-07 8:23
Edmundisme8-Mar-07 8:23 
QuestionHow to show default form non-client context menu Pin
Stevo Z8-Mar-07 5:53
Stevo Z8-Mar-07 5:53 
AnswerRe: How to show default form non-client context menu Pin
Thomas Stockwell9-Mar-07 12:53
professionalThomas Stockwell9-Mar-07 12:53 
QuestionCalling static methods in a class wrapped in a Type Pin
andy1808-Mar-07 5:19
andy1808-Mar-07 5:19 
AnswerRe: Calling static methods in a class wrapped in a Type Pin
kubben8-Mar-07 5:52
kubben8-Mar-07 5:52 
QuestionValidating TextBox Pin
Anthony Mushrow8-Mar-07 5:12
professionalAnthony Mushrow8-Mar-07 5:12 
AnswerRe: Validating TextBox Pin
kubben8-Mar-07 5:43
kubben8-Mar-07 5:43 
GeneralRe: Validating TextBox Pin
Anthony Mushrow8-Mar-07 5:53
professionalAnthony Mushrow8-Mar-07 5:53 
GeneralRe: Validating TextBox Pin
kubben8-Mar-07 5:57
kubben8-Mar-07 5:57 

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.