Search found 29 matches

by hm
Mon May 18, 2009 4:30 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588317

ok i have to post example code. here it is.

project:
PureFORM_Project_Begin
Project¶ak
Window¶1¶#Window_Main¶13500416¶#PB_Window_SystemMenu|#PB_Window_SizeGadget|#PB_Window_MinimizeGadget|#PB_Window_TitleBar¶AK¶416¶58¶700¶525¶1¶300¶400¶0¶0¶0¶0¶-1¶1¶¶\6¸¸1·\7¸¸2·\8¸¸3·\9¸¸3·\1¸¸5·\2¸¸6·\9¸¸4·\B¸¸4 ...
by hm
Mon May 18, 2009 1:13 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588317

I just recently discovered this piece of gold. Nice work.

But there seems to be a bug in the generated code for PureBasic v4.30, using "PureFORM 1.99 build 365" and option "Generate PB4 compatible code":

Create a window containing a PanelGadget with two tabs and some controls on the tabs. In the ...
by hm
Thu May 07, 2009 1:49 am
Forum: Tricks 'n' Tips
Topic: [Windows] WebGadget download control: block scripts,java,img
Replies: 9
Views: 19749

[Windows] WebGadget download control: block scripts,java,img

After reading MSDN and many examples on the web I am finally ready to present an example of WebGadget customization.

This example shows how you can block images, videos, background sounds, script execution, java, activex, ... in a WebGadget. Look at MSDN for the whole list.

It is based heavily on ...
by hm
Fri May 01, 2009 10:30 pm
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 229115

srod wrote:@hm : I adjusted the web-gadget demo to use this new function which works by manually trawling the registry. It seems to be quite fast though.

I do need someone to test on XP if possible! :wink:
WebGadget demo v1.0.3 works perfectly on Windows XP Media Center Edition german. Thanks again :)
by hm
Thu Apr 30, 2009 12:39 am
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 229115

[supply IID, not 'friendly name']

That is perfectly acceptable for me. The new demo works great.

fyi. Small thing that i saw when comparing v1.0.1 and v1.0.2 COMatePLUS.pbi: Line 1565 still contains a "Debug 77" statement which is not commented out.

Many thanks again, srod, PureBasic COM wizard ...
by hm
Wed Apr 29, 2009 10:38 pm
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 229115

srod wrote:Okay I have it working okay.

Let me tidy up the code and then upload a new version of COMatePLUS.
Thank you very much for the quick response and for your work on COMatePLUS.
I am looking forward to use the new version.
by hm
Wed Apr 29, 2009 8:21 pm
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 229115

I am trying to catch WebGadget events from DWebBrowserEvents2 interface, for example the BeforeNavigate2 and NewWindow3 events, using COMate PLUS 1.0.1.

The following code does catch events but not the events mentioned above. :(


; test_COMate_WebGadget_events.pb

XIncludeFile "COMatePLUS.pbi ...
by hm
Wed Apr 29, 2009 6:48 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Longer timeout for debugger
Replies: 21
Views: 8412

Me too, I vote for "customizable timeout" due to my old hardware.
Most of the time five seconds are enough for my system but some times the error does occur. Chance gets worse if many applications are running and/or working in the background.
by hm
Thu Dec 23, 2004 1:58 pm
Forum: General Discussion
Topic: RAD IDE for PB?
Replies: 5
Views: 2025

since PB does not support object oriented programming natively, there is no object oriented IDE for PB.

you could however try PBDev, an ide with form designer.
by hm
Wed Oct 13, 2004 7:14 pm
Forum: Tricks 'n' Tips
Topic: samurize plugin skeleton
Replies: 0
Views: 1458

samurize plugin skeleton

Code updated For 5.20+

hi,
this is some quick conversion of the powerbasic examples found in the samurize forum ( link ).
please use the samurize website for asking questions related to samurize like "how to use samurize plugins".

tested on pb3.91 and ss1.55


; this code is released to the ...
by hm
Mon May 03, 2004 6:31 pm
Forum: General Discussion
Topic: window xp shells in pb?
Replies: 2
Views: 1335

Re: window xp shells in pb?

i was wonder could you do somthing like this in pb?
this could probably be done in purebasic. there are many explorer shell replacements that are open source. i remember installshield having some problems with the alternative shells until a litestep plugin was released to solve these problems ...
by hm
Thu Apr 15, 2004 1:45 am
Forum: General Discussion
Topic: How do I get a MX Server name ...
Replies: 28
Views: 7607

ah i think i'm getting it. i send my outgoing mail to the smtp server of my mail service provider. the smtp server of my provider sends the mail to the smtp server of the recipient's provider. if this is true, then the sending smtp server still would have to get the recipients smtp server - same ...
by hm
Wed Apr 14, 2004 5:54 pm
Forum: General Discussion
Topic: COM
Replies: 7
Views: 3640

i think this hasn't been done yet. i gave up implementing a COM object in purebasic due to lack of COM and assembler knowledge.
perhaps it would help to port the MASM examples of COM objects from www.japheth.de to FASM and use inline asm in purebasic. or send your FASM ports to Fred and ask him to ...
by hm
Wed Apr 14, 2004 5:42 pm
Forum: General Discussion
Topic: How do I get a MX Server name ...
Replies: 28
Views: 7607

i think implementing a "smtp-server in purebasic" would be a big task. but it would circumvent the ISP's blocking of SMTP ports since it communicates directly to the pop3 server. am i wrong?
on the other hand i don't know if ISP's are also blocking ports for communication between pop3 and smtp ...
by hm
Wed Apr 14, 2004 2:25 am
Forum: General Discussion
Topic: How do I get a MX Server name ...
Replies: 28
Views: 7607

would a solution perhaps be the implementation of a smtp-server in purebasic? so you wouldn't have to use a smtp-server on the net but use the local smtp-server of your program on the customers machine.

perhaps there is some worm's source code around where you can rip off and convert to pure the ...