Search found 141 matches

by KIKI
Wed Aug 18, 2010 6:57 am
Forum: Coding Questions
Topic: how to get data from an excel file?
Replies: 19
Views: 7711

Re: how to get data from an excel file?

PureLeo wrote:Hey srod, I'm trying your COMatePLUS and I'm getting the error when running the excel demo...

I don't have Excel installed, only OpenOffice... is that ok, or I need Excel to run it?
Hi Leo,
There's an example on this forum on how to use Open Office spreadsheets with comate Plus.
by KIKI
Sat Aug 14, 2010 12:00 pm
Forum: Announcement
Topic: ADOmate - use OLE-DB datasources via ADO - (BLOBs added)
Replies: 52
Views: 34127

Re: ADOmate - use OLE-DB datasources via ADO - (BLOBs added)

Since this new Version 2.0.2, i have a strnage problem with an access database
If i test the type of the fields it return me the right type (String) and when i want to access to the content of the fields it return me an error Type mismatch in the method parmameters , this problem wasn't present with ...
by KIKI
Sun Aug 08, 2010 1:26 pm
Forum: Coding Questions
Topic: AES ENCRYPTION
Replies: 4
Views: 1543

AES ENCRYPTION

I want to encrypt a string whiche len is less than 16 character.
With the built-in library the encryption works only if the string is up to 16 character. How can i do for a string less than 16 characters

thanks in advance
by KIKI
Sat Jun 19, 2010 10:39 am
Forum: Announcement
Topic: Droopy's Lib 1.32 x86/x64!
Replies: 39
Views: 20458

Re: Droopy's Lib 1.32 x86/x64!

This version doesn't work with PB 4.50. is it plan an new version ? Thanks
by KIKI
Thu Jun 17, 2010 11:01 pm
Forum: Coding Questions
Topic: Reading Quick Link Launch
Replies: 0
Views: 780

Reading Quick Link Launch

Here is my problem. I want to read the content of a link which is located on quick launch task

XIncludeFile #PB_Compiler_Home+"comate\COMatePLUS.pbi"

#CSIDL_APPDATA = $1A

Global.Comateobject objshell,objFolderItem,objshelllink,objfolder
Global envoiemail.b= #False,internet.b= #False
Global ...
by KIKI
Thu May 27, 2010 6:59 am
Forum: Coding Questions
Topic: Database Problems - MDB library not working any more?
Replies: 4
Views: 1545

Re: Database Problems - MDB library not working any more?

The best way to works with MDB Files is to use COMATE Library. SROD had programmed a special things to use easily it's library. Search it with "COMATE LIBRARY" in this forum and you will be very pleased with this library
by KIKI
Mon Apr 05, 2010 6:33 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 284269

Error when compiling with PB 4.50 Beta 2

Problem encountered with PB 450 beta 2 when compiling

POLINK Errror Unresolved external Symbol 'PB_CallFunctionFast'
POLINK Errror Unresolved external Symbol 'PB_CallFunctionFast2'
POLINK Errror Unresolved external Symbol 'Sys_FreeArray'
POLINK Errror Unresolved external Symbol 'Sys_AllocateArray'
by KIKI
Sat Apr 03, 2010 8:37 pm
Forum: Applications - Feedback and Discussion
Topic: AutoWin UserLibrary
Replies: 47
Views: 37187

Re: AutoWin UserLibrary

Srod,
Purebasic dosen't allows controlling IE or Firefox, it will be very usefull to have these functionality
Thanks
by KIKI
Sat Apr 03, 2010 8:17 am
Forum: Applications - Feedback and Discussion
Topic: AutoWin UserLibrary
Replies: 47
Views: 37187

Re: AutoWin UserLibrary

HI srod,
Did you plan to improve more fuction from autowin ?
Thanks to inform us, because this lib is a great lib
by KIKI
Fri Apr 02, 2010 4:39 pm
Forum: Coding Questions
Topic: Test if a program is in memory
Replies: 2
Views: 1046

Test if a program is in memory

Hi all,
I want to know if a program is launch or not launch in memory and i don't know how to do. Who can help me
Thanks in andavce

P.S This function exist in Droopyb Lib but with the new version 4.50 b2 this function doesn't work
by KIKI
Thu Apr 01, 2010 7:48 am
Forum: Coding Questions
Topic: ComatePlus.pbi and PB 5.50
Replies: 2
Views: 1561

ComatePlus.pbi and PB 5.50

SROD,
When executing Demo_ListingTables.pb I have this error in COMATEPLUS.PBI Ligne 374

Code: Select all

hResult = iPersist\Load(bstr2, 0)
Ligne 374 Type du parametre inconnu : Un string est attendu
Thanks
by KIKI
Thu Mar 18, 2010 3:22 pm
Forum: Coding Questions
Topic: COMATE and Excel
Replies: 1
Views: 931

COMATE and Excel

ExcelObject = COMate_CreateObject("Excel.Application")
If ExcelObject
If ExcelObject\SetProperty("Visible = #True") = #S_OK
ExcelObject\SetProperty("DisplayAlerts = #True")
WorkBook = ExcelObject\GetObjectProperty("Workbooks\Open("+"'"+Fichier1$+"')")
ExcelObject\SetProperty("Columns('B:B ...
by KIKI
Sun Mar 14, 2010 9:41 pm
Forum: The PureBasic Editor
Topic: Code Beautyfier for the IDE (also useful for jaPBe)
Replies: 17
Views: 19657

Re: Code Beautyfier for the IDE (also useful for jaPBe)

Is this beautyfier works well with PB 4.40 ?
And what are the argument to obtain an ident
by KIKI
Wed Feb 24, 2010 6:42 pm
Forum: Coding Questions
Topic: PureBasic and PDFTK.EXE
Replies: 2
Views: 860

Re: PureBasic and PDFTK.EXE

Thanks for the answering.
I use Run program with additinional things.
PDFTK with the same command line works perfectly on windows XP
But like PDFTK is workin in console mode hidden how can i do ?
Thanks
by KIKI
Tue Feb 23, 2010 2:12 pm
Forum: Coding Questions
Topic: PureBasic and PDFTK.EXE
Replies: 2
Views: 860

PureBasic and PDFTK.EXE

Has somone trying to use PDFTK with Windows Vista.
This p
the program fails down when used with Purebasic and works well with command lines