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 


Read and Write URL web links

 
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: Fri Dec 17, 2004 6:35 pm    Post subject: Read and Write URL web links Reply with quote

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


Can this program read and edit/write URL web links

I was looking GT-notepad code to much for me...
Back to top
View user's profile Send private message Send e-mail
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Dec 18, 2004 4:07 pm    Post subject: Reply with quote

That code doesn't do anything for editing .url files -- you would need to
load the contents of the .url file into a textbox first to edit it.

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
filip
Valued Contributor
Valued Contributor


Joined: 07 Aug 2004
Posts: 340

PostPosted: Sat Dec 18, 2004 6:34 pm    Post subject: Reply with quote

Yes sure is just a example sample alpha code

I like to get some help with that...Please
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