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.
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 ...
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.
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:
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 ...