 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Exodias Expert Cheater
Reputation: 0
Joined: 14 May 2008 Posts: 220
|
Posted: Mon Dec 08, 2008 9:53 pm Post subject: Need help with VB |
|
|
I would like to know how to use the OpenFileDiaLog Control with...
--a button
--MenuStrip
I would also like to know how to store a program inside a project program without having to have the file in a folder
Example::
You open up "The Program"
There's a button that says Random Numbers Generator ( a different program )
Click it and the program opens up, but the thing is, that number generator is not in a folder, it's inside of the "The Program"
If that is not possible using VB then it's okay
And one last thing I would like is the Style of the program
(buttons, style, basically the whole look) to look like vista
I have window XP, and I want it to look like vista for other users
thank You
|
|
| Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Mon Dec 08, 2008 10:43 pm Post subject: |
|
|
is this vb 2008 (.net)? if it is i've got a pretty good example for you. i don't want to post if it's wrong version lol.
_________________
|
|
| Back to top |
|
 |
Exodias Expert Cheater
Reputation: 0
Joined: 14 May 2008 Posts: 220
|
Posted: Mon Dec 08, 2008 11:43 pm Post subject: |
|
|
| VB6 2008
|
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Tue Dec 09, 2008 12:13 am Post subject: |
|
|
for your first question, with the open file dialog, what do you wnat to do with it?
as for your second question, as far as i know, you can't actually store it, within the program itself, BECAUSE, the stored program, has to be written somewhere in order to be activated
the method a friend showed me, included writing the bytes of the file to another location, or the same location, AND THEN, using a certain code, he masked the file, making it seemingly invisible,seemingly non existand
THIRD QUESTION, what do you mean by vista looks, only way to do that as far asi know, is to have the end user to use a windows blinds
the same friend, however made somewhat of a glassy looking edge around the GUI if thats what you mean, though its his personal source only
windows show up, how the operating systems graphics interprets them, so im not sure how you want to make it appear the same on every computer
i know for certain however, that you can infact create your own controls
so you can design all your controls to look however you want, or you can do what bizarro does, he uses pictures, they don't like change color, or don't look like they were pushed down on, but they can look nice
you will need to have the picturebox_click event handler set up
_________________
|
|
| Back to top |
|
 |
blackmorpheus Expert Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 159
|
Posted: Tue Dec 09, 2008 1:09 pm Post subject: |
|
|
here is the solution:
learn C++
|
|
| Back to top |
|
 |
Fronzel Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Feb 2008 Posts: 1099 Location: Nexons backyard
|
Posted: Tue Dec 09, 2008 1:13 pm Post subject: Re: Need help with VB |
|
|
| Exodias wrote: | I would like to know how to use the OpenFileDiaLog Control with...
--a button
--MenuStrip
I would also like to know how to store a program inside a project program without having to have the file in a folder
Example::
You open up "The Program"
There's a button that says Random Numbers Generator ( a different program )
Click it and the program opens up, but the thing is, that number generator is not in a folder, it's inside of the "The Program"
If that is not possible using VB then it's okay
And one last thing I would like is the Style of the program
(buttons, style, basically the whole look) to look like vista
I have window XP, and I want it to look like vista for other users
thank You |
if the number generator is a form, then open it like frmNumbers.show and you can hide the original form (frmProgram or whatever) like frmProgram.hide. This works for all vb versions.
For the styles its sufficient to have the xpstyles.res in your project, vista can utilize these.
_________________
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|