[BUG] Folder tabs switching with SendMessage

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Jungle
Member
Member
Posts: 129
Joined: 2005-12-03, 11:18 UTC
Contact:

[BUG] Folder tabs switching with SendMessage

Post by *Jungle »

Select second tab on the right file panel (for example), then send TCM_SETCURSEL with wParam set to other index to that tab control. For example, in AHK it will be

Code: Select all

SendMessage, 0x130C, 0, 0, TMyTabControl2
Tab will be changed but it content will not.
Post Reply