I want to create a simple score-card program to calculate the score, and then show the result relating to that score.
Program look like this:
1. How old are you ?
a. < 18 (15 points)
b. 18 - 25 (20 p)
c. 26 - 40 (22p)
d. >40 (12p)
2. Your income ?
a. <10.000 (20p)
b. 11000 - 22000 (25p)
c ...
Search found 6 matches
- Tue Mar 07, 2006 4:29 am
- Forum: Coding Questions
- Topic: simple score-card program
- Replies: 3
- Views: 938
- Sun Dec 11, 2005 9:50 am
- Forum: Coding Questions
- Topic: EXE compliled by PureBASIC and its Security
- Replies: 23
- Views: 3504
THanks
Thanks for all of you ! 
I will try now.

I will try now.
- Sat Dec 10, 2005 2:03 pm
- Forum: Coding Questions
- Topic: EXE compliled by PureBASIC and its Security
- Replies: 23
- Views: 3504
EXE compliled by PureBASIC and its Security
Hi all !
I create a small application using PureBasic. I also make a serial number to unlock that program. But when I try W32DASM to crack my program. I see all the key (all variable, text and everything I hide in my program).
Is there a way to secure my EXE ? I compress it using UPX but it still ...
I create a small application using PureBasic. I also make a serial number to unlock that program. But when I try W32DASM to crack my program. I see all the key (all variable, text and everything I hide in my program).
Is there a way to secure my EXE ? I compress it using UPX but it still ...
- Sat Nov 12, 2005 12:26 pm
- Forum: Coding Questions
- Topic: Fill a ListIcon faster than with AddGadgetItem?
- Replies: 9
- Views: 3921
Splash screen while loading....
Hi all !
I created a small app that load a list of files to ListView at the opening of program. Sometimes, if there are so many files, it will load quite slow and showing the "white screen" at ListView area. I think we have to make a Splash screen waiting for loading finish.
Can you suggest the ...
I created a small app that load a list of files to ListView at the opening of program. Sometimes, if there are so many files, it will load quite slow and showing the "white screen" at ListView area. I think we have to make a Splash screen waiting for loading finish.
Can you suggest the ...
- Tue Aug 30, 2005 3:09 pm
- Forum: Coding Questions
- Topic: Download MMS
- Replies: 2
- Views: 1252
- Tue Aug 30, 2005 4:24 am
- Forum: Coding Questions
- Topic: Download MMS
- Replies: 2
- Views: 1252
Download MMS
PureBasic has a Library to download HTTP. Is there a Lib or something else to download MMS ??