Click here to Skip to main content
15,887,289 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Vb.Net tlb file Pin
Jon_Boy11-Mar-09 4:21
Jon_Boy11-Mar-09 4:21 
GeneralRe: Vb.Net tlb file Pin
rmedo11-Mar-09 4:23
rmedo11-Mar-09 4:23 
GeneralRe: Vb.Net tlb file Pin
Jon_Boy11-Mar-09 6:55
Jon_Boy11-Mar-09 6:55 
GeneralRe: Vb.Net tlb file Pin
rmedo15-Mar-09 0:55
rmedo15-Mar-09 0:55 
AnswerRe: Vb.Net tlb file Pin
Dave Kreskowiak11-Mar-09 4:24
mveDave Kreskowiak11-Mar-09 4:24 
GeneralRe: Vb.Net tlb file Pin
rmedo11-Mar-09 4:28
rmedo11-Mar-09 4:28 
QuestionOpening user interface from an object instance Pin
Jay Royall11-Mar-09 1:09
Jay Royall11-Mar-09 1:09 
AnswerRe: Opening user interface from an object instance Pin
Dave Kreskowiak11-Mar-09 3:06
mveDave Kreskowiak11-Mar-09 3:06 
Liqz wrote:
is it considered bad practise to open a user interface form from an instance of an object?


If you're talking about a business or data layer object, then yes, it's bad practice. These objects should never put up any kind of user interface. First, it's not their job to do so. Second, it makes those objects only usable in a ASP.NET or Windows Forms application. If you wanted to add a seperate client, such as a mobile web app, to the application, you'd have to rewrite the business or data layer objects to accomodate it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Opening user interface from an object instance Pin
Jay Royall11-Mar-09 3:14
Jay Royall11-Mar-09 3:14 
Questionlinking vb.net2008 and sql database2005 ??? Pin
deezrocks11-Mar-09 0:49
deezrocks11-Mar-09 0:49 
AnswerRe: linking vb.net2008 and sql database2005 ??? Pin
dan!sh 11-Mar-09 2:52
professional dan!sh 11-Mar-09 2:52 
AnswerRe: linking vb.net2008 and sql database2005 ??? Pin
Ashfield11-Mar-09 3:11
Ashfield11-Mar-09 3:11 
QuestionPrint Count of a machine..? Pin
Masood Kochi,SSF11-Mar-09 0:43
Masood Kochi,SSF11-Mar-09 0:43 
AnswerRe: Print Count of a machine..? Pin
dan!sh 11-Mar-09 2:49
professional dan!sh 11-Mar-09 2:49 
QuestionInStr & Mid$ Pin
dec8211-Mar-09 0:24
dec8211-Mar-09 0:24 
AnswerRe: InStr & Mid$ Pin
Alan N11-Mar-09 1:00
Alan N11-Mar-09 1:00 
GeneralRe: InStr & Mid$ Pin
dec8211-Mar-09 1:09
dec8211-Mar-09 1:09 
GeneralRe: InStr & Mid$ Pin
Alan N11-Mar-09 1:30
Alan N11-Mar-09 1:30 
QuestionGarbage Collector query Pin
jugs010111-Mar-09 0:08
jugs010111-Mar-09 0:08 
AnswerRe: Garbage Collector query Pin
Tom Deketelaere11-Mar-09 0:16
professionalTom Deketelaere11-Mar-09 0:16 
GeneralRe: Garbage Collector query Pin
jugs010111-Mar-09 2:09
jugs010111-Mar-09 2:09 
GeneralRe: Garbage Collector query Pin
Tom Deketelaere11-Mar-09 2:22
professionalTom Deketelaere11-Mar-09 2:22 
GeneralRe: Garbage Collector query Pin
Gideon Engelberth11-Mar-09 3:17
Gideon Engelberth11-Mar-09 3:17 
AnswerRe: Garbage Collector query Pin
Luc Pattyn11-Mar-09 2:42
sitebuilderLuc Pattyn11-Mar-09 2:42 
GeneralRe: Garbage Collector query Pin
jugs010111-Mar-09 4:12
jugs010111-Mar-09 4:12 

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.