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 


Marlett.ttf - System Font
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Knowledge Base
View previous topic :: View next topic  
Author Message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Wed Mar 26, 2003 6:32 pm    Post subject: Reply with quote

Hi Skit!

A little rewrite of your code sample above:
Code:
  DIALOG CREATE,New Dialog,-1,0,200,160
  DIALOG ADD,STYLE,STYLE1,Marlett,,,,
  DIALOG ADD,LIST,LIST1,4,10,180,144,,STYLE1
  DIALOG SHOW

  %%char = 48
  repeat
  list add,list1,@chr(%%char)
  %%char = @succ(%%char)
  until @equal(%%char,57)
 
  %%char = 97
  repeat
  list add,list1,@chr(%%char)
  %%char = @succ(%%char)
  until @equal(%%char,121)
 
:Evloop
wait event
goto @event()

:Close
exit


Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Wed Mar 26, 2003 6:43 pm    Post subject: Reply with quote

The Character Map program is a good way.
Code:

Title test
  DIALOG CREATE,New Dialog,-1,0,240,160,NOTITLE,COLOR WHITE
  DIALOG ADD,STYLE,STYLE1,Marlett,,,,
  DIALOG ADD,STYLE,STYLE2,Marlett,,,WHITE,BLACK
  DIALOG ADD,TEXT,Help,0,185,12,15,s,,Style1
  DIALOG ADD,TEXT,Minimize,0,200,12,15,0,,Style1
  DIALOG ADD,TEXT,Maximize,0,215,12,15,1,,Style1
  DIALOG ADD,TEXT,Close,0,228,12,15,r,,HAND,CLICK,Style1
  DIALOG ADD,TEXT,Size,145,225,12,15,o,,,Style1
  DIALOG ADD,TEXT,CheckBox,45,45,12,15,c,,,Style2
  DIALOG ADD,TEXT,Check,45,45,12,15,a,,,Style2,TRANSPARENT
  DIALOG ADD,TEXT,Radio,95,95,12,15,l,,,Style1
  DIALOG ADD,TEXT,RadioButton,95,95,12,15,i,,,Style1,TRANSPARENT
  DIALOG SHOW
:Evloop
  wait event
  goto @event()
:CloseCLICK
:Close
  exit

_________________
-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: Wed Mar 26, 2003 7:49 pm    Post subject: Reply with quote

Here's a fake titlebar posted a while back, also uses a char as
a fake icon:

http://www.vdsworld.com/forum/viewtopic.php?t=521

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
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Mar 26, 2003 9:05 pm    Post subject: Reply with quote

Garrett wrote:
I think even I'd prefer 95 over XP any day!!! Heck, I'd even use bug filled
WinME over XP!!


Why, what's wrong with Windows XP? Confused

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Wed Mar 26, 2003 9:18 pm    Post subject: Reply with quote

Especially compared to Win ME?? lol
_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Wed Mar 26, 2003 11:39 pm    Post subject: Reply with quote

FreezingFire wrote:
Garrett wrote:
I think even I'd prefer 95 over XP any day!!! Heck, I'd even use bug filled
WinME over XP!!


Why, what's wrong with Windows XP? Confused


IT'S EVILLLLLLLLLLLLL! Twisted Evil

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
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 -> Knowledge Base All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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