HI Guys!
I hav another thing i want to ask since i am not able to figure it out myself...

I have to open a new form when the user selects a particular data from a dropdown box and clicks on a button.

Now i can open the new form using the above method which is :

Dim f as New "myformname"
f.show

But my problem is that i have to use the data that was selected by the user in the dropdown box in the previous form. How do i carry that information into the new form. can i store it in some variable and use it in the new form.

Please advise.

Cheers
Abhilash