Results for "Volume: 2_2002-2004"
What this does is places an icon in the task tray and shows how to animate the icon.
Import And Export Registry Keys
This application discovers all about ADO Connection builder to help you Creating ADO Connection String to any databases or maybe use the codes to your project in simple way as 123.... Don't forget to vote me.....
This code will encrypt a wav file onto your form so you dont have to load them up from directories
Net Usage Moniter-ReadMe This application calculates the time connected to the net and finds out the total amount spend by surfing the net. The cost is calculated as per the pulse. If 180 is the pulse then even if you connect for 1 second the cost of 180 second is added.Thus a correct amout spend is found out. It also uses DD7 to display the session details after you disconnect from the net and also a log file. When you move the mouse near the tray the time you are connected to the net is poped up. You can also disable this popup. The code is well commented-each and every line. You can learn the following things from this code. *Check for internet connection *Read and write from registry *Keeping log files *Display text directly to the screen *Add details of a file to textbox *Add, Delete,Modify the tray icon *Read from resource file *Slide down opening of form as given by Scrolling Notice http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=14911 The program is not tested on NT and is not for it. I think changes are needed in api call,then you have to get OSversion etc, to make it work there and here in 98. I created this for my personal use and me and my friends dont have NT to test the other part. [email protected]
This code is an addon to the "split" function in VB, it takes an string and will split it into a 2D array. It's pretty easy to figure out. I wasn't sure whether to put this as a beginner or intermediate so it is kinda inbetween. If you're using VB5 or before you'll need to download a replacement split function from this site somewhere. Latest - Fixed a small problem with different sizes of one dimension (could have been fixed with on error resume next but this is more effective)
Hi this is a cool little project I made to keep all my source code on one handy place I made this project about 5 months ago but know I have updated it and added some more cool things Like the Listview controls and also it does not use a dat file any more it know uses a Microsoft Access file so you can add more code. Anyway I hope you like it or come in handy. Please Vote if you do Thanks.
This is an Active X control you can add to your apps and have nice, smoothly scrolling text which makes them look pretty good :) The ocx can scroll right->left or bottom->top and background+text colors are customisable. Text scrolls, optionally pauses at the edge for specified ms and then continues to scroll off It uses bitblt to do the drawing so its flickerless and goes pretty smoothly. Also, this code simulates an asynchronus function as i couldnt see a way to make/call an asynchronus function in vb. Please vote for it!
This program is very slow but it writes to a vb EXE and changes the name of runtime dll, msvbvm60.dll which the program is looking for at startup and you can change that dll's name into what ever you want. To try this and to see what i'm on about use the program and specifie a EXE and a new dll name and run the EXE after writing to it. You might get a missing DLL message, all you have to do is rename msvbvm60.dll to that new DLL you used. Please vote and leave a comment.
This program displays a visual equalizer and a volume control for the main volume and the bass and treble. Have to see it! Please Vote!
Displaying a Message in a StatusBar as "Hint" to a currently selected MenuItem. Often called "MenuHint".
3D hedge game This uses paint picture to make texture on the walls, they also have lighting effects. It uses the dim statement to make its walls. Its has exelent graphics and renders very smoothly, and goes very quick If you like this game pls vote for it.
Check internet connection and return the type of connection used. example LAN connection, Modem connection, Connecting through Proxy, Remote Access Server installed (RAS installed). The source code and application screen shots are available at: http://www.imagineer-web.com/MasterKey/InetConnect.htm
This is a revision of the Mortgage Application that I had submitted earlier that i found to have some errors when loading it into Visual Basic. So hopefully this one will not have that problem. this particular application does not require Microsoft Excel to generate the amortization table like my earlier application.
MacSHELL is a macintosh look alike shell for windows. My main idea was to emulate the macintosh system as accurately as possible. It still doesn't look completely like the mac but I hope to add more mac features soon! I got lots of feedback from my first two versions and now I have updated it as best as I can. There is lots of room for improvement so please leave your comments.
BAS Module that handle several FileSystemObject methods using Windows API calls. Several new functions were added. This module will make file/folders operations a breeze.
This basicly tries to find the small icon for a window (the icon on the top left). Note: it returns the HANDLE to the icon, good for using in API calls. Also, I have looked around and there is NOTHING about this posted anywhere. That is why I'm posting it. (this is part of my current app...)
This code is intended as a replacement shell for Windows. It contains the functions that many people use.
Hello And Welcome Too NextPad,, Thanks For Feautures : -------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. * Better Toolbar Now its A CoolBar * Better Launching of a New iNstance Because Now you can add command line parameters * NextPad Now Has An Option Too Remember Previous window Position And WindowState * You Can Now Set The Back Color ANd Forecolor Of the TextBoxes * Better Text File Manager -------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 Code Was Revised , Restructured ...............
This code is like Napster, but lets you transfer any file type, and has a nice search output. This uses the Catalyst SocketWrench Control, which you can get from www.catalyst.com. All this version is is the first, but with some minor bug fixes, and it is actually on PSC now and not on my slow server. It still has the bug with the server freezing if you change to an existing channel on the client, so if you know how to fix that plz help. Just to let you know, i wrote this about a year ago as my first program using sockets, so don't expect many comments.