Link to home
Start Free TrialLog in
Avatar of t1pimp
t1pimp

asked on

Icon placement on desktop

Can anyone tell me how to find the current position of all the icons on the desktop?

I'd like to create a small app to store the layout of the icons and allow me to restore them at a later time.  
ASKER CERTIFIED SOLUTION
Avatar of jk970
jk970

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of t1pimp
t1pimp

ASKER

ok. So I cut and pasted this into VB6, and no go.  Is this for VB5?  I've never even seen VB5 so I'm not sure what the differences are?
this will work fine in vb6. the problem is that when u cut and copy from and html page, long lines get scattered,and u'll get compile errors. which u can easily rectify. and the code of form1.frm given above should be pasted into notepad and saved as form1.frm and then add it to the project (after removing the default form1.frm in the project). and the code of declare.bas u can directly paste it into a module in the project. i can mail u the vb project file if u want.
Avatar of t1pimp

ASKER

Perfect!  I figured out what I was doing wrong last night... this is exactly what I was looking for. Thanx!