Search found 14 matches

by neomember
Thu Jun 15, 2006 5:17 pm
Forum: Coding Questions
Topic: Hyperlink Gadget over image [solved]
Replies: 6
Views: 2721

That will get me occupied for a while.

Thanks!!
by neomember
Thu Jun 15, 2006 4:03 am
Forum: Coding Questions
Topic: Hyperlink Gadget over image [solved]
Replies: 6
Views: 2721

Well... is it for PB 4.0??

I have PB 3.94 and it doesn't compile. Gives me syntax error on line 15.
by neomember
Thu Jun 15, 2006 12:27 am
Forum: Coding Questions
Topic: Hyperlink Gadget over image [solved]
Replies: 6
Views: 2721

Hyperlink Gadget over image [solved]

I want to create an 'Autorun CD Menu' to launch programs from a cd. I used to do it with Multimedia Builder before but now i think that i should be able to create my own.

This is what i need:
Text which change color on mouse over (colors that i can choose);
Keep text transparency (to put an image ...
by neomember
Thu May 25, 2006 10:40 pm
Forum: Coding Questions
Topic: Add a horizontal line (separator) in form
Replies: 21
Views: 7306

All good solutions... thanks everybody!

I'm trying to learn programming through multiple languages. I like the API calls better because you can use it in almost every languages. It gives me a better understanding of how Windows works. I think that creating your own GUI using pure Win32 API in C/C ...
by neomember
Thu May 25, 2006 2:35 am
Forum: Coding Questions
Topic: Add a horizontal line (separator) in form
Replies: 21
Views: 7306

Add a horizontal line (separator) in form

I need a way to add horizontal lines to forms. I would like to do this with Win32 API calls, if possible.

Thanks in advance!!
by neomember
Sat Apr 29, 2006 12:06 am
Forum: Off Topic
Topic: .NET Size of frame work? Im feeling worried!!
Replies: 143
Views: 30827

.NET is the devil!!!
by neomember
Fri Mar 10, 2006 7:58 pm
Forum: Coding Questions
Topic: Help with RegExp library for PB
Replies: 3
Views: 1659

Well... i guess the library doesn't support all the expressions then.
by neomember
Fri Mar 10, 2006 3:33 am
Forum: Coding Questions
Topic: Help with RegExp library for PB
Replies: 3
Views: 1659

Ok, i found out that the second argument is for something called "backreference".

I still need help with making any expression working.

From:
http://www.regular-expressions.info/brackets.html

Backreference

Besides grouping part of a regular expression together, round brackets also create a ...
by neomember
Fri Mar 10, 2006 1:55 am
Forum: Coding Questions
Topic: Help with RegExp library for PB
Replies: 3
Views: 1659

Help with RegExp library for PB

I'm trying to use regular expression to parse HTML file.

I've did some tests with the RegExp Library for PB from 'FloHimself' found at the link below:
http://www.purearea.net/pb/english/userlibs.php

The expression <HTML\b[^>]*> should match the tag <HTML> in:
<HTML><HEAD><TITLE>PureBasic : ...i ...
by neomember
Thu Mar 09, 2006 11:15 pm
Forum: Coding Questions
Topic: Moving data to procedure and text manip
Replies: 5
Views: 1311

Man... i'll remember this for the rest of my life!!!

Thank you!!!
by neomember
Thu Mar 09, 2006 10:31 pm
Forum: Coding Questions
Topic: Moving data to procedure and text manip
Replies: 5
Views: 1311

As in the PB 3.92 HTML Help file:

Lists are always globally accessable in PureBasic. This means that they can always be accessed from inside procedures without needing to use the Global or Shared commands.


Taken from: http://www.xs4all.nl/~bluez/datatalk/pure3.htm#5_procedures

As of PB v4.00 ...
by neomember
Thu Mar 09, 2006 1:53 am
Forum: Coding Questions
Topic: Moving data to procedure and text manip
Replies: 5
Views: 1311

Moving data to procedure and text manip

I need a way to read data from a file and to pass it to a few procedures for treatments.

I want to do some 'search and replace' for multiples items at the same time.

I want to remove/replace multiple HTML tags in a document.

I have already a procedure made by Droopy to "construct" the string to ...
by neomember
Tue Mar 07, 2006 12:00 am
Forum: Coding Questions
Topic: Problem with miniFMOD for PB
Replies: 5
Views: 1022

Works perfectly!!

I did tests with both files... and the library in the other archive is bad.

I've thought that 'callbacks' were exclusives to PB.

Now that it won't play MP3s, i can't see a purpose for it. But i'm glad i've been able to make it work. I'm gonna learn toward it.

Many thanks!!
by neomember
Mon Mar 06, 2006 10:42 pm
Forum: Coding Questions
Topic: Problem with miniFMOD for PB
Replies: 5
Views: 1022

Problem with miniFMOD for PB

I would like to use the 'minifmod170' library for my application. It sounds pretty interesting and i don't need the bells and whistles of it's bigger brother.

I've downloaded an include version for PB and tried the example file provided in the archive. But it won't compile. :?

ERROR:
Line 117 ...