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 


Edit help

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
filip
Valued Contributor
Valued Contributor


Joined: 07 Aug 2004
Posts: 340

PostPosted: Sat Jan 08, 2005 9:51 pm    Post subject: Edit help Reply with quote

I like to load URL file [InternetShortcut] http line into text box for edit

Here is a sample alpha code any good tips...


Visual DialogScript Code:
%1 = link1.url
%2 = link2.url
%3 = link3.url
%4 = link4.url
%5 = link5.url
%6 = link6.url
%7 = link7.url
%8 = link8.url
Title EDIT and Write URL web links
DIALOG CREATE,EDIT and Write URL web links,-1,0,400,380,NOMIN
DIALOG ADD,EDIT,LINK1,30,60,300,,,
DIALOG ADD,EDIT,LINK2,70,60,300,,,
DIALOG ADD,EDIT,LINK3,110,60,300,,,
DIALOG ADD,EDIT,LINK4,150,60,300,,,
DIALOG ADD,EDIT,LINK5,190,60,300,,,
DIALOG ADD,EDIT,LINK6,230,60,300,,,
DIALOG ADD,EDIT,LINK7,270,60,300,,,
DIALOG ADD,EDIT,LINK8,310,60,300,,,
DIALOG ADD,BUTTON,BUTTON1,350,120,64,24,OK
DIALOG ADD,BUTTON,BUTTON2,350,188,64,24,Cancel
DIALOG ADD,BUTTON,BUTTON3,350,326,64,24,Help
DIALOG ADD,BUTTON,BUTTON4,350,258,64,24,Apply
DIALOG SHOW
DIALOG SET,LINK1,%1
DIALOG SET,LINK2,%2
DIALOG SET,LINK3,%3
DIALOG SET,LINK4,%4
DIALOG SET,LINK5,%5
DIALOG SET,LINK6,%6
DIALOG SET,LINK7,%7
DIALOG SET,LINK8,%8
:loop
wait event
goto @event()
:BUTTON1BUTTON
goto close
:BUTTON2BUTTON
goto close
:BUTTON3BUTTON
goto close
:BUTTON4BUTTON
goto close
:CLOSE
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help 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