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 


Microsoft About Box

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Advanced VDS 5 Source Code
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Mon Jul 28, 2003 3:29 pm    Post subject: Microsoft About Box Reply with quote

Just in case you ever work for Microsoft this API will be handy to know. Wink
It displays the standard Windows application about box:

Code:
title About Box
  DIALOG CREATE,About Box,-1,0,240,160,CLASS TAboutBoxTest
  DIALOG ADD,BUTTON,BUTTON1,55,58,,,&About
  DIALOG SHOW
wait event
%%hwnd = @strdel(@winexists(#TAboutBoxTest),1,1)
loadlib shell32.dll
%a = @lib(shell32,ShellAboutA,INT:,INT:%%hwnd,STR:About Box,STR:About Box,NIL:)
freelib shell32.dll
exit

_________________
FreezingFire
VDSWORLD.com
Site Admin Team


Last edited by FreezingFire on Fri Jan 09, 2004 10:28 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Mon Jul 28, 2003 5:40 pm    Post subject: Reply with quote

Nice. I have seen people (not from MS) using it in their programs. Wink
_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Advanced VDS 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