Click here to Skip to main content
15,883,838 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Web Explorer Pin
Steven J Jowett16-Mar-07 0:06
Steven J Jowett16-Mar-07 0:06 
QuestionHow to get system temperature,voltage and fans RPM on vb.net 2005 [modified] Pin
Xeqtr15-Mar-07 2:51
Xeqtr15-Mar-07 2:51 
QuestionHow To Make New Form? Pin
Mogtabam15-Mar-07 0:28
Mogtabam15-Mar-07 0:28 
AnswerRe: How To Make New Form? Pin
Tirthadip15-Mar-07 0:53
Tirthadip15-Mar-07 0:53 
GeneralRe: How To Make New Form? Pin
Mogtabam15-Mar-07 3:16
Mogtabam15-Mar-07 3:16 
GeneralRe: How To Make New Form? Pin
Ray Cassick15-Mar-07 7:47
Ray Cassick15-Mar-07 7:47 
AnswerRe: How To Make New Form? Pin
Navneet Hegde15-Mar-07 2:06
Navneet Hegde15-Mar-07 2:06 
AnswerRe: How To Make New Form? Pin
manni_n15-Mar-07 9:27
manni_n15-Mar-07 9:27 
first of all u want to make an MDI parent and child form and u want to access it thru parent form...
first of all make form 1 as parent b making its property as is MDI container as true..
nw put a pic box (optional)
and put a button on it..
add a form make its property as is MDI child as true..
i hope u knw this much
nw in button code..
Dim NewMDIChild As New Form2
'Set the Parent Form of the Child window.
NewMDIChild.MdiParent = Me
'Display the new form.
NewMDIChild.Show()
..
after this i am not getting yr query..
if u have any further query lemme know..

Questionhow to assign integer value in datagrid template column Pin
Member 387988114-Mar-07 23:47
Member 387988114-Mar-07 23:47 
AnswerRe: how to assign integer value in datagrid template column Pin
Marcus J. Smith15-Mar-07 2:41
professionalMarcus J. Smith15-Mar-07 2:41 
Questionvalidation of textoxes... Pin
manni_n14-Mar-07 23:20
manni_n14-Mar-07 23:20 
AnswerRe: validation of textoxes... Pin
The ANZAC14-Mar-07 23:36
The ANZAC14-Mar-07 23:36 
GeneralRe: validation of textoxes... Pin
manni_n15-Mar-07 5:38
manni_n15-Mar-07 5:38 
GeneralRe: validation of textoxes... Pin
TwoFaced15-Mar-07 10:43
TwoFaced15-Mar-07 10:43 
Generalthanks Pin
manni_n15-Mar-07 11:52
manni_n15-Mar-07 11:52 
GeneralRe: thanks Pin
TwoFaced15-Mar-07 12:27
TwoFaced15-Mar-07 12:27 
GeneralRe: thanks Pin
manni_n15-Mar-07 12:45
manni_n15-Mar-07 12:45 
GeneralRe: thanks Pin
TwoFaced15-Mar-07 12:49
TwoFaced15-Mar-07 12:49 
GeneralRe: thanks Pin
manni_n15-Mar-07 12:55
manni_n15-Mar-07 12:55 
GeneralRe: thanks Pin
TwoFaced15-Mar-07 12:59
TwoFaced15-Mar-07 12:59 
Generalperfect... Pin
manni_n15-Mar-07 13:12
manni_n15-Mar-07 13:12 
Generalcheck it... Pin
manni_n15-Mar-07 13:23
manni_n15-Mar-07 13:23 
GeneralRe: check it... [modified] Pin
TwoFaced15-Mar-07 14:07
TwoFaced15-Mar-07 14:07 
GeneralRe: check it... Pin
manni_n16-Mar-07 1:05
manni_n16-Mar-07 1:05 
GeneralRe: check it... Pin
TwoFaced16-Mar-07 6:30
TwoFaced16-Mar-07 6:30 

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.