S
Shane
I have this code that resizes a form control. i want to be about to do
something like that in .net. the other version is in vb 6...
here is the code
Dim hgt As Single
hgt = ScaleHeight - wbrURL.Top
If hgt < 120 Then hgt = 120
wbrURL.Move(0, wbrURL.Top, ScaleWidth, hgt)
the ScaleHeight is not used in vb.net. can you tell me what the vb.net name
is for this please..
Shane
something like that in .net. the other version is in vb 6...
here is the code
Dim hgt As Single
hgt = ScaleHeight - wbrURL.Top
If hgt < 120 Then hgt = 120
wbrURL.Move(0, wbrURL.Top, ScaleWidth, hgt)
the ScaleHeight is not used in vb.net. can you tell me what the vb.net name
is for this please..
Shane