Hi, sgrec7 here.
so anyway in VB 6 this is how you would use keyascii's
private sub form_keypress (keyascii as integer)
if keyascii = 13 enter key then
end
end if
end sub
that was easy, but how the f&(# do you do that in VB 8 ???? any help will be much appreciated !! thanks
so anyway in VB 6 this is how you would use keyascii's
private sub form_keypress (keyascii as integer)
if keyascii = 13 enter key then
end
end if
end sub
that was easy, but how the f&(# do you do that in VB 8 ???? any help will be much appreciated !! thanks
Comment