Click here to Skip to main content
15,908,834 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalupdate sql db using vb.net Pin
partt8-Apr-04 9:33
partt8-Apr-04 9:33 
GeneralRe: update sql db using vb.net Pin
Dave Kreskowiak8-Apr-04 11:21
mveDave Kreskowiak8-Apr-04 11:21 
GeneralRe: update sql db using vb.net Pin
Anonymous9-Apr-04 3:36
Anonymous9-Apr-04 3:36 
GeneralDrag and Drop from .net to Another application like AUTOCAD Pin
Member 9169658-Apr-04 7:56
Member 9169658-Apr-04 7:56 
GeneralRe: Drag and Drop from .net to Another application like AUTOCAD Pin
Heath Stewart8-Apr-04 8:25
protectorHeath Stewart8-Apr-04 8:25 
GeneralRe: Drag and Drop from .net to Another application like AUTOCAD Pin
Member 9169658-Apr-04 8:31
Member 9169658-Apr-04 8:31 
GeneralRe: Drag and Drop from .net to Another application like AUTOCAD Pin
Heath Stewart8-Apr-04 8:38
protectorHeath Stewart8-Apr-04 8:38 
GeneralRe: Drag and Drop from .net to Another application like AUTOCAD Pin
Member 9169658-Apr-04 8:52
Member 9169658-Apr-04 8:52 
Hi!

Thx for reply, I am sending my code herewith, I can drag file upto explorer but It could copy in explorer, send ur comments

Dim path1 As String = "C:\DWG\6420.dwg"

Dim dx As New DataObject(DataFormats.FileDrop, path1)
ListView1.DoDragDrop(dx, DragDropEffects.Copy Or dragDropEffects.Move)

I use same code in "ItemDrag" also.

Please do reply

Hemant

GeneralRe: Drag and Drop from .net to Another application like AUTOCAD Pin
Heath Stewart8-Apr-04 9:09
protectorHeath Stewart8-Apr-04 9:09 
GeneralRe: Drag and Drop from .net to Another application like AUTOCAD Pin
Hemant Athavale9-Apr-04 18:59
sussHemant Athavale9-Apr-04 18:59 
GeneralServer.MapPath() Returns broken Image links Pin
Anonymous8-Apr-04 6:52
Anonymous8-Apr-04 6:52 
QuestionReports?? Pin
hounetdev8-Apr-04 6:29
hounetdev8-Apr-04 6:29 
AnswerRe: Reports?? Pin
Sarvesvara (BVKS) Dasa9-Apr-04 18:45
Sarvesvara (BVKS) Dasa9-Apr-04 18:45 
QuestionHow to Kill multiple processes? Pin
ndalal8-Apr-04 6:02
ndalal8-Apr-04 6:02 
GeneralHooking password textbox Pin
a4hd8-Apr-04 5:20
a4hd8-Apr-04 5:20 
GeneralRe: Hooking password textbox Pin
Colin Angus Mackay8-Apr-04 5:54
Colin Angus Mackay8-Apr-04 5:54 
GeneralRe: Hooking password textbox Pin
Heath Stewart8-Apr-04 8:42
protectorHeath Stewart8-Apr-04 8:42 
GeneralFile associations & File Types Editor Pin
nvmoss8-Apr-04 4:59
nvmoss8-Apr-04 4:59 
GeneralRe: File associations & File Types Editor Pin
Nadroj8-Apr-04 7:55
Nadroj8-Apr-04 7:55 
GeneralRe: File associations & File Types Editor Pin
nvmoss13-Apr-04 7:10
nvmoss13-Apr-04 7:10 
GeneralRe: File associations & File Types Editor Pin
Nadroj13-Apr-04 7:43
Nadroj13-Apr-04 7:43 
GeneralRe: File associations & File Types Editor Pin
nvmoss13-Apr-04 8:41
nvmoss13-Apr-04 8:41 
GeneralRe: File associations & File Types Editor Pin
Nadroj13-Apr-04 8:44
Nadroj13-Apr-04 8:44 
GeneralRe: File associations & File Types Editor Pin
Dave Kreskowiak13-Apr-04 9:18
mveDave Kreskowiak13-Apr-04 9:18 
GeneralRe: File associations & File Types Editor Pin
nvmoss13-Apr-04 10:16
nvmoss13-Apr-04 10:16 

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.