Advertisement

Results for "Author: whiteknight"

ASP_Volume2 #43561
DirectoryTreeView (Updated 8/3/03)

This is a simple 'Browse for Folder' style TreeView. Loads all Logical Drives. Does not load sub directories until the user expands the parent directory so it loads quickly. Supports showing of the files and their associated icon. **Update (8/2/03) ** Looks a little more like the "Browse for folder Treeview". The root is the users desktop folder. Improved properties. Only applicable properties are accessable. ** Update (8/3/03) ** Inclcudes an Example Application simulating a browse for folder dialog. Added method to Create a new Folder. Once the new folder is created it is selected. Added a FindNode method that returns a specific node based on the nodes fullpath. Added different icons depending on the drive type. Speed improved.

ASP_Volume3 #48458
A++ Over 25 API Examples

This is an example of Some API Calls. Has Over 25 Calls. The example shows how to get The CharType (Numeric or AlphaNumeric), A key capture fuction, Get the Type Of drive (ie A: = Removable), Return the free disc space for a drive, Cause A FATAL Error and close your app, Download a File With API, Launch Web Browser to a site, 2 different ways to flash the title bar ap a window, 2 different Types of edges to draw on form at any thickness between 1 - 99, LogOf Windows, Restart Windows, ShutDown Windows, Minimize, Maximize or Normal Size any Window, Get The Percent complete, Encrypt/Decrypt a String(Uses A Key, if the other person doesnt have the key they can't Decrypt the string), and more

ASP_Volume3 #48459
Encryption/Decryption with an Encryption Key Ver 2.1

(Update 7/31/00) Now Scrambles string before it encrypts its. Example shows each Encryption/Descryption Step to help you better understand how it does it. It Scrambles the string the same way each time. It takes all the 'even' characters and puts them first, then puts all the 'odd' characters after them. ***** BUG FIXED***** This Is an example of how to use a key string to encrypt a string. If a third party gets the encrypted message but doesn't know the Key (even if off by one letter) they cannot decrypt the message. (Updated on 6-3-00) This encrypts the string to numbers then converts the number to characters. comments were added to better explain how this encrypts. Any comments or sugestion on how to make this work better please e-mail them to me at witenite87@excite.com

ASP_Volume3 #48460
API Created Progress Bar

this is the source to a dll that will create a progressbar anywhere on a form you want. Different border stlyes, change the backcolor, change the bar color, make it the default style progressbar or use vertical, smooth, or vertical-smooth. This is just the base of the dll, more can be added to it to make it more like you want it. If you want to include a progressbar in your app but don't want to send the LARGE Commoncontrols.ocx then just use this and send a small dll file with your app. Please post your comments / questions and don't foreget to vote. whiteknight

ASP_Volume3 #48461
AddIn - convert VB6 to VB5

Its a small addin for Visual Basic 5. After you select a folder this will look in that folder for VB6 project files. All VB6 project files found are listed. You then select an item from the list, a message box will then pop up showing you the invalid keys. You then have the option of converting them (original is lost) or cancel. please post comments and vote email me @ witenite87@excite.com

ASP_Volume3 #48462
IP Subnetting Calculator v 1.0.9

Enter in an IP address and subnet mask and will return information about that IP and network ID. Tells what the network ID is for that IP, All Possible network ID possible from mask, number of hosts allowed on each network, number of subnets allowed from Mask, Number of bits userd in mask, Lists all Network ID's and Broadcast ID's, what class the IP is, If the IP is reserved or public, if the IP is good to assign to a host. Please post comments and questions. Don't for get to vote.

ASP_Volume3 #48463
Launch Application From URL Like AIM

This tells how to launch a program from a web browser by typping in a url like AIM (e.g. myapp:// would launch c:\program files\myapp\myapp.exe)

ASP_Volume3 #48464
PSC Explorer - Add-In (v1.1.12)

This is an Add-In for Visual Basic 6 that allows you to Quickly See what has been newly submitted to PSC. It also allows you to search PSC Quickly and view the screenshots of the submissions if available. Also By double clicking the item you can navigate to PSC to read more about the code and download it. Add-In is Dockable in the VB6 IDE. - Fixed Minor Bug with Multiple worlds in search. - Added Stop, Refresh Functions. View Multiple pages From your search now. Changed the UI a little bit. Commented more parts of the code. Please leave your comments so I can Make this Add-In Better. - *** Now you can also download the Zip files form PSC by just clicking a button. *****New To Update (8/13/02)***** 1) View The Full Description of The Submission. 2) View Copy & Paste Code For easy access with VBIDE. 3) Quick Link to PSC - Launch PSC In your default browser so you can search and Vote for the Submissions. *******NEW to v1.1.9****** Now View the Top Code of the Month. Fixed some minor bugs with the search. Commented More of the Code. ***Still Allows you to*** 1) View Screen Shots 2) Download Zip File 3) Visit PSC Page of the Submission 4) Search PSC - With the same search options that PSC has. (Level, Type, Sort, Number per Page. 5) Get Newest Submission 6) Connect using a proxy server. 7) Give you access to the largest Source code site on the internet... Where you need it, When you need it.

ASP_Volume3 #48465
Intellisense Completion (Update 5)

This is an Intellisense PopUp I'm working on for a project. It uses an XML data file to get the methods for the object, which allows this to be completly customizable for any language or what ever. Note that the example project is just that, an example, and in no way is it the 'perfect' way to popup the list. I am still working on this but wanted to post it so you could use and build off of it. Let me know what you think. I am also working on support for More then 1 level ( ex. Me.Controls.Blah) also if the select item is an object or can equal a boolean value it will load those methods as well. But I'm still working on that. I have included a sample methods file called defs.dat, which is the default filename for the control, but you can change it. *** Update *** Now uses ListView to allow Images. Fixed a couple bugs too. Added Ability to use up and down arrows to select. *** Another Update *** Now supports Popups for other object (see screen shot) *** Yes, Another Update *** Mainly an update of the defs file. I added some more objects to it and changed a few things in it. Fixed a couple little bugs in the example program for gettitng the Intellisense to popup. Added support for different types of methods, three as of right now (Sub/Functions, Properties, Others like Boolean Values). **** Why Look Another Update **** This time I've added an OnError Event that will allow you to capture any error that occurs. Flatscrollbars, Custom Visible Items, Custom ForeColor, Custome BackColor, GridLines, Remove or Show The shadow, Hover Selection, HotTracking. See the Screen shot for examples. **** Heres another Update for you ***** This time around I added the ability to a Use your own Images with out adding them to the image list within the control. You can use an external Image list or even Load the pictures from a file. And Just set up the defs.dat file in the "img" attribute to have the 'key' that you supply to add the image and Viola (see screenshot and demo app for example). Also added a few other properties like: ListIconCount (returns total images), ListIcon (returns the image)Add And Remove Items from the list, Add and Remove Images. Thanks to all of you for the votes. Watch for more updates.

ASP_Volume3 #48466
System Stats

Shows stats about your computer like: Virtual Memory, Physical Memory, Page File, Username, Computer Name, Disk Free Space, Drive Volume, Drive Serial, Drive File System, Drive Type, Number of Proccessors, Type Of Proccessor, Operating System, OS Version, OS Build. (OS Detection was brought to my attention to be incorrect... It has been corrected)

ASP_Volume3 #48467
PSC Newest Submission Grabber

This Script will go out to planetsourcecode.com and retrieve the newest submissions. It saves the data it got in a text file so we don't get the info every time the page loads. It will get the submissions from ALL Worlds on PSC. After it gathers the data it strips All the HTML from it. Then it will out put the submission in a table for easy display. See Screen Shot for Output. Ive Uploaded it in zip format now for eazy download.

ASP_Volume3 #48468
Supreme BBS(UPDATED 6/24/01)

(UPDATE: Now As start of Admin UI, which allows edit/delete of users, posts, topics, settings. supports HOT Topics, supports lock/closed topics and more.) This is An Almost 100% complete BBS. The database is the heart of all the options that can be set. Different User Levels(Guest, Member, Moderator, Administrator). Allows you to lock Users from posting, the ability to lock posts, delete posts, edit posts, reply to posts, Log In, Register, Allows you to set the Acces Level to Topics(example: Topic="Administrator Discussion" if you set the access level to administrator then only administrators can view/post in that topic). Requires users to register before they can post. Allows Users to select a "Topic Icon" when posting. Allows you to set weither new users can register with an email that is already registered. Counts Users total Posts. Counts Replies to each Post. Shows total Posts for each topic. So Much More can be done. If you like this please give me feedback on it so I can Improve it. If it gets good response I will Update it soon. Soon to be added Admin UI so it doesn't have to all be done through database, Search and more your comments are appreciated. I have also added the .NET Solution file so if you have .NET You can edit it there.

ASP_Volume3 #48469
Banner Rotator with Stats

This Banner Rotator stores The Image URLs, Links, Tracking URLs, Views, adn Clicks in a database. When the banner loads it update the views for that banner in the database. when a user clicks the banner it updates the clicks in the data base. On the stats page(type http:/yoururl/ad.asp?fadmin=True to get there.) you can sort banners by ID, Views Or Clicks. It displays 10 banner stats per page. A sample database is included. make sure you change the gblConnection String at the top of the asp file to the location of the database. Please post your comments/questions.

ASP_Volume3 #48470
Online File Explorer

This is an Example of Server Side XML & XSLT With CSS, Javascript and HTML. It takes an XML File with Data collected about each file and folder in a directory. The Data collection was done with an other application that I wrote, email me for info about that... The output from this is a Explorer style looking window. see screen shot below. if you dont have an IIS Web Server to try this out you can goto http://camalotdesigns.com/pscode/ for a live demo. Please leave your comments and let me know what you think.

ASP_Volume3 #48471
DirectoryTreeView (Updated 8/3/03)

This is a simple 'Browse for Folder' style TreeView. Loads all Logical Drives. Does not load sub directories until the user expands the parent directory so it loads quickly. Supports showing of the files and their associated icon. **Update (8/2/03) ** Looks a little more like the "Browse for folder Treeview". The root is the users desktop folder. Improved properties. Only applicable properties are accessable. ** Update (8/3/03) ** Inclcudes an Example Application simulating a browse for folder dialog. Added method to Create a new Folder. Once the new folder is created it is selected. Added a FindNode method that returns a specific node based on the nodes fullpath. Added different icons depending on the drive type. Speed improved.

ASP_Volume3 #48472
VBAccelerator IconMenu

I converted the original C# code for the IconMenu(http://www.vbaccelerator.com/home/index.asp) to VB.NET. The only Changes that I made to the actual code is that I added a property that allows you to select the Menu style you want, Classic Or XP Style. Everywhere I go that offers source code and it's in C# people are always asking for the VB.NET port of it, so Here's the VB.NET port of VBAccelerator's IconMenu

ASP_Volume3 #48473
mIRC Richtextbox

This is a subclassed richtextbox that supports mirc color codes. Uses regular expressions and highlights the line as it is inserted so its fast. Has a "Scroll to Bottom" method that scrolls the RichTextBox to the bottom. This is a "Work in progress" for a irc chat client I am working on. This control does not yet support mIRC Bold, Underline or Reverse formatting codes.

C_Volume2 #74295
System Stats

Shows stats about your computer like: Virtual Memory, Physical Memory, Page File, Username, Computer Name, Disk Free Space, Drive Volume, Drive Serial, Drive File System, Drive Type, Number of Proccessors, Type Of Proccessor, Operating System, OS Version, OS Build. (OS Detection was brought to my attention to be incorrect... It has been corrected)

C_Volume2 #75042
PSC Explorer - Add-In (v1.1.12)

This is an Add-In for Visual Basic 6 that allows you to Quickly See what has been newly submitted to PSC. It also allows you to search PSC Quickly and view the screenshots of the submissions if available. Also By double clicking the item you can navigate to PSC to read more about the code and download it. Add-In is Dockable in the VB6 IDE. - Fixed Minor Bug with Multiple worlds in search. - Added Stop, Refresh Functions. View Multiple pages From your search now. Changed the UI a little bit. Commented more parts of the code. Please leave your comments so I can Make this Add-In Better. - *** Now you can also download the Zip files form PSC by just clicking a button. *****New To Update (8/13/02)***** 1) View The Full Description of The Submission. 2) View Copy & Paste Code For easy access with VBIDE. 3) Quick Link to PSC - Launch PSC In your default browser so you can search and Vote for the Submissions. *******NEW to v1.1.9****** Now View the Top Code of the Month. Fixed some minor bugs with the search. Commented More of the Code. ***Still Allows you to*** 1) View Screen Shots 2) Download Zip File 3) Visit PSC Page of the Submission 4) Search PSC - With the same search options that PSC has. (Level, Type, Sort, Number per Page. 5) Get Newest Submission 6) Connect using a proxy server. 7) Give you access to the largest Source code site on the internet... Where you need it, When you need it.

C_Volume2 #75606
AddIn - convert VB6 to VB5

Its a small addin for Visual Basic 5. After you select a folder this will look in that folder for VB6 project files. All VB6 project files found are listed. You then select an item from the list, a message box will then pop up showing you the invalid keys. You then have the option of converting them (original is lost) or cancel. please post comments and vote email me @ witenite87@excite.com

Languages
Top Categories
Global Discovery