Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Animation in VB6

Status
Not open for further replies.

LadyWinter

Programmer
Joined
Mar 11, 2002
Messages
1
Location
US
I am still a novis to VB6 and am wanting to use it to run animations, 3D graphics and flash in a program. Does any one know if VB6 can do this? I haven't been able to find any references to it.

Thanks :)
 
if you want to write very little code, use the WebBrowser control to create small window, load the item (gif, ...) into the browser with the .Navigate method....

Under Project>References...look for Microsoft WebBrowser and have it put on your toolbar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top