Click here to Skip to main content
16,005,181 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Fixed path for File Open/Save Dialog.... Pin
CooperWu12-Mar-06 16:09
CooperWu12-Mar-06 16:09 
QuestionJump Focus Pin
Jeeva Jose11-Mar-06 22:58
Jeeva Jose11-Mar-06 22:58 
AnswerRe: Jump Focus Pin
Chatura Dilan12-Mar-06 0:00
Chatura Dilan12-Mar-06 0:00 
Questionerror on using arrray...(not a member of the form) ?? Pin
campbells11-Mar-06 16:25
campbells11-Mar-06 16:25 
AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Guffa11-Mar-06 20:10
Guffa11-Mar-06 20:10 
GeneralRe: error on using arrray...(not a member of the form) ?? Pin
campbells11-Mar-06 20:57
campbells11-Mar-06 20:57 
GeneralRe: error on using arrray...(not a member of the form) ?? Pin
HL_SUB12-Mar-06 0:14
HL_SUB12-Mar-06 0:14 
AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Dave Kreskowiak12-Mar-06 4:04
mveDave Kreskowiak12-Mar-06 4:04 
rompnet wrote:
i was trying to make change on the text from the other form


You should NOT be doing this. In proper OOP and UI design, one form should not be making any modifications to the controls of another. You should be exposing the data on your second form as Public Properties, so any other form that creates this form can retrieve any data it needs and can update it's own controls with that data.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Colin Angus Mackay12-Mar-06 20:14
Colin Angus Mackay12-Mar-06 20:14 
Questionhelp in cut copy .... Pin
zabsmarty11-Mar-06 16:00
zabsmarty11-Mar-06 16:00 
AnswerRe: help in cut copy .... Pin
Chatura Dilan11-Mar-06 23:49
Chatura Dilan11-Mar-06 23:49 
Questionprogress bar Pin
SVb.net11-Mar-06 12:12
SVb.net11-Mar-06 12:12 
AnswerRe: progress bar Pin
Dave Kreskowiak12-Mar-06 4:01
mveDave Kreskowiak12-Mar-06 4:01 
GeneralRe: progress bar Pin
SVb.net12-Mar-06 13:15
SVb.net12-Mar-06 13:15 
GeneralRe: progress bar Pin
Steve Pullan12-Mar-06 13:30
Steve Pullan12-Mar-06 13:30 
QuestionConstraints Pin
SVb.net11-Mar-06 12:04
SVb.net11-Mar-06 12:04 
AnswerRe: Constraints Pin
Dave Kreskowiak12-Mar-06 3:43
mveDave Kreskowiak12-Mar-06 3:43 
GeneralRe: Constraints Pin
SVb.net12-Mar-06 4:06
SVb.net12-Mar-06 4:06 
GeneralRe: Constraints Pin
Dave Kreskowiak12-Mar-06 9:20
mveDave Kreskowiak12-Mar-06 9:20 
GeneralRe: Constraints Pin
SVb.net12-Mar-06 13:23
SVb.net12-Mar-06 13:23 
GeneralRe: Constraints Pin
Dave Kreskowiak12-Mar-06 16:03
mveDave Kreskowiak12-Mar-06 16:03 
QuestionADSI VB.Net Get User and Update Pin
japel11-Mar-06 10:02
japel11-Mar-06 10:02 
AnswerTreating CSV file as a DB Pin
HL_SUB12-Mar-06 0:25
HL_SUB12-Mar-06 0:25 
GeneralThanks but NO, LDAP Queries is where I am stuck. Pin
japel12-Mar-06 10:11
japel12-Mar-06 10:11 
QuestionCalling a child form from an MDI Container Pin
Scott341511-Mar-06 9:04
Scott341511-Mar-06 9:04 

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.