Search found 4 matches

by theghost
Mon Oct 12, 2009 3:02 pm
Forum: Coding Questions
Topic: Email
Replies: 4
Views: 708

Re: Email

XIncludeFile "COMateplus.pbi"
Define explor1.COMateObject
explor1 = COMate_CreateObject("InternetExplorer.Application")
If explor1
explor1\Invoke("Navigate('www.gmail.com')")
explor1\SetProperty("ToolBar = #true")
explor1\SetProperty("StatusBar = #true")
explor1\SetProperty("Visible = #True ...
by theghost
Mon Oct 12, 2009 12:38 am
Forum: Tricks 'n' Tips
Topic: Simulating HTTP(S) POST
Replies: 18
Views: 15795

Re: Simulating HTTP(S) POST

doesn't work...
by theghost
Sun Oct 11, 2009 11:06 pm
Forum: Coding Questions
Topic: Email
Replies: 4
Views: 708

Re: Email

Or do you mean by having your program fill in the name and password for you?
yes
by theghost
Sun Oct 11, 2009 9:11 pm
Forum: Coding Questions
Topic: Email
Replies: 4
Views: 708

Email

Hello
is there a possibility to open my email account (i'm at gmail) directly from the programm without having to fill my username and password ?

thankd

the ghost