Results for "Author: peter hebels"
This is an LCD-Screen for use in mp3-players or digital clocks. This app creates LCD numbers by using the BitBlt function and is verry easy to use. this code is commented in English and Dutch.
This program can send strings to another program by using the SendMessage api call, Which Winamp also uses to be remote controlled.
This is a Waveplayer with plays wave audio with the waveOutWrite function instead of using other cheap functions like the (PlaySound) one. This is the more C++ way to do it, and it also supports larger files al well!!
This is a cool 3d-screensaver complete with password and ctrl-alt-del dissabeling.
This is a control with will play mp3-files, you can also change tags, and it includes visualization. Full source code of the control. this package also includes a test program for the control. Don't forget to compile the control first. Readme file included.
With this program you can select another window on your screen and move it to an MDI container! Warning: do not use if you do not have much experience with VB or Windows
This code writes images to a form using lines (Look like laser beams) and lets the writed text or picture go down smoothly, Now the laser moves also and the writed text waits at the en of the form until the new one arrives.
This zip-file contains 12 projects with a total of 33 API Calls, also I have added some exra's. API Calls like: -AllocConsole -FreeConsole -CloseHandle -GetStdHandle -WriteConsole -AppendMenu -GetSystemMenu -BitBlt -BringWindowToTop -CloseWindow -CopyFile -CreateFontIndirect -SelectObject -DeleteObject -CreateWindowEx -DefWindowProc -PostQuitMessage -GetMessage -LoadIcon -SetWindowLong -UnregisterClass -RegisterClass -GetWindowLong -TranslateMessage -DispatchMessage -ShowWindow -LoadCursor -CallWindowProc And much more!!
This is a credits screen with effect! (see screenshot) It will draw texts with are strings in code (no pictures) so they can also be changed at runtime! Easy to understand code with much comments.. It's really cool, just trie it!!
This is a real plugin system, not just ActiveX or somthing like that! The example plugins are written in Visual C++ and the plugin execute code is written in Visual Basic, this because it's impossible to call functions from within Visual Basic compiled dll's with this method. Instruction on how to use and compile the example dll's are included in the package.
According to research at an english university, it doesn't matter in what order the letters in a word are, the only important thing is that the first and last letter is at the right place. The rest can be a total mess and you can still read it without problem. This is because we do not read every letter by it self but the word as a whole. This 'never seen before' code can make such words for you, it saves the first and last letter and makes a 'total mess' of the middle ones! Update includes: Now the program is faster and the code is easier to read, this because it is more compact now. Thanks to Roger Gilchrist for sending me this optimalizations! (NOTE: there is a project like this submitted a while after I submitted mine. That code is not a rip, it works totaly diffrent then this one does)
This code load's a dialog from a resouce file, it can also manipulate the controls on the dialog and recieve messages from it using subclassing. There is included one resource file containing a dialog with various controls, also one commoncontrol (slider) and some non-standard buttons. Just made this for fun and a little experimenting with resource files, hope you like it. BTW, you need Visual C++ if you want to add dialog's youself or change them. This because VB is only capable to see and compile the dialog resources, not to edit them.
This changes the captionbar of a form, it can change it's look and even add bitmaps to it. I resubmit this code because many people asked me where to download it, well here it is.
This is a real plugin system, not just ActiveX or somthing like that! The example plugins are written in Visual C++ and the plugin execute code is written in Visual Basic, this because it's impossible to call functions from within Visual Basic compiled dll's with this method. Instruction on how to use and compile the example dll's are included in the package.
According to research at an english university, it doesn't matter in what order the letters in a word are, the only important thing is that the first and last letter is at the right place. The rest can be a total mess and you can still read it without problem. This is because we do not read every letter by it self but the word as a whole. This 'never seen before' code can make such words for you, it saves the first and last letter and makes a 'total mess' of the middle ones! Update includes: Now the program is faster and the code is easier to read, this because it is more compact now. Thanks to Roger Gilchrist for sending me this optimalizations! (NOTE: there is a project like this submitted a while after I submitted mine. That code is not a rip, it works totaly diffrent then this one does)
This code load's a dialog from a resouce file, it can also manipulate the controls on the dialog and recieve messages from it using subclassing. There is included one resource file containing a dialog with various controls, also one commoncontrol (slider) and some non-standard buttons. Just made this for fun and a little experimenting with resource files, hope you like it. BTW, you need Visual C++ if you want to add dialog's youself or change them. This because VB is only capable to see and compile the dialog resources, not to edit them.
This changes the captionbar of a form, it can change it's look and even add bitmaps to it. I resubmit this code because many people asked me where to download it, well here it is.
This is a credits screen with effect! (see screenshot) It will draw texts with are strings in code (no pictures) so they can also be changed at runtime! Easy to understand code with much comments.. It's really cool, just trie it!!
This is a cool 3d-screensaver complete with password and ctrl-alt-del dissabeling.
This is a control with will play mp3-files, you can also change tags, and it includes visualization. Full source code of the control. this package also includes a test program for the control. Don't forget to compile the control first. Readme file included.