heeeeeEEEeeey
I had a question. I am somewhat of a n00b when it comes to coding real C++ programs but I am decent with C like syntax because of actionscript/Processing, so hopefully it makes sense that my skills are disparate.
My question is thus,
I recently found out how to use the mouse_event function (I know this is deprecated), and I was wondering if there is a way to find out the x and y locations of icons in say the desktop or a folder and then moving them dynamically (not to different folder locations, but different x, y locations on the screen). I figure I could do this with the mouse_event or Send_Input function by VERY quickly clicking on icons and dragging them programmatically, but I would still need to know their x,y locations. This method seems hacky to me and I figure somewhere that information about the icons must be stored.
thanks in advance for any and all help!