Jump to content

rmembrives

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

33 profile views

rmembrives's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi carmengfv, I´m sorry for the late response... that´s the way I get it works. Perhaps you could save the clipboard state before clean it, and restore it after the process is finished to avoid the lost of clipboard data of the user. Saludos!
  2. Ok don´t worry about it. Thank you very much for your consideration
  3. It´s an internal app from another company, this is the control info: >>>> Window <<<< Title: 23610: Comentarios de La Reclamación Class: #32770 Position: 355, 159 Size: 610, 210 Style: 0x94C00085 ExStyle: 0x00010101 Handle: 0x000A1EC8 >>>> Control <<<< Class: ListBox Instance: 1 ClassnameNN: ListBox1 Name: Advanced (Class): [CLASS:ListBox; INSTANCE:1] ID: 1 Text: Position: 8, 28 Size: 504, 77 ControlClick Coords: 357, 36 Style: 0x50A01559 ExStyle: 0x00000000 Handle: 0x00290740 >>>> Mouse <<<< Position: 723, 268 Cursor ID: 0 Color: 0xFFFFFF >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< &Modificar &Borrar &Aceptar &Cancelar Añadir(&+) >>>> Hidden Text <<<< Enviar Comen Dist I have make a workaround sending keystrokes and using the clipboard, but its a little slow. In others ListBox controls in the app with only one column, the FindText funcion works OK I attach the screenshot. Thanks in advance.
  4. Its like a listview but Auto3Info say that its a listbox http://img545.imageshack.us/img545/1732/screenshotzss.png
  5. Hi, I have tried to find a item of a ListBox with _GUICtrlListBox_FindString, _GUICtrlListBox_FindInText, _GUICtrlListBox_GetSelItemsText, _GUICtrlListBox_GetText, ControlGetText, ControlListView, ControlCommand but nothing work. However other functions like _GUICtrlListBox_SetCurSel and _GUICtrlListBox_GetCount responds OK. I think that the problem cause is the multiple columns of the ListBox, any idea? Thank you for any help you can provide!
×
×
  • Create New...