Search found 126 matches

by ..::Origin::..
Thu Jun 18, 2009 7:20 am
Forum: Off Topic
Topic: Who's an admin here?
Replies: 13
Views: 3629

<> when speaking in PureBasic terms.
by ..::Origin::..
Sun Jan 04, 2009 11:05 pm
Forum: General Discussion
Topic: Possible to give a non-exe file a unique icon?
Replies: 3
Views: 1460

Hi Seymour,

I'm assuming you're operating on a windows system of some sort. If so, you are able to achieve this with the use of registry keys. I suggest you have a search with http://www.google.com for a "howto" method.

Regards,
Origin
by ..::Origin::..
Fri Nov 09, 2007 6:05 pm
Forum: Coding Questions
Topic: RGB Problem
Replies: 7
Views: 2203


R = Red($413eba)
G = Green($413eba)
B = Blue($413eba)

MessageRequester("", Str(R)+" "+Str(G)+" "+Str(B))


It Is done as BBGGRR, I do not think the functions, Red() : Blue() : Green; were supposed to be used with this.

A quick modification would be to just do:


R = Blue($413eba)
G = Green ...
by ..::Origin::..
Thu Sep 20, 2007 2:56 pm
Forum: General Discussion
Topic: [Help] Using the actual purebasic compiler?
Replies: 14
Views: 4545

*cries*
by ..::Origin::..
Thu Sep 20, 2007 2:49 pm
Forum: General Discussion
Topic: [Help] Using the actual purebasic compiler?
Replies: 14
Views: 4545

hi-jacked in less then an hour...We've sunk a new low. :?
by ..::Origin::..
Thu Sep 20, 2007 2:47 pm
Forum: General Discussion
Topic: [Help] Using the actual purebasic compiler?
Replies: 14
Views: 4545

:roll:
by ..::Origin::..
Thu Sep 20, 2007 2:09 pm
Forum: General Discussion
Topic: [Help] Using the actual purebasic compiler?
Replies: 14
Views: 4545

Doh, i found it. *feels like an idiot*

I suppose there's no way to use the compiler in some sort of CLI manner, is there?

For example telling the compiler: CreateFile(0,"test")
WriteStringN(0,"test")
CloseFile(0)

All in different sessions yet having it still all work?
by ..::Origin::..
Thu Sep 20, 2007 1:31 pm
Forum: General Discussion
Topic: [Help] Using the actual purebasic compiler?
Replies: 14
Views: 4545

[Help] Using the actual purebasic compiler?

Has anyone ever written a guide or example on how to use the purebasic compiler? By this i mean for example creating an executable from some source. If so could i see it? Serious posters only please...I don't want to be bombarded by "Open PureBasic, go into Compiler and create executable"'s. :roll ...
by ..::Origin::..
Sat Sep 01, 2007 8:39 pm
Forum: Coding Questions
Topic: Window Focus
Replies: 2
Views: 1400

Ah! Brilliant thank you.

Thanks for the fast response also. :)
by ..::Origin::..
Sat Sep 01, 2007 8:30 pm
Forum: Coding Questions
Topic: Window Focus
Replies: 2
Views: 1400

Window Focus

I'm not entirely sure on what people call this, But I'll try to explain what i am looking for.

Say for instance, You have a normal window open in Windows XP . Gasp! A popup! (MessageRequester, in this situation) I'll just drag it out of the way and keep --- What? The popup still has focus no matter ...
by ..::Origin::..
Sat Jul 28, 2007 6:41 pm
Forum: Off Topic
Topic: Helicopter game
Replies: 16
Views: 3887

I agree, very addictive. One thing that's biting my skin is the collisions aren't accurate enough to my liking. :P
by ..::Origin::..
Thu Jul 12, 2007 5:10 pm
Forum: General Discussion
Topic: Encrypting and decrypting files from internet
Replies: 12
Views: 4717

[5 cents]
In my opinnion, RC4.

MD5 where you can.

[/5 cents]
by ..::Origin::..
Sun Jun 24, 2007 5:42 am
Forum: Off Topic
Topic: [SOLVED]
Replies: 18
Views: 3449

:lol:
by ..::Origin::..
Sat Jun 16, 2007 5:45 am
Forum: General Discussion
Topic: RunProgram error(solved thank you)
Replies: 13
Views: 2847

Not meaning to change the subject, but for some reason whenever i try to execute a program that doesn't really exist, my program just hangs. (PB4.00) Anyone else get this?
by ..::Origin::..
Sat Jun 16, 2007 5:38 am
Forum: Coding Questions
Topic: [Windows PB 4.00] Win32 API
Replies: 11
Views: 2005

Hmm... ok, thanks will have to rethink my UI.

Also, anyone have any idea's for my third question?
Is there a simple way to get the position of the last item created in a Tree Gadget?
Thanks for help so far everyone.