Search found 22 matches

by Krisko
Tue Nov 30, 2010 4:36 pm
Forum: Coding Questions
Topic: Question about Boot ?
Replies: 2
Views: 828

Question about Boot ?

Hello guys, I wondered is it possible to make a bootable program with PB? I mean console app or app with GUI. Something like OS but way much simple. I've searched the forum but didn't find asnwer to my question. So if some one can help me I'll be very grateful. :wink:
by Krisko
Sun Sep 19, 2010 10:53 pm
Forum: Coding Questions
Topic: Draw Progressbar
Replies: 11
Views: 2527

Re: Draw Progressbar

Well this is what I want basically. Just something to begin with. Because drawing is a little bit hard for me yet.Thanks for the code :)
by Krisko
Sun Sep 19, 2010 10:28 pm
Forum: Coding Questions
Topic: Draw Progressbar
Replies: 11
Views: 2527

Draw Progressbar

Hello everyone. I want to please you for some help. Can some one help me with progressbar drawing. I want some simple example. How can I draw my own progress bar :?
by Krisko
Tue Aug 17, 2010 12:06 am
Forum: Coding Questions
Topic: File crypting
Replies: 1
Views: 818

Re: File crypting

Oh I find my answer here at last :D I'll give you link if someone else need smth. like this http://www.purebasic.fr/english/viewtop ... 12&t=43118
by Krisko
Mon Aug 16, 2010 11:39 pm
Forum: Coding Questions
Topic: File crypting
Replies: 1
Views: 818

File crypting

Hi guys. I've tried to crypt file with AES and to decrypted back but I couldn't do nothing. Can some one help me with AES file encryption and decryption :?
by Krisko
Sun Aug 08, 2010 10:04 pm
Forum: Coding Questions
Topic: AES ENCRYPTION
Replies: 4
Views: 1509

Re: AES ENCRYPTION

Ok I have a question If I encrypt some string and write it down in some txt file for example. After this how to decrypt it. When I try, I read the file and use the AESdecrypt but nothing's happen or the decrypted text is not the text that I've encrypted before this. :?
by Krisko
Thu Aug 05, 2010 6:02 pm
Forum: Coding Questions
Topic: Resource Question
Replies: 1
Views: 562

Resource Question

Hi all I want to ask you smth about resources. Let's say that I have a program with 2 buttons.
1-Open
2-Save
And when I press the Save button, then then program will input in it's resources a simple txt file for example. And when I press the Open button than the program will open all files in the ...
by Krisko
Mon Jul 26, 2010 11:08 pm
Forum: Coding Questions
Topic: AES problem
Replies: 4
Views: 927

Re: AES problem

Damn you are the man THANK you a lot AGAIN :mrgreen:
by Krisko
Mon Jul 26, 2010 5:41 pm
Forum: Coding Questions
Topic: AES problem
Replies: 4
Views: 927

AES problem

Hi everybody. I have a little problem with the AES in PB. I know it is great for encoding. But when I use the example which is in the help file of PB I have a little problem. When I try to encode a string which is less than 16 characters, nothing is happen. Why it's happen like that. When I try to ...
by Krisko
Sat Jul 24, 2010 11:32 am
Forum: Coding Questions
Topic: Listgadget Question
Replies: 4
Views: 1185

Re: Listgadget Question

Thanks man :) 8)
by Krisko
Sat Jul 24, 2010 10:07 am
Forum: Coding Questions
Topic: Listgadget Question
Replies: 4
Views: 1185

Listgadget Question

Hi all I want to ask you if I have a listicongadget with two columns. The first is username and the second is password. How can I make the data in the second column to be hidden with something like #PB_String_Password, but only the second column. I'll be very grateful to your help :)
by Krisko
Wed Jul 21, 2010 11:35 pm
Forum: Coding Questions
Topic: Read large file in small bytes
Replies: 4
Views: 1604

Re: Read large file in small bytes

10x :)
by Krisko
Wed Jul 21, 2010 10:08 pm
Forum: Coding Questions
Topic: Read large file in small bytes
Replies: 4
Views: 1604

Re: Read large file in small bytes

Oh thank you very much but how can I combine splited files back in one file after I separete them in parts :?
by Krisko
Tue Jul 20, 2010 8:42 pm
Forum: Coding Questions
Topic: Read large file in small bytes
Replies: 4
Views: 1604

Read large file in small bytes

Hi all I'm wondering if I have a large file for example a file that is 5gb large. Can I read it and write it in small bytes (e.g. a byte that is 100mb large) and how can I make this ? Thank you :)
by Krisko
Sun Jul 18, 2010 3:55 pm
Forum: Mac OSX
Topic: Using PopUpMenus
Replies: 13
Views: 6063

Re: Using PopUpMenus

I want to ask you how can I use popup menu only in a specific gadget. I mean if in my form I have listicon gadget I want to have popup menu only in this gadget :? Thank you :)