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 


Smoke and Mirrors...

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


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

PostPosted: Tue Jan 15, 2002 1:01 am    Post subject: Smoke and Mirrors... Reply with quote

Does this program have any use? Maybe not, but ya gotta
keep thinking outside the norm...
__________________________________________________________________________________________________________________________
Code:

rem -- Odd shaped window(s) --
OPTION SCALE, 96
OPTION DECIMALSEP, "."
TITLE By Mac
DIALOG CREATE,"Main Test Window",0,0,0,0

%%width = 200
%%height = 20
%x = 0
REPEAT
  DIALOG CREATE,Window%x,-1,0,%%width,%%height,NOTITLE
    DIALOG ADD,STYLE,Style1,,,,DKBLUE
    DIALOG ADD,TEXT,T1,0,0,%%width,%%height,,,Style1
  DIALOG SHOW
  %x = @succ(%x)
  %%width = @diff(%%width,4)
  %%height = @sum(%%height,4)
UNTIL @greater(%x, 20)
  DIALOG ADD,BUTTON,Exit,5,@diff(%%width,20),20,20,"X"

WAIT EVENT
goto @event()

:ExitBUTTON
:CLOSE
  EXIT

_________________
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
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Tue Jan 15, 2002 1:21 am    Post subject: Reply with quote

Who's norm and how come I'm drawing a blank on how he did that? lol
Nevermind..I see. When compiled won't that show a whole bunch of windows in the taskbar? lol.

_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
Mac
Professional Member
Professional Member


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

PostPosted: Tue Jan 15, 2002 4:08 am    Post subject: Reply with quote

LOL, yep. It shows about twenty... Laughing

Different though, huh?

_________________
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
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Tue Jan 15, 2002 4:12 am    Post subject: Reply with quote

LoL, yep. Too bad SmallCap is the only way to get it to not show in the taskbar, doesn't quiet look right with SmallCap.
_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
Mac
Professional Member
Professional Member


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

PostPosted: Tue Jan 15, 2002 4:34 am    Post subject: Reply with quote

Anybody else have any strange/weird code ideas?

Who knows what we might come up with... 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
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 3 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