Click here to Skip to main content
15,913,587 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Error Concurrency Violation... Pin
CCG319-Apr-07 9:26
CCG319-Apr-07 9:26 
GeneralRe: Error Concurrency Violation... Pin
CCG320-Apr-07 17:01
CCG320-Apr-07 17:01 
QuestionPassing Datagrid parameters to Crystal Reports Pin
Central_IT19-Apr-07 3:58
Central_IT19-Apr-07 3:58 
AnswerRe: Passing Datagrid parameters to Crystal Reports Pin
Tarakeshwar Reddy19-Apr-07 4:33
professionalTarakeshwar Reddy19-Apr-07 4:33 
GeneralRe: Passing Datagrid parameters to Crystal Reports Pin
Central_IT19-Apr-07 4:39
Central_IT19-Apr-07 4:39 
GeneralRe: Passing Datagrid parameters to Crystal Reports Pin
Tarakeshwar Reddy19-Apr-07 4:46
professionalTarakeshwar Reddy19-Apr-07 4:46 
QuestionNeed help to make pop3 server Pin
dmid19-Apr-07 3:51
dmid19-Apr-07 3:51 
AnswerRe: Need help to make pop3 server Pin
Dave Kreskowiak19-Apr-07 4:54
mveDave Kreskowiak19-Apr-07 4:54 
dmid wrote:
plisss i want to make it using visual basic 6


That's probably going to kill off any volunteers. VB6 is quite old and isn't supported by Microsoft anymore. I haven't used it in about 6 years, since .NET came out.

The biggest problem you're going to have is that you need to write a HTTP client into your server that can parse and handle the web page your getting the mail from. The issue is when that web page changes, it'll pretty much destroy all the work you put into parsing the existing page.

You'll also have to handle paging on that page, where the number of emails exceed a certain number. You'll have to handle removing messages from the server and downloading images in the emails and downloading attachments.

And that doesn't even touch the POP3 side of your server.

The bottom line is this is NOT going to be any easy project. It'll probably take you about as long to write it as it'll take for your web-based email service to change the page layout on you! Or, even move the thing to a Java-based application, forcing you to completely scrap what you're doing anyway.

Today, most email providers have both SMTP/POP3 and a web-based client. So why all the work for something that's more-than-likely a redundent application?



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


Questionkeydown Pin
eagertolearn19-Apr-07 3:29
eagertolearn19-Apr-07 3:29 
AnswerRe: keydown Pin
Dave Kreskowiak19-Apr-07 3:39
mveDave Kreskowiak19-Apr-07 3:39 
GeneralRe: keydown Pin
eagertolearn19-Apr-07 4:28
eagertolearn19-Apr-07 4:28 
GeneralRe: keydown Pin
Dave Kreskowiak19-Apr-07 4:32
mveDave Kreskowiak19-Apr-07 4:32 
GeneralRe: keydown Pin
eagertolearn19-Apr-07 5:26
eagertolearn19-Apr-07 5:26 
QuestionCalling Dll C++ functions from Visual Basic 6 Pin
Kiske19-Apr-07 3:00
Kiske19-Apr-07 3:00 
AnswerRe: Calling Dll C++ functions from Visual Basic 6 Pin
Dave Kreskowiak19-Apr-07 3:37
mveDave Kreskowiak19-Apr-07 3:37 
GeneralRe: Calling Dll C++ functions from Visual Basic 6 Pin
Kiske19-Apr-07 3:54
Kiske19-Apr-07 3:54 
GeneralRe: Calling Dll C++ functions from Visual Basic 6 Pin
Dave Kreskowiak19-Apr-07 4:41
mveDave Kreskowiak19-Apr-07 4:41 
QuestionGraphics in VB Pin
Kumaran21cen19-Apr-07 2:46
Kumaran21cen19-Apr-07 2:46 
AnswerRe: Graphics in VB Pin
Dave Kreskowiak19-Apr-07 4:43
mveDave Kreskowiak19-Apr-07 4:43 
Questionstill cant do it(add to database) Pin
peteyshrew19-Apr-07 2:22
peteyshrew19-Apr-07 2:22 
AnswerRe: still cant do it(add to database) Pin
peteyshrew19-Apr-07 2:32
peteyshrew19-Apr-07 2:32 
GeneralRe: still cant do it(add to database) Pin
Dave Kreskowiak19-Apr-07 3:31
mveDave Kreskowiak19-Apr-07 3:31 
GeneralRe: still cant do it(add to database) Pin
Psycho-*Coder*-Extreme22-Apr-07 8:36
Psycho-*Coder*-Extreme22-Apr-07 8:36 
AnswerRe: still cant do it(add to database) Pin
klaydze19-Apr-07 3:19
klaydze19-Apr-07 3:19 
QuestionASP.NET Connection with sql server 2005. Pin
Sujit Mandal19-Apr-07 2:02
Sujit Mandal19-Apr-07 2:02 

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.