Jump to content

Search the Community

Showing results for tags 'contextmenu'.

  • Search By Tags

    • contextmenu ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. Hello everybody (and sorry for my bad english) I try to get the position of a contextmenu (GUICtrlCreateContextMenu) on a TreeView, with ControlGetPos, but i can't. Someone can help me ? Thank you :) PS: I need the position to select item wtih rightclick before read the text of the item,...
  2. AutoIt Radio Player Last : v0.0.0.8 Tested only on W7X64 Changelog : ==========> AutoIt Radio Player v0.0.0.8.zip <========== Personal Message : This is my first script posted. Any comment are welcome. Give me your best web radio i will try add them ! Insta...
  3. Hello everybody! Just to demonstrate how to use a combobox like a context menu, maybe that's not very helpful... Sample: Download: ComboBoxContextMenu.au3 Hope you enjoy! Regards, João Carlos.
  4. So, if someone would explain to me why the ContextMenu shows on "Button 2" when it is set for "Button 1" ??? #include <GUIConstantsEx.au3> $MyGUI = GUICreate("My TEST GUI", 220, 125) $Button1 = GUICtrlCreateButton("Button 1", 10, 10, 200, 25) $ContextMenu = GUICtrlCreateContextMenu ($Button1...
×
×
  • Create New...