Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Drag & Drop

Author  Topic 

coolerbob
Aged Yak Warrior

841 Posts

Posted - 2005-04-11 : 09:33:38
Has anyone else had a problem with Drag & Drop in VB.NET. We still get problems with it here - even if we follow the MS Walkthrough's to the letter. It just doesn't trigger the events that it should.

jhermiz

3564 Posts

Posted - 2005-04-11 : 09:47:31
Drag and drop ? What problems precisely? Are you speaking of the IDE ? If so I've never had that issue.


Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page

coolerbob
Aged Yak Warrior

841 Posts

Posted - 2005-04-11 : 11:47:35
Sorry, I mean implementing Drag and drop in my own application.
Have you done that before?
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2005-04-11 : 13:37:37
in ASP.NET ? Since that would be client-side, I imagine that would have to be done completely javscript, which really has nothing to do with .NET.

- Jeff
Go to Top of Page

jhermiz

3564 Posts

Posted - 2005-04-11 : 14:14:44
bob, can you post the code? Are you getting flickering that causes issues ? I have done drag and drop but not in asp.net did it in VB.



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page

coolerbob
Aged Yak Warrior

841 Posts

Posted - 2005-04-12 : 03:40:04
To answer:

quote:
Originally posted by coolerbob

Has anyone else had a problem with Drag & Drop in VB.NET. We still get problems with it here - even if we follow the MS Walkthrough's to the letter. It just doesn't trigger the events that it should.



I didnt have a problem in VB6 either.


I'll upload some code later today
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-04-12 : 08:46:52
drag and drop on the client is done with JS, CSS an events. no .net.
what would you like to do? what kind of drag and drop? between what?

Go with the flow & have fun! Else fight the flow
Go to Top of Page

coolerbob
Aged Yak Warrior

841 Posts

Posted - 2005-04-12 : 11:29:56
Sorry guys,
I haven't made myslef clear enough.

This is a VB.Net app to be deployed to desktops - not over the web.
Go to Top of Page

jhermiz

3564 Posts

Posted - 2005-04-12 : 14:20:51
Ahh makes things much simplier. Please state or post the problems you are having, btw this is the asp.net forum, you might have wanted to put it in the other development tools. Be nice if the forum could be split into .net technologies for C#, VB.net, and ASP.net. I find myself wondering where to post things sometimes.




Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page
   

- Advertisement -