Click here to Skip to main content
15,885,546 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionPlz , I want help !! :( Pin
ahmed.mli27-Oct-08 1:02
ahmed.mli27-Oct-08 1:02 
Questiondatagridview sort Pin
CICCIOLO6923-Oct-08 13:19
CICCIOLO6923-Oct-08 13:19 
Questionprint a bitmap backround Pin
PaulaM22-Oct-08 22:41
PaulaM22-Oct-08 22:41 
AnswerRe: print a bitmap backround Pin
Thomas Stockwell24-Oct-08 4:20
professionalThomas Stockwell24-Oct-08 4:20 
QuestionTask list Pin
boiDev22-Oct-08 22:24
boiDev22-Oct-08 22:24 
AnswerRe: Task list Pin
Tom Deketelaere22-Oct-08 23:19
professionalTom Deketelaere22-Oct-08 23:19 
Questiondrag and drop operation in treeview Pin
tracywitty22-Oct-08 21:53
tracywitty22-Oct-08 21:53 
AnswerRe: drag and drop operation in treeview Pin
led mike24-Oct-08 7:22
led mike24-Oct-08 7:22 
tracywitty wrote:
if (e.Data.GetDataPresent(DataFormats.Text))


My first guess would be that Text data is not present. You can use tracing ( ) to see all the formats in the Data.

            foreach (string s in e.Data.GetFormats())
                Debug.WriteLine(string.Format("DragEnter: {0}", s));



led mike

AnswerRe: drag and drop operation in treeview Pin
Patrick Etc.3-Nov-08 17:12
Patrick Etc.3-Nov-08 17:12 
QuestionProblem with .ldb file Pin
Venumunna22-Oct-08 15:48
Venumunna22-Oct-08 15:48 
AnswerRe: Problem with .ldb file Pin
Eduard Keilholz23-Oct-08 0:34
Eduard Keilholz23-Oct-08 0:34 
QuestionDatareport in C# Pin
pekhaleyogesh21-Oct-08 19:46
pekhaleyogesh21-Oct-08 19:46 
AnswerRe: Datareport in C# Pin
Giorgi Dalakishvili22-Oct-08 2:34
mentorGiorgi Dalakishvili22-Oct-08 2:34 
QuestioncheckedListBox Pin
raushan_921-Oct-08 19:34
raushan_921-Oct-08 19:34 
AnswerRe: checkedListBox Pin
Thomas Stockwell22-Oct-08 2:03
professionalThomas Stockwell22-Oct-08 2:03 
QuestionInteract with other programs Pin
Gamzun20-Oct-08 5:13
Gamzun20-Oct-08 5:13 
AnswerRe: Interact with other programs Pin
Paul Conrad20-Oct-08 6:08
professionalPaul Conrad20-Oct-08 6:08 
AnswerRe: Interact with other programs Pin
Ashfield20-Oct-08 9:26
Ashfield20-Oct-08 9:26 
Questioncreating controls at runtime Pin
x0lubi18-Oct-08 10:58
x0lubi18-Oct-08 10:58 
AnswerRe: creating controls at runtime Pin
x0lubi18-Oct-08 11:05
x0lubi18-Oct-08 11:05 
QuestionHow to close a window when Esc is pressed Pin
Ragu Rangasamy17-Oct-08 0:09
Ragu Rangasamy17-Oct-08 0:09 
AnswerRe: How to close a window when Esc is pressed Pin
LeandroABorges17-Oct-08 3:37
LeandroABorges17-Oct-08 3:37 
AnswerRe: How to close a window when Esc is pressed Pin
Mike Dimmick19-Oct-08 0:34
Mike Dimmick19-Oct-08 0:34 
Questionimages in a list Pin
Krazy Programmer15-Oct-08 22:44
Krazy Programmer15-Oct-08 22:44 
GeneralRe: images in a list Pin
LeandroABorges17-Oct-08 3:31
LeandroABorges17-Oct-08 3:31 

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.