transferring from VB6 question
hello all,
I have been programming with VB6 for ages, now i found somethings within VB.NEt that i will need your help in.
1 - when i was doing a lenght jobs i usuall used the followin :
VB Code:
screen.mousepointer = 11
'''''dooing jobs
screen.mousepointer = 0
so i could make the waiting cursor. it seems i cant do it anymorein VB.net . how could i do that????
2 - when i declare a form in vb.net , how could i load it in memory without showing it. The old command " Load form1" is not supported in more
THX in advance