Results for "Volume: 2002C"
to talk to other programmers and people
This gives a step by step explaination of the CopyMemory API Call.
Generate XML from ADO recordsets.
I've seen hundreds of requests for a PURE VB Proggie, which can Copy & Play Audio Portions, Zoom in On, and Save Windows Wav files. So here it is: The TrueWavEditor will load ".wav" files of your choice, after which you have Selection, Zoom, Loop, and PASTE AS NEW FILE Options! This is Based on My TrueWavAnayzer Project also listed here on PSC. The Proggie will name your "selection" as 'Untitled#.wav' in the App.Path, then Opens it as a new Instance of WavForm. Everything except 'Play', functions without a soundcard (since it's all binary reads and writes). These Projects took quite a bit of my time to research & write (mostly with translating Various math Filters into Code, and figuring out the RIFF Audio File Format Structure which includes Video formats as well). If I get a good response from this, I may start on a complete Wave Studio, in Pure VB (if Possible, cause this binary stuff just don't perform very quickly in vb), as you'll see if you download. Added support for all the common wave format combinations. I Fixed the 16 bit Stereo Paste Bug...
Use this class to read and/or write to the ID3 tag of an MP3.
GenFonts generates an HTML document that displays the alphabet and font name in said font.
Gears toward teaching you how to texture, add light, rotate, set spin animation, and basicly use DirectX's RMControl (ocx included, read the text document). Every line of code is commented with an Easy to understand sence and description. Great to learn off! Please Vote!!!
Shows the way of editing a datagrid and then copying the data of selected cells of datagrid to a clipboard.... Very nicele commented code... Best for someone who wants to learn about datagrid... Guys this is my first ever submission... so please vote... and give comments... but only good..;-)
This is in response to a yesterday's submission. No timer. No Set/Release capture (almost). The trick is that windowless controls ARE capturing mouse events upon mousedown BY DESIGN. So every label, image, or custom windowless control has the capture ability build-in. Thank you VB, I just figured out how to use this. Purely as an excercise you can encapsulate this code in a windowless usercontrol. Anyway, this implementation has at least two flaws. Can you find them? :-)) UPDATED: By popular demand now supports right click context menu, OLE drag&drop (good enough), "hand" mouse cursor (with shadow on win2k!), WM_CANCELMODE (pretty decently). More API's used but still under 160 lines of code. 10x for the votes
Nothing Much !!! Just the update of my previous datagrid... This code helps you learn editing datagrid... It just got rid of pressing Enter key again and again... Also shows how to allow only numerical data in a particular column... And yessss !! u can also copy a selected cells of datagrid to Clipboard... Everthing Very well commented !!! So guys please vote....
This program allows the user to monitor cookies while browsing the internet. It shows new cookies and modified cookies, and allows the user to view the details of each cookie, including previous values and modified values. Its useful for debugging web applications where cookies are involved, among other purposes.
Little dll that allow you to transform a picture box to a progressbar. Using it is really simple and give you lot of effects (see screenshot), just see the read-me file inside the zip. Enjoy it!
With this game you must find all the combinations of symbols before the time finish. You will start with 2 simbols and finish with 7. Cool (but silly :) ). Enjoy.
With this simple code you can type text into a label at run-time. A rather smart idea I think.
This is a SubSeven Client based on 2.1.* version of S7 ... its about 85% complete ... i added a need to do.txt if u would like to finish ... also i have included a rude version of the protocall... if you need help email me if u would like the tools i used to get the protocall email me.... timcrosoft@hotmail.com
This project is an enhancement of another submission . This project displays advanced Win2K/XP style "balloons" and is based on CodeJack's enhancement Project(http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31523&lngWId=1). This version includes a command button within the balloon, using the LaVolpeButton control - which is included in the zip. When the button is to be displayed the textbox height changes so as not to over-run the button. The LaVolpeButton V3 project can be found here: (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31479&lngWId=1) See the readme in the project for details from original author and notes about enhancements. ------ Clip from original submission ----- This code will show Windows 2000/XP-style popup balloons. They were introduced in Windows 2000, and in XP they're seen all over, especially in the system tray. But Microsoft hasn't released how to use them yet (except for tray icons),and--if they did--it would only work on Windows 2000 or later. This project shows you how you can use these balloons in your programs. Instead of relying on Windows to make them, this program makes its own. Therefore, it will not only work with Windows 2000 and XP, but also with all other versions of Windows (down to 95). ..... Original submission can be found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31434&lngWId=1
Simple car game VERY ADDICTIVE :o) enjoy Please give feedback and rate this game if you like, i will apreciate it if you do
This tutorial has everything you need to create your own directx applications, it teaches how to create objects, make animations and effects, and even has a cool Earth & moon effect (see screenshot)! You can filter colors, and load your own textures, set v & h size too. If you like 3D Texturing v2 plz VOTE!!!
This code shows you how to connect to the MSN Service. This code also includes a sample/simple client which shows you how everything works together. Along with managing the connection and protocol to MSN, this code will show you how to do the following: Read and Write to the any spot in the registry, Play sounds from a resource file, Superclass controls, Use a collection of classes, Manage multiple connections, Create a smooth flowing Active-X control, Use the MD5 algorithm and much more. This code took me awhile to complete and I was unsure whether to release it. Vote for me if you like what you see. Also, view the readme file included in the zip. Thanks.
This peace of code shows you how to obtain all the contacts as been stored in your Outlook pst-file. No matter how mutch contact-folders you have and how deep the three might be. (tested with Outlook 2000)