Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Delegate in vb.net Pin
jzonthemtn26-Jul-08 2:21
jzonthemtn26-Jul-08 2:21 
QuestionString Builder remove white spaces Pin
member2725-Jul-08 21:26
member2725-Jul-08 21:26 
AnswerRe: String Builder remove white spaces Pin
jzonthemtn26-Jul-08 2:26
jzonthemtn26-Jul-08 2:26 
Questionusername and passord problem Pin
monika_vasvani25-Jul-08 19:00
monika_vasvani25-Jul-08 19:00 
AnswerRe: username and passord problem Pin
jzonthemtn26-Jul-08 2:21
jzonthemtn26-Jul-08 2:21 
QuestionMaking TextBox visible Pin
Dalek Dave25-Jul-08 15:04
professionalDalek Dave25-Jul-08 15:04 
AnswerRe: Making TextBox visible Pin
Mycroft Holmes25-Jul-08 15:45
professionalMycroft Holmes25-Jul-08 15:45 
GeneralRe: Making TextBox visible Pin
Dalek Dave25-Jul-08 16:02
professionalDalek Dave25-Jul-08 16:02 
Mycroft Holmes wrote:
Dim oTB as new textbox("textboxname")


Doesnt seem to work.
It say "Too many Arguments to Public Sub New()"

However...

I tried this
Dim oTB As New TextBox
        For a = 1 To INumOfBox2
            oTB.Name = "TextBox"
            oTB.Name = oTB.Name & Str(a)
            oTB.Visible = True

        Next


It accepts it, but doesn't make visible the Text Boxes

------------------------------------
"I want you to imagine I have a blaster in my hand" - Zaphod Beeblebrox.
"You DO have a blaster in your hand" - Freighter Pilot
"Yeah, so you don't have to tax your imagination too hard" - Zaphod Beeblebrox

GeneralRe: Making TextBox visible Pin
Mycroft Holmes25-Jul-08 16:15
professionalMycroft Holmes25-Jul-08 16:15 
GeneralRe: Making TextBox visible Pin
Dalek Dave25-Jul-08 16:23
professionalDalek Dave25-Jul-08 16:23 
GeneralRe: Making TextBox visible Pin
Mycroft Holmes25-Jul-08 16:53
professionalMycroft Holmes25-Jul-08 16:53 
AnswerRe: Making TextBox visible Pin
supercat925-Jul-08 17:33
supercat925-Jul-08 17:33 
GeneralRe: Making TextBox visible Pin
Dalek Dave26-Jul-08 10:26
professionalDalek Dave26-Jul-08 10:26 
AnswerRe: Making TextBox visible Pin
duke_swh26-Jul-08 23:07
duke_swh26-Jul-08 23:07 
Questionpassing a variable to a procedure Pin
Matthew Leggett25-Jul-08 14:46
Matthew Leggett25-Jul-08 14:46 
AnswerRe: passing a variable to a procedure Pin
Dalek Dave25-Jul-08 15:49
professionalDalek Dave25-Jul-08 15:49 
Questionwhat %%Email%% means Pin
pinkidasu25-Jul-08 8:58
pinkidasu25-Jul-08 8:58 
AnswerRe: what %%Email%% means Pin
Guffa26-Jul-08 3:13
Guffa26-Jul-08 3:13 
Questionhow to Pin
Matthew Leggett25-Jul-08 5:42
Matthew Leggett25-Jul-08 5:42 
AnswerRe: how to Pin
Vimalsoft(Pty) Ltd25-Jul-08 6:14
professionalVimalsoft(Pty) Ltd25-Jul-08 6:14 
AnswerRe: how to Pin
dan!sh 25-Jul-08 8:44
professional dan!sh 25-Jul-08 8:44 
AnswerRe: how to Pin
Dalek Dave26-Jul-08 10:37
professionalDalek Dave26-Jul-08 10:37 
QuestionBytes sent and received by my application Pin
Ale.R.NET25-Jul-08 5:14
Ale.R.NET25-Jul-08 5:14 
QuestionGet type of inherited control Pin
Tom Deketelaere25-Jul-08 4:03
professionalTom Deketelaere25-Jul-08 4:03 
AnswerRe: Get type of inherited control [modified] Pin
Jon_Boy25-Jul-08 6:08
Jon_Boy25-Jul-08 6:08 

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.