InVB 6 is clear:
Code:
But in Visual Studio 2008 VB, but it is not working.
what is the Exact replacement for the above mentioned code in VB.Net.
Thanks in Advance.
Code:
Code:
Picture1.scale ( -1 , -1 ) - ( 3.25 , 44 )
Code:
Picture1.scale ( -1 , -1 ) - ( 3.25 , 44 )
Thanks in Advance.