Results for "Volume: ASP_Volume2"
Create animations with form-shaping code
Exchange data between two VB applications easily using Dynamic Data Exchange (DDE). In the example, text typed in the Server's text box will show on the Client's label. Instructions on doing this in your own applications is included on the forms.
This type library contains all the functions, types and constants of the new Windows XP Theme API. It also comes with a sample project that explains how to create your own Theme aware controls.
an mp3 player
This application is a quite good apps for a network computer usage bill, it can be used on a rental or internet cafe. It consist of client and the server software, but to try it can only on one computer. Theres a lot of features such as drinks or snack included bills, supporting a more than 100 clients, etc. You should try this apps. But there is still some bug that i wish to fix it in the future, i will appreciate any suggestion or comments to me !
Did you know that VB 5/6 applications will not render their controls with the new visual themes under Windows XP? Obviously, this is not good. This is the solution to this problem. This creates a REAL themed button under Windows XP by calling the Theme APIs, all wrapped up into an easy to use control. All you have to do is drop this control in your forms in place of the regular command button. Plus, as an added bonus, this control is completely backwards compatible! If the OS that your program is running on does not support Themes (or if they are disabled), this control simply displays the standard command button, without any extra work by you. This will give your applications a truely professional touch!
A custom control that allows you to use an Office XP-style toolbar with your applications. Combine with the vbAccelerator Icon Menu Control (www.vbaccelerator.com) and you can make your apps look almost completely like Office XP!
You can visit my website at www.angelfire.com/freak/vbco/index.html. You can play 3 games including a calculator. The games are (Rock Paper Sissors),(DodgeBallS), and (Soccer). Please Vote for me Please.
Many of useful system functions.
Detects the Operating System version and Internet Explorer version. Operating Systems detected: Windows 3.x Windows 95 Windows 95 OSR2 Windows 98 Windows 98 SE Windows ME Windows NT 3 Windows NT 3.1 Windows NT 3.5 Windows NT 3.51 Windows NT 4 Windows 2000 Professional Windows 2000 Server Windows 2000 Advanced Server Windows 2000 DataCenter Server Windows XP Home Edition Windows XP Professional Edition Windows .NET Server Windows .NET Enterprise Server Internet Explorer versions detected: All Please note: This is only partially my code! I only took two other entries from PSC and put them together with a GUI to make this utility. Please see the other entries: Check Your Internet Explorer Version: The Matrix (http://www.planet-source-code.com/xq/ASP/txtCodeId.25792/lngWId.1/qx/vb/scripts/ShowCode.htm) Win OS Ver: Ryan (http://www.planet-source-code.com/xq/ASP/txtCodeId.27626/lngWId.1/qx/vb/scripts/ShowCode.htm) If you like my utility, please vote for the entries that made this utility possible before you vote for the utility itself! Please see the readme.htm file in the compressed archive.
Enhanced!! To enter data in a grid in an easy form. Formulas can be entered and evaluated. The grid can be saved as txt (values only), grd (with formulas and values)and Excel file (with formulas). Read txt and grd files. Customize the grid, cells. Files downloaded and used are as they were, with my enhancements.
it's is a part of my assignment, firstly the main program generates the xml file, then the html file reads the xml file into a table. in order to print the table properly, i add some button to facilitate paging of the report so that it could print properly into the printer.
Use UDL files for your dataconnections instead of DSN.
I have added some new TAG properties to the previous version so it is even more versatile, check the screenshot out. The TAGs are as follows. STRETCHH - STRETHCHES HORIZONTALY, STRETCHV - STRETCHES VERTICALY, STRETCHALL - STRETCHES BOTH HORIZONTALY AND VERTICALY, MOVEH - MOVES THE OBJECT HORIZONTALY, MOVEV - MOVES THE OBJECT VERTICALY, MOVEALL - MOVES THE OBJECT BOTH HORIZONTALY AND VERTICALY, **NEW** STRETCHVMOVEH - STRETCHES VERTICALY AND MOVES THE OBJECT HORIZONTALLY, **NEW** STRETCHHMOVEV - STRETCHES HORIZONTALLY AND MOVES THE OBJECT VERTICALY. To use this module simply pick a tag and apply it to an object, then put "Autosizeform me" into the form resize event. This has got to be the best way to keep the layout of your application. All the code is documented, though it is very very easy to use and a must to download if you want to make full applications with resizable forms and not just dialog boxes. Vote for it also please!!!
Tooltip text with scrooltext, animations, picture, multiline, and text who is change. PLEASE vote and leave comments on this code on Planet...
this code takes gif,jpeg,bmp,png or tiff images and using base64 encodeing it converts the image into a function that can be called directly in your php scripts!
This is an enhancement of the code that Rob Wright submitted. http://www.planetsourcecode.com/xq/ASP/txtCodeId.26858/lngWId.1/qx/vb/scripts/ShowCode.htm I've updated it to include an example of how to use menus with Skinned forms as well as including code for Skinned Message Boxes and Input Boxes.
A simply utility to search US postal database. You can search by city, state, areacode, zipcode, or county.
This code is an enhanced version originally written by John Colman. Revisions include: Adding the following events: DblClick, KeyDown, KeyPress, KeyUp, MouseDown, MouseMove, MouseUp, OLECompleteDrag, OLEDragDrop, OLEDragOver, OLEGiveFeedback, OLESetData, and OLEStartDrag Properties added include: Default, Cancel, CenterLineOffsetFactor, Enabled, RightToLeft, and BackColor Properties removed include: Red, Blue, Green, (replaced w/ BackColor), BorderStyle Added auto caption sizing (more work than I thought) and embedding round corners into the control. Added Help File and property pages. Bound checking for property values. Scaling for mouse movements over both the control and the controls label.
Basic 2D Top-Down RPG Engine. Not fastest or most efficient, but fairly simple to use. Read the Readme.txt for instructions on gameplay.