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 


making a simple windows message box

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


Joined: 04 Dec 2002
Posts: 2

PostPosted: Thu Dec 05, 2002 12:01 am    Post subject: making a simple windows message box Reply with quote

I have been playing with this for a couple of days... So I'm really new..

I want to make a script that displays a warning message. I couldn't figure out how to dump text to the window.

Any help would be much appreciated.

Thanks.

Very Happy
Back to top
View user's profile Send private message
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Thu Dec 05, 2002 12:11 am    Post subject: Reply with quote

Could ya be more specific?

If ya just want a popup window with an OK button,
there's a couple of easy ones - INFO and WARN. Wink

INFO "Hey! Pay attention!"

or

WARN "I'm warnin' ya!"

Cheers, Mac Smile

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
loughlin
Newbie


Joined: 04 Dec 2002
Posts: 2

PostPosted: Thu Dec 05, 2002 3:18 pm    Post subject: Reply with quote

Thank you! Surprised
Back to top
View user's profile Send private message
Skit3000
Admin Team


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

PostPosted: Thu Dec 05, 2002 4:22 pm    Post subject: Reply with quote

Here are some more functions like info and warn.

Code:
%z = @input(Type something usefull...)
info You typed:@cr()%z

%z = @ask(Yes or no?)
if @equal(%z,1)
  info Yes!
  else
  info No... :-(
  end
 
%z = @query(Press OK to continue.)
if @equal(%z,1)
  info You pressed OK!
  else
  info Why not?
  end


There is also a @msgbox() function, but for that one you'll have to look in the VDS Helpfile, because it's a bit difficult...
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 -> 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