S shachar Oct 13, 2004 #1 hi all. in vb6 i used "SetWindowPlacement" API. can i use it in vb.net also? how?
H Herfried K. Wagner [MVP] Oct 13, 2004 #2 shachar said: in vb6 i used "SetWindowPlacement" API. can i use it in vb.net also? Yes. how? Click to expand... 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, ...).
shachar said: in vb6 i used "SetWindowPlacement" API. can i use it in vb.net also? Yes. how? Click to expand... 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, ...).