Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2005

Tip: Looking for answers? Try searching our database.

Form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mihailo - 28 Jan 2005 21:18 GMT
I am new in VB.NET and at the bigining of my work I have a problem. I wont
to make small program which contain 3 forms. In the 1st Form I put 10
Textbox which
contents I need to display in the 3th form. This 3th form I connect with
button
OK. I wont that user in 1st form input name, date of bearth, etc. in
textboxes and to show in the 3 form like this: "My name is" & name & " and I
was born" & date of bearth...

If someone can halp me I will appreciate!
PS: My english is not very well but I hope that you understand what I want
to say.

Best regards
Mihailo
Herfried K. Wagner [MVP] - 29 Jan 2005 12:17 GMT
"Mihailo" <aldeiro24@yahoo.com> schrieb:
>I am new in VB.NET and at the bigining of my work I have a problem. I wont
> to make small program which contain 3 forms. In the 1st Form I put 10
[quoted text clipped - 5 lines]
> I
> was born" & date of bearth...

\\\
Dim f As New Form3()
f.Label1.Text = "My name is " & Me.TextBox1.Text & ...
f.Show()
///

Signature

M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>

Mihailo - 30 Jan 2005 13:19 GMT
> Dim f As New Form3()
> f.Label1.Text = "My name is " & Me.TextBox1.Text & ...
[quoted text clipped - 5 lines]
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>

Thanks a lot.
Mihailo

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.