New topic: DialogBox From Vb To Rb
<http://forums.realsoftware.com/viewtopic.php?t=33862> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message jetpr Post subject: DialogBox From Vb To RbPosted: Wed May 19, 2010 12:29 pm Joined: Wed Sep 20, 2006 5:12 pm Posts: 37 Location: Puerto Rico ption Explicit Private Sub DirDialog_Change() 'Set the filelist path to the same path filDialog.Path = DirDialog.Path End Sub Private Sub drvDialog_Change() 'Set the directorylist path to the same drive DirDialog.Path = drvDialog.Drive End Sub Private Sub filDialog_PathChange() 'Show the path in the forms caption Me.Caption = "Dialog Box - [" & filDialog.Path & "]" End Sub where I can find the same instructions that are equibalentes in vb to rb to learn faster or as a map that says i instruction that is the same in vb rb Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
