Click here to Skip to main content
15,903,203 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Vb6 sybntax counterpart of VB.Net. Pin
Eddy Vluggen12-Jun-10 21:49
professionalEddy Vluggen12-Jun-10 21:49 
AnswerRe: Vb6 sybntax counterpart of VB.Net. Pin
Eddy Vluggen12-Jun-10 21:48
professionalEddy Vluggen12-Jun-10 21:48 
QuestionRe: Vb6 sybntax counterpart of VB.Net. Pin
priyamtheone14-Jun-10 6:25
priyamtheone14-Jun-10 6:25 
AnswerRe: Vb6 sybntax counterpart of VB.Net. Pin
Eddy Vluggen14-Jun-10 8:25
professionalEddy Vluggen14-Jun-10 8:25 
QuestionRe: Vb6 sybntax counterpart of VB.Net. Pin
priyamtheone17-Jun-10 5:37
priyamtheone17-Jun-10 5:37 
AnswerRe: Vb6 sybntax counterpart of VB.Net. Pin
Eddy Vluggen17-Jun-10 22:46
professionalEddy Vluggen17-Jun-10 22:46 
QuestionHelp with a code I can't seem to get work Pin
John McMahon11-Jun-10 7:02
John McMahon11-Jun-10 7:02 
AnswerRe: Help with a code I can't seem to get work Pin
Kschuler11-Jun-10 7:29
Kschuler11-Jun-10 7:29 
What is this line supposed to do?
TabControl1.SelectedTab(TabControl1.TabPages.Count - 1)


If you are trying to select a tab, I think you have to use this:
TabControl1.SelectTab(TabControl1.TabPages.Count - 1)

GeneralRe: Help with a code I can't seem to get work Pin
John McMahon11-Jun-10 7:31
John McMahon11-Jun-10 7:31 
GeneralRe: Help with a code I can't seem to get work Pin
John McMahon11-Jun-10 7:33
John McMahon11-Jun-10 7:33 
GeneralRe: Help with a code I can't seem to get work Pin
Wes Aday11-Jun-10 7:41
professionalWes Aday11-Jun-10 7:41 
GeneralRe: Help with a code I can't seem to get work Pin
John McMahon11-Jun-10 7:42
John McMahon11-Jun-10 7:42 
QuestionStop formatting of datagridview cell [solved] Pin
chrispowell1234511-Jun-10 1:01
chrispowell1234511-Jun-10 1:01 
AnswerRe: Stop formatting of datagridview cell Pin
Wayne Gaylard11-Jun-10 1:30
professionalWayne Gaylard11-Jun-10 1:30 
GeneralRe: Stop formatting of datagridview cell Pin
chrispowell1234511-Jun-10 3:01
chrispowell1234511-Jun-10 3:01 
GeneralRe: Stop formatting of datagridview cell Pin
Wayne Gaylard11-Jun-10 3:34
professionalWayne Gaylard11-Jun-10 3:34 
GeneralRe: Stop formatting of datagridview cell Pin
chrispowell1234511-Jun-10 5:11
chrispowell1234511-Jun-10 5:11 
GeneralRe: Stop formatting of datagridview cell Pin
Luc Pattyn11-Jun-10 6:40
sitebuilderLuc Pattyn11-Jun-10 6:40 
GeneralRe: Stop formatting of datagridview cell Pin
Wayne Gaylard11-Jun-10 16:53
professionalWayne Gaylard11-Jun-10 16:53 
GeneralRe: Stop formatting of datagridview cell Pin
Luc Pattyn11-Jun-10 17:15
sitebuilderLuc Pattyn11-Jun-10 17:15 
GeneralRe: Stop formatting of datagridview cell Pin
chrispowell1234513-Jun-10 22:30
chrispowell1234513-Jun-10 22:30 
GeneralRe: Stop formatting of datagridview cell Pin
Wayne Gaylard14-Jun-10 20:22
professionalWayne Gaylard14-Jun-10 20:22 
AnswerRe: Stop formatting of datagridview cell Pin
ddecoy11-Jun-10 1:31
ddecoy11-Jun-10 1:31 
GeneralRe: Stop formatting of datagridview cell Pin
ddecoy11-Jun-10 1:32
ddecoy11-Jun-10 1:32 
AnswerRe: Stop formatting of datagridview cell Pin
Luc Pattyn11-Jun-10 3:40
sitebuilderLuc Pattyn11-Jun-10 3:40 

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.