Click here to Skip to main content
15,909,530 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAbout Graphics.BeginContainer Pin
tczhang21-Apr-06 10:14
tczhang21-Apr-06 10:14 
QuestionMSCluster - Determine Active Node Pin
daCodeDummieMaster21-Apr-06 2:33
daCodeDummieMaster21-Apr-06 2:33 
AnswerRe: MSCluster - Determine Active Node Pin
Dave Kreskowiak21-Apr-06 3:37
mveDave Kreskowiak21-Apr-06 3:37 
QuestionMDI Programm and variables Pin
Mega121-Apr-06 1:51
Mega121-Apr-06 1:51 
AnswerRe: MDI Programm and variables Pin
sathish s21-Apr-06 2:14
sathish s21-Apr-06 2:14 
AnswerRe: MDI Programm and variables Pin
Dave Kreskowiak21-Apr-06 3:03
mveDave Kreskowiak21-Apr-06 3:03 
GeneralRe: MDI Programm and variables [OT sort of] Pin
Jim Matthews21-Apr-06 4:20
Jim Matthews21-Apr-06 4:20 
GeneralRe: MDI Programm and variables [OT sort of] Pin
mr_1234521-Apr-06 4:34
mr_1234521-Apr-06 4:34 
It is always a good idea to separate your GUI from your business objects (in this case user would be one). Think OOP it gives you more flexibility.

Think if you had a project that was done in windows forms and you got a new requirement to create a web front end. If you create global variables in your forms you will have to duplicate this logic in your web page. If this was a class in an external dll (which all business objects should be in a separate project) , all you would have to do is reference the dll in the web project and the functonality is there.

Hope this helps.

Mike Lasseter
GeneralRe: MDI Programm and variables [OT sort of] Pin
Dave Kreskowiak21-Apr-06 5:37
mveDave Kreskowiak21-Apr-06 5:37 
QuestionPrintDocument Pin
ExRaptor21-Apr-06 0:37
ExRaptor21-Apr-06 0:37 
AnswerRe: PrintDocument Pin
Duncan Edwards Jones21-Apr-06 1:44
professionalDuncan Edwards Jones21-Apr-06 1:44 
QuestionRun multiple files in media player Pin
swapnil_n_p21-Apr-06 0:29
swapnil_n_p21-Apr-06 0:29 
AnswerRe: Run multiple files in media player Pin
Dave Kreskowiak21-Apr-06 3:02
mveDave Kreskowiak21-Apr-06 3:02 
Questionscreen resolution Pin
Paritos20-Apr-06 23:15
Paritos20-Apr-06 23:15 
AnswerRe: screen resolution Pin
Dave Kreskowiak21-Apr-06 3:00
mveDave Kreskowiak21-Apr-06 3:00 
QuestionEndOfStream in BinaryReader Pin
Yuvi Panda20-Apr-06 21:38
Yuvi Panda20-Apr-06 21:38 
AnswerRe: EndOfStream in BinaryReader Pin
Dave Kreskowiak21-Apr-06 2:57
mveDave Kreskowiak21-Apr-06 2:57 
NewsRe: EndOfStream in BinaryReader Pin
Yuvi Panda21-Apr-06 16:39
Yuvi Panda21-Apr-06 16:39 
GeneralRe: EndOfStream in BinaryReader Pin
mafaz32130-Aug-09 23:01
professionalmafaz32130-Aug-09 23:01 
QuestionVB's chr() equivalent in vc++ Pin
vanip20-Apr-06 21:23
vanip20-Apr-06 21:23 
AnswerRe: VB's chr() equivalent in vc++ Pin
Danilo Corallo20-Apr-06 22:07
Danilo Corallo20-Apr-06 22:07 
AnswerRe: VB's chr() equivalent in vc++ Pin
John R. Shaw20-Apr-06 22:12
John R. Shaw20-Apr-06 22:12 
Questiondisplaying the matching records while user types. Pin
uglyeyes20-Apr-06 21:00
uglyeyes20-Apr-06 21:00 
AnswerRe: displaying the matching records while user types. Pin
CWIZO22-Apr-06 0:34
CWIZO22-Apr-06 0:34 
QuestionURGENT PLZ||||| Pin
Aayush Singh20-Apr-06 20:36
Aayush Singh20-Apr-06 20:36 

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.