hi!

we have a project where on frm_playername there is a textbox where the user enters a player name and then a button on that form takes you to the game screen form and on this form there is another textbox that should display the name entered on the frm_playername form.

does anyone know how to achieve this because we have searched through many sites with no success!


thank you!

Recommended Answers

All 3 Replies

on other form :

textbox1.text = frm_playername.txtPlayerName.text

thank you so much it worked!!

you're welcome...
don't forget to mark this thread solved.
Happy coding friend :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.