Outpost Universe Forums

Projects & Development => Outpost 2 Programming & Development => Topic started by: Freeza-CII on May 06, 2005, 01:19:33 AM

Title: Op2 The Webbrowser
Post by: Freeza-CII on May 06, 2005, 01:19:33 AM
(http://freeza.outpostuniverse.net/images/Browser.jpg)

So what yall think.  It still a work in progress.
Title: Op2 The Webbrowser
Post by: Phantom on May 06, 2005, 01:40:18 AM
Looks interesting! I'll be looking forward to seeing how it progresses.
Title: Op2 The Webbrowser
Post by: bouzip on May 06, 2005, 03:30:32 AM
o.O

nice one, keep up the good work, get it public ASAP
Title: Op2 The Webbrowser
Post by: xamlit on May 06, 2005, 07:56:22 AM
Ummm.... Is that photoshopped or a program?
Title: Op2 The Webbrowser
Post by: zigzagjoe on May 06, 2005, 08:05:08 AM
its a program xam.

looks nice freeza!
Title: Op2 The Webbrowser
Post by: Leviathan on May 06, 2005, 09:49:46 AM
looking good, like the op2 skin,, ya

What ya gonnna put in the mini map place?

 
Title: Op2 The Webbrowser
Post by: Freeza-CII on May 06, 2005, 11:55:31 AM
i was thinking maybe the animation that plays when you go to a site but i might mke it so a person can put there own animated gif in there. it would be a big animation tho.  Maybe a few tiger Thors duking it out.
Title: Op2 The Webbrowser
Post by: Freeza-CII on May 08, 2005, 05:20:43 PM
Ok i need to get a picture box to work like a comand button. you know when you click on it the image will invert or light up.  This is VB6 i mind you.  I have been trying for 2 days making some specatular crashes.
Title: Op2 The Webbrowser
Post by: BlackBox on May 08, 2005, 05:26:10 PM
Create a picturebox or image.

Open the code

Select from the objects list in the code editor, the picture box / image control. (upper left list in code editor)

Upper Right list. choose "Click" from the list of events

So you should have

Code: [Select]
Private Sub picBoxName_Click()

End Sub

Put the code you want in there and it will run that code when clicked.
Title: Op2 The Webbrowser
Post by: Freeza-CII on May 08, 2005, 05:37:11 PM
Ok i have the

Private Sub Picture2_Click()

End Sub

When I click on the image to do a action I want the icon the up light up
Title: Op2 The Webbrowser
Post by: Freeza-CII on May 10, 2005, 10:07:54 PM
(http://freeza.outpostuniverse.net/images/Browser2.jpg)

here is a update on the progress of my browser.