PDA

View Full Version : Vexplorer Beta 1.1 (I wanted it to sound posh)



VoX
15th March 2008, 08:46 PM
Those of you on Teamspeak and if you read the shoutbox you will have known that I have created my own Web Browser.

Just to say that it supports most things that firefox does but it doesn't support keyboard in flash games. This is my first ever program and VERY VERY BASIC.

Download Vexplorer here (http://www.mediafire.com/?xzkhusksynd).

I am open to all suggestions on how to improve this and ofcourse it will be made more decrative.

NOTE: This was posted using Vexplorer.

ez64
15th March 2008, 09:06 PM
lol you shouldnt have released all the source code with it.

VoX
15th March 2008, 09:08 PM
I just copied the whole folder lol.

Does it work fine for you as Daemon is havng problems with it.

It should look like this:
http://img142.imageshack.us/img142/6266/scr19f7685fh4.jpg

(The Firefox was to take the screenshot)

ez64
15th March 2008, 09:10 PM
works fine and im posting from it now very nice.

also uses all the IE cookies fine.

VoX
15th March 2008, 09:11 PM
Did you just follow the instructions in the ReadMe?

ez64
15th March 2008, 09:13 PM
just ran Vexplorer NET (windows application 1)

Although I have visual basic and all its libary's installed so im guessing because its not fully compiled anyone without the libarys wont be able to use it.

VoX
15th March 2008, 09:52 PM
Beta 1.2

I've changed the look and added links to our sponsers. Hopefully it might cure some bugs too.

>>DOWNLOAD BETA 1.2 (http://www.mediafire.com/?yzfnvtdrk00)<<

http://img329.imageshack.us/img329/9015/scr1ca39c9wp6.jpg

ez64
15th March 2008, 09:59 PM
whack on the auto complete as well makes it much nicer in the "properties" box just set it on.

VoX
15th March 2008, 10:11 PM
I take it you mean in the URL box. There is CustomSource, Mode and Source. What one do I change, and when I change them it says property value is not valid.

Also what is the code for a button to go back a page?

ez64
15th March 2008, 10:13 PM
for the source use history list or all system sources see which one works best and for mode use suggest append.

Hutch
15th March 2008, 10:19 PM
Posted this post using it, its quite cool, but probs wont use it ever again lol.

VoX
15th March 2008, 10:31 PM
Maybe Update 1.3 will make you change your mind, I have included Back, Forward, Refresh and Contact Dev buttons.

>>DOWNLOAD BETA 1.3 (http://www.mediafire.com/?5liwvoil2ur)<<

http://img301.imageshack.us/img301/7158/scr1eb64c0up2.jpg

Autocomplete wouldn't work by the way.

Just for the record, it doesn't keep a history.

VoX
15th March 2008, 11:27 PM
Beta 1.3.1


Removed certain button links and replaced in casses.
Fixed for non-widescreen users.
Homepage now loads on application start up.


>>DOWNLOAD BETA 1.3.1 (http://www.mediafire.com/?gob1ng1iw3y)<<

http://img254.imageshack.us/img254/9656/scr21eb048ws5.jpg

ez64
15th March 2008, 11:29 PM
That was the fastest every consequential release of software versions I’ve ever seen ^&^

VoX
15th March 2008, 11:31 PM
You've obviously never had to see the spice girls do a retake of their album when they only managed one good note :p.

Chalex4
16th March 2008, 12:46 AM
Glad to see you playing around with Visual Basic Vox :). I am trying to get back into programming so expect to see some releases from me (not of browsers) in the not too distant future!

Great idea to include links to our sponsors btw.

ez64
16th March 2008, 01:45 AM
do you want my rock paper scissors game? written in pure c# coding none of this drag and drop vb rubbish ;)

command line of course with dx10 graphics ^&^, ive put some cheats in as well.


http://www.mediafire.com/?o1mcpjy9tmx

just run "SPSProject" and the game will start in command line.


edit: this is a older version that does not include total scores and if fucntion win messages will post the newer one up tommorow off to get some breakfast now.

Darkeagle
16th March 2008, 09:53 AM
Screen issues are still there Vox even with new Update

Hutch
16th March 2008, 10:41 AM
Thought it was pretty awesome actually Ez64!
How well does the computer think or is it just random? Cos it was whooping me.

ez64
16th March 2008, 02:28 PM
its just random number generation 1-3

and a if function

if(random==3)
computer.choice="stone"

and so on.