Results for "Volume: 2002C"
This is the first entry in my AdvancedUI line of ActiveX controls for Visual Basic. It provides all the capabilities of the common splitter / sizer control with a LOT of new ones. Animation, Control Container, Color customization, Border customization. Tons! check it out!!!
Look at the screenshot. With embed you can modify the windows folder look to suit your style. Do you want a few links in the window, do you want a calendar, how about a custom title for your folders. Maybe a custom font? It's up to you with Embed. You have to see the screenshot. Don't forget to vote! Make sure you have folders set to view as a web page!
PAGE CREATOR 3!!! (With: Very Cool Customizeable Menu with icons and background bitmap, Flat version of my Font Selector, Color Picker, and Flat combo box, buttons, HTML Syntax Highlighting, Startup Manager, Web Page Templates...) See more! The Page Creator Series is a powerful WYSIWYG Web Page Creator, with real time preview editing environment, HTML code editor with syntax highlighting, Dynamic action when editing your page, and many many cool functions. You must see it if you want to see what a "Big" application is.
Adds a drop shadow to any hWnd you specify, just like you see in OfficeXP menus.
Working out wages for employees including tax
** UPDATED: An error on my part before, I forgot to include the actual UserControl, in is now safe and snug in the ZIP file for your to download and see ** Add the look of a Windows XP titlebar to your boring Windows 200/ME/98/95 application. Ability to disable buttons, add an icon, and make your form's corners transparent!
In this tutorial, I will show you how to support polymorphism in a COM compliant form, in Visual Basic, much like Java and C++.
Another one for NT administrators. Replicator 1-2-3 is a utility that allows you to replicate one or more files to a number of remote hosts. It comes handy when you need to quickly update files with a new version or simply push a script or utility to your desktop machines, or servers. Replicator has a simple one screen interface. Three step pointers are added for easy navigation. Full feature command line options support running replicator from a batch. Comes handy, when you need to schedule the replication with AT, WinAT or similar programs.
Here comes The Smartest Tic-Tac-Toe which thinks & has brain of it's own. It becomes more smarter as you play with it because it recalls all the best moves it had made to win the game, if it does not find then it searches the best possible move. And if it wins it puts that move into brain. Even if you win your moves are also put into brain. This is AI. If you completely wipe the brain.txt file, it will depend only on double tree search. It tries to maximize it's own moves while it minimizes the user's moves. It is very difficult to beat the computer. And usually game ends inconclusive. Enjoy the game. And please mail your comments on this game. Please report any bugs. Please VOTE!
This application will allow an NT Administrator to remotely shutdown a NT workstation for which they are a member of its local adminstrator group * You can shutdown two ways one that is absolute (5:00 PM) or delayed (10 minutes from now) * A shutdown message can be displayed * A forced immediate shutdown can be implemented (user gets no warning) * Running applications on client can be allowed to close or terminated immediately * Time delayed remote shutdowns can be aborted for any or all computers on list * Note for Win 95/98 users: Remote shutdowns are not allowed through Win 95/98 machines. XP/2000 is untested. There's alot of code in here and its relatively well commented but there may be redundant API declartions, etc. The code has been tested and works. I haven't test cross-domain shutdowns however. Use this program at your own risk. Author assumes no liability for its use or misuse. There's alot to this code, have fun.
Enumerate all installed printer on local machine and retrieve their status (the same in windows printer folder) and other informations. Enumerate also the jobs of printer and their status.
Okay, you all are computer geniuses... you all know it comes with that responsibility? You know, the one where you hav to help everyone you know that has a computer problem? Like, "Hey! I was trying to plug in my monitor, but it wouldn't fit with all those little metal points, so I cut them all off, and now it doesn't work! Help me!". Okay, say you have someone a long ways away, or you're at work and can't help. Apps32 can help! This remote tool can connect to the other user, get screenshots, reboot, and do a complete control... thats right! Get constantly updating screenshots, and type, and use the mouse! It's easy to do tech support with Apps32! Please leave comments!
Version 1.2: Crypting of Diary text. Save output. Systray function. Password protected. .INI file usage. Options enabled - change password, select login Splash screen Address book coded Folders for data added please vote for this code and give comments
This is one of my first Visual Basic creations. It's basically a little journal you can use for whatever purpouse you see fit (A personal diary, document the progress of your latest invention etc.). It stores entries in a database which can be viewed by selecting the date entered from the MonthView control on the right of the form. Tell me what you think, how to improve and so on. I's far from finished but it works so far. Go easy though, i'm only a newbie!!!
This is a new version of HelpACoder Now usees Listview rather than 5 listboxes.Has projects uploaded, allows downloads of files, a very nice update alot has been done added almost a completely new project. Try it out leave comments and if you really like vote use it and send me your projects and questions and i can add them What it is: This project was made to share source and ask your questions to all the people on the internet Finally get help for free rather tha paying like at RentACoder. Dont forget to leave comments and keep checking for more projects added to HelpACoder
Uses DTS (Data Transformation Services) from within VB
This creates a console window through API. This is very basic, but it teaches you the basics about calling/creating a console through API. Well first: 1.) Create an exe 2.) Delete Form1 3.) Add a Module (NOT a Class Module) 4.) Insert the code below into the module 5.) Run the program and a console window should come up I didn't document this very well because it is very basic concerning API. Feel free to use this code in your programs and also feel free to add on to this.
This Program encrypts and decrypts a file using antoher file, this when properly used can be a one time pad key. The Key file could be transfer to disc and used as a Key Card. Fully Commented
This article contains some optimization tips for both standard coding and game creation.
Select a database and a table and receive the sintaxe SQL to: Add Field, Alter Field, Avg, Count, Create Index, Create IndexUnique, Delete, Distinct, DistinctRow, Drop Field, Drop Index, Drop Table, Group By, Having, In, Insert Into, Max, Min, Order By, Select, StDev, StDevP, Sum, Top, Update, Var or VarP.