Results for "Volume: C_Volume2"
It is a powerfull calculator and u can find out (x^y).plzzzzz rate this if u have time.IT IS ALSO GOOD FOR YOU IF YOU ARE INTERMEDIATE.excuse me i had a mistake and i fixed it.
This is the version 1.0 of MtMWeb Forum - a fully functional ASP Forum, where people can submit their doubts about something for example and others can answer. It is not a complicated code, but very effective - great for people who want to learn how to deal with databases ( recording, reading, separating in many pages and so on ). If you want to start working with ASP, it is a must see. If you want to check the latest version of this forum go to http://mtmwebforum.vbf1.net The version 2.0 of MtMWebForum is available here : http://www.planetsourcecode.com/xq/ASP/txtCodeId.6365/lngWId.4/qx/vb/scripts/ShowCode.htm
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.
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 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.
This is the newest version of Jinx Alpha 2. There are many bugs in this program and some thing seem to be able to do things they can such as clicking oK on message boxes. I am still working on alot this be patient my friends. This version includes many new things such as the big thing the INTERNET. I made a very weak version on a text browser, Ir has about 6 apps so far and some built in. This version supposrts differant color schemes. PID viewer that i made borrowed from UNIX machines. I have a ruff part to drag and drop working. ATTENTION: TO MAKE THE INTERNET WORK JHP program must be running which is the parser. Keep pressing enter until the idle box comes up then you can run the icons at the bottom. Well like i said this is still a ruff version, so please give me some slack im woring real hard to get this to work half decent its DOS guys. :) Please VOTE OR COMMENT. Want your next program to show up in Jinx IM me: Yahoo AIM nit3shift Email JNixon21@excite.com Click Here to get Jinx Alpha 2
This code actually play with the Window Registry Files, where program user can disable things in start menu, hide the desktop , changin the TCP/IP setting in registry.IT work some how like WINDOWS policy editor(Poledit) but easier.
This time I got it right! In the last release I discovered a few errors, so I took my time on this one to re-write every little piece of code, using my old module as a building block. In this version I added the 'OS' suffix to all the registry API declarations so I could use 'Reg' in my function names. Now all Subs are Functions, and return some type of value, depending on the procedure. In this version I also added the ability to save a string to a binary key (RegWriteExtended), which was requested. Also error checking has been revised and the RegLastError variable always contains the last registry error that occured. If you modify this code please send me a copy so I can learn from what you have done. I hold absolutely no warranties on this code and I am not responsible for any damage it does to your registry or your computer.
This code will search the user's C:\ (or any other specified) drive for a given folder and if the folder is not found, it will call the CreateDirX function which in turn calls the API CreateDirectory function to create the specified folder. Once this is created, it will create a new notepad file within the folder and on each subsequent running of the application it will append info to this file. Great for logfile requirements!!