Link to home
Start Free TrialLog in
Avatar of vsvb
vsvb

asked on

VB.net Form Problem

'MY problem is related VB.Net Form ( i m new in .Net)

'In my application i have 2 form ( formA and formB)
'now on form A i have one command button and i am calling formB ,FormB also conatin One command button
'now when i calling formB then it should be on top of screen even i open some anoher application (eg. MS Word )
'the FormB is Top of screen but not as Modal form ( in sort i allow to work in word)
'Question :- How its possible to do this ??

'Now Suppose i am in MSWord and i click on that my formB command button then formB should be close and and
'return on formA

'how can i able to change the property of formA controls form formB suppose forma.text1.text = "hi" form formB

Hope immediate advice
thanks
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial