Search found 11 matches

by ROUMANET
Wed Dec 14, 2011 3:12 pm
Forum: PureFORM & JaPBe
Topic: PureSMTP library : mail & attachments (AUTH supported)
Replies: 369
Views: 273692

Re: PureSMTP library : mail & attachments (AUTH supported)

Thanks, but I've an other answer that simplify my life : Purebasic 4.60 already include email's functions (sendmail, etc.) :)
No need PureSMTP anymore (in my case).
by ROUMANET
Mon Dec 12, 2011 10:35 pm
Forum: PureFORM & JaPBe
Topic: PureSMTP library : mail & attachments (AUTH supported)
Replies: 369
Views: 273692

Re: PureSMTP library : mail & attachments (AUTH supported)

Hi there !

just to know : is Pure_SMTP lib working on Win7 64 bits ?
On mine, the installer file show me a problem but help file is there... however I can't compile.
I've tried to copy from c:\Program(x86) to c:\Programmes (probably c:\Program files in english but my system is in french). Now it ...
by ROUMANET
Fri Nov 16, 2007 4:18 pm
Forum: Coding Questions
Topic: linked list problem
Replies: 13
Views: 2898

Sorry if the code is long but maybe I missed something that create the bug...

The problem occurs in GrapheStats() at the following line :
Entite()\Cumul = Entite()\Cumul + valeur

Thanks for your help :)
Comments are in French, you could guess my country :wink: sorry...

Procedure GrapheStats ...
by ROUMANET
Fri Nov 16, 2007 3:33 pm
Forum: Coding Questions
Topic: linked list problem
Replies: 13
Views: 2898

Hi there !

is this "bug" still there since PB 4.10 is officialy available ?
I have an application that's impacted and I need (at least) a workaround !!!

My code was working on PB 4.02... :cry:

Thanks :wink:
by ROUMANET
Wed Sep 26, 2007 12:07 pm
Forum: Tricks 'n' Tips
Topic: Context Menu Item Shell Extension example (Windows)
Replies: 36
Views: 24080

An other way to launch a program with selected file (or folder) parameter

Open the Windows Registry editor.
Open the key HKEY_CLASSES_ROOT\Folder\shell
Create a sub-key named Function_name
Create a sub-key beneath that named command
Change the default value to path+program_name "%1"

Your ...
by ROUMANET
Thu Sep 20, 2007 4:08 pm
Forum: Tricks 'n' Tips
Topic: Context Menu Item Shell Extension example (Windows)
Replies: 36
Views: 24080

*oups* the last code give me nothing (even on files or folders).
No compilation error (PB 4, option dll shared) and dll registration is OK...

Sorry I'm Purebasic (and programmer) beginer :oops:
by ROUMANET
Thu Sep 20, 2007 10:33 am
Forum: Tricks 'n' Tips
Topic: Context Menu Item Shell Extension example (Windows)
Replies: 36
Views: 24080

Hi !

I would to do a folder icon changer with Explorer context menu but... your code works only for files and not folder. Could you help me ?

By the way, in place of RequestMessage, could I call a standard form ? How should I pass the path of the folder ? global variable ?

Thanks for any help ...
by ROUMANET
Fri May 27, 2005 10:50 am
Forum: Tricks 'n' Tips
Topic: Removing comments in FreeRADIUS files
Replies: 0
Views: 1060

Removing comments in FreeRADIUS files

Code updated For 5.20+

I was boring to compare very long files for just few commands so I've write a PB Code to remove # commented lines. This program shows how to use two files at the same time (one in read only and the other in write) and string comparison. You're free to use it like you want ...
by ROUMANET
Wed Sep 15, 2004 8:40 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] Better CASE
Replies: 6
Views: 2065

Same request for me

I hope for the same thing... it's just a syntaxic problem, not compiler problem.
by ROUMANET
Fri Aug 27, 2004 2:54 pm
Forum: Tricks 'n' Tips
Topic: Tutorial: How to make TreeGadgets editable...
Replies: 16
Views: 10102

Is still right with 3.91 version of PureBasic

Hi,

I would to know if there is no other since 2002 to edit a ListIconGadget ?

Thanks
David
by ROUMANET
Thu Aug 26, 2004 9:24 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] CopyStructure()
Replies: 20
Views: 7013

Re: CopyStructure()

Karbon wrote:I didn't realize until just now that there is no way to copy a structure (with it's data)..

It'd be nice to have a CopyStructure() and some way to compare whole structures (and the data within).
I would the same thing + WriteStructureFile() and ReadStructureFile() like in Rapidq Basic

Golfy