Die Suche ergab 15 Treffer

von flype
27.03.2007 13:33
Forum: Code, Tipps und Tricks
Thema: Simples Beispiel per COM Windows-Dialoge anzuzeigen
Antworten: 3
Zugriffe: 2128

(very sorry in english)

i think there's should be much more includes in this pack.
if you are agree, i will send you some includes i would like to see your in includepack.

i understood that the includes must respect a standard (EnableExplicit and so...) which is perfect as it is also the way i work.
von flype
27.03.2007 13:29
Forum: Ankündigungen
Thema: iMySQL
Antworten: 7
Zugriffe: 2805

@and51

i think that when working with MySQL the best doc you need is the ones here :

all docs for all versions :
http://dev.mysql.com/doc/#refman

and particularly here (MySQL API) :
http://dev.mysql.com/doc/refman/5.1/en/c-api-function-overview.html

this is how i do.


@tssoft
danke - one ...
von flype
27.03.2007 12:02
Forum: Code, Tipps und Tricks
Thema: Simples Beispiel per COM Windows-Dialoge anzuzeigen
Antworten: 3
Zugriffe: 2128

danke tssoft :allright:
von flype
26.03.2007 22:28
Forum: Ankündigungen
Thema: iMySQL
Antworten: 7
Zugriffe: 2805

danke <)

@and51
doc is always my problem. if i had time... :freak:

@ts-soft

it would be great honour that you include it in your includepack ( i use it - it's a very handy tool ).
von flype
26.03.2007 21:51
Forum: Ankündigungen
Thema: iMySQL
Antworten: 7
Zugriffe: 2805

iMySQL

von flype
04.11.2006 11:21
Forum: Code, Tipps und Tricks
Thema: FormatHTTPDate() & ParseHTTPDate() - HTTP Datumsangaben
Antworten: 8
Zugriffe: 2330

hi,

(sorry in english)

if you need for timezone support (both RFC822 and ISO8601)
you might use this functions :

http://www.purebasic.fr/english/viewtop ... hlight=gmt

:wink:
von flype
30.06.2006 14:33
Forum: Code, Tipps und Tricks
Thema: [PB4] Split() and Join() commands
Antworten: 4
Zugriffe: 2266

yes i see one possibility :

first, we have to 'patch' the builtin command 'StringField()' with a new custom macro.

so, add this code at the top of the above source code and it should work (not tested).

Macro StringField(string, index, separator)
StringFieldEx(string, index, separator)
EndMacro ...
von flype
17.06.2006 03:26
Forum: Allgemein
Thema: Invalid memory acces beim procedurereturn
Antworten: 4
Zugriffe: 734

(sorry in english)

i made a wrapper for PostgreSQL 8.1 for Purebasic 4.0.
you can grab it here :
http://purebasic.forum-gratuit.com/viewtopic.php?t=5075&start=0&postdays=0&postorder=asc&highlight=
http://www.purebasic.fr/english/viewtopic.php?t=21862&start=0&postdays=0&postorder=asc&highlight ...
von flype
15.05.2006 01:11
Forum: Projekte, Ressourcen, Tools
Thema: IDE Tool : SysColor Requester
Antworten: 4
Zugriffe: 1995

hello,

Windows-Theme : Luna 5 from DevianArt
http://www.deviantart.com/deviation/29511577/
:wink:
von flype
03.05.2006 22:23
Forum: Projekte, Ressourcen, Tools
Thema: IDE Tool : SysColor Requester
Antworten: 4
Zugriffe: 1995

( sorry i do not speak german at all :oops: )

color in statusbar ? see the source in the .zip :wink: