Jump to content

Visual Basic 6 Controls


Recommended Posts

The Help File for AutoIt refers to "Standard Microsoft Controls", whatever that means.

Who knows which controls are "Standard"?

VB6 has Intrinsic controls, and ActiveX controls. I would guess these are standard, since they come with VB6.

I've recently written a very small VB6 app, with three Command Buttons (which are intrinsic controls).

However, when I spy on them with Auto Window Info, the class and control names are very bizarre (to me).

Additionally, I can't seem to set the Focus on any of the controls.

Also, the plain Label control, is not seen by Auto Window Info.

Here's what Window Info shows me

ress CTRL-ALT-F to pause the display.

>>>>>>>>>>>> Window Details <<<<<<<<<<<<<

Title: Form1

Class: ThunderRT6FormDC

Size: X: 94 Y: 180 W: 621 H: 344

>>>>>>>>>>> Mouse Details <<<<<<<<<<<

Screen: X: 512 Y: 430

Cursor ID: 2

>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<

RGB: Hex: 0xECE9D8 Dec: 15526360

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<

Size: X: 397 Y: 197 W: 141 H: 58

Control ID: 1

ClassNameNN: ThunderRT6CommandButton1

Text: DISABLED

>>>>>>>>>>> Status Bar Text <<<<<<<<<<<

>>>>>>>>>>> Visible Window Text <<<<<<<<<<<

DISABLED

Input-LOF

GET-EOF

Comments anyone ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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