![]() |
| ||
| Help transferring data between forms Hi, I'm currently working on a group project that involves an address book (working in VisualBasic.Net 2003). I have one form (frmData) in which the user enters data. I want to transfer it to a label on my other form (frmAddress). Currently, on frmAddress: Public strName As String On frmData:
If someone has a suggestion (I obviously have no idea what I'm doing and need lots of help), please reply. I'm very new at this. |
| ||
| Re: Help transferring data between forms what errors came up? try to use Shared variable to accomodate your address data. |
| ||
| Re: Help transferring data between forms There weren't any specific errors- but nothing happened. |
| ||
| Re: Help transferring data between forms Try changing the code in frmAddress to: Public Shared strName As Stringand code for frmDate to: Private Sub Button1_Click(ByVal sender As System.Object, _ |
| All times are GMT -4. The time now is 4:32 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC