|
-
Dec 24th, 2009, 03:02 AM
#1
Thread Starter
New Member
Menu Bar start up text window code?
Last edited by Turtleman924; Dec 25th, 2009 at 10:44 PM.
Reason: Closed
-
Dec 24th, 2009, 06:58 AM
#2
Re: Menu Bar start up text window code?
I'm afarid you're going to have to provide a clearer explanation of what you want to do and what the problem is? "pass generator"? Do you mean a password generator? What information do you want to view and what exactly is your issue in viewing it? I really don't know what those last two sentences mean.
-
Dec 24th, 2009, 01:33 PM
#3
Thread Starter
New Member
Re: Menu Bar start up text window code?
 Originally Posted by jmcilhinney
I'm afarid you're going to have to provide a clearer explanation of what you want to do and what the problem is? "pass generator"? Do you mean a password generator? What information do you want to view and what exactly is your issue in viewing it? I really don't know what those last two sentences mean.
I mean like I want it so in the menu bar if you click on something like the file tab kind of layout it will open up a un-editable window
-
Dec 24th, 2009, 06:25 PM
#4
Fanatic Member
Re: Menu Bar start up text window code?
Okay, first of all, which menu bar?
Are you talking about Windows or something within your application?
And which file tab?
And what kind of un-editable window? Do you want it to be locked, so the user can't click anything on it? Or do you want to have a textbox on the window with text that the user can't edit?
-
Dec 25th, 2009, 12:04 AM
#5
Re: Menu Bar start up text window code?
I think (and this is just a thought) that he wants a MenuStrip in his program.
-
Dec 25th, 2009, 10:36 AM
#6
Thread Starter
New Member
Re: Menu Bar start up text window code?
I want a in edit able text box that pops up.=
-
Dec 25th, 2009, 11:13 AM
#7
Re: Menu Bar start up text window code?
Do you need a form with a read-only textbox in it?
just use Textbox1.Readonly = True
Place it on a form and show. To be honest, I didn't understand much of what you'd written here.
If it is a language problem try posing some picture of what do you want.
-
Dec 25th, 2009, 08:40 PM
#8
Re: Menu Bar start up text window code?
You keep contradicting yourself. First you say that you want to be able to edit the data, then you say that you do, then you say that you don't again. It's very confusing. As cicatrix says, if you want data in a TextBox that the user can't edit. Set its ReadOnly property to True. You can also just use a Label instead of a TextBox. The difference would be that the user can copy the text and scroll in a ReadOnly TextBox where they can't in a Label.
-
Dec 25th, 2009, 10:42 PM
#9
Thread Starter
New Member
Re: Menu Bar start up text window code?
I give up on trying to explain
thread closed
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|