Jump to content

Saying HELLO in an installer


Recommended Posts

Hey all, In made a GTA Installer, actualy the GTA is Spanish, so I'm making an installer which will install the game without pressing any button.

When you press "a" a box wil pop-up and you can write there. I want to write a little tutorial in that box. I have this:

ControlSend("[CLASS:Grand theft auto San Andreas]", "", "Edit1", "aHello,{enter}Welcome to the tutorial...")

But it won't work for me :mellow:, any help please?

Note: I read the rules. This is not for a game but for the installer OF gta

Edited by lawonama
Link to comment
Share on other sites

>>>> Window <<<<

Title: GTASAINST

Class: Grand theft auto San Andreas

Position: 0, 0

Size: 808, 634

Style: 0x14CF0000

ExStyle: 0x00000108

Handle: 0x0019031E

>>>> Control <<<<

Class:

Instance:

ClassnameNN:

Name:

Advanced (Class):

ID:

Text:

Position:

Size:

ControlClick Coords:

Style:

ExStyle:

Handle:

>>>> Mouse <<<<

Position: 795, 384

Cursor ID: 0

Color: 0x000000

>>>> StatusBar <<<<

>>>> ToolsBar <<<<

>>>> Visible Text <<<<

>>>> Hidden Text <<<<

Link to comment
Share on other sites

The control part is empty, that is the part that we want.. drag the cross over the control that you want to send the keys.

EDITED: The box that you want to display, is made it from you, or from the program?

Edited by monoscout999
Link to comment
Share on other sites

Here is what I get, When someone presses "a" you want your own self-created window to popup with your tutorial?

You need to create a Gui (see GuiCreate) with the $WS_POPUP style

and you can set your text using labels (GuiCtrlCreateLabel)

to get you started :mellow:

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

I was going to allow this thread since it's not about a game but a game installer and that's somewhat of a gray area with the rule. However, since an MVP and moderator have asked that this thread be re-reviewed I'm just going to close it.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...