Search found 4 matches

by PBDragon
Wed Oct 01, 2003 6:05 am
Forum: Tricks 'n' Tips
Topic: Tsunami Demo Database Test Program
Replies: 7
Views: 4838

Blueb, thanks for posting the code.

Looks interesting indeed, I have been considering using either Tsunami or SQLite in a small application I am planning, looks like I couldn't go wrong with either one.
by PBDragon
Mon Jul 14, 2003 6:12 am
Forum: Announcement
Topic: new version of MsgBox Blaster
Replies: 0
Views: 1735

new version of MsgBox Blaster

Hi everyone,

I posted info on my MsgBox Blaster v0.80 earlier this week in Tips N Tricks, this may be a more appropriate forum.

http://forums.purebasic.com/english/viewtopic.php?t=6850

A new version of MsgBox Blaster is available, which includes changes suggested by eps, Num3 and GPI.

a) Cancel ...
by PBDragon
Wed Jul 09, 2003 7:42 pm
Forum: Tricks 'n' Tips
Topic: MsgBox Blaster, an easy way to create MessageRequester code
Replies: 6
Views: 3274

Fred, ebs, Num3 thanks for the feedback!

Fred, great idea. I'll probably add options something like

- All Procedures/Constants
- Optimized Procedures/Constants (which would copy only the procedures/constants used in that specific box)

Ebs, also great ideas. I'll play around with your code and let you know how it works.

Num3, didn't know ...
by PBDragon
Wed Jul 09, 2003 7:57 am
Forum: Tricks 'n' Tips
Topic: MsgBox Blaster, an easy way to create MessageRequester code
Replies: 6
Views: 3274

MsgBox Blaster, an easy way to create MessageRequester code

Hello, new to PureBasic, very impressed with it so far.

Check out my first PureBasic program called MsgBox Blaster, which creates the MessageRequester code. (yeah I know the name is a throwback to VB, but MessageRequester Blaster just doesn't have the same ring to it). Thanks to all on this board ...