Click here to Skip to main content
16,004,890 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Colin Angus Mackay22-Dec-06 9:29
Colin Angus Mackay22-Dec-06 9:29 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Christian Graus22-Dec-06 10:20
protectorChristian Graus22-Dec-06 10:20 
QuestionTabcontrol and textbox.textchanged Pin
Chuck Easter22-Dec-06 4:40
Chuck Easter22-Dec-06 4:40 
AnswerRe: Tabcontrol and textbox.textchanged Pin
Dave Kreskowiak22-Dec-06 7:23
mveDave Kreskowiak22-Dec-06 7:23 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Chuck Easter22-Dec-06 8:05
Chuck Easter22-Dec-06 8:05 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Dave Kreskowiak22-Dec-06 8:59
mveDave Kreskowiak22-Dec-06 8:59 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Chuck Easter22-Dec-06 10:02
Chuck Easter22-Dec-06 10:02 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Dave Kreskowiak22-Dec-06 10:13
mveDave Kreskowiak22-Dec-06 10:13 
Hmmmm....I'd ask you if you put up any code in the TabIndexChanged or Selected events of the TabControl, but I doubt it.

What's on the last tab page? What controls? Any validation controls? List all the controls on that tab and what events your handling. Events just don't fire on their own, even the buggy ones! Big Grin | :-D

I'd make a backup copy of your project files, then delete the last TabPage. You can select all of the controls on that tab than copy them to the clipboard first. Paste the controls, or drag and drop new ones back into the TabPage. If you need to recreate the code for those controls, you can open up the backup copy of the form's class file (*.vb) and copy the code from the backup.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Tabcontrol and textbox.textchanged Pin
Chuck Easter22-Dec-06 10:59
Chuck Easter22-Dec-06 10:59 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Dave Kreskowiak22-Dec-06 12:23
mveDave Kreskowiak22-Dec-06 12:23 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Chuck Easter26-Dec-06 3:14
Chuck Easter26-Dec-06 3:14 
QuestionDear all Pin
indian14322-Dec-06 2:39
indian14322-Dec-06 2:39 
AnswerRe: Dear all Pin
Dave Kreskowiak22-Dec-06 2:56
mveDave Kreskowiak22-Dec-06 2:56 
AnswerRe: Dear all Pin
Kschuler22-Dec-06 4:52
Kschuler22-Dec-06 4:52 
QuestionDear all Pin
indian14322-Dec-06 2:24
indian14322-Dec-06 2:24 
AnswerRe: Dear all Pin
Dave Kreskowiak22-Dec-06 2:55
mveDave Kreskowiak22-Dec-06 2:55 
AnswerRe: Dear all Pin
Christian Graus22-Dec-06 8:24
protectorChristian Graus22-Dec-06 8:24 
AnswerRe: Storing a name Pin
namrtihdsdsedwde22-Dec-06 2:22
namrtihdsdsedwde22-Dec-06 2:22 
GeneralRe: Storing a name Pin
harveyhanson22-Dec-06 2:23
harveyhanson22-Dec-06 2:23 
GeneralRe: Storing a name Pin
Kschuler22-Dec-06 4:36
Kschuler22-Dec-06 4:36 
GeneralRe: Storing a name Pin
harveyhanson2-Jan-07 4:33
harveyhanson2-Jan-07 4:33 
QuestionTo hardware details about client machine using Vb6.0 Pin
jamesrajesh21-Dec-06 20:40
jamesrajesh21-Dec-06 20:40 
AnswerRe: To hardware details about client machine using Vb6.0 Pin
Dave Kreskowiak22-Dec-06 3:03
mveDave Kreskowiak22-Dec-06 3:03 
QuestionDear all Pin
indian14321-Dec-06 20:22
indian14321-Dec-06 20:22 
QuestionCode Snippets Pin
The ANZAC21-Dec-06 15:50
The ANZAC21-Dec-06 15:50 

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.