Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #34417
Change ANY users / user PASSWORD on the network / lan you are connected to

This code, using the windows API (NetUserChangePassword) call can change any users password on the network you are on, provided you know their original password. You need to know: 1. The machine name (ie. \\jon) 2. The username (NOT case sensitive) (ie. the_cleaner) 3. The old password (ie. password) 4. the new password (ie. password2) Enjoy!

ASP_Volume2 #34418
DELETE a user from ANY COMPUTER on the network

Simple API call to delete any user account on the network. I think you need to be admin to do so... infact, its very likely you have to be :) You need to know: 1. Machine name (ie. \\jon) 2. Username (ie. the_cleaner) Enjoy! :)

ASP_Volume2 #34419
Remote Shutdown Agent

This application will allow an NT Administrator to remotely shutdown a NT workstation for which they are a member of its local adminstrator group * You can shutdown two ways one that is absolute (5:00 PM) or delayed (10 minutes from now) * A shutdown message can be displayed * A forced immediate shutdown can be implemented (user gets no warning) * Running applications on client can be allowed to close or terminated immediately * Time delayed remote shutdowns can be aborted for any or all computers on list * Note for Win 95/98 users: Remote shutdowns are not allowed through Win 95/98 machines. XP/2000 is untested. There's alot of code in here and its relatively well commented but there may be redundant API declartions, etc. The code has been tested and works. I haven't test cross-domain shutdowns however. Use this program at your own risk. Author assumes no liability for its use or misuse. There's alot to this code, have fun.

ASP_Volume2 #34420
Apps32 Remote: Tech Support System

Okay, you all are computer geniuses... you all know it comes with that responsibility? You know, the one where you hav to help everyone you know that has a computer problem? Like, "Hey! I was trying to plug in my monitor, but it wouldn't fit with all those little metal points, so I cut them all off, and now it doesn't work! Help me!". Okay, say you have someone a long ways away, or you're at work and can't help. Apps32 can help! This remote tool can connect to the other user, get screenshots, reboot, and do a complete control... thats right! Get constantly updating screenshots, and type, and use the mouse! It's easy to do tech support with Apps32! Please leave comments!

ASP_Volume2 #34421
Easy Making You Form Transparent

With this code you can making you'r forms transparent... You can select how mutch transparent you form shall be by changing a value 0-500 (0 = Invisible) (500 = Normal).

ASP_Volume2 #34422
Personal Digital Dairy v1.2

Version 1.2: Crypting of Diary text. Save output. Systray function. Password protected. .INI file usage. Options enabled - change password, select login Splash screen Address book coded Folders for data added please vote for this code and give comments

ASP_Volume2 #34423
A Simple Journal

This is one of my first Visual Basic creations. It's basically a little journal you can use for whatever purpouse you see fit (A personal diary, document the progress of your latest invention etc.). It stores entries in a database which can be viewed by selecting the date entered from the MonthView control on the right of the form. Tell me what you think, how to improve and so on. I's far from finished but it works so far. Go easy though, i'm only a newbie!!!

ASP_Volume2 #34424
DTS Example

Uses DTS (Data Transformation Services) from within VB

ASP_Volume2 #34425
API Console

This creates a console window through API. This is very basic, but it teaches you the basics about calling/creating a console through API. Well first: 1.) Create an exe 2.) Delete Form1 3.) Add a Module (NOT a Class Module) 4.) Insert the code below into the module 5.) Run the program and a console window should come up I didn't document this very well because it is very basic concerning API. Feel free to use this code in your programs and also feel free to add on to this.

ASP_Volume2 #34426
Encrypt File using another File

This Program encrypts and decrypts a file using antoher file, this when properly used can be a one time pad key. The Key file could be transfer to disc and used as a Key Card. Fully Commented

ASP_Volume2 #34427
Code Optimization Tips

This article contains some optimization tips for both standard coding and game creation.

ASP_Volume2 #34428
SQL Code Generator V2

Select a database and a table and receive the sintaxe SQL to: Add Field, Alter Field, Avg, Count, Create Index, Create IndexUnique, Delete, Distinct, DistinctRow, Drop Field, Drop Index, Drop Table, Group By, Having, In, Insert Into, Max, Min, Order By, Select, StDev, StDevP, Sum, Top, Update, Var or VarP.

ASP_Volume2 #34429
BOTMATCH - **UPDATED** - see screen shot - AI, 2 player battle, fast moving and FUN!

This is an update to the game I submitted a few months back called BOTMATCH, a fast moving action-packed game... Now with the new BOTMATCH I've completed the AI player, which is a worthy oponent for the best of arcade junkys, with 2 different skill levels (easy and hard), lots of options (different graphics levels etc) and an updated GUI which meets the standard of professional games. The game is HEAVILY commented and should provide at least some insight into the world of game design in VB. Hope you like it. PS - I was surprised but the AI actually beet me at my own game when I set the speed to FAST and the Difficulty to HARD. Enjoy!

ASP_Volume2 #34430
End Task !

This code eill cheat the system and make it believe that no task is currently running ! known that if you see your registery entry like HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run " You will see that the code still running silently in you Reg ...

ASP_Volume2 #34431
Winsock backlogs overcome...

Have you ever written an application that utilises Microsoft's Winsock control? have you ever found that when you tried to send data to a socket, that data becomes compounded with other data sent at a similar time, instead of in a separate transmission? Also applies to those who write multiple connection servers. Read on.

ASP_Volume2 #34432
File Splitter v1.0

This will split a into parts of the given size. I know that there are a lot of these on psc (and other sites), but the code here is clean, neat and very well commented and keep in mind that this is for learning purposes. Good for anyone learning about file/string handling. The gui isn't up to much, but the code is centered around a module, so you can just add the module into another project and call the functions. You only need three things to use the module, a form, a label and a progressbar. The interface is entirly up to you. All checks are done internally, so the interface code is about as minimal as you can want. Any suggestions for improvements are welcome and feel free to vote :)

ASP_Volume2 #34433
DTS Class Module and Events

The program Creates a VB Class Module from a DTS Package on a SQL Server, with all events, and its own events(Progress, currentTask, etc) It creates a very compact script, so you can very large packages in a single routine. The Class Module "ClassDTSScript" is what is created when you get a package from the server and script it. Simply remove the example, and add one you have done to test it. The example execution asks you to navigate to the source and destination Access Databases, and uses the filepath to pass in an ADO style connection string for the source and destination connections. The parsing routine in the class module will work for SQL Server or ACCESS. I have not handled more complicated transformations such as Many to one column mappings and such, but Execute SQL and DATAPUMP Tasks work quite well. The Example "ClassDTSScript" module included was created from a package in SQL Server 7, and includes a couple of queries, two transformations, and running a stored procedure with a parameter, as well as demonstrating using the events that are called by the DTS Package object. Read the comments in the code carefully to better understand the uses.

ASP_Volume2 #34434
Game Programming Guild

This is one of the best programming guilds around since there is very few this is just a basic game engine tutorial for a adventure game like final fantasy and zelda . Enjoy dont forget to upload your games using my game engine to share with people. please vote if you have the time and send me some reviews that would be nice.

ASP_Volume2 #32946
ListView Control For Files In Folders OCX Control By MegaSoft

Ever tried using the listview control in your application to view files???? Well if you have you will probably know that it takes a few modules or about a few hundred lines of code! Well if you ever thougt in your mind... "I WISH SOME ONE WOULD CREATE A CONTROL JUST FOR VIEWING FILES................" Well your Dream has just come true! It only takes 1 line of code to load up all the files in a listview! Explore1.path (Dir1.Path) It can also load up the individual properties for any file - find size, type, location etc. and you have them this control is royalty free so you dont need to pay. All I ask is that you email me (by Clicking my name above) if you are using it in any examples of apps, and give me some credit! Otherwise, please vote, please, please, please, please, please, please, please, please, leave comments and VOTE! Please report and bugs by the comments below

ASP_Volume2 #32947
Map Maker Deluxe

This is a tile map maker that I made for my RPG. You can open and save maps. You can also zoom out and view the whole map. The zip file also includes hundreds of tiles to use in a game. But the file is still under 0.6 MB

Languages
Top Categories
Global Discovery