Click here to Skip to main content
15,923,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do you hide a tabPage within a tabcontrol Pin
rwestgraham9-Sep-05 10:05
rwestgraham9-Sep-05 10:05 
QuestionSorting........ Pin
daviiie7-Sep-05 2:09
daviiie7-Sep-05 2:09 
AnswerRe: Sorting........ Pin
Colin Angus Mackay7-Sep-05 10:42
Colin Angus Mackay7-Sep-05 10:42 
QuestionDisable Insert in Datagrid Pin
Tim Emjay7-Sep-05 1:54
Tim Emjay7-Sep-05 1:54 
AnswerRe: Disable Insert in Datagrid Pin
_mubashir7-Sep-05 5:31
_mubashir7-Sep-05 5:31 
GeneralRe: Disable Insert in Datagrid Pin
Tim Emjay7-Sep-05 6:02
Tim Emjay7-Sep-05 6:02 
QuestionForm TextBox query Pin
directred7-Sep-05 0:59
directred7-Sep-05 0:59 
AnswerRe: Form TextBox query Pin
KaptinKrunch8-Sep-05 8:06
KaptinKrunch8-Sep-05 8:06 
Your on the right track.

'Form1
Textbox1.text = "TEST"

'Create new instance of form 2
Dim frm as new Form2

'Assign the textbox properties
frm.Textbox1.Text = Textbox1.text

'Show the form
frm.ShowDialog
QuestionVB.net Docs in a folder Pin
Anonymous7-Sep-05 0:14
Anonymous7-Sep-05 0:14 
AnswerRe: VB.net Docs in a folder Pin
KaptinKrunch8-Sep-05 7:39
KaptinKrunch8-Sep-05 7:39 
GeneralRe: VB.net Docs in a folder Pin
Anonymous8-Sep-05 21:23
Anonymous8-Sep-05 21:23 
QuestionOpenOffice and sharpdevelop database Pin
spaceturner6-Sep-05 21:28
spaceturner6-Sep-05 21:28 
AnswerRe: OpenOffice and sharpdevelop database Pin
jonathan157-Sep-05 0:49
jonathan157-Sep-05 0:49 
Questionmigrating VB6 app Pin
Marc Soleda6-Sep-05 21:05
Marc Soleda6-Sep-05 21:05 
AnswerRe: migrating VB6 app Pin
rwestgraham7-Sep-05 9:53
rwestgraham7-Sep-05 9:53 
GeneralRe: migrating VB6 app Pin
Marc Soleda7-Sep-05 20:33
Marc Soleda7-Sep-05 20:33 
QuestionHidding a Console window from Task Manager Pin
Chaos Machine6-Sep-05 19:27
Chaos Machine6-Sep-05 19:27 
AnswerRe: Hidding a Console window from Task Manager Pin
KaptinKrunch8-Sep-05 8:16
KaptinKrunch8-Sep-05 8:16 
GeneralRe: Hidding a Console window from Task Manager Pin
Chaos Machine8-Sep-05 12:33
Chaos Machine8-Sep-05 12:33 
QuestionConverting Java Class into the .Net DLL Pin
iamalik6-Sep-05 17:55
professionaliamalik6-Sep-05 17:55 
AnswerRe: Converting Java Class into the .Net DLL Pin
Christian Graus6-Sep-05 18:10
protectorChristian Graus6-Sep-05 18:10 
Questionboolean in SQL Pin
DaveC4269136-Sep-05 11:07
DaveC4269136-Sep-05 11:07 
AnswerRe: boolean in SQL Pin
Christian Graus6-Sep-05 11:39
protectorChristian Graus6-Sep-05 11:39 
GeneralRe: boolean in SQL Pin
DaveC4269137-Sep-05 3:11
DaveC4269137-Sep-05 3:11 
GeneralRe: boolean in SQL Pin
Christian Graus7-Sep-05 12:39
protectorChristian Graus7-Sep-05 12:39 

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.