Click here to Skip to main content
15,903,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem in IF statement Pin
Christian Graus2-Oct-09 0:43
protectorChristian Graus2-Oct-09 0:43 
AnswerRe: Problem in IF statement Pin
Luc Pattyn2-Oct-09 2:20
sitebuilderLuc Pattyn2-Oct-09 2:20 
QuestionDataGridView Checkbox - Check Event Pin
jeshra2791-Oct-09 19:44
jeshra2791-Oct-09 19:44 
AnswerRe: DataGridView Checkbox - Check Event Pin
Tom Deketelaere1-Oct-09 22:48
professionalTom Deketelaere1-Oct-09 22:48 
AnswerRe: DataGridView Checkbox - Check Event Pin
decuria7-Dec-10 8:32
decuria7-Dec-10 8:32 
QuestionFTP in vb.net Pin
JollyMansArt1-Oct-09 17:21
JollyMansArt1-Oct-09 17:21 
AnswerRe: FTP in vb.net Pin
Tom Deketelaere1-Oct-09 21:54
professionalTom Deketelaere1-Oct-09 21:54 
AnswerRe: FTP in vb.net Pin
Dave Kreskowiak2-Oct-09 4:00
mveDave Kreskowiak2-Oct-09 4:00 
JollyMansArt wrote:
What I am wanting to do is have 2 simple classes:
Class 1: Upload...
Class 2: Download...


And I want my current project to be written in 5 lines of code. It's just not going to happen. The project requirements dictates the number of classes your should use, not your wishes.


JollyMansArt wrote:
However I need the 2 classes to generate a form to show the user the stages of connection and progression of transmission.


These classes should not show forms at all. Their purpose should be limited to just what their title suggests, uploading and downloading a file. Any information that they need to report should be done through delegates, events and properties.

Why? You're developing this app with Windows Forms in mind. But, say you wanted to use those classes to write a Mobile app. The forms are completely different, so your classes would not be usable in a Mobile app.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionDelegates confusion Pin
Sonhospa1-Oct-09 3:11
Sonhospa1-Oct-09 3:11 
AnswerRe: Delegates confusion Pin
Luc Pattyn1-Oct-09 3:44
sitebuilderLuc Pattyn1-Oct-09 3:44 
GeneralRe: Delegates confusion Pin
Sonhospa1-Oct-09 4:22
Sonhospa1-Oct-09 4:22 
GeneralRe: Delegates confusion Pin
Luc Pattyn1-Oct-09 4:34
sitebuilderLuc Pattyn1-Oct-09 4:34 
QuestionNeed help with Parsing Pin
Hawkster181-Oct-09 3:10
Hawkster181-Oct-09 3:10 
AnswerRe: Need help with Parsing Pin
Luc Pattyn1-Oct-09 3:47
sitebuilderLuc Pattyn1-Oct-09 3:47 
GeneralRe: Need help with Parsing Pin
Hawkster181-Oct-09 3:53
Hawkster181-Oct-09 3:53 
GeneralRe: Need help with Parsing Pin
Hawkster181-Oct-09 3:59
Hawkster181-Oct-09 3:59 
GeneralRe: Need help with Parsing Pin
Luc Pattyn1-Oct-09 4:04
sitebuilderLuc Pattyn1-Oct-09 4:04 
AnswerRe: Need help with Parsing Pin
Dave Kreskowiak1-Oct-09 3:49
mveDave Kreskowiak1-Oct-09 3:49 
GeneralRe: Need help with Parsing Pin
Hawkster181-Oct-09 3:57
Hawkster181-Oct-09 3:57 
GeneralRe: Need help with Parsing Pin
Dave Kreskowiak1-Oct-09 3:59
mveDave Kreskowiak1-Oct-09 3:59 
GeneralRe: Need help with Parsing Pin
Hawkster181-Oct-09 4:04
Hawkster181-Oct-09 4:04 
GeneralRe: Need help with Parsing Pin
Dave Kreskowiak1-Oct-09 4:48
mveDave Kreskowiak1-Oct-09 4:48 
QuestionCopy Fail Pin
Vijjuuu.1-Oct-09 2:21
Vijjuuu.1-Oct-09 2:21 
AnswerRe: Copy Fail Pin
Dave Kreskowiak1-Oct-09 3:43
mveDave Kreskowiak1-Oct-09 3:43 
GeneralRe: Copy Fail Pin
Vijjuuu.1-Oct-09 4:19
Vijjuuu.1-Oct-09 4:19 

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.