HI
i am new to vb2008 but i have an average experience in vb6
now i am upgrading a software i built on vb6 to vb2008 it contains a FORM & a MODULE in that software i am using "mscomm" IN THE FORM and in the module but when i do the same in vb2008 it doesn't work so i googled for help and used this code in the module :
Code:
.
.
.
dim myl1 As New Form2
myl1.mscomm1.write( ...) .....
.
.
.
this code worked but a new problem arises where i found that now i have two parallel (
almost identical) working forms with one of them hidden this started to generate errors on undefined variables,.....
what is the problem and is there another way to solve my "mscomm" problem.
thanks for replying