Results for "Volume: ASP_Volume3"
A Simple Phonebook with sql Statements and queries.
The program accepts the name of an input file from the command line. Then it reads strings from the input file into a dynamically allocated array of pointers to char. Prompts the user for a string to search for. After that it searches the array using binary search. If found, reports the row (counting from 1) in which the target was found. If not found, reports "Not Found" Asks the user if he/she would like to try again.
ASPDepends lists your web sites and their sub contents, and checks for include files and COM dependencies on your "ASP" web site or virtual directory. It also displays methods and variables in all the files, and displays warnings for COM objects that are not deallocated Specially useful for site performance refactorings Also contains code for getting information about your web server (IIS) by ADSI
The purpose of this code is to demonstrate how to use command line swiches with your programs, how to use them, how they work, and how to set them up. All extremely simple!
An OCX that Resizes controls on a form that is resized. This OCX also has a property to change fontsizes. You can also (through a controls TAG) tell the OCX to NOT resize certain controls...
This code will show you how to 1: add to a listbox control, 2: Delete from a listbox 3: Check an item exists before adding or deleting. Hope you like, feedback always welcome.
How to use the String.replace function
Please rate me if it worked for you.It is an extremely efficient Non-Negative INTEGER MULTIPLICATION of ANY LENGTH!!I assure you it is very quick..Any CS student may need it.It is my first Submission.
Takes a string array and sorts it alphabetically. This can be used to sort a listbox without the sorted property set to true. The code is heavily commented.
Game server watcher teamspeak is a server query tool which you can use to query your teampeak server from a vb.net/c# application or a asp.net application - Version 0.1.1 please check www.codeconcepts.co.uk for updates
Populates a collection of installed Windows NT services, based upon type of service requested. Can be used to enumerate the services on a workstation or server. Requires Windows NT and administrator rights.
Shreds files. Kills Internet explorer history, cookies, temp internet files. Has auto monitoring of IE to automatically clean history , cache and cookies when last instance of IE is closed. Cleans INDEX.DAT files on your computer which also keep tracks of your IE activities. Cleans various other recent file lists.
Want to waste less time looking for your programs in the star menu then use this program just select the program and click execute, no more looking in all your star menu you can also add . exe .lnk and alot more extensions even mp3s so you can have your favorite song with just the touch of a button. there is only one requierement that you vote for me.Thank you more to come but please vote.
Returns the time of day from a Windows NT workstation or server. Accounts for time zones. Requires Windows NT.
Microsoft has rather finished support for java, its not like last time when we could interface vb with java easily, these days we have to do using some third party softwares that are not free or open source and are complicated to use notforgetting the system resources they use up. Due to this problem, i came up with a very simple yet effective way to connect them - using a database, a timer and a thread!! hope you can benefit from it...
Updated 03/14/09 to fix a bug with the Pow calculation. This update allows for a more transparent use of chained operations. This is a very nice calculator. This code allows the user to enter multiple operations before hitting the =s button. A basic Calculator using Swing II example has a tutorial and the src is included.
This application is an alternative solution to the common boss-around-the-corner-quickly-alt-tab problem. Instead of fumbling the alt-tab key to hide you active application (and minimizing it to the taskbar) , by using the hotkey feature, you simply hit the PAUSE key which will completely hide the active window AND remove it from the taskbar, thus showing no evidence of its existance on the desktop. Another convineince is, you can also hide non-active applications without terminating it so that it doesn't clutter your taskbar, and then reveal the window back again anytime you choose.
Have you ever wanted to merge data from a database to Word when say one person has multiple records asscociated with them. Word doesn't allow this. For example, It allows one person record but what if you want to show multiple orders in the document for that person. Access allows you to do this with a subreport but not word. This code will allow you to create a new word document, add text to it, format the text, insert data from one or more databases into it, print it, save it, e-mail it using outlook, and/or then delete it if you want. Raised events allow you to know the current status of the class. The sample included shows you how to use it with the Northwind.mdb Perhaps if you want you can make it out of process activeX exe. Check it out. It really is a useful Tool if you need to work with word. Note: This does not use a DDE connection
MyFont Have you ever used CreateFont and CreateFontIndirect? Just a lot of parameters to set, MyFont is an application that lets you 'build' a Font dinamically seeing your settings......and then...it writes code for you! All you see on the form is self-explanatory, the only thing you have to know is that by left-clicking in the frame 'TEXT' you can move the text. You can build your font using all the settings or by choosing it with standard Font Dialog.....so, here you can find also an example of how to use ChooseColor and ChooseFont.
It is a Win32 Dialog without a resource script. The Dialog is made by scratch, and it was made so you can see a fullscreen 'black background' dialog on monitor. I Hope you like it.