Todd1561 / TANWindowMgr

Reposition windows at the click of the mouse
88 stars 7 forks source link

Feature Request: Make program list order-able #21

Open Ridiculon opened 2 years ago

Ridiculon commented 2 years ago

Currently the last programs in the .ini file are the ones opened last (which makes sense), this in turn means the bottom of the list is the window actually left open on the screen once the profile is loaded.

Feature Request: Make the selection list in the main form reorder-able, preferably drag and drop style (Codproject link 1, Codeproject link 2), then have the .ini created in reverse such that the top of the ordered list the user creates is the last program listed in the .ini and is thus the open program at the end of profile loading.

(I am attempting this myself but I am also not a .NET programmer nor have I ever done any VB, so if you see this and have time to get it done before me then more power to you haha).