Click here to Skip to main content
16,015,048 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: main menu Pin
JustmeNick16-Jan-07 10:30
JustmeNick16-Jan-07 10:30 
QuestionSetting focus to a cell in a DataGridView Pin
dptalt16-Jan-07 9:59
dptalt16-Jan-07 9:59 
Questioncircle Pin
charchabil0316-Jan-07 8:19
charchabil0316-Jan-07 8:19 
AnswerRe: circle Pin
Dave Kreskowiak16-Jan-07 9:24
mveDave Kreskowiak16-Jan-07 9:24 
GeneralRe: circle Pin
charchabil0316-Jan-07 9:28
charchabil0316-Jan-07 9:28 
GeneralRe: circle Pin
Dave Kreskowiak16-Jan-07 9:32
mveDave Kreskowiak16-Jan-07 9:32 
Questionsequence text boxes name Pin
kendo1716-Jan-07 6:46
kendo1716-Jan-07 6:46 
AnswerRe: sequence text boxes name Pin
Tim Carmichael16-Jan-07 6:54
Tim Carmichael16-Jan-07 6:54 
If I understand your question correctly, you are trying to change the name of a textbox to a name already in use.
If that is the case, change your naming convention: instead of naming them 'textbox1' through 'textbox180', use something like 'txtbox1' through 'txtbox180'.
Since these objects should not already exist, you won't have a problem.

Tim
AnswerRe: sequence text boxes name Pin
Christian Graus16-Jan-07 8:19
protectorChristian Graus16-Jan-07 8:19 
AnswerRe: sequence text boxes name Pin
mtone16-Jan-07 9:49
mtone16-Jan-07 9:49 
QuestionSound alert Pin
charchabil0316-Jan-07 6:36
charchabil0316-Jan-07 6:36 
AnswerRe: Sound alert Pin
Tim Carmichael16-Jan-07 6:57
Tim Carmichael16-Jan-07 6:57 
GeneralRe: Sound alert Pin
charchabil0316-Jan-07 7:00
charchabil0316-Jan-07 7:00 
GeneralRe: Sound alert Pin
Tim Carmichael16-Jan-07 7:21
Tim Carmichael16-Jan-07 7:21 
GeneralRe: Sound alert Pin
charchabil0316-Jan-07 7:45
charchabil0316-Jan-07 7:45 
AnswerRe: Sound alert Pin
Kschuler16-Jan-07 10:40
Kschuler16-Jan-07 10:40 
Questiontext boxes Pin
kendo1716-Jan-07 4:40
kendo1716-Jan-07 4:40 
AnswerRe: text boxes Pin
Dave Kreskowiak16-Jan-07 4:42
mveDave Kreskowiak16-Jan-07 4:42 
AnswerRe: text boxes Pin
shreekar16-Jan-07 17:56
shreekar16-Jan-07 17:56 
QuestionConverting string to integer Pin
johnjsm16-Jan-07 4:32
johnjsm16-Jan-07 4:32 
AnswerRe: Converting string to integer Pin
Dave Kreskowiak16-Jan-07 5:16
mveDave Kreskowiak16-Jan-07 5:16 
GeneralRe: Converting string to integer Pin
johnjsm16-Jan-07 6:05
johnjsm16-Jan-07 6:05 
GeneralRe: Converting string to integer Pin
Dave Kreskowiak16-Jan-07 7:54
mveDave Kreskowiak16-Jan-07 7:54 
GeneralRe: Converting string to integer Pin
johnjsm16-Jan-07 21:44
johnjsm16-Jan-07 21:44 
AnswerRe: Converting string to integer Pin
Marc Soleda16-Jan-07 6:05
Marc Soleda16-Jan-07 6:05 

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.