| View previous topic :: View next topic |
| Author |
Message |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Tue Jan 15, 2002 1:01 am Post subject: Smoke and Mirrors... |
|
|
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 |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Tue Jan 15, 2002 1:21 am Post subject: |
|
|
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 |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Tue Jan 15, 2002 4:08 am Post subject: |
|
|
LOL, yep. It shows about twenty...
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 |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Tue Jan 15, 2002 4:12 am Post subject: |
|
|
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 |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Tue Jan 15, 2002 4:34 am Post subject: |
|
|
Anybody else have any strange/weird code ideas?
Who knows what we might come up with...  _________________ 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 |
|
 |
|
|
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
|
|