Click here to Skip to main content
15,901,373 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Remove controls from a form using For Each Pin
kureigu maikeru31-Aug-12 2:33
kureigu maikeru31-Aug-12 2:33 
GeneralRe: Remove controls from a form using For Each Pin
Steven St. John31-Aug-12 4:15
Steven St. John31-Aug-12 4:15 
GeneralRe: Remove controls from a form using For Each Pin
Simon_Whale31-Aug-12 4:43
Simon_Whale31-Aug-12 4:43 
GeneralRe: Remove controls from a form using For Each Pin
ChandraRam31-Aug-12 8:18
ChandraRam31-Aug-12 8:18 
GeneralRe: Remove controls from a form using For Each Pin
Simon_Whale31-Aug-12 9:04
Simon_Whale31-Aug-12 9:04 
GeneralRe: Remove controls from a form using For Each Pin
Steven St. John1-Sep-12 3:52
Steven St. John1-Sep-12 3:52 
QuestionWPF: delete item per Drag&Drop Pin
Christopher James Kleinheinz29-Aug-12 21:07
Christopher James Kleinheinz29-Aug-12 21:07 
AnswerRe: WPF: delete item per Drag&Drop Pin
Eddy Vluggen30-Aug-12 3:25
professionalEddy Vluggen30-Aug-12 3:25 
We got a WPF-forum; I haven't used the tech, but..

If it works like WinForms, there will not be any event that tells you it's dropped "outside" of your application. We worked around the limitation once by implementing the dragdrop to the shell, but that was a dirty and expensive hack that simply didn't work.

Simplest way is to "not use" drag and drop, and simply have a button that deletes the selected item. You will not get notifications from other apps if the item is dropped there.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

AnswerRe: WPF: delete item per Drag&Drop Pin
Bert Mitton31-Aug-12 6:33
professionalBert Mitton31-Aug-12 6:33 
QuestionVB.NET: How to merge multiple file into one CSV file? Pin
stevelk29-Aug-12 21:04
stevelk29-Aug-12 21:04 
AnswerRe: VB.NET: How to merge multiple file into one CSV file? Pin
Wayne Gaylard29-Aug-12 21:28
professionalWayne Gaylard29-Aug-12 21:28 
GeneralRe: VB.NET: How to merge multiple file into one CSV file? Pin
stevelk2-Sep-12 21:08
stevelk2-Sep-12 21:08 
AnswerRe: VB.NET: How to merge multiple file into one CSV file? Pin
Christopher James Kleinheinz29-Aug-12 21:34
Christopher James Kleinheinz29-Aug-12 21:34 
GeneralExcellent code sample Pin
David Mujica30-Aug-12 2:25
David Mujica30-Aug-12 2:25 
GeneralRe: VB.NET: How to merge multiple file into one CSV file? Pin
stevelk2-Sep-12 21:07
stevelk2-Sep-12 21:07 
QuestionVB.Net Populate SQL Data to textbox upon Form Load Pin
jon237128-Aug-12 16:44
jon237128-Aug-12 16:44 
AnswerRe: VB.Net Populate SQL Data to textbox upon Form Load Pin
Wes Aday28-Aug-12 17:05
professionalWes Aday28-Aug-12 17:05 
AnswerRe: VB.Net Populate SQL Data to textbox upon Form Load Pin
Richard MacCutchan28-Aug-12 21:51
mveRichard MacCutchan28-Aug-12 21:51 
Questionprogramming G510 Pin
JR21227-Aug-12 20:38
JR21227-Aug-12 20:38 
AnswerRe: programming G510 Pin
Eddy Vluggen27-Aug-12 23:08
professionalEddy Vluggen27-Aug-12 23:08 
GeneralRe: programming G510 Pin
JR21227-Aug-12 23:32
JR21227-Aug-12 23:32 
GeneralRe: programming G510 Pin
Eddy Vluggen27-Aug-12 23:52
professionalEddy Vluggen27-Aug-12 23:52 
GeneralRe: programming G510 Pin
JR21228-Aug-12 7:24
JR21228-Aug-12 7:24 
GeneralRe: programming G510 Pin
Eddy Vluggen28-Aug-12 7:43
professionalEddy Vluggen28-Aug-12 7:43 
GeneralRe: programming G510 Pin
JR21228-Aug-12 8:09
JR21228-Aug-12 8:09 

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.