KIXKicks
(Starting to like KiXtart)
2012-03-08 01:26 AM
Kix Suggestions

Is it possible to enhance Kix to support:

1. Pin to TaskBar (something like @WINTASKBAR(<path>\VIPIcon.lnk,1) where 1 is the position of the icon on the taskbar
2. Pin to Start [Metro] (something like @STARTMETRO(<path>\VIPIcon.lnk,3,1) where 3 is the menu and 1 is the position of the icon on menu 3.
3. Generate an error if Select statement ends with a EndIf instead of EndSelect
4. Kix to support Windows 8 ARM platform (Shane: of course KixForms too)


AllenAdministrator
(KiX Supporter)
2012-03-08 01:55 AM
Re: Kix Suggestions

I've done some reading on the Pin to taskbar, and can tell you MS purposely didn't create an api for this because they did not want programs having control over the taskbar. With that said, there is a way to pin, but not to a specific location like you are asking for...

PinTo() - Pin Shortcuts to the Start Menu or Taskbar
http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=197722#Post197722

UnPinFrom() - UnPin Shortcuts from either the Start Menu or Taskbar
http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=201410#Post201410