Passing values from 1 form to another...

lidds

Junior Contributor
Joined
Nov 9, 2004
Messages
210
I can't seem to figure this one out.

I have allowed the administrator the option to send messages to all logged in users by using a form which writes a message in a db table. What I have got is a parent form (frmMain) that every 10 secs checks this db table for a message. If a message is found then it pops up a form (frmMessage) simular to MSN. The problem that I am having is passing the information e.g. message, from, time from the parent form (frmMain) and filling the text fields in on the pop up form (frmMessage) so the user can see the message content etc.

I hope that made sense??

I'm using vb.net can anyone help with this problem?

Thanks

Simon
 
Back
Top