It is hard to me to understand what you want exactly. So I might miss the topic. :mrgreen:
for this example final file is have 128 bytes. 4 tyles - blocks 8x8 pixels. but for this example only 3 tyles have "data". last one - 4 have all empty colors 0 for all 64 pixels (8x8). how to make some ...
But looking into the MSDN documentation of these two API functions might be helpful here:
https://msdn.microsoft.com/de-de/library/windows/desktop/ms724408(v=vs.85).aspx The elapsed time is stored as a DWORD value. Therefore, the time will wrap around ...
how can I manage to get Pure-Basic to play an audio file in the correct speed, if the sample rate of the audio file doesn't match the one used in the settings of the sound card?
Here is a snipped: initSound() LoadSound(0, "audio.wav") PlaySound(0) Debug GetSoundFrequency(0) Delay(5000 ...
Does it run on Vista? I can't test it because I don't have vista
@Rook Zimbabwe: I also made a version in QB, that runs under DOS. I named it "AsciiArtX". I just used it for "graphical" user interfaces for the standard 80x25 text screen mode :D. Few years ago, I worked with QB until I discovered ...
I did rewrite my ascii-art application, which is named "AsciiPaint", because the older version was written for win 1.0x and does not work on modern systems. This version has a little bit old school style but I kept the look because I hate the standard skin from windows.