| View previous topic :: View next topic |
| Author |
Message |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Thu Apr 03, 2008 4:06 am Post subject: VB6 Tabbing |
|
|
i made a Tabbing thing (named it "Tab" on first tab (Tab0) is the game and on second (tab1) are the hacks
how do i tell him where the game is (named it "Flash")
i tried
...Tab0.flash.setvariable...
and some other similar things...
i know how to make trainers just got a problem with this
_________________
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Apr 03, 2008 4:11 am Post subject: Re: VB6 Tabbing |
|
|
| 92Garfield wrote: | i made a Tabbing thing (named it "Tab" on first tab (Tab0) is the game and on second (tab1) are the hacks
how do i tell him where the game is (named it "Flash")
i tried
...Tab0.flash.setvariable...
and some other similar things...
i know how to make trainers just got a problem with this |
Tell him where the game is...
It's still Flash.SetVariable().
_________________
| 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 |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Thu Apr 03, 2008 4:51 am Post subject: Re: VB6 Tabbing |
|
|
| Xenophobe wrote: | | 92Garfield wrote: | i made a Tabbing thing (named it "Tab" on first tab (Tab0) is the game and on second (tab1) are the hacks
how do i tell him where the game is (named it "Flash")
i tried
...Tab0.flash.setvariable...
and some other similar things...
i know how to make trainers just got a problem with this |
Tell him where the game is...
It's still Flash.SetVariable(). |
... it dont works thats why i ask
i think its like when i make hacks on form1..
i need to type in form1.flash.setvariable... then
_________________
|
|
| Back to top |
|
 |
killar456 Master Cheater
Reputation: 0
Joined: 30 Mar 2007 Posts: 415
|
Posted: Thu Apr 03, 2008 9:16 am Post subject: |
|
|
isnt it more like not
i think its because it cant find the flash because there isnt one named it, try
btw i dont know this langauge, i think its VB8 or .NET but i dunno, all i ever bothered to learn was a little bit of C++, some delphi and VB6...trying to learn AS2 now...
|
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Thu Apr 03, 2008 10:45 am Post subject: |
|
|
-.-
dont tell me such things its my fifth trainer i named the flash thing "flash"
ad th captal letters are automaticly cause you cant make same name with only different writing
_________________
|
|
| Back to top |
|
 |
killar456 Master Cheater
Reputation: 0
Joined: 30 Mar 2007 Posts: 415
|
Posted: Thu Apr 03, 2008 10:54 am Post subject: |
|
|
| i was just trying to help, and read the full post before replying to it
|
|
| Back to top |
|
 |
minium haxor Advanced Cheater
Reputation: 0
Joined: 03 Dec 2007 Posts: 82 Location: Faroe islands
|
Posted: Mon Jun 02, 2008 4:18 pm Post subject: |
|
|
are you talking about url?
_________________
|
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Tue Jun 03, 2008 12:51 am Post subject: |
|
|
You're using the Microsoft Tabbed Dialog Control 6.0 in VB6 right?
It will still be whatever you declared the flash control as, no prefixes.
Flash1.SetVariable() would still work if you named the flash control Flash1.
Could you give us the full source? I'll be able to find out what your problem is from that.
|
|
| Back to top |
|
 |
|