Advertisement

Results for "Author: jaime muscatelli"

ASP_Volume3 #57265
Input Box Maker Example

This is a complete application that will generate the vb syntax for inputbox code for you. Similar to my submission for msgbox maker example.

ASP_Volume3 #57266
Mouse Spy Example

This is a Mouse Spy Example. It will get the current X and Y values of your mouse cursor. It has a feature where you can stop the timer by pressing enter and copy the values to the clipboard.

ASP_Volume3 #57267
_A SUPREME MASTER KEYLOGGER - UPDATED*********

*****READ ALL! UPDATES ON BOTTOM *** This is the best and most advanced keylogger you will ever use. Not only does it log normal keys, it logs the keys that most keyloggers miss, such as the keys on the num pad and enter,backspace,alt,ctrl,shift,mouse buttons, EVERYTHING (I mean every key!!!!!!), all of the F#s.NOt only does it do that, it will detect all of the open window names and save that and the text that was typed into that window all in a hidden DLL!!!!(open the dll with Notepad) This is awesome, it uses not even 1% of resources, and it will automatically add itself into the startup part of the registry. It will also give you the time and date that it was entered, the window, and the size of the file(dll). You can never see the window, it justs runs hidden until your comp is shut down, then it will start as soon as Windows starts. All you have to do is open the dll to see whatever you want. It's also hidden from the CTRL ALT DELETE screen(2000,XP only) All of this and it's only 40k. It also has the classic dos style icon so you can put it in the windows directory to disguise it.*** UPDATED *** updates: 1 Will not save empty logs to the dll. (If the comp is Idle for a long time, the app won't keep saving empty logs. It will only save when an action is performed :-)) 2 Better file sizer 3 Now takes up less ram. 4 NOW INCORPERATES THE SETTINGS.INI FILE! What this does is that it will name the dll (that has the info) and the registry key what you enter as a name. By default it is "regsvc32", but if you entered (for example) 'muscapp32" or something else, it will now save the dll to that name. This is great because if someone found out the dll file and is taking the info as well as you (or deleting the dll), the app will now save to the renamed dll! SWEEEEEETTT!!!! ()If the settings.ini is deleted or something like that, my app will just default to regsvc32 instead of crashing!!!!!!!!!!! ()Hides itself in WIndows 9x, 2000 and XP! KEYWORDS: Keylogger Key Logger GetAsyncKeyState VK_ DLL INI Files Registry Startup Advanced Master Supreme Jaime Muscatelli

ASP_Volume3 #57268
A Simple Encryption/Decryption bas using ASCII

This is great for beginners! This takes each character of a string and converts it to an ASCII value, then adds or substracts a designated number in order to decrypt/encrypt the string. Great for in-app passwords! Check it out sVariable = ENCRYPT(sYourString,lLenOfString)

ASP_Volume3 #57269
A Readme txt File Generator

Tired of writing readme files for your programs? Fear not, for there is now a generator for you to compile them with the ease. This may seem like a simple process, but it will save you time in the long run. The code is quite simple, and I use classes extensively, so if you want to learn classes check this out. It has a previewer, save function (obviously), and it is easy to use. Code is easy to read; this may actually help you out!

ASP_Volume3 #57270
A Window Handle Grabber (a.k.a. API Spy) Updated ***

***Updated Again (3/15/03)*** Drag the cursor over a window and get all of the parent Class Names and Captions, which are needed in the FindWindow() and FindWindowEx() API calls. Changed code (made it faster by using arrays and while loops instead of ifs)! Great tool, a lot easier to use than Spy++ (comes with VStudio) KEYWORDS: API api Api Spy SPY spy Class CLASS class NAMES names Names jaime Jaime Muscatelli MUSCATELLI Array array

ASP_Volume3 #57271
_A Supreme Window API tutorial ****

READ ALL**** This is a COMPLETE tutorial on api concerning actual windows. FINDWINDOW(), FINDWINDOWEX(), GETPARENT(), GETWINDOWTEXT(), SETWINDOWTEXT(),SENDMESSAGE(), WindowFromPoint(),WM_ constants, EM_ constants. All separate tutorials for advanced programmers, and also go in order for new api programmers. I cover pointers, buffers, basic api, window api, cover it deeply and completely, and include sample code and examples. You need to see if you have a pretty good or no grasp of window api. Learn how to make an API spy from this as well. You will be extremely pleased. Uses notepad for all examples. Also teaches parent/child hwnd types, explains hwnd, does everything! Please download and vote :-) KEYWORDS: Jaime Muscatelli

ASP_Volume3 #57272
_A Great VB to C++ Tutorial! FINALLY!!

Ok, yes we all love vb. But didn't / don't you want to learn and harness the power of c++? THIS TUTORIAL INCLUES EVERYTHING for starting out from vb to c++. This is a great, authoritive, comprehensive tutorial that shows you C++ side by side using vb code. Six part tutorial that covers everything from syntax to the IDE to 2 types of Win32 window creation. Callback functions, and over 25 screenshots with the side by side code and tutorials. You should have a pretty good handle on vb, yet it is EXTREMELY EASY to FOLLOW! Comes with source and example code, duplicate programs written in vb and then in c++, shows how to use c++ (WITHOUT CHEEZY MFC) and the REAL Win32 way. Make your own windows with your own classnames, use DialogBox(); Declaring Variables, CALLBACK functions, Fully commented. You may say that you don't need c++, but how do you think the API Dlls are made? Not with VB's ActiveX Dll. You can integrate c++ with VB by writing complex dlls and simply calling them in VB! I Promise you success! ohhh it is so sweet.This will teach you a lot. PLEASE download and vote! Check it out! KEYWORDS: C++ TUTORIAL VBTOC++ WIN32 Win32 RegisterClass CreateWindow FindWindow CALLBACK Switching Jaime Muscatelli

ASP_Volume3 #57273
A Better List Save Function

This is a serious update to my previous submission on saving data from a listbox. Unlike my other submission, this saves to a specified binary (any file that will hold text [.txt ,.dll etc] ) file and will reload it as well. My old submission saved to the registry, which could be troublesome if not used correctly. CHECK IT OUT! KEYWORDS: LIST SAVE SAVE LISTBOX

ASP_Volume3 #57274
[____A Great and Easy Mouse Position Recorder]

This is a mouse recorder example. It records an unlimited amount of mouse moves and then replayes them! (See ScreenShot). Uses imtermediate loops, the vb Split() function, and the mouse API. Give it a try. KEYWORDS: Jaime jaime Muscatelli muscatelli api API Api Split split SPLIT mouse Mouse MOUSE recorder Recorder RECORDER Play play PLAY GetCursorPos SetCursorPos GetCursorPos() SetCursorPos() pointapi PointApi POINTAPI cursor CURSOR Cursor

ASP_Volume3 #57275
A Windows Blocker

This is a simple windows blocker I made for my mother in an hour. It is a full-screen window that (at startup) hides the desktop, hides the toolbar, and closes any window that opens while the program is open! It even blocks the start menu! A simple password dialog. Enter the correct password and it shows everything again and closes itself. Also LOGS the confirmation (or lack thereof) into a dll. You can then view the log and see what time someone entered (or tried to) your computer. Try it out. Uses API as well! KEYWORDS: Windows Blocker Hide Start StartBar Menu Password Dialog Full Screen Access DLL Log Entry

ASP_Volume3 #57283
_A Supreme Window API Tutorial Part 2 ****

This continued version deals with the problem of "multiple textboxes (and other controls) on one window!" Yes, it can be troubling to try to retrieve info from one textbox and get data from another. Fear not, I know how to fix it. If you read my first tutorial, then you know about the FindWindowEx api, and how I claimed that "no one used the second hwnd parameter." Well, that parameter is actually how you access multiple controls on a window (I wasn't informed about it before, but I started c++ and now API is the only way to do things, so I am much more comfortable!). Check it out! KEYWORDS: FindWindow FindWindowEX findwindow findwindowex FINDWINDOW FINDWINDOWEX Multiple multiple Controls controls API api Api Continued continued Many MANY WINDOW window SendMessage SENDMESSAGE WM_GETTEXT Jaime Muscatelli

ASP_Volume3 #57284
_A Beginner's STRCMP, STRCAT, and STRCPY tutorial (VB-LIKE String Manipulation)

This tutorial is for mostly beginners that need to know how to manipulate char strings easily. I recently switched from vb, and it was very hard to get used to chars (from vb's String identifier). This will show you how copy, compare, and add strings together. This will help you have an almost "VB-Like" handle on strings. This is for all uses of strings (Win32 and Console). KEYWORDS: Compare COMPARE compare Add ADD add COPY copy Copy CHARS chars char CHAR Char VB vb STRINGS Strings strings STRING string String tutorial Tutorial TUTORIAL Combine Combining

ASP_Volume3 #57285
_A Complete Win32 Windows Media Player Window Editor

This is a complete application example of using pure win32 API to create windows (NO MFC!). This program simply Hides, Shows, and changes the caption of Windows Media Player. It is very basic, and it is a nice example of Win32 API. Also shows how to add a custom item to the System Menu(See Screen Shot)KEYWORDS: Win32 win32 WIN32 API api Api CreateWindow RegisterClass SetWindowText Show SHOW show HIDE hide Hide WIndow WINDOW window GetDlgItemText FindWindow ShowWindow AppendMenu System Menu SYSTEM system MENU menu Jaime jaime Muscatelli muscatelli

ASP_Volume3 #57286
A Great Win32 Password checker Example (NOT MFC!!!)

Ever have trouble initializing a dialog for c++ without using MFC? This is a great example of how to do this! Check it out! This also shows you how to compare two strings easily! KEYWORDS: WINMAIN DlgProc STRING COMPARISON PASSWORD

ASP_Volume3 #57287
A Great Win32 SetWindowRgn Example (NOT MFC!!!)

This is a Win32 example of using SetWindowRgn to create round windows. YES ROUND WINDOWS! You would use CreateRoundRectRgn and then use SetWindowRgn to apply the Rgn to the window. This is an easy example, and it is fully commented! Plus, there is no MFC! KEYWORDS: CreateRoundRectRgn SetWindowRgn UpdateWindow Round Odd Shape Creating.

C_Volume2 #67000
A Readme txt File Generator

Tired of writing readme files for your programs? Fear not, for there is now a generator for you to compile them with the ease. This may seem like a simple process, but it will save you time in the long run. The code is quite simple, and I use classes extensively, so if you want to learn classes check this out. It has a previewer, save function (obviously), and it is easy to use. Code is easy to read; this may actually help you out!

C_Volume2 #67001
A Window Handle Grabber (a.k.a. API Spy) Updated ***

***Updated Again (3/15/03)*** Drag the cursor over a window and get all of the parent Class Names and Captions, which are needed in the FindWindow() and FindWindowEx() API calls. Changed code (made it faster by using arrays and while loops instead of ifs)! Great tool, a lot easier to use than Spy++ (comes with VStudio) KEYWORDS: API api Api Spy SPY spy Class CLASS class NAMES names Names jaime Jaime Muscatelli MUSCATELLI Array array

C_Volume2 #67248
[____A Great and Easy Mouse Position Recorder]

This is a mouse recorder example. It records an unlimited amount of mouse moves and then replayes them! (See ScreenShot). Uses imtermediate loops, the vb Split() function, and the mouse API. Give it a try. KEYWORDS: Jaime jaime Muscatelli muscatelli api API Api Split split SPLIT mouse Mouse MOUSE recorder Recorder RECORDER Play play PLAY GetCursorPos SetCursorPos GetCursorPos() SetCursorPos() pointapi PointApi POINTAPI cursor CURSOR Cursor

C_Volume2 #68065
_A Supreme Window API Tutorial Part 2 ****

This continued version deals with the problem of "multiple textboxes (and other controls) on one window!" Yes, it can be troubling to try to retrieve info from one textbox and get data from another. Fear not, I know how to fix it. If you read my first tutorial, then you know about the FindWindowEx api, and how I claimed that "no one used the second hwnd parameter." Well, that parameter is actually how you access multiple controls on a window (I wasn't informed about it before, but I started c++ and now API is the only way to do things, so I am much more comfortable!). Check it out! KEYWORDS: FindWindow FindWindowEX findwindow findwindowex FINDWINDOW FINDWINDOWEX Multiple multiple Controls controls API api Api Continued continued Many MANY WINDOW window SendMessage SENDMESSAGE WM_GETTEXT Jaime Muscatelli

Languages
Top Categories
Global Discovery