18 sty 2009

Konwersja typu String do Integer

Dim w, h, wm, wh As Integer

w = CInt(TextBoxW.Text)
h = CInt(TextBoxH.Text)
wm = CInt(TextBoxWm.Text)
hm = CInt(TextBoxHm.Text)