Results for "Category: Files/ File Controls/ Input/ Output"
A simple example on how to copy and paste files with the windows clipboard. Just like the windows explorer does
Checks and makes sure that the user enters in a valid date. Make a text box on a form and call it txtDate
this document explains how can you control parallel port.
Here is what you need. Control ports from NT and W2K. You can INPUT and OUTPUT from any port. (parallel, serial, joystick, usb...)
Used to view huge files. I use daily to review last 1mb of 30+ meg files. Loads only portions of a file (by chunk size or percentage) instead of entire file & is quick. Feel free to use & abuse as you like.
Hmmm, another one for usercontrol lovers maybe. I wanted a way for a UC to get the resources from a host's RES file during IDE. This way the UC can use host images and display them during design time. The biggest problem was parsing the res file, the 2nd biggest problem is being able to access it during IDE design, IDE Run, and Compiled all from a UC and not the host. For a UC during IDE, you would need to have a way for the user to supply you the path to their RES file and, in a few days, I will be posting an example of that along with other methods too. The functions in the attached class allow image resources to be extracted as stdPictures or arrays -- this way I can use my c32bppDIB class with it too :)
Make your icons. This is a test, the real one likes just like this one. Have PhUn!
An Example how to use and create hotkeys If you Download, Please rate it first. You can do me a favour if you do that! Thanks.
creates an HTML form given an ADO recordset. Uses different controls (textbox, checkbox, textarea) for different datatypes. Determines maxlength property based on datatype. Keeps some useful info in hidden fields.
Receives keystrokes from user, including mouse buttons and all keys. Writes all input to a text file and can be hidden in stealth mode! ONLY ONE API CALL WITH EASY TO FOLLOW CODE! Votes and comments are strongly encouraged and appreciated.
Data format class makes HTML tables from specified SQL query (MS SQL, MySQL or PostgreSQL). If you need simply table you must specified only connection parameters, databases name, query statement, and you receive it. If you need more possibility you can format table head and footer, every row, column, cells, even and odd number rows. In addition this class offer sum, count, average, minimum and maximum value which you gets in footer part of the table. If you need use more options, you can define your own template and use it any time with different data. I enclose 2 example templates (you can use them as methods, they setting some options)
Allows you to adress and write an MS Access report directly into an email message. (saves attaching pesky rtf files making it easier for the reader. The code attached is what we use on a weekly basis and can be used as a template with your tables/queries
Manda emails masivos, en varios formatos con attachments.Exelente Programa (No Bugs)
English version of my Imenik application Connects VB and Access
This DHTML Dynamic Menu slides in from the sided. Using Javascript that is embedded in 2 ASP include files. The menu is Database driven.
This is a Dot Matrix Label I made for a new program I am developing. It supports color gradients for on and off dots to give it that 3D look. Also uses smoothing to make it look even better. Dot height and width along with the space between dots is customizable. To top it all off, the control is already double buffered, so it will never flicker. This is a great example of drawing and using a data matrix. It redraws quickly. This is my first VB.NET control, so any comments or improvements would be greatly appreciated. Enjoy!
This example will explain about How to use the FileSystem Object to do your file operations. This Object is available in vbScript and in vb also. File and Folder operations can be done with this object very easily. This program itself used this object to obtain data from file. Few working examples were added with this program to understand better. You will come to know something about FileSystem Object or get some code snippets or ideas from this code. This example explains about the file operations. Soon I will update the Folder Operations. If anybody is intrested in doing that I welcome them. It can be simply done by changing the source text file. The same logic can be used to display similar kind of things. Note: The functions CharFound and SeperateString were extensively used by me in almost all of my programs. I suggest you to use them freely in your code. Please read the ReadMe.txt
Shows how to implement menus in your Win32 application
This example shows how to put your apps icon in the system tray and have a menu attached to it.
Get past the annoying limitations of the standard edit control and start using RichEdit controls! This example shows you how to impliment a RichEdit control into your apps using WIN32 API. Shows how to use EM_STREAMIN, EM_STREAMOUT, copy and paste to clipboard, and also how to drag and drop files right into your RichEdit! Streaming is done using file objects as well as strings. If you find this information useful and like the code PLEASE VOTE ;o) if you hate it then we're sorry but the voting feature has just been disabled, i'm very sorry :o\