Search found 9 matches

by fonkfonk
Sun Jan 04, 2009 4:19 am
Forum: Coding Questions
Topic: Newby prob. : how can I display an email before sending it ?
Replies: 3
Views: 901

Thanks for this workaround, Joakim, but I was wondering if createmail would allow such an option ...

Regards,

Pierre
by fonkfonk
Sun Jan 04, 2009 1:11 am
Forum: Coding Questions
Topic: Newby prob. : how can I display an email before sending it ?
Replies: 3
Views: 901

Newby prob. : how can I display an email before sending it ?

Hello,

I need to create a prog for my job that would ask a few informations for email creation (recipients, object, email body and attachment) but I need to display it in my email client (should be Outlook 2003) before sending it.

I didn't find this kind of information in the help file. I use ...
by fonkfonk
Wed Mar 24, 2004 6:46 pm
Forum: Off Topic
Topic: does someone know VBScript?
Replies: 7
Views: 2303

Well, is it worth "playing that game" (programming with Vbscript ) ?

As Helpy stressed it, VB script should'nt be used as a programming language (IMHO, any script kiddy would enjoy messing around with a PC where VB Script runs ...).

I'm not even sure that a proxy can be a good protection against ...
by fonkfonk
Fri Mar 19, 2004 10:52 pm
Forum: Coding Questions
Topic: Windows version compatibility
Replies: 2
Views: 1006

Windows version compatibility

Hello,

I plan to migrate my computer from W98SE to XP.

Will my project work on W95, 98, ME, 2000, XP ?

I already know, that, depending on the OS my programs will run, I should uncheck the XP skin support before compiling them

Thanks for any answer.

Pierre
by fonkfonk
Sun Dec 21, 2003 2:53 pm
Forum: Game Programming
Topic: Controlling Force Feedback
Replies: 1
Views: 1587

Controlling Force Feedback

Does anyone here knows how to program the force feedback function ?

I guest there's should be something about it in the Direct X API, but I don't know where and how to use it in purebasic ... :cry:

Any idea ?

Pierre
by fonkfonk
Tue Oct 28, 2003 5:09 pm
Forum: Coding Questions
Topic: How to get a list of links in a web page ?
Replies: 4
Views: 1935

Well, it seems that plouf and I agree on the same idea ...
And this is more easy for me ! :roll:

Thanks all for taking the time to find a solution !

Regards,

Pierre
by fonkfonk
Mon Oct 27, 2003 7:54 pm
Forum: Coding Questions
Topic: How to get a list of links in a web page ?
Replies: 4
Views: 1935

How to get a list of links in a web page ?

Hello,

I'm planing to create a prog that would allow to generate a list of links in a webpage.

I assume I would have to download the page and then parse the <a href=""></a> lines.

Is there a way to recursevely read all the links "on line" (I found nothing for this particular purpose ...
by fonkfonk
Mon Oct 06, 2003 12:08 pm
Forum: Coding Questions
Topic: Maybe already asked ...
Replies: 10
Views: 5138

Perfect !

Thank you !

Pierre
by fonkfonk
Mon Oct 06, 2003 10:54 am
Forum: Coding Questions
Topic: Maybe already asked ...
Replies: 10
Views: 5138

Maybe already asked ...

Hello,

I'm desperately looking for a way to add a print function in a webgadget; I've read that we can use javascript to ad a button in the document itself, but how can we print any web page, when loaded ?

Thanks for any answer.

Pierre