Click here to Skip to main content
16,005,038 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb.net Pin
Anonymous18-Oct-05 19:16
Anonymous18-Oct-05 19:16 
GeneralRe: vb.net Pin
Christian Graus18-Oct-05 19:33
protectorChristian Graus18-Oct-05 19:33 
AnswerRe: vb.net Pin
Dave Kreskowiak19-Oct-05 2:18
mveDave Kreskowiak19-Oct-05 2:18 
QuestionEmbeding MS word in VB Pin
Veera Raghavendra18-Oct-05 18:22
Veera Raghavendra18-Oct-05 18:22 
QuestionGeneral Input Form Pin
mmcsherr18-Oct-05 14:28
mmcsherr18-Oct-05 14:28 
AnswerRe: General Input Form Pin
Dave Kreskowiak19-Oct-05 2:13
mveDave Kreskowiak19-Oct-05 2:13 
GeneralRe: General Input Form Pin
mmcsherr19-Oct-05 6:47
mmcsherr19-Oct-05 6:47 
GeneralRe: General Input Form Pin
Dave Kreskowiak19-Oct-05 13:55
mveDave Kreskowiak19-Oct-05 13:55 
There's a couple of ways of doing it.

Change the Textbox from "private" to "public" in its declaration. (Not really a good idea!)

Add a public Property to the form that get's/set's the Text value of the still private TextBox on that form. You can add another Property that get's/set's you TextLength.

The Form doesn't pass anything back. It's not it's responsibility to know anything about the code that called it. The form handles just the input of the Text and obey's the limits set by the Properties to add. It's up to the caller to retrieve the data it needs through the form's Properties.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionGenerating character combinations - help! Pin
Anonymous18-Oct-05 14:04
Anonymous18-Oct-05 14:04 
AnswerRe: Generating character combinations - help! Pin
Christian Graus18-Oct-05 14:25
protectorChristian Graus18-Oct-05 14:25 
GeneralRe: Generating character combinations - help! Pin
Anonymous18-Oct-05 18:21
Anonymous18-Oct-05 18:21 
GeneralRe: Generating character combinations - help! Pin
Christian Graus18-Oct-05 18:23
protectorChristian Graus18-Oct-05 18:23 
GeneralRe: Generating character combinations - help! Pin
Brett Peirce19-Oct-05 18:15
Brett Peirce19-Oct-05 18:15 
QuestionSystem install and Unistall Feature Pin
DiMats18-Oct-05 12:47
DiMats18-Oct-05 12:47 
AnswerRe: System install and Unistall Feature Pin
Christian Graus18-Oct-05 14:25
protectorChristian Graus18-Oct-05 14:25 
QuestionProblem with a custom control Pin
Douglas Parsons18-Oct-05 10:42
Douglas Parsons18-Oct-05 10:42 
AnswerRe: Problem with a custom control Pin
Douglas Parsons19-Oct-05 6:05
Douglas Parsons19-Oct-05 6:05 
QuestionWeb Browser Control problem Pin
Meatnog18-Oct-05 10:10
Meatnog18-Oct-05 10:10 
Questiontransfer of data Pin
KamalTeja18-Oct-05 8:42
KamalTeja18-Oct-05 8:42 
AnswerRe: transfer of data Pin
Dave Kreskowiak18-Oct-05 9:50
mveDave Kreskowiak18-Oct-05 9:50 
Questioncopying from the memory Pin
microuser_200018-Oct-05 7:52
microuser_200018-Oct-05 7:52 
AnswerRe: copying from the memory Pin
microuser_200020-Oct-05 7:05
microuser_200020-Oct-05 7:05 
QuestionINI and CFG files Pin
No-e18-Oct-05 7:38
No-e18-Oct-05 7:38 
AnswerRe: INI and CFG files Pin
Richard_Wolf18-Oct-05 8:24
Richard_Wolf18-Oct-05 8:24 
AnswerRe: INI and CFG files Pin
Dave Kreskowiak18-Oct-05 8:25
mveDave Kreskowiak18-Oct-05 8:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.