Results for "Volume: ASP_Volume2"
NOPOPUP is an application that remove the tedious popup when surfing on the web with Internet Explorer. It use the shdocvw.dll (Microsoft Internet Control) to enumerate and grab the Internet Explorer Window. Then control when then parent window is an object. Also this application is a demo of how - to manage the Sys tray with no dll or ocx - to set that un aplication start at window start-up (and then how to manage the registry) - to read and write on a text file
This Code Capture Your Screen and then Hide your Taskbar & Shake Your Screen like Yahoo BUZZ!!!
Fills a Hierarchical Flexgrid based on a Hierarchical Recordset (a one-to-many relationship). Uses the Northwind database. Code is documented.
I have added Direct Input support for the mouse, plus the feedback for the frame rate limiter has been added and is now WORKING! Just replace the modMain.bas with the one in the zip. I have only uploaded the modMain.bas file in the zip to reduce file size. you can download the original ver from here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32114&lngWId=1 Please note, i did not write the frame rate limiter or the actual direct 3d code....just the direct input code. Frame rate limiter was written by thomas sturm.
This ActiveX Control (OCX) will create a simple interface so the user can enter a determined time. It then validates the time entered and will always return a correct time. This control can be very useful if you are writing a program like an Alarm Clock or something like this. It can be, also, very instructive for those who want to learn how to program an ActiveX Control.
This program includes a class called MathTool that inputs a string mathematical expression (such as "3*Pi/2") and returns a double value from it. Also included is a graphing program to help demonstrate the vast capabilities of the MathTool class. Documentation is provided with the download.
MagicMail is an simple anonymous mailer. Using MagicMail you can send email without logging into your account. It also supports sending email in HTML format. I have used the Winsock control in VB. You can easily understand the program . Thank you. Please vote for this program and have a look at it as well. please vote for me and a big thank you to all those whom have tried it and visited this program.
Was a button 'clicked' or 'pressed'
Designed to create a fairly simple game based on the online java game called Virus 2. I make no claim to the originality, in fact, Virus 2 can be found at: http://www.allgamesfree.com/games/ The code made to create this game does however show how to create and use Types, arrays, subroutines, nested loops, basic file I/O, testing using boolean logic, mesagebox, ToolTipText, and random numbers. cmdHelp also uses the tag property when clicked. I hope that this may be useful for beginners or anyone who wants to make games in VB. Very fast, with no API. Heavily commented.
How to dropdown a DTPicker control programmatically
This project demonstrates you how to build an alert box like MSN Messenger has. It is displayed in the bottom-right corner of your screen. When an alert is shown while another one is still visible, it is placed on top of the existing box. By moving the mousecursor over the text it appears as a hyperlink. And to get a little bit of the Microsoft feeling I've added a simple gradient found elsewhere on PSC.
This is an advanced ListView Control. It Populates a listview control using the given path with the files and folders. The control retains most listview properties, events and methods plus: UserControl.Path (Read/Write) Property that specifies the path to populate UserControl.Populate Method to populate the control Feel free to enhance it! Copyright © 2002 George Kontostanos
This is a dll I use to store resource files that I don't want compiled with the exe. Maybe I plan on changing them later or I just want to store them all in one file instead of open in a directory.
This Web Server was original on PCS. I have been unable to reach any of the claimed authors. I have modified to code to allow for remote control of a PC via a web-browser. Features include screenshot, logoff, reboot, opencd, msgbox, open browser to web page, screen effects, etc. If anyone makes changes to this code. Please send me the changes so I can keep this updated for everyone. Thanks. [email protected]
Updated to incorporate a VB 6 split function emulator for VB5 users. Also changed date format to lower case for compatibility with controls that don't like upper case date formats. This routine will return the Date format for the locale the app is running in. This way you can format your dates to display in the preferred format of the area the app is being used. (eg. mm/dd/yyyy in the U.S., dd/mm/yyyy in England, dd.mm.yyyy in Germany, etc).
PLEASE Vote for me!!!!! Magic Windows ver 1.0 Have you ever wanted to have a form that would slide out from behind another form, like a tray? Well now you can. Simply Drop this control onto a form(the one you will use as the tray) and from anywhere in code you call 2 methods. One will Slide the form out, The other retracts the form back. You can set the "tray" form to slide out to the right, left, top. or bottom. You can set it to slide out on top of the calling form, or behind the calling form.
This will allow you to schedule an abblication to launch at a select time and then stop. It was designed to run Ms access reports that connect to an Oracle database, run a macro to print the reports and disconnect.
I found the round function from the planet source code before and I grouped it with my own ceil and floor function together. I hope these could help someone who don't want to use the round and format function to handle the numeric information.
Ever too tired to control user's input? Ever want to control maxlength of a combobox? Ever want to validate and correct and hint(optional) user's input automatically? This is what you need to control user's input with textbox, combox etc. I am working on it and have figured out many improvements that can be done if you are so kind to rate it! Any comment or vote is appreciated! Please vote for it if you guys desire a much better version :-)
Visual Basic will allow us to add control array to a Form at run time using the load statement. However with this code I will try to explain a way where you can dynamically add a control array to a Form at run time, and then catch the events generated by the added controls.