Click here to Skip to main content
15,901,001 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MDI form... Pin
manni_n10-Oct-07 2:21
manni_n10-Oct-07 2:21 
GeneralRe: MDI form... Pin
mr_lasseter10-Oct-07 2:51
mr_lasseter10-Oct-07 2:51 
GeneralRe: MDI form... Pin
manni_n10-Oct-07 5:17
manni_n10-Oct-07 5:17 
GeneralRe: MDI form... Pin
mr_lasseter10-Oct-07 5:20
mr_lasseter10-Oct-07 5:20 
GeneralRe: MDI form... Pin
manni_n10-Oct-07 10:39
manni_n10-Oct-07 10:39 
GeneralRe: MDI form... Pin
mr_lasseter10-Oct-07 15:20
mr_lasseter10-Oct-07 15:20 
QuestionHow can I create a tab dynamically? Pin
Big Ralph9-Oct-07 8:55
Big Ralph9-Oct-07 8:55 
AnswerRe: How can I create a tab dynamically? Pin
Patrick Etc.9-Oct-07 10:47
Patrick Etc.9-Oct-07 10:47 
Dim newPage as New TabPage()
newPage.Controls.Add(New WebBrowser())

yourTabControl.TabPages.Add(newPage)


That's about the simplest form of it.







The early bird who catches the worm works for someone who comes in late and owns the worm farm. -- Travis McGee

GeneralRe: How can I create a tab dynamically? Pin
Big Ralph9-Oct-07 18:03
Big Ralph9-Oct-07 18:03 
GeneralRe: How can I create a tab dynamically? Pin
Tom Deketelaere9-Oct-07 22:41
professionalTom Deketelaere9-Oct-07 22:41 
QuestionDateformat! Pin
jensenx9-Oct-07 7:25
jensenx9-Oct-07 7:25 
AnswerRe: Dateformat! Pin
Dave Kreskowiak9-Oct-07 7:34
mveDave Kreskowiak9-Oct-07 7:34 
GeneralRe: Dateformat! Pin
jensenx9-Oct-07 15:16
jensenx9-Oct-07 15:16 
AnswerRe: Dateformat! Pin
GuyThiebaut9-Oct-07 8:23
professionalGuyThiebaut9-Oct-07 8:23 
GeneralRe: Dateformat! Pin
jensenx9-Oct-07 15:19
jensenx9-Oct-07 15:19 
AnswerRe: Dateformat! [modified] Pin
Thomas Krojer10-Oct-07 0:07
Thomas Krojer10-Oct-07 0:07 
Questionvisio org chart shapes are not well formated on its position by using VS.Net Pin
memoboy9-Oct-07 6:22
memoboy9-Oct-07 6:22 
Questiondatabase sql server2000 suspect? [modified] Pin
Phan Van Thao9-Oct-07 5:31
Phan Van Thao9-Oct-07 5:31 
AnswerRe: database sql server2000 suspect? Pin
Dave Kreskowiak9-Oct-07 6:24
mveDave Kreskowiak9-Oct-07 6:24 
AnswerRe: database sql server2000 suspect? Pin
GuyThiebaut9-Oct-07 8:29
professionalGuyThiebaut9-Oct-07 8:29 
Questionchange color of ProgressBar Pin
Sur4u9-Oct-07 5:23
Sur4u9-Oct-07 5:23 
AnswerRe: change color of ProgressBar Pin
Dave Kreskowiak9-Oct-07 6:23
mveDave Kreskowiak9-Oct-07 6:23 
QuestionSockets receive and send Pin
Nasbcn9-Oct-07 5:09
Nasbcn9-Oct-07 5:09 
AnswerRe: Sockets receive and send Pin
Dave Kreskowiak9-Oct-07 6:22
mveDave Kreskowiak9-Oct-07 6:22 
QuestionHow to Accept Parameters in this Situation Pin
Vimalsoft(Pty) Ltd9-Oct-07 4:10
professionalVimalsoft(Pty) Ltd9-Oct-07 4:10 

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.