Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #120190
_*CyberCrypt 3.0 - Compression archives*_

NOW COMPRESSION! ALSO DOWNLOAD LATER VERSIONS----------------CODE RENEWED----12/28/00---------01/07/01-----

2_2002-2004 #120191
irc spy

'Well I wrote this quick little app in under 10 minutes just so 'i could get some data being sent between the irc client and server. 'but you can adapt it to suit many client server apps like napster or whatever. 'well this is how you use it. in mirc or whatever other client you are using 'set the server to connect to your local ip and port 6666 then set your nick and 'other information including server here. run this app. run your client and 'connect. this is just a quick app if you really want to see whats 'going on download netboy by ndg software. well enjoy and please vote. 'thanx Themba Kriger

2_2002-2004 #120192
Advanced Keylogger ActiveX

That's an ActiveX control that allows you to implement the full keylogging functionality (including macros) easily in several lines.

2_2002-2004 #120193
Drag and Drop Game

It is Drag and Drop based game. the purpose of this game is to Drag the city name and drop it in Correct Country in a limited time. the location of cities are change everytime.

2_2002-2004 #120194
Launch Windows Date/Time Properties

Launch Windows Date/Time Properties

2_2002-2004 #120195
Quickest way to export a listview to Excel

This is a faster way to take a listview control and display its contents in a new Excel workbook. A common mistake in using OLE to manipulate Excel is to send data values one cell at a time. However, if you are exporting listview, it is much faster to create a two-dimensional array of the data and then send the entire array to Excel all at once. This method can be applied to grids, recordsets, or any other table-like data. This code will also allow the user to select multiple, non-contiguous rows for export. Hidden columns are not exported, either. Also, if the ColumnHeader.Tag properties have been set to "string", "number", or "date", the Excel columns will be formatted as such.

2_2002-2004 #120196
clsFocus

clsFocus is a class that can be associated with a form, allowing to perform data entry checking and focus handling with almost no code at all..., just associate the form with the class, and create ONLY ONE validation Sub for all the controls on the Form, it's that easy... Please rate it, it just takes a while, I would love to read your comments...

2_2002-2004 #120197
Quest RPG Game

This game is based on my favourite game: Zelda64. Its build with tiles and doesnt uses DirectX or Bitblt, it only uses PaintPicture. Create cool worlds with this game engine and it also has background music for each map. Any votes are good.

2_2002-2004 #120198
Email address harvesting

Our support department handles roughly 300 emails a week that come into our mailbox in Outlook. Each details a problem of some sort and we respond with a resolution. In case there is a followup question, we've taken to creating a subfolder in outlook (by name of the company) and then just keep all the emails in that folder. From time to time, archive the old ones. As you can imagine, these tend to build up and if you don't keep on top of things, you might have a couple hundred of these to do. Of course, not everyone who emails us tells us their company so you have to figure out where they should be filed which takes additional time. Now, wouldn't it be nice if there was a program that could help us out? As it turns out, there is now. This is the program (called simply Initial.exe) that will start in a specific folder and then all the subfolders for all the stored emails. It then will update a SQL database using DAO with the first email address on the list and the name of the folder that it belongs to. This in itself could be handy for creating a mass mailing list perhaps of people who have ever emailed you. The ultimate use for this, of course, is to have a program that would take all the email from specific folder (this was the sent-items folder), find the email address of the sender, locate the correct folder name in the SQL database to file it under, then move it automatically. There is some built in help, it uses the Genie character (wanted to play around with that a bit). This program was put together pretty quickly so isn't the prettiest and it hard coded here & there for our specific needs but should be fairly readable. It demonstrates the MAPI function library, Outlook functions, DAO & SQL, and MS Character use. This could very easily be switched to using an Access DB (by changing the connection string) which is actually what I tested it with before going "live". If this is useful to you, vote for it or just drop me a line. I know it has saved my department a ton of time.

2_2002-2004 #120199
Change Windows (add pics to menus and change the caption)

This code lets the user change the caption of a window, and it lets them add a small picture to the menu item of their choice. All they have to do is enter the current window's caption (and main and sub menus for menu change) for it to work. This could be used for whatever you want... You could even add to it and let the user move the form, resize it, or just go wild with it... it might even help you with your own program because it looks kind of fancy when you have those little pics beside your menu items... My code isn't well commented so, if you have any problems, feel free to respond or email me at [email protected]... please vote... and thanx

2_2002-2004 #120463
Picture/Graphic Viewer

To view more than one image simultaneously so that you don't have a heap of images loaded in your taskbar like IE does for me.

2_2002-2004 #120464
Dynamically Added Objects

This short, simple code allows the addition of objects into a container on another form (in this case a PicturBox). It can easily be modified to add the object to different locations by modifying the locations in the dynObject() function.

2_2002-2004 #120465
TRUE WYSIWYG/Visual HTML Editing

This is a real example of how to use FrontPage style visual editing of HTML. Features drag and drop support for CSS, and HTML 4.0. After searching the net for info on creating HTML editing tools with visual basic I've finally found out how to do it. I've posted the source code to an open source HTML editor I've been working on for some time. Please send any updates of this code to me at [email protected]. And give credit where its deserved. NOTE: Its VERY important that you read the readme.txt before trying to open this code! Also check out my site for the newest source code for Visual X Page. http://nms.telefragged.com.

2_2002-2004 #120466
FourDTicTacToe

This is a pack of three games: 4DticTacToe, 4DticTankToe, and Tank War. Uses good graphics, sounds, background music, bitblt, and has a competitive AI. This is my first VB program, so I would like as much input as possible as to what could be better. Lots of fun with a couple of twists. Please see the screen shot.

2_2002-2004 #120467
Simple Chinese Chess

One of the few Chinese Chess games around (give comments please!)

2_2002-2004 #120468
Display "Quotes" easily!

This is the quickest and most efficient way to display something with Quote symbols (" ")

2_2002-2004 #120469
Clean & Quick: EnumerateWindows

This code will enumerate all windows on the desktop including child windows, and children of children. There are several other entries here on PSC that perform a similar task, but they add functionality and interfaces that I didn't need... And so this is a more straightforward barebones approach; lighter & cleaner without worrying about treeviews or complicated code- A few API declarations, about a dozen lines of code and you're good to go.

2_2002-2004 #120470
HTML Pad

This is a HTML editor for windows. Sort of like an notepad enhancement for web page designers. I made this for a friend of mine and it is still in the development process. Tell me what you think and and also let me know as to how I can improve / upgrade it.

2_2002-2004 #120471
MediaPlay

Plays mp3 and wav format. Saves/opens playlists. Edits mp3 tag information. Has play, fastforward,rewind,skip songs ahead and back, repeat, shuffle, mute, clear platlist, and labels for song duration and elapsed time.

2_2002-2004 #120472
Ferret Racing (old)

Just like horse racing only worse! Just a game I started making at the beginning of the year but abandoned because it never looked the same on anyone else's computers. I've started making it under DirectX8 to fix any compatibility issues and since I dont need this any more I figured I'd share it in the hope someone can learn or be inspired by it :) I'm not worried about votes because it's far from complete and very buggy. I would appreciate comments though, especially any that will help me with the DX version. The .EXE is included but make sure you put the Sprite.bmp file into the App.Path & "\Graphics" directory when you run it.

Languages
Top Categories
Global Discovery