Tools
Easy Pocket PC Installer
Easy Mov'Capture

Super Sprites
Font Analyzer
PTK
DUS
Copy Protect Videos
RSS Writer
Content
Royalty free 3d models
Video drivers
Royalty free music
Tutorials
Softimage tutorials
Photoshop tutorials
3DS Max Tutorials
Libraries
EasyATL
wmSHBrowseForFolder
FREE DLLs


Other sites
Pocket PC Games
About Phelios Inc.
Contact us



Embed a web-browser or play a video in your program in only 2 lines!

EasyATL did the dirty ATL work for you, you can now embed a WebBrowser, or Windows-Media player or almost any other activeX into your application

It works in almost any language as long as it supports DLL
( C/C++, GLPro, Magenta etc.. )


Here's how it works:

2 Lines ? I can't believe it !

ATL_NewContainer(
0 , //ID of the container ( up to 10 )
hWnd , //parent window
"{8856F961-340A-11D0-A96B-00C04FD705A2}" , //CLS-ID of the ActiveX
10,10,600,400 ) ; //placement of the activeX in your window

ATL_ShowContainer( 0 ) ; //display the container

//browse to a web site

ATL_InvokeCommand(
0, //ID of the container
"INVOKE_FUNC"," //ask the container to call a function
Navigate2", //tell it that it is the Navigate2 function
"http://www.phelios.com", //URL we want to go to
"","","","") ; //unused parameters

And that's ALL, the user can browse a website directly into your application

- US $99.95 -