Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Paging a DataList? Pin
Dave Kreskowiak13-Jul-07 3:37
mveDave Kreskowiak13-Jul-07 3:37 
QuestionHow can i update custom document properties... Pin
koolprasad200313-Jul-07 0:01
professionalkoolprasad200313-Jul-07 0:01 
Questionmultiple items dragging and dropping from one list box to another listbox.? Pin
sudhakar7912-Jul-07 23:56
sudhakar7912-Jul-07 23:56 
AnswerRe: multiple items dragging and dropping from one list box to another listbox.? Pin
Dave Kreskowiak13-Jul-07 3:29
mveDave Kreskowiak13-Jul-07 3:29 
GeneralRe: Your logic is not working? Pin
sudhakar7915-Jul-07 19:12
sudhakar7915-Jul-07 19:12 
GeneralRe: Your logic is not working? Pin
Dave Kreskowiak16-Jul-07 2:03
mveDave Kreskowiak16-Jul-07 2:03 
GeneralHere is the code... Pin
sudhakar7916-Jul-07 2:54
sudhakar7916-Jul-07 2:54 
GeneralRe: Here is the code... Pin
Dave Kreskowiak16-Jul-07 13:25
mveDave Kreskowiak16-Jul-07 13:25 
Ummm...Your're not populating the DragDrop with the strings at all. You're just removing the items from the source list box! There's nothing in the Drop because you didn't put anything into it!

You have to start a Drag and Drop operation by populating the data being transerfered with the ListBox's DoDragDrop[^] method.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionwhat is the problem with this code Pin
chiyankrishna12-Jul-07 23:32
chiyankrishna12-Jul-07 23:32 
AnswerRe: what is the problem with this code Pin
Guffa12-Jul-07 23:42
Guffa12-Jul-07 23:42 
GeneralRe: what is the problem with this code Pin
Vasudevan Deepak Kumar13-Jul-07 0:05
Vasudevan Deepak Kumar13-Jul-07 0:05 
AnswerRe: what is the problem with this code Pin
chiyankrishna13-Jul-07 0:31
chiyankrishna13-Jul-07 0:31 
GeneralRe: what is the problem with this code Pin
Dave Kreskowiak13-Jul-07 2:53
mveDave Kreskowiak13-Jul-07 2:53 
AnswerRe: what is the problem with this code Pin
Guffa13-Jul-07 3:18
Guffa13-Jul-07 3:18 
GeneralRe: what is the problem with this code Pin
Dave Kreskowiak13-Jul-07 3:31
mveDave Kreskowiak13-Jul-07 3:31 
AnswerRe: what is the problem with this code Pin
Paul Conrad13-Jul-07 4:32
professionalPaul Conrad13-Jul-07 4:32 
QuestionWhy can't i catch parameter Pin
boyindie12-Jul-07 23:10
boyindie12-Jul-07 23:10 
AnswerRe: Why can't i catch parameter Pin
Guffa12-Jul-07 23:40
Guffa12-Jul-07 23:40 
GeneralRe: Why can't i catch parameter Pin
boyindie12-Jul-07 23:47
boyindie12-Jul-07 23:47 
GeneralRe: Why can't i catch parameter Pin
Dave Kreskowiak13-Jul-07 2:45
mveDave Kreskowiak13-Jul-07 2:45 
GeneralRe: Why can't i catch parameter Pin
boyindie13-Jul-07 2:56
boyindie13-Jul-07 2:56 
GeneralRe: Why can't i catch parameter Pin
boyindie13-Jul-07 3:05
boyindie13-Jul-07 3:05 
GeneralRe: Why can't i catch parameter Pin
Dave Kreskowiak13-Jul-07 5:51
mveDave Kreskowiak13-Jul-07 5:51 
AnswerRe: Why can't i catch parameter Pin
Guffa13-Jul-07 6:03
Guffa13-Jul-07 6:03 
GeneralRe: Why can't i catch parameter Pin
boyindie16-Jul-07 4:33
boyindie16-Jul-07 4:33 

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.