Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #229411
UltimaX Math Library (175+ Functions) C++ Version

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-

7_2009-2012 #218931
That's how a Keylogger is done in VB ;)

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

7_2009-2012 #233960
trigonometry

hey, this is a brilliant work on the basics of c++ graphics. check this out.. briiliant for understanding graphics applications

7_2009-2012 #218134
Base Changing

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!

7_2009-2012 #217444
Recent Files accessed in a

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.

7_2009-2012 #238561
ABK Personal Telephone Directory v1.0

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

7_2009-2012 #227775
Hotel Management Program

This is simple program to handle the reservation of rooms and to handle the bills for customers in hotel

7_2009-2012 #226865
DLL Injection -- Part ONE

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

7_2009-2012 #218166
a The easiest way to send mail!

I have seen some e-mail stuff on this site, but all are so freakin complicated. This is simple and VERY easy to use!

7_2009-2012 #237935
ASP.NET MultiMedia Player Custom Control

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.

7_2009-2012 #238656
College Library Record Application

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.

7_2009-2012 #238540
Desktop Scanner v1.1

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.

7_2009-2012 #235555
AsyncSocket

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!

7_2009-2012 #226866
DLL Injection -- PART II

This is the second part of my article, DLL Injection It gets really interesting this time and it's pretty hard and long

7_2009-2012 #219107
Send E-mail using MAPI and WAB

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.

7_2009-2012 #217620
Message Scroller Control (Text Marquee)

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

7_2009-2012 #233994
Bouncing Ball (Game..Game)

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

7_2009-2012 #228711
[Detecting Dos Arrow Keys]

This will just show how a person might use the arrow keys in DOS.

7_2009-2012 #217904
A Couple of Winmm API Calls

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.

7_2009-2012 #238953
Extending Properties for Numeric,Character,Gender,VehicleNo,IPAddress,Hex,EMail

Extending Property on TextBox for Validating the Numeric, Character, Gender, Vehicle No, IPAddress, Hex, EMail Input.

Languages
Top Categories
Global Discovery