Results for "Volume: ASP_Volume3"
This Visual Basic version was popular so I decided to upload the C++ version. This is my first C++ submission. Hope everyone likes it. This math library handles 2D Vectors, 3D Vectors, 4D Vectors, 3x3 Matrix, 4x4 Matrix, Color, and Quaternions. The 2D Vectors, 3D Vectors, 4D Vectors, and Color all have linear and hermit spline interpolation. Also, the vectors handle easy/advanced collision detection routines, advanced quaternion and matrix functions, and much more. This is 100% worked out math functions, no calls to DirectX or any other API's. (*Other than the normal Cos(), Sin(), Sqrt(), etc*) Not every functions has been tested yet, so if there are any problems please let me know. Enjoy this and learn! -James-
You were waiting for it didn't you? NO MORE TIMERS and GetAsyncKeyState. About 40 lines in VB (excl. declares) and a DLL. Logs ALL keys except PrintScreen. Is this the end of the war of keyloggers? :) (I hope not).
hey, this is a brilliant work on the basics of c++ graphics. check this out.. briiliant for understanding graphics applications
Lately, I've seen a couple binary convertion functions. I decided to "up" how powerful the converters are. I've created a base convertion that can convert 2 (2 is used to create binary) to 9. There is also a converter to convert everything back to normal. So, let's say you want to convert 150 to binary, and put it in the string Binary: Binary$ = Base(2, 150, True) And if you want to convert it back: Binary$ = Dec(2, Binary$) Simple as that. You can also convert to other bases, which could be useful in an encryption (if you really want to confuse crackers). There are also comments on virtually EVERY line. All in all, this is a must see!
In a Drop Menu in one of your programs, you can list the last eight files the user opened. This will allow the user to quickly access a recent file again. I literally copied a sample from the VB5.0 package and eliminated the uneeded code.
• It can save any amount of phone nos. for a single name seperated by pressing enter. • Write starting of name in name column and press enter to get the first name starting from it. • It also displays proper message at functions performed.
This is simple program to handle the reservation of rooms and to handle the bills for customers in hotel
This article -- PART ONE will teach you how to inject a dll into a process. First, read this section. once you get the hang of it, The REAL stuff come in PART TWO,,where we fool around with asm OPCODES YAAAAAAY This is my first article in this site,, so support me,, sorry if i made any mistakes, or spelling mistakes,, or or or... i donno Anyway, It's time to rock! Time to have fun...
I have seen some e-mail stuff on this site, but all are so freakin complicated. This is simple and VERY easy to use!
This article describes a quick and simple approach to creating a custom web control used to display multimedia files within an ASP.NET page. Whilst the article and demonstration project are focused upon the presentation of multimedia files, the basic idea is applicable to any sort of object that you may wish to embed within an ASP.NET 2.0 page.
The application have all the capabilities to control over the Data-Base, i.e ADD, DELETE, NEW, UPDATE an particular record in the database with the help of this application.
This is the simple code which can capture screenshots of your desktop and save it to JPEG file.You can also select to change the resolution of your output file.
Simplifies using asynchronous sockets in .Net - kind of resemble the old WinSock control for VB6. Using this class as a listener for multithreaded applications works GREAT! I use it in my email server (http://sourceforge.net/projects/ilkmail/). I spent a lot of time on this very small class to make it work the best it can, so if you like it, please vote for me! Also, any comments, suggestions, code fixes, etc would be VERY welcome!
This is the second part of my article, DLL Injection It gets really interesting this time and it's pretty hard and long
This code will allow you to send E-mail to someone that is chosen from the Windows Address Book (WAB). Send to multiple recipients and include attachments.
What? Another marquee? Yep. Put into 1 class and 1 usercontrol file. Can contain separate text "blocks" each with it own forecolor. Use the mouse to drag the display from left to right (or right to left) during the scrolling (just in case you missed out something that scrolled away). Continuous scrolling (does NOT wait if the last block is out of view, then start the first block, BUT glues the first block to the last one, so you see no break). Can place separator between blocks. It looks like the BBC News ticker. Click event on each text "block", scroll speed, colours, font, etc. Just download and see for yourself. Need more convincing? Someone quoted this is the best marquee on PSC yet....
A bouncing ball game..It is a graphical game..I hope u like it..Please rate it if u like it.... More Description in Readme.txt file... Thanks........
This will just show how a person might use the arrow keys in DOS.
There are 2 API Calls to the Winnmm API. One Detects if a Sound Card is installed. The other Plays an .AVI. You need to have Windows Media Player installed.
Extending Property on TextBox for Validating the Numeric, Character, Gender, Vehicle No, IPAddress, Hex, EMail Input.