Search found 8 matches

by BabyBacon
Mon Jan 29, 2007 10:54 pm
Forum: Coding Questions
Topic: Get variable from other programs
Replies: 2
Views: 885

oh thats sweet!

I probebly be back with more stupid questions later ;)
This will help for the moment... api is not an easy thing to master.

Thank you very much.
A million kisses for you // BabyBacon
by BabyBacon
Mon Jan 29, 2007 4:04 pm
Forum: Coding Questions
Topic: Get variable from other programs
Replies: 2
Views: 885

Get variable from other programs

Hi!

I've got this program runing and it puts out a number every 30s. It is shown in a label and I guess there must be a variable holding that number (d0h?).
Im trying to get that number, but I dont know how.

Please give me a hint what to look for.

Hugs // Babybacon
by BabyBacon
Sat Apr 08, 2006 3:45 pm
Forum: Windows
Topic: get active window
Replies: 1
Views: 1422

get active window

Hi!

Im pretty new to the whole world of api. I want to make a program that capture the screen of the active window, but it not always active, so I figured, why not push F12 when Im over the window I want to capture so I know which one is active.

Now to my problem, it wont work, all I get from the ...
by BabyBacon
Wed Mar 29, 2006 3:44 pm
Forum: Windows
Topic: api and mousestate
Replies: 1
Views: 1305

api and mousestate

Hello people!

Cant find how to receive the mousestate with api, I want to know when a singel-click, double-click etc accours. this must be possbile, right?

And now when I allready got you reading this thread can I ask an other thing too :D
How can I receive the mousestate ( like a click etc) but ...
by BabyBacon
Sun Feb 05, 2006 10:53 pm
Forum: Coding Questions
Topic: Source Port in UDP
Replies: 1
Views: 1377

Source Port in UDP

Hello!

Im rewriting an application for filtransfer between nodes over UDP thats behind NAT. To make this work I need to beable to set the sourceport in the UDP-packet. I found UDPlib at purearea.net, it works nice and all but its not possible to set the sourceport.

Maybe there is an other way to ...
by BabyBacon
Sat Feb 04, 2006 12:06 am
Forum: Coding Questions
Topic: Mp3 Compare
Replies: 7
Views: 1848

good ide, BUT

Hi again!

I dont understand how they can be so diffrent? I record it at the same bitrate, the same everything and its all ready digital. And I also only get that little part of the song that I need. BUT I dont know much about mp3 and sounds so your probebly totaly right :cry:

If some cleaver ...
by BabyBacon
Thu Feb 02, 2006 9:48 pm
Forum: Coding Questions
Topic: Mp3 Compare
Replies: 7
Views: 1848

Thank you!

I'll try your code right away!

Yes they are mp3, 128kbit. Im recording webradio all day long, thats why its so big files. Im making a study over how many time each song is played.

Hugs & Kissed for you =)
by BabyBacon
Thu Feb 02, 2006 5:55 pm
Forum: Coding Questions
Topic: Mp3 Compare
Replies: 7
Views: 1848

Mp3 Compare

Hi!

This is my first time at pb's forum, and Im pretty new to the whole world of purebasic. Now to my problem. I've tring to compare to mp3files, so I can get the position where the larger mp3file has the same part as in the litle mp3. But I cant figureout how to compare them nice and fast. Should ...