Search found 6 matches

by Mahmoud
Thu Apr 23, 2009 4:05 pm
Forum: Coding Questions
Topic: RTF to HTML using irun.dll but there is error
Replies: 7
Views: 2491

Dear Peace,,,

You right, very thanks for your quick and brilliant replay, Later i tried another rtf file and it worked fine with no problems, so it turned to be an error with the source file name (contains spaces)..

really thanks to you...
by Mahmoud
Thu Apr 23, 2009 3:47 pm
Forum: Coding Questions
Topic: RTF to HTML using irun.dll but there is error
Replies: 7
Views: 2491

Dear Peace,,

Thanks for your replay, i tested ur code, but seems to hav the same error if i remove the #DQUOTE$ before and after the source and destination, and if i keep the #DQUOTE$ it doesn't build the desired HTML file, so i still trying to catch the error...


============
============

Later ...
by Mahmoud
Wed Apr 22, 2009 11:21 pm
Forum: Coding Questions
Topic: RTF to HTML using irun.dll but there is error
Replies: 7
Views: 2491

RTF to HTML using irun.dll but there is error

Dear all,

I'm trying to convert RTF file to HTML file, and after s long search i found a useful library that may help me; which is (irun.dll: http://www.pilotltd.com/index_en.jsp?pagenum=221), then i tested the below code, and it build the HTML file but there is an error, i couldn't understand the ...
by Mahmoud
Sat Mar 21, 2009 12:33 am
Forum: Coding Questions
Topic: How can i AddGadgetItem in MDIGadget using dll
Replies: 23
Views: 4330

How can i AddGadgetItem in MDIGadget using dll

Dear all,

I need to know a method to add a new window (AddGadgetItem) to an exist MDIGadget using function inside a loaded DLL file, i'm new to PureBasic world, so i hope any one can give me a detailed example of what the host file look like and also the DLL function.


Thanks
by Mahmoud
Fri Mar 13, 2009 5:35 am
Forum: Coding Questions
Topic: How could I change mdb password?
Replies: 2
Views: 1022

Your syntax is wrog unless you are simply trying to hack a database... hacking is BAD and frowned upon here!


ALTER DATABASE PASSWORD newpassword oldpassword

ALTER USER user PASSWORD newpassword oldpassword



You have to include the old password in the statement or it won't work!

I don't ...
by Mahmoud
Fri Mar 13, 2009 12:50 am
Forum: Coding Questions
Topic: How could I change mdb password?
Replies: 2
Views: 1022

How could I change mdb password?

Dear All,

I'm new to PureBasic and I decided to develop an application that needs secure database, so i decided to use Access database instead of SQlite, and finally i used the MDB_Lib by Paul Leischow because its easy, but i need to know how to add a user and password to the database, i tried ...