Click here to Skip to main content
15,929,749 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSending Email problem Pin
Meysam Khayatan17-Jan-04 2:17
Meysam Khayatan17-Jan-04 2:17 
QuestionHow a companies develop patches for their application ? Pin
Tridip Bhattacharjee17-Jan-04 1:54
professionalTridip Bhattacharjee17-Jan-04 1:54 
AnswerRe: How a companies develop patches for their application ? Pin
cnurse17-Jan-04 21:30
cnurse17-Jan-04 21:30 
AnswerRe: How a companies develop patches for their application ? Pin
steff kamush20-Jan-04 6:06
steff kamush20-Jan-04 6:06 
Questionhow to find database server like oracle or sqlserver in a network by application developed by vb.net?? Pin
Tridip Bhattacharjee17-Jan-04 1:50
professionalTridip Bhattacharjee17-Jan-04 1:50 
Generalaccessing form member from another form Pin
acecase17-Jan-04 1:06
acecase17-Jan-04 1:06 
GeneralRe: accessing form member from another form Pin
steff kamush20-Jan-04 5:48
steff kamush20-Jan-04 5:48 
GeneralRe: accessing form member from another form Pin
acecase21-Jan-04 3:53
acecase21-Jan-04 3:53 
I'm sorry for not being more specific. You're rite, there is no problem doing that to the form before or when you instantiate it. What I should have been more cleare about was that I needed to access the childforms objects and properties for specific child forms that enheritted from that form and were currently showing. Someone on google helped me out on this though and frankly I am ashamed at how simple it is.
You use DirectCast e.g

DirectCast(me.mdiparent.ActiveMdiChild, _
form2).textBox1.WordWrap = true

to turn wordwrap on for the textbox in the currently active child form of type form2.





2 U.S. coins equal 30 cents and one is NOT a nickle. Hmm..
GeneralSerialising objects which change alot Pin
cnurse17-Jan-04 0:12
cnurse17-Jan-04 0:12 
GeneralRe: Serialising objects which change alot Pin
Colin Angus Mackay17-Jan-04 3:08
Colin Angus Mackay17-Jan-04 3:08 
GeneralRe: Serialising objects which change alot Pin
cnurse17-Jan-04 21:24
cnurse17-Jan-04 21:24 
GeneralRe: Serialising objects which change alot Pin
Colin Angus Mackay18-Jan-04 0:46
Colin Angus Mackay18-Jan-04 0:46 
GeneralRe: Serialising objects which change alot Pin
cnurse18-Jan-04 1:24
cnurse18-Jan-04 1:24 
GeneralRe: Serialising objects which change alot Pin
Ray Cassick19-Jan-04 16:51
Ray Cassick19-Jan-04 16:51 
GeneralRe: Serialising objects which change alot Pin
cnurse20-Jan-04 2:06
cnurse20-Jan-04 2:06 
GeneralH-E-L-P!!! please.... Pin
Anonymous16-Jan-04 21:42
Anonymous16-Jan-04 21:42 
GeneralRe: H-E-L-P!!! please.... Pin
cnurse16-Jan-04 23:56
cnurse16-Jan-04 23:56 
GeneralRe: H-E-L-P!!! please.... Pin
acecase17-Jan-04 0:48
acecase17-Jan-04 0:48 
GeneralRe: H-E-L-P!!! please.... Pin
Anonymous17-Jan-04 3:39
Anonymous17-Jan-04 3:39 
GeneralRe: H-E-L-P!!! please.... Pin
cnurse17-Jan-04 21:44
cnurse17-Jan-04 21:44 
QuestionEvents-Application Idle -Help? Pin
Member 76608416-Jan-04 18:25
Member 76608416-Jan-04 18:25 
AnswerRe: Events-Application Idle -Help? Pin
gpa200021-Jan-04 4:15
gpa200021-Jan-04 4:15 
GeneralRegistry Pin
Jblake0016-Jan-04 4:46
Jblake0016-Jan-04 4:46 
Questionany caller id supporting modem available in india ? Pin
Mohan G16-Jan-04 4:32
Mohan G16-Jan-04 4:32 
AnswerRe: any caller id supporting modem available in india ? Pin
Sarvesvara (BVKS) Dasa28-Mar-04 0:06
Sarvesvara (BVKS) Dasa28-Mar-04 0:06 

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.