how can C++ app reposition desktop icons?

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Can a C++ app reposition desktop icons?

How do you find them, and then do you move them with MoveWindow or is
something fancier required?

Thanks,
Jeff
 
Jeff said:
Can a C++ app reposition desktop icons?
Probably.

How do you find them, and then do you move them with MoveWindow or is
something fancier required?

You need to ask in a programming newsgroup, folks here mostly aren't
into that sort of thing. Try the microsoft.public.vc.* hierarchy
 
Back
Top