Custom Query (3927 matches)
Results (211 - 213 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3514 | Completed | Add a treeview UDF calling $TVGN_LASTVISIBLE | ||
| Description |
According to MSDN, there is a macro using TVGN_LASTVISIBLE: TreeView_GetLastVisible Retrieves the last expanded item in a tree-view control. This does not retrieve the last item visible in the tree-view window. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_LASTVISIBLE flag. However, this functionality seems not included in GuiTreeView.au3. Its definition is somehow not consistent to TreeView_GetFirstVisible. How about adding a UDF named _GUICtrlTreeView_GetLastVisible or _GUICtrlTreeView_GetLastExpandedItem? Its implementation may look like: Func _GUICtrlTreeView_GetLastVisible($hWnd)
EndFunc ;==>_GUICtrlTreeView_GetLastVisible |
|||
| #2194 | Works For Me | _IECreate() Hidden Flag Not working IE8+ | ||
| Description |
$oIE = _IECreate("http://google.com",0 ,0) The code above will open Google in the browser but it will not hide the IE Window. |
|||
| #2642 | No Bug | The function Hex() returns the wrong value | ||
| Description |
The code says all what I mean. $var = BitAND(1529, 65280) / 256 ; = 5 ConsoleWrite(Hex($var) & @CRLF) ; ? |
|||
