Results for "Volume: 2002VB"
Some SQL Server actions: - create database - delete database - execute SQL command - execute SQL script
This is just an update of the previous entry. The site where I was obtaining the data changed there format and I then had to find another site to get the data. The Mutual Fund Tracker allows you to track mutual fund performance and save the performance results to an excel spreadsheet. The Mutual Fund Tracker allows you store up to 10 mutual fund profiles/portfolios. Each profile can store any number of mutual fund symbols.
Updated ver 2.0. In a network environment, open a connection to a database, retrieve data, close the connection, work with the data, reopen the connection to communicate with the database again and do a batch update. This app shows you how. ADO data binding without Adodc control, database file creation, table creation, and combo box data listing and click to find a record is demonstrated. I appreciate your comments.
How to use API calls to read and write to a .ini file for user names and passwords and user preferences like colors. Can be used to store start up info.
This is a simple game that a beginner could learn from. There are no api calls in it. It is all pure visual basic code. The collision detection is not 100% perfect but works pretty well. All of this code is 100% from me and none was taken from PSC or any other source. Feel free to make NICE comments and vote if you like it. Hope you all enjoy it!!
A images Collection Manager very nice. Add, delete libraries and view bitmap files such as JPG, GIF, BMP, WMF, ICO formats. ¡Includes a browser for .GRX files (getright lists)!. Really great. Coleccionador de imágenes y otros archivos con múltiples funciones. Soporta diversos tipos de archivos e incluye un visor para cada uno de ellos.
This is the source code to 'Genius IRC Services'. This program is designed as an administration tool for people who run an IRC Server(IRCD). The services connect to your IRC server and set up some services bots(IRCop, Color, Nick, etc...) that perform functions for the users and admins of the server. Some of the features of this program include: Adding thousands of 'fake' users to your server for stability testing, A channel in which a bot relays all things that happen on the server, Colored nicknames, The ability to send raw commands to the server, etc... Genius IRC Services was designed and tested to work on DF and DF variants, Elite IRCD and Unreal IRCD.
This is an example of how you could create a SOAP Server to process SOAP Requests
Its a reletively simple RPG engine without directx or api and its flicker free. Its currently a dead game in progress since me and jimcamel shifted it to directx a year or 2 ago. So its unfinished and has ip connection beginings, including chat and map sending across the net. Theres no map editor since u can do it in notepad. Feel free to use it for your own game, just e-mail me if u want to.
This code simply selects Another Window in the Windows Environemnt. I was required to set the focus of an application running in DOS
This a MsgBox replacement using Flash. While the flash movie is very simple, it does give a good example into using flash with VB. Read the REadme for information before using. The zip contains the dll, dll source, and source for a sample project using the dll. Also included the flash source so you can look at it and change it if you like.
I was programming a Sharp Wizard OZxx Organizer using SDK-Basic ... There is no way to see ahead of time where the PSET, LINE, LOCATE commands will place the text and graphics. So I whipped-up this little emulator. I can now enter commands manually and see where they are on the Wizard LCD display, or cut and paste from the SDK editor. There are some limitations, but it sure helps for laying out the crappy LCD display. For you Sharp Wizard fans, try this out and see if it makes it any easier to program.
You've seen the rest, now try the best! DX Matrix closely emulates the scrolling code as seen in the movie. To run the program, you need to have installed DirectX 7 (or higher), the VB6 runtime and, for best results, the matrix true type font as supplied. Use P to pause the matrix, and escape to exit. NOTE: DX Matrix II is now available. The most realistic Matrix emulation package yet, featuring 3 simulations from the movie, and realistic sound - visit my WEB site to download it - http://www.dhutchison.freeuk.com
This program scans the TCP/IP ports in a user defiend range for activity and available access... It can scan over 2000 ports in 60seconds.... I am very pleased...
No Labels, No API's, And No Timers. All VB Code With Pretty Good Speed.
A multiconnection stand-alone application for peer-to-peer chat and file sharing. This old piece of rather large and tedious work is not complete, but I would like some comments on it... and vote on this one. Don't just look at it... VOTE!
Professional High Quality Code. Looks, works and behaves like the Windows Task/Icon bar on your screen (only better, with more properties). It actually forces the screen size to a slightly smaller size to fit the toolbar in place, thus the user still has full view of other software programs running at the same time. This is the genuine untouched code "...based on the J.Richter's CAppBar...", (FREEWARE)! Use it for many projects. No need to buy or use a TOOLBAR OCX. A few lines of code is all you need, when you add the prewritten BAS and CLS files. Creat your own BANNER style form, like the ones seen with FREE INTERNET servers. This code is genius!
Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out
CallByName can be used to call poperties/methods by their name (string). This article will learn you how to correctly use the "CallByName" function, using two example programs. It will show how you can Get and Let properties, and how to call methods. Great for scripting languages!
This niftey little program converts visual basic 6 files to visual basic 5 files in seconds (well, how ever fast you are) :) I hate when people using VB6 mark their projects as VB6 only, when 98% of them could, and will, work in VB5. But try it, use VB5 to open a VB6 file, and you get an error saying that "Retained is an invalid key". Most people don't know how to stop this, and disregard any VB6 file as useable under VB5. Convert Operations puts a stop to this.