Author Topic: Op2 The Webbrowser  (Read 2886 times)

Offline Freeza-CII

  • Administrator
  • Hero Member
  • *****
  • Posts: 2308
Op2 The Webbrowser
« on: May 06, 2005, 01:19:33 AM »


So what yall think.  It still a work in progress.

Offline Phantom

  • Jr. Member
  • **
  • Posts: 58
Op2 The Webbrowser
« Reply #1 on: May 06, 2005, 01:40:18 AM »
Looks interesting! I'll be looking forward to seeing how it progresses.
Crappy Avatar by me. lol
My website: EQT RPG

Here comes the Thnikkaman!!!

"Bringing the metal back to where it belongs!" - Limozeen

Offline bouzip

  • Newbie
  • *
  • Posts: 48
Op2 The Webbrowser
« Reply #2 on: May 06, 2005, 03:30:32 AM »
o.O

nice one, keep up the good work, get it public ASAP
Anime is something really nice in this world
_________________________________________

Offline xamlit

  • Full Member
  • ***
  • Posts: 160
Op2 The Webbrowser
« Reply #3 on: May 06, 2005, 07:56:22 AM »
Ummm.... Is that photoshopped or a program?

Offline zigzagjoe

  • Hero Member
  • *****
  • Posts: 626
Op2 The Webbrowser
« Reply #4 on: May 06, 2005, 08:05:08 AM »
its a program xam.

looks nice freeza!
« Last Edit: May 06, 2005, 08:06:26 AM by zigzagjoe »

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Op2 The Webbrowser
« Reply #5 on: May 06, 2005, 09:49:46 AM »
looking good, like the op2 skin,, ya

What ya gonnna put in the mini map place?

 

Offline Freeza-CII

  • Administrator
  • Hero Member
  • *****
  • Posts: 2308
Op2 The Webbrowser
« Reply #6 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.

Offline Freeza-CII

  • Administrator
  • Hero Member
  • *****
  • Posts: 2308
Op2 The Webbrowser
« Reply #7 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.

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Op2 The Webbrowser
« Reply #8 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.

Offline Freeza-CII

  • Administrator
  • Hero Member
  • *****
  • Posts: 2308
Op2 The Webbrowser
« Reply #9 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

Offline Freeza-CII

  • Administrator
  • Hero Member
  • *****
  • Posts: 2308
Op2 The Webbrowser
« Reply #10 on: May 10, 2005, 10:07:54 PM »


here is a update on the progress of my browser.