Results for "Volume: ASP_Volume2"
Allows user to connect to database(Access or SQL Server), view schema(tables, fields, databases). It's main feature is to allow the user to point and click their sql queries using an updatable text file containing sql constants and a treeview of the actual database. Please let me know what you think.
From time to time I write some little application or game for me and my co-workers to use and in the program I am using some new control I made or downloaded. I already know they have the VB runtimes so I dont really feel like making an install for them so I just embed the OCX into the EXE using the resource file, then on the program start up it checks for the files existance. If it cannot find it [like on the first time] it will extract the OCX from the EXE to their hard drive and register it. Then it will open the form(s) that use it. This project shows how I do it. While I would never do this in a professional application, some of you may like this. However, I know this code can show some of you malicious programmers out there how to embed a virus or something like that. I had to think long and hard before I shared this. It is not all that advanced and if you are any good you would of figured out this on your own. So I decided there are enough legitimate reasons that others may like this code so I posted it. Please everyone who is responsible...please get a Project Scanner to scan source code projects for code like this (like the one listed here on PSC or mine at http://vbasic.iscool.net )
I took parts of a few source codes I found on this site and combined them and improved them to make a more complete ICQ Clone. The following three pages are where I took code from(that I remember). I made this like 9 to 10 months ago. As you might notice the code has been changed a lot from the originals. I hope this helps people. http://www.planet-source-code.com/xq/ASP/txtCodeId.6520/lngWId.1/qx/vb/scripts/ShowCode.htm http://www.planet-source-code.com/xq/ASP/txtCodeId.2039/lngWId.1/qx/vb/scripts/ShowCode.htm http://www.planet-source-code.com/xq/ASP/txtCodeId.10397/lngWId.1/qx/vb/scripts/ShowCode.htm I've included a text file with code that might assist in improving the communication between the client and server or client to client transfers.
***********Default button bug fixed*********** This is a custom message box generator.It provides the following functionalities that are not provided by the MsgBox function in VB. 1.Allows you to change the font of the message. 2.Allows you to change the font color of the message. 3.Allows you to set italic font for the message. 4.Allows you to set bold font for the message. 5.Allows you to change the caption of the buttons. 6.You can have as many buttons as you want on the message box. 7.The Message box has a totally new border style. 8.You can also set the AutoUnloadTime so that the MessageBox will automatically terminate when the specified time had elapsed returning the first button value. 9.The MessageBoxEx function used to create the messagebox returns the number of button pressed starting from zero. 10.Use the AddButton method to add as many buttons as you like. (Max 255 i think this is more than enough.)
This is a remake of vbcards.ocx. First you choose a suit, then a then a cardnumber, then use the showcard event to display the card. Uses enums for the suit list and the card list. You have to see this for your self.
Get the statistics of your code. Find out exactly how many lines it is. It is easy to modify this project to include other file types etc.
Formats SQL strings with quotes and line breaks for use in VB. This was a project that was submitted by another user that I have modified. I have added in the ability to update which SQL clauses will cause a line break, using a txt file. Also I have updated the SQLVarPos so that it uses an array for position location of key words. This also has better tab order and an auto-tab so you are ready to copy your formatted string as soon as you select "Format String".
Hehe, another funny little 2 player game, you should check it out If you want a break :) It is not quite done yet, though, so please give me feedback! =D (and vote, if you find it worthy ;)
A really simple Text Animation you can use in your projects
This code contains 3 examples of sorting numbers. Bubble, Exchange and Shell sort. With shell sort I was able to sort out some 45 000 numbers in less then 8 seconds. (no API) If anyone finds a faster solution please let me know.....
This is an example of a webserver. Very simple, supports images and files, 404 errors, and supports index files (index.html as default file) .
This App. shows you how to use skinz in your applications, Open files for Append, Save and Load Data, Do Logging, Give forms a custom shape, Apply security to your applications, Allow forms to stay at top most, Drag a form without a titlebar, Read, Write, and Delete entries to an *.ini file, Have error handling in your app and much, much more. Great for a beginner to intermediate programmer. Please leave comments and/or suggestions.
This simple program allows you to create a button, change it's size,position, font, text, color, and then it lets you choose an action that takes place when the button is clicked. This program is not very advanced, but I am planning to make a better version of it in the near future.
The Disabler is a program to disable a computer temporarely. you can set off the CD drive to keep open, closed, or open and close over and over. You can put the computer into a "Dos" mode. Log of. shud down and more. Also allows you to disable the Ctrl-Alt-Del.
This code demonstrates a simple way to save Images (or any binary data for that matter) into a database... I would like to receive all kinds of comments and suggestions so, please give the same...
this code is a slight modification of the menu ocx. created by vbaccelerater. it give menus a windows xp appearance. it does this by placing a background image, chnaging the starting position of the menu separator line and changing the color of the highlight. you will need the subtimer dll, i have included it in the zip file along with the original vbacceletor code. please do not vote for me since this is really not my code. enjoy.
This tool will help you test security of your ftp or secured http site. At my test pc it tries 80 times a second a username/password from a dictonary. This program is not fully finished yet, there are still a lot of things I wanne change and bugs to remove. Just test it out on your webserver. Remember: This is a test tool, do not use this on public websites!
anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.
TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.
AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.