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 


Get my form ID

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Source Code
View previous topic :: View next topic  
Author Message
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Mon May 09, 2011 4:49 pm    Post subject: Get my form ID Reply with quote

Code:
DIALOG CREATE,New Dialog,-1,0,240,160
REM *** Modified by Dialog Designer on 5/9/2011 - 10:41 ***
  DIALOG ADD,BUTTON,BUTTON1,0,0,0,0,BUTTON1
  DIALOG ADD,BUTTON,BUTTON2,101,97,64,24,GetMyIDAgain
  DIALOG SHOW
 
  REM WAIT STATEMENT NOT NECESSARY WHEN COMPILED. NOT SURE WHAT'S UP.
wait 0

  window send,@winexists(~button1),@cr()
  wait event
  dialog remove,button1
  parse "%%event;%%dialog",@event(d)
  info %%dialog
 
  :evloop
  wait event
  goto @event()

  :close
  exit
 
  :button2button
    DIALOG ADD,BUTTON,BUTTON1,0,0,0,0,BUTTON1
      window send,@winexists(~button1),@cr()
  wait event
  dialog remove,button1
  parse "%%event;%%dialog",@event(d)
  info %%dialog
  goto evloop
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 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