| View previous topic :: View next topic |
| Author |
Message |
Golden Wing Grandmaster Cheater
Reputation: 0
Joined: 29 Aug 2007 Posts: 905
|
Posted: Thu Mar 13, 2008 2:58 pm Post subject: [VB6] GUI |
|
|
How do you make a Gui in vb6? any tut? porgrams?
_________________
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Mar 13, 2008 3:00 pm Post subject: Re: [VB6] GUI |
|
|
| xDemonRobbiex wrote: | | How do you make a Gui in vb6? any tut? porgrams? |
It's incredibly easy to make a GUI in VB6...
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
Golden Wing Grandmaster Cheater
Reputation: 0
Joined: 29 Aug 2007 Posts: 905
|
Posted: Thu Mar 13, 2008 3:02 pm Post subject: |
|
|
well...
do you need any other program to make it?and how
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Mar 13, 2008 3:06 pm Post subject: |
|
|
| You click a control and drag it to a form. Congrats.
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Thu Mar 13, 2008 3:17 pm Post subject: |
|
|
| slovach wrote: | | You click a control and drag it to a form. Congrats. |
I think he meant something like this
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Mar 13, 2008 3:20 pm Post subject: |
|
|
| mageknight wrote: | | slovach wrote: | | You click a control and drag it to a form. Congrats. |
I think he meant something like this
 |
Which is exactly what I said except it has a backround.
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Thu Mar 13, 2008 3:27 pm Post subject: |
|
|
| slovach wrote: | | mageknight wrote: | | slovach wrote: | | You click a control and drag it to a form. Congrats. |
I think he meant something like this
 |
Which is exactly what I said except it has a backround. |
...2 backgrounds.
1 for the form
1 for the menustrip.
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Mar 13, 2008 3:31 pm Post subject: |
|
|
| mageknight wrote: | | slovach wrote: | | You click a control and drag it to a form. Congrats. |
I think he meant something like this
 |
He must not understand what a GUI is then.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Thu Mar 13, 2008 4:00 pm Post subject: |
|
|
| Xenophobe wrote: | | mageknight wrote: | | slovach wrote: | | You click a control and drag it to a form. Congrats. |
I think he meant something like this
 |
He must not understand what a GUI is then. |
Exactly:
Graphical User INTERFACE
as in, the user interacts with it.
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Mar 13, 2008 4:45 pm Post subject: |
|
|
Based on xDemonRobbiex past posts, I think he is referring to make it skinned, and not just a GUI in general. Check out:
www.pscode.com for some examples. Theres mostly no easy way out of making a skinned interface, but there are some decent examples on the internet.
_________________
- Retired. |
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Thu Mar 13, 2008 5:47 pm Post subject: |
|
|
Can you click and drag?
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Mar 13, 2008 5:56 pm Post subject: |
|
|
| HornyAZNBoy wrote: | | Can you click and drag? |
You can intercept the mouse events for your form by either using another control to handle the movement, or subclassing the mouse.
_________________
- Retired. |
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Thu Mar 13, 2008 5:59 pm Post subject: |
|
|
I was answering the title.
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
|