Click here to Skip to main content
16,012,223 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Weird memory problem Pin
Dave Kreskowiak15-Oct-07 12:15
mveDave Kreskowiak15-Oct-07 12:15 
Questionfind motherboard id using system.win32 class in vb.net Pin
jayesh l lolariya15-Oct-07 1:26
professionaljayesh l lolariya15-Oct-07 1:26 
AnswerRe: find motherboard id using system.win32 class in vb.net Pin
vidya11015-Oct-07 1:34
vidya11015-Oct-07 1:34 
GeneralRe: find motherboard id using system.win32 class in vb.net Pin
jayesh l lolariya15-Oct-07 21:11
professionaljayesh l lolariya15-Oct-07 21:11 
GeneralRe: find motherboard id using system.win32 class in vb.net Pin
vidya11015-Oct-07 22:59
vidya11015-Oct-07 22:59 
Questioncreate form with a textbox at runtime Pin
sankalp singh15-Oct-07 1:12
sankalp singh15-Oct-07 1:12 
AnswerRe: create form with a textbox at runtime Pin
sankalp singh15-Oct-07 1:15
sankalp singh15-Oct-07 1:15 
AnswerRe: create form with a textbox at runtime Pin
SHatchard15-Oct-07 1:44
SHatchard15-Oct-07 1:44 
You can easily create forms at runtime, eg

Dim frmTest as new form

Set any attributes on that form which you want to, width, height, etc and then you can create the controls

Dim question as new textbox

Set any attributes (width, height, position, anchors, etc) and then add it to the form

frmTest.controls.add(question)

And finally show the form

frmTest.show()

Hope that helps you out a bit
GeneralRe: create form with a textbox at runtime Pin
sankalp singh15-Oct-07 1:50
sankalp singh15-Oct-07 1:50 
Questionhow to use print controls? [modified] Pin
kumareshTMC15-Oct-07 1:12
kumareshTMC15-Oct-07 1:12 
AnswerRe: how to use print controls? Pin
Ajay.k_Singh15-Oct-07 2:31
Ajay.k_Singh15-Oct-07 2:31 
QuestionPerformance issues? Pin
Mr Oizo15-Oct-07 0:20
Mr Oizo15-Oct-07 0:20 
AnswerRe: Performance issues? Pin
Dave Kreskowiak15-Oct-07 6:27
mveDave Kreskowiak15-Oct-07 6:27 
GeneralRe: Performance issues? Pin
Mr Oizo15-Oct-07 23:36
Mr Oizo15-Oct-07 23:36 
QuestionFind Motherboard id using vb.net Pin
jayesh l lolariya15-Oct-07 0:14
professionaljayesh l lolariya15-Oct-07 0:14 
AnswerRe: Find Motherboard id using vb.net Pin
vidya11015-Oct-07 0:53
vidya11015-Oct-07 0:53 
QuestionSetup in 1 file (no msi or CAB) Pin
John Smith 00714-Oct-07 22:31
John Smith 00714-Oct-07 22:31 
AnswerRe: Setup in 1 file (no msi or CAB) Pin
Christian Graus14-Oct-07 22:50
protectorChristian Graus14-Oct-07 22:50 
GeneralRe: Setup in 1 file (no msi or CAB) Pin
John Smith 00714-Oct-07 23:05
John Smith 00714-Oct-07 23:05 
GeneralRe: Setup in 1 file (no msi or CAB) Pin
Christian Graus15-Oct-07 0:09
protectorChristian Graus15-Oct-07 0:09 
GeneralRe: Setup in 1 file (no msi or CAB) Pin
John Smith 00715-Oct-07 0:24
John Smith 00715-Oct-07 0:24 
GeneralRe: Setup in 1 file (no msi or CAB) Pin
SHatchard15-Oct-07 1:35
SHatchard15-Oct-07 1:35 
GeneralRe: Setup in 1 file (no msi or CAB) Pin
John Smith 00711-Nov-07 23:12
John Smith 00711-Nov-07 23:12 
AnswerRe: Setup in 1 file (no msi or CAB) Pin
Vimalsoft(Pty) Ltd14-Oct-07 23:07
professionalVimalsoft(Pty) Ltd14-Oct-07 23:07 
QuestionCell end edit (Data grid) problem! Pin
jensenx14-Oct-07 22:10
jensenx14-Oct-07 22: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.