Jump to content

Recommended Posts

Posted

#include <GUIConstants.au3>

Global Const $LVFI_PARAM = 0x0001

;Global Const $LVIF_TEXT = 0x0001

;Global Const $LVM_FIRST = 0x1000

Global Const $LVM_GETITEM = $LVM_FIRST + 5

;Global Const $LVM_FINDITEM = $LVM_FIRST + 13

;Global Const $LVM_SETSELECTEDCOLUMN = $LVM_FIRST + 140

AU3 Help wrong? Why?

  • 1 month later...
Posted

#include <GUIConstants.au3>

Global Const $LVFI_PARAM = 0x0001

;Global Const $LVIF_TEXT = 0x0001

;Global Const $LVM_FIRST = 0x1000

Global Const $LVM_GETITEM = $LVM_FIRST + 5

;Global Const $LVM_FINDITEM = $LVM_FIRST + 13

;Global Const $LVM_SETSELECTEDCOLUMN = $LVM_FIRST + 140

AU3 Help wrong? Why?

Maybe everyone else gets it, but I don't understand your question. Could you explain a little bit more. Thanks

A decision is a powerful thing
Posted

#include <GUIConstants.au3>

Global Const $LVFI_PARAM = 0x0001

;Global Const $LVIF_TEXT = 0x0001

;Global Const $LVM_FIRST = 0x1000

Global Const $LVM_GETITEM = $LVM_FIRST + 5

;Global Const $LVM_FINDITEM = $LVM_FIRST + 13

;Global Const $LVM_SETSELECTEDCOLUMN = $LVM_FIRST + 140

AU3 Help wrong? Why?

Currently that says nothing to me too. If you want help, you should post your Problem- a description of what you want, and what you've done to try. A Actual Script- A Script that shows what you have attempted. I know you're new, and we all learn in time. I'm just giving you a few pointers :shocked:

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
×
×
  • Create New...