Release: POP3 Mail-To-Popup |
Author: |
Message: |
Ash_
Senior Member
Posts: 638 Reputation: 31
35 / / –
Joined: Aug 2004
|
O.P. Release: POP3 Mail-To-Popup
i have been working on this program for a while i had a bit of trouble converting to to a plugin so ill upload the exe. basically its a bit annoying right now but what it does it it starts at mail 1 reads it and brings up a popup and you either choose to read it or not to read it, if you hit dont read it exits the program and if you choose read it shows the mesage. when you hit hide email it goes for email number 2, it keeps going until it receives an error which then it takes the email number back one so say if you had 3 emails in your box and it looked for number 4 it would get an error then look for number 3. just hit dont read and it shouldnt bother you. also RUN the config.exe file first to sort out your details. post and bugs or errors you get and how you got them please.
Thank you.
Update : new version
Added :
New Data Splitter (alot easier to read emails)
New layout (sorta)
doesent write your details to a txt file anymore it writes it to the exe or the registry (cant remember)
To Do :
Attachments
Tray Icon
Attachment: POP3.zip (16.98 KB)
This file has been downloaded 203 time(s).
This post was edited on 09-18-2004 at 01:38 PM by Ash_.
|
|
09-13-2004 10:10 AM |
|
|
Purity
Veteran Member
AngelFuck
Posts: 1348 Reputation: 38
34 / / –
Joined: Aug 2004
|
RE: Release: POP3 Mail-To-Popup
dude i hae been waiting for this for a long time!! lol but i dotn really know how to configure it and junk. and i keep getting runtime error(i think u explained that)
|
|
09-13-2004 02:02 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Release: POP3 Mail-To-Popup
quote: Originally posted by Ash_
i had a bit of trouble converting to to a plugin
You can write a separate plugin that launches the EXE.
|
|
09-13-2004 02:22 PM |
|
|
Ash_
Senior Member
Posts: 638 Reputation: 31
35 / / –
Joined: Aug 2004
|
O.P. RE: RE: Release: POP3 Mail-To-Popup
quote: Originally posted by noname22
dude i hae been waiting for this for a long time!! lol but i dotn really know how to configure it and junk. and i keep getting runtime error(i think u explained that)
basically run the config file first. then you type in the pop3 server, i dont think gmail or hotmail have one, but if you go onto google and type "free pop3 email" youll be able to find a siyte. then you get all the details it should have a link somewhere to find the details for the pop3 server. then you type in your username eg "Ash_@freepop3.com" and type your password. you dont need to worry about the mail sending server if you dont want to reply.
i suggest www.bluebottle.com for free pop3.
|
|
09-14-2004 01:55 AM |
|
|
Ash_
Senior Member
Posts: 638 Reputation: 31
35 / / –
Joined: Aug 2004
|
O.P. RE: RE: Release: POP3 Mail-To-Popup
quote: Originally posted by raceprouk
quote: Originally posted by Ash_
i had a bit of trouble converting to to a plugin
You can write a separate plugin that launches the EXE.
i tried that, i kept getting a form1 titlebar come up and it stuffred up the exe. ill keep working on it tho.
|
|
09-14-2004 01:57 AM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Release: POP3 Mail-To-Popup
quote: Originally posted by Ash_
i tried that, i kept getting a form1 titlebar come up and it stuffred up the exe. ill keep working on it tho.
Launch the EXE using a separate thread.
Search MSDN for CreateThread() and _beginthread() to see what I'm talking about.
|
|
09-14-2004 12:28 PM |
|
|
Ash_
Senior Member
Posts: 638 Reputation: 31
35 / / –
Joined: Aug 2004
|
O.P. RE: RE: Release: POP3 Mail-To-Popup
quote: Originally posted by raceprouk
Launch the EXE using a separate thread.
Search MSDN for CreateThread() and _beginthread() to see what I'm talking about.
i tried to create a thread from within the plus dll but couldnt do it and searched the forums and a few people said the had no luck, later on tonight i try it from within the exe. thanks raceprouk.
|
|
09-14-2004 09:51 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Release: POP3 Mail-To-Popup
_beginthread(<fnname>, 0, NULL);
Try that, replacing <fnname> with the name of the function that launches the EXE.
For example:
_beginthread(LaunchEXE, 0, NULL);
will call
void LaunchEXE(void *arg)
Hopefully this shows how _beginthread() works.
|
|
09-15-2004 10:49 AM |
|
|
Ash_
Senior Member
Posts: 638 Reputation: 31
35 / / –
Joined: Aug 2004
|
O.P. RE: Release: POP3 Mail-To-Popup
sorry RP frgot to mention i code in vb the code above is like C++ eh?
ive looked up some shit about threads and ill use them for next version, it says that threads are very unstable in visual basic but ahwell.
|
|
09-15-2004 12:08 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Release: POP3 Mail-To-Popup
If you're using VB, why not try ShellExec()?
|
|
09-15-2004 04:05 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|