Jump to content

How to make a Web console ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
hi every one im pretty new with visual basics could someone
tell me step by step how to make a console for my web site so that people just download the program and enter my web ?thx for every help

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
So you want a program so when people open it, it will open your website in a browser, right?

#3
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
yes that's right but i want to add also buttons of the top of the program to connect to another form so thx a lot if you could help me

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
What you mean by 'connect to another form'? I might be able to help you out.

#5
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
i mean there should be a button forum an other downloads so how to make them a hyperlink i mean the buttons is there a code for hyperlink

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
So they can browse your website with the Visual Basic Buttons? Like a Menu, but in VB instead of on your page.. right? If yes, I will be able to help you :)

#7
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
yes thats right that iss what i want to say sry for my bad english

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well you need a browser control, and with every button tell the browser control to browse to a certain URL.

#9
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
thx a lot but could you tell me step by step how to do it cuz im new with vb