forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Drag Drop Question

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code
View previous topic :: View next topic  
Author Message
filip
Valued Contributor
Valued Contributor


Joined: 07 Aug 2004
Posts: 340

PostPosted: Wed Sep 22, 2004 7:51 am    Post subject: Drag Drop Question Reply with quote

I like have a file name on title bar when i put txt file on drag drop window

:Dragdrop
list create,1
list dropfiles,1
list loadfile,LIST1,@item(1,0)
DIALOG TITLE,@name(%a)"."@ext(%a) - Read me with Drag "&" Drop
list close,1
goto loop

Thanks...
Back to top
View user's profile Send private message Send e-mail
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Wed Sep 22, 2004 6:10 pm    Post subject: Reply with quote

Hi Filip,

I added the line with "%a = ..." to your code. I think it should work now:

Code:
:Dragdrop
list create,1
list dropfiles,1
list loadfile,LIST1,@item(1,0)
%a = @item(1,0)
dialog title,@name(%a)"."@ext(%a) - Read me with Drag "&" Drop
list close,1
goto loop

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group