Results for "Volume: ASP_Volume3"
Demo of 32bpp bitmap by Robert Rayment. Simple demonstration of manipulating a 32bpp BMP file. Zip 83 KB.
This little utility lists most of the components of your computer, together with their properties. In fact it tells you everything Windows knows about your hardware and associated drivers. Tested with WinXP only. Download is 11 kB.
This program designed for displaying Muslims Daily Azkar (GOD Blessings) at customizable preset periodic times. Multi lingual comes with English and Arabic. Displaying optional Animated Popups with your Azkar or Balloons at the task menu. Popups messages are animated with selectable background images and the location on screen is configurable at any of nine screen locations corners plus centers. The program also includes all Muslims daily Azkar and their times and beneifts. The program can auto start with Windows and position itself in the task bar for easy access. Please let me know if you have done any improvements or have any suggestions. Latest version can always be downloaded from our website http://www.islamware.com with other code available. Version 1.1 Added Rotate Azkar feature, New Design, Times settings in seconds, bug fix for ballon position.
I've seen many programmers complaining about that they can create controls dinamically, but they can't seem to set events to them... with this little program now you can do it. I've done a little calculator example to show how powerful it can be. Enjoy =) (Here I'm using Ms Script control to set the events)
CoolWeb is back! Lots of new features including Multi-lingual and Maximizable GUI. CoolWeb is a powerful and easy-to-use website creation wizard. CoolWeb will enable you to build professional-looking websites within minutes. With support for templates, CoolWeb is powerful enough to create different modern-looking websites for you. It includes 15 outstanding templates with compact code and more templates can be added quite easily. CoolWeb comes with CoolTemplates a Template Creation Wizard which enables you to create templates very easily. Aside from templates, CoolWeb also focuses on time taken to build a site. It will take about only 10 minutes to create your ready-to-publish website. By using the term "ready-to-publish", I mean that if you designed your website the way you want in CoolWeb, you do not need to make any changes in order to publish it on the web. Just build and publish! CoolWeb also supports "Projects" so that you can continue from where you last left off. With CoolWeb, creating websites is truly visual. Select templates visually, add and delete pages visually and format your text visually. If you are in a little hurry, and do not have time to write text for your website, CoolWeb also includes some predefined-pages for you. It couldn't have been easier than that! More predefined-pages can be added easily, just drop them in the "pages" folder.
I put this code together in just under an hour. It's just a simple example of how to connect to MSN via Visual Basics using the MSNP12 Protocol. Not all of the code is mine, and I have added credits where due. Features: - Connect to MSN Messenger's Server via MSNP12 - Recieve and set Friendly Name - Recieve and set status - Retrieve contact list - Challenge - Recieve Groups Name - Set Personal Message - Set Currently Listning To. Hope you find it useful
create a sudoku puzzle then solve it This is an updated version of my previous sudoku, having extra features and graphics. My apoligies to anyone missing mouseover. This module got left behind in my work area.
Title: Comprehensive Note Pad v 3.5.0 more finalish ! UPDATE 20/08/07 Version 3.5.0 more finalish ! Added control tabstop enable / disable and 4 undo text formatting ( bold, underline, strike through and italic) buttons also changed font options to allow for selective font and font size changes as well as for the whole document. ================================================== UPDATE 17/08/07 Version 3.0.0 Barring any major bugs or any further minor revisions this application is now complete. As an exercise in code hacking along with code writing it has been a success and produced what I believe is, if not the, best of it of its type then one of the best on PSC. Thanks go to all those, both unwittingly and knowingly, that have provided code and to all those that have helped along the way For full changes & credits see readme or change log docs 16/08/07 Added Paras Chopra’s basic PDF conversion form and textbox buffer 14/08/07 Added Tom Moran's Url (web address) highlighting function and added the web page launch button and goto line functions ================================================== Most of the code is mine it has just been the oddities that i have had to garner along with some hints from others' code on psc along the way This code is open source change it, bend it, do what u will with it just give credit where credit is due. and if you like it vote for it! all constructive criticism welcome! regards caver dave
This is a fully functional HD to HD Folder and Files backup either full or incremental. It is rather complete and debugged having been in daily use for a couple of months. It was written to backup a NAS drive to a local HD so no problem with networked drives. It is meant for data files, not Windows or other system folders. It has two passes, first it finds all files in the source directory, their changed date and size, then in the second pass, either copies all or only those changed after a the previous backup date (automatically updated to registry) to the target hard drive. It will read CD/DVD does not write tape, DVDs or CDs. This is a HD to HD backup for data safety, only. It uses the File System Object for file and folder access (FSO is rather slow, sadly). It has a command line interface so you can automate operation. There is also a help screen with additional information. I would love to have it work in Shadow Copy mode but it seems very complex and I don't have the time to figure it out. Possibly someone can and I can integrate that function into the program for all to use. The program logs most actions to a log file for review when it is run in command driven mode. This code is a highly modified version of a source submission to Planet-Source-Code in 2003 named "diskscan" written by Manoz Shrivastava. My thanks to the author for posting a very good base for my use in creating this backup program.
It puts sideways text in the form and allows you to add a gradient background and text change text I Take no credit for this. All i done was added some features to it.
No ADO Library. Direct connect to MySQL Server 5.0 or above. Use libmysql.dll(written by MySQL AB in C++) One dependecies libmysql.dll Download link:http://www.gurevin.net/dll_libmysql.rar Optional return table convert to ADO Recordset object. (in use grid ocx's) Full Speed Connection, pure visual basic 6.0 and libmysql.dll. I'm sorry. My English is not good. :( Function List: BathRealQuery, BathRealQueryFromFile, BathRealQueryFromResource, BathRealQueryFromResource, Connect, ConvertADORS, DatabaseExists, Disconnect, EscapeString, Execute, ExecuteNonQuery, ExecuteReader, FieldExists, FreeResult, ListDatabases, ListFields, ListTables, Ptr2Str, SelectDatabase, SendQuery, TableExists.
With clsMemoryMap (Class Module employing RtlMoveMemory et al) you can SHARE memory between your application and others. It is therefore, a darned neat way to provide interactive communications between your retail application and Add-Ons that can be developed by 3rd parties for YOUR package! Of course, this is nothing new (I have no idea who knocked out the original and clever Class Module - tidied up a wee bit by me) but what I am showing you all here, is a simple method to provide a "Software Development Kit" for your cool applications that can be remotely controlled in a fashion similar to DDE. Sans the issues you may otherwise encounter with DDE, of course. This submission comprises two very simple VB6 programs. The FIRST VB6 App is called "WidgetView" a useless thing that has a simple list of 5 names. WidgetView has a timer called MySDK that examines a SHARED MEMORY (vb6Request) and updates a Label. When the label changes, it invokes a request from the listbox and submits the data back to the AddOn program, just by "poking" the result into a SHARED MEMORY (vb6Result). The SECOND VB6 App is called "MyAddOn". It does very little. The user picks a number between 1 and 5, and sets the SHARED MEMORY (VB6Request) with that value, and uses a similar timer called MySDK, to examine changes to the Vb6Result memory variable. It is, as I say, rudimentary, but as you make up your own rules and control them with CASE/SELECT statements, you can build up a pretty groovy SDK for your App in next to no time! Enjoy, Kevin Ritch V8Software.com
Little class and demo showing how to rotate fonts.
Create the GeoDatabase for the entire world. This program create the geographical location Latitude, Longitude, and Altitude (Elevation) for every city, village, region, state, county in the World. The program crawls the data from the website www.heavens-above.com which collect data from US Geological Survey for the USA (and dependencies) and The National Imaging and Mapping Agency for all other countries.Version 2.0 fixes the USA database issues and other fixes.
here is the very simple but good example for the Modbus Plus TCP/IP connection and animation drawing system..Complately all in one pack.. create your PLC Program on your PLC Programmin tool, Draw your mechine as simple on this program, write simple VBScript codes then connect your TCP Modbus connection to your PLC or PLCSim32 then orient Objects.....
A function plotter with GDI+ anti-aliasing. Handles brackets, functions and variables. Note: This needs a GDI+ type library which is included in the zip archive. Make sure it's referenced in the project. // 20. feb 07: added missing type lib "bstrapi.tlb". // 20. feb 07: wrong axes labeling fixed
Ever wonder about the special folders in Windows XP or Vista? Folders like the user data, CD burning cache, and others? This program will get the actual paths to these folders, and you can explore the folder or copy the path to the clipboard.
v1.7 Is Up! The uber~grid.. Skinnable headers/scrollbars/checkboxes, integrated treeview, 16 integrated api edit controls, virtual mode, unbound data mode, 32b alpha icon support, sizeable header height, ole drag and drop, full unicode support, column filters, subcell controls, cell tooltips, column tips, custom cursors, ownerdrawn cells.. Hundreds of functions and properties, 27 thousand lines of code.. Dig in, have fun..
This reads the bus type of all drives associated with a drive letter. This way you can safely detect removable USB devices. It also has a feature to safely eject a device from the system (taken from activevb.de) and automatically displays arrival and removal of new devices. Should work on NT/2k/XP.
This class reads information about MP3s. It supports VBR (both XING and VBRI) and skips ID3v2 and ID3v1 for a pretty accurate calculation of the duration.