Advertisement

Results for "Volume: 2002C"

2002C #12502
ShortCuts,Start with windows,.lnk files

***Update 5/23/01 Sorry guys forgot to inlude the bas modules they are uploaded now. Updated *** Fixed a bug,Added ability to add a shortcut to the taskbar as a quicklaunch!This program will create a shortcut or .lnk file.Thanks to Dave Scarmozzino and Todd Acheson.Also demonstrates the ShellExecute,SHFileExists and WinExec api functions.Credit for the shortcut functions go to Dave Scarmozzino,I just made a pretty package.

2002C #14038
Complete Client-server Hacking tool

This is a complete client-server tool for logging into any computer. The recent submission of mine was a client I picked up from somewhere but I realized it wasnt working. So this time I have come up myself with something that works. You can delete files, copy and move them, all on the remote host. You send the server to the user, it emails you the IP and all other information of that computer. Then simply you connect to it. YOu can view system information, running processes, RAS passwords, the IE bookmarks feature is to be implemented. Also there is not yet full-fledged file download support, I'd be glad if someone could help with this as I've frustrated myself trying to think why GET does not work for the last 3 days. You can send pop-up messages, URL Jumps, execute any file on the host itself, etc.

2002C #13622
Demonstrating the saving of a recordset to HTML using a HTX like template (only better)

NEW VERSION AT http://www.planet-source-code.com/xq/ASP/txtCodeId.23669/lngWId.1/qx/vb/scripts/ShowCode.htm With one simple procedure call you can create multiple HTML files based on any recordset and a HTX like template. It is possible to create multiple (nested) grouping levels. It is also possib to create your own constant parameters. The screenshot below and the demo project will show you some of the possibilities of this code. The code is well commented and not to massive to go through. It uses the underappreciated Split function a lot. Because of the Split function the code is very small and fast. This code can be useful: When you are not able to access your database dynamically from your web server. You can use this to publish database information. When you need an easy to use and customizable data reporting tool. When the number of data updates is much lower than the web traffic you have. In this case static WebPages will probably give a much smaller server load. If you created your own web server in VB. You can use this to give it functionality to access a database When ...?

2002C #13963
Count the Number of Lines in your Code

UPDATE: Changed code so there is a listbox where you can select any file in a project or directory and get the number of lines of code. Also added an option to check all subdirectories when you are doing a directory search. ORIGINAL: I was recently at an interview where I was asked how many lines of code I have writen. The question kind of caught me off guard -- I had no idea!! Ya, probably in the tens of thousands, but no real clue. That sparked the idea to make this application. With this app, you can specify a directory, a single file, or a VB project file, and it will analyze the data and tell you how many lines of code are in the project. This is the first beta release of the code, so please leave feedback if you encounter any bugs, or if you have any suggestions that I should add to my next version. Just select the type of code you want to analyze from the dropdown box and select the location of the file. The application will return to you: 1. The number of forms in the project 2. The number of modules in the project 3. The number of class modules in the project 4. The number of Blank Lines in the project 5. The number of Commented Lines in the project 6. The number of actual coded lines in the project 7. The total number of lines in the project This is still a work in progress. I'm thinkin of adding as an output the number of procedures in the project. Maybe even break the numbers down per file. Please leave feedback and let me know what you think. If you like the code, please vote for it.

2002C #14394
Office XP Style Rollovers

Office XP Style Rollovers ========================= Heres a quick example of how to make Office XP style rollovers. This is where when the mouse rolls over then button the background changes pale green and the edge changes green. Needs a bit more work done. Slaped it up in about 8 minutes. Keep on looking i will submit the latest version soon with full property minipulation. So buttons can be added and the bar draged and maybe even full toolbar access like in Office XP. All my own. NO ocx's. (Open Source)

2002C #13411
Screen Lock (Transparent Form with Wave Effect)

This Program demonstrate various Functions. f.E. Transparent Form with Wave Effect, SysTray, Autostart (Registry, Win.ini), Cryptographie (Randomize Chiffretext by same Source,Bin Text Mode...), Hotkeys and more. Without Ocx or Dll also simple Api.

2002C #12819
A Chatter (chat application)

simple ıp chat app.

2002C #11738
OpenGL Color and Lighting Model Demonstration

This program demonstrates the color and lighting models implemented in OpenGL. It allows the user to view the effects of changing the ambient, diffuse, and specular color properties of the lighting in a scene. It also allows the user to view the effects of changing the ambient, diffuse, and specular color properties of an object in a scene. The user can choose between three different three-dimensional objects, and can even adjust the transparency of those objects in real time. Other options include the ability to move the light source in three-dimensional space along the X, Y, and Z axes, and the ability to select either flat or smooth shading for the object in the scene. This program is a great way for programmers new to OpenGL to learn and understand the OpenGL color and lighting models. NOTE: This program requires Microsoft's OpenGL type library for Visual Basic, and as such I have included it in the ZIP file. Enjoy, and let me know what you think!

2002C #13592
Open, Print Pictures Fast!

Do have about alot of pictures you want to view fast? This will do it! It has its own open thing, so all u have to do is double click on an image and it will open. It will keep the open box open so you can keep load. Then you can print you picture.

2002C #11734
OpenGL 3D Particle Explosion Demonstration

This program demonstrates how to create a particle explosion in three-dimensional space using OpenGL from within Visual Basic. The user can select the number of particles in the explosion, and can select the size of the particles in the explosion as well. The user can also choose to implement either positive or negative gravity in the scene, and watch how the gravity affects the particles. Other options include the abilty to select the color of the particles, including random colors, and to show or hide the XYZ coordinate axes. This program is a great way to learn about simple particle systems. NOTE: This program requires Microsoft's OpenGL type library for Visual Basic, and as such I have included it in the ZIP file. Enjoy, and let me know what you think!

2002C #13353
TrayButton in TitleBar

This has kept me occupied for a couple weeks. Most of what is in here I learned to use while writing it. I think I have thought of everything, but maybe not. The button draws itself in the correct system colours, it sizes and positions itself according to system settings. I have noticed that the TrayMenu does not react properly in the development environment, it does behave itself once compiled though. Also, when compiled, the Tooltip does not work until after you have restored the App from the system tray, but it works ok in the development environment. I don't know why this is, maybe someone could explain it for me.

2002C #14397
UltimateInternetDirectory

::ADDED FORM1.frx::okay this code can search 91(more soon) search engines(you choose the negine, and type in what u want to find) with just a couple clicks

2002C #14382
PC Calendar Pro

A calendar proogram fully complete with all the works. Keeps track of important dates like birthdays, holidays, etc. It's very useful when you need to remember something important, because every time you log on, you are notified of upcoming events. Includes support for annual, weekly, and even monthly events. If you want it to pop up every time you log on, you will need to add a Scheduled Task for the program after you compile it. If you like it, please vote for it. Helpful tips and constructive critizism are welcome. SEE THE SCREEN SHOT --->

2002C #14398
Form's Caption Running

Hi, Guys! I'm new at PSC, so I have a little cool code for you to entertainment. only two lines of code that makes the vb forms caption moving, isnt it cool huh?. Check it out! thank you ! more to come later ;)

2002C #14361
Racer

This is a challanging game and an upadated version of the fast button pushing game. In order to win you must rapidly press the arrow keys as fast as possible. There are two tracks, passwords and five skill levels.

2002C #13974
Maze of DOOM

This cool game has a level editor and a difficulty setting. The idea is to escape with the best time, (Best time for each level will be saved), and if your on hard mode, then you have to push all the boulders down the holes too! Please E-mail me at: Eddrackham@aol.com with your comments!

2002C #11962
UPDATED - PC calendar enhanced

This code builds on the PC Calendar submitted by Johnathan Fullman The new version includes: -Microsoft Agent Intergration -Streamlined Interface -A few tweaks, and bug fixes You can do a whole lot more with agent, then i've demonstrated in this app, and really add some cool functionality. Kudos to Johnathan for making a great calendar app. (Be sure to download the Microsoft agent components from http://msdn.microsoft.com/msagnet. You'll need the agent runtime, the merlin character, and the text to speech engine. Most new computers come pre-installed with agent.) UPDATED!!! New version includes compelling new personalization features, usability improvements, tighter agent intergration, bug fixes, and some minor interface tweaks. Please leave any comments you have.

2002C #12382
Download File from Net

Downloads a file to the host's computer from the internet via api.

2002C #13422
Start your application when windows starts

Many people want to know how to start there application when windows starts and not simply by putting a shortcut in the windows startup folder.This article will show you how to do this using vb and a few api's

2002C #14322
hwnd Or Handle info grabber

Gathers Information about windows using the cursor position

Languages
Top Categories
Global Discovery