Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello all,

I am making a word guess game. The game gives the user 10 guesses and hints to the next guess. It is becoming a large form and I would like to find a way to "split" the guesses/hints in half.. any ideas? Something like a tab... (I don't know how to make that work though)

 

Rob

  • *Experts*
Posted

What are the problems you are having with the tab control?

ALso, if you could attach the form file or some kind of screenshot it would be better to help you decide on what to do with the form :).

  • *Experts*
Posted

There are lots of possibilities here, Blue Oyster.

 

For now, you might try a listbox with a textbox (just a guess). I'm assuming you need a text field for them to enter their guess. After they press the "Guess" button, add the text of the textbox to the listbox (it will go at the bottom). It will scroll, but you'll have to make the listbox scroll to the bottom so that the later entries are visible.

 

That's just one option, you could also use a grid, a panel control with AutoScroll set to true, or more. If you try any of these suggestions and need help, let us know.

 

-Ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...