Use API in vb.net

H

Herfried K. Wagner [MVP]

shachar said:
in vb6 i used "SetWindowPlacement" API.
can i use it in vb.net also?
Yes.

how?

Very similar to how you used it in VB6. Don't forget to update the data
types (VB6's 'Long' is 'Int32' (= 'Integer') in .NET, ...).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top