Project

General

Profile

Statistics
| Revision:

vdfsplat / AppSrc / cProgramObjects.pkg @ 58

History | View | Annotate | Download (22.8 KB)

# Date Author Comment
56 06/25/2019 12:58 AM Wil van Antwerpen

Moving to a branch so we can continue to use it under Hammer3

54 10/27/2016 03:48 PM Wil van Antwerpen

In object inspector keep case on window class names instead of presenting the class names in lowercase.

53 10/27/2016 01:48 PM Wil van Antwerpen

cProgramObjects.pkg, added function PropertyVariantEval
FindWindows.pkg, extended for enumeration on child window handles and get a windows class name up to 119 characters long.
ObjectInspector.dg, object details show Windows handle, for an ActiveX control enumerate the ActiveX child windows. Automatically pause program when displaying the object inspector.

29 09/11/2015 07:21 PM Wil van Antwerpen

cProgramObjects.pkg, huge performance gain by enumerating the objects in a slightly different way.
ObjectInspector.pkg, is getting a bit smarter

25 09/10/2015 12:21 PM Wil van Antwerpen

Fixes in the ObjectInspector.pkg
Adding control name for activex progid
Open source files within debug project.

24 09/10/2015 12:39 AM Wil van Antwerpen

statusbar add line number, small fixes

22 09/08/2015 10:38 PM Wil van Antwerpen

Removed a few folders we're not using and added a few Studio required files into the IdeSrc folder.
Fixed some issues on the object inspector and added a few missing images.

20 09/08/2015 04:52 PM Wil van Antwerpen

Adding breakpoint logic, fixing some issues on the ObjectInspector

19 09/08/2015 03:45 PM Wil van Antwerpen

Adding object inspector, invoke with Ctrl+Q when debuggee program is paused.