Results for "Category: Files/ File Controls/ Input/ Output"
This control can be shaped to 3 shapes i included a full documenation about every Sub and functions and properties in my code ,it produce awesome button shapes try it
This program is one of a kind, and I don't say that because it can read output of another application but because, for the first time, it can send input from vb as well! Please, it took me a few days to code this, so if you like it, then please vote. I would also like to thank 2 friends of mine, Zak and Espen for their help in debugging this bloody program.
Self Delete any EXE irrespective of its NAME or PATH. As some examples i have seen do not delete the exe if the exe name contains space e.g Copy of Project1.exe Please vote for me if u like it.
Send virtual keystrokes using the Windows API SendInput. (SendKey, SendKeys, Keyboard Output.) Allows you to send keys to the application in focus.
Project size : 58kB No matter which button you press on your infrared remote control - this program "recognizes" each button you press on the remote control. Each button is assigned to an individual "hexadecimal" string. -So if you are an experienced programmer, you can log these characteristic and individual strings, you can analyse the strings - et cetera. The program works with a 9-pin "COM port" interface with 1 diode, 1 resistor, 1 capacitor and a "TSOP" Infrared receiver (the interface can be do-it-yourself). The electronic components are cheap and cost about 2 dollars. Project tested on Win98SE.
This is a modified version of "Incremental Backup" found here at PSC. This program allows one to backup from a folder and its subfolders to another folder, building destination folder structures where needed. The code checks for date last modified and only backs up newer files. This is much quicker than a "copy and paste". Vestigial files will remain in the backup folder and this can be very useful. Thanks to other PSC contributors including Pietro Cecchi whose .bas module I used. I have used a MSFlexGrid control to hold the file list, which means one may queue tens of thousands of files for backup (superior to the ListBox control); one may also now resize the form, pause execution, and limit screen refresh to help speed up file backup.
This utility helps you make SFX (exe) of any file like Winzip. It also compresses the files using the "Huffman" Short Dictionary algorithm.
String Processor is an excellent and a multi-function word processor program with features such as built-in Spell Checker,Text to PDF conversion,Text to EXE Conversion,Encryption/Decryption/Find/Replace,Searchi in Files,word count,text to html conversion and many other features...please take your time to vote for this program.
THIS SIMPLE CODE MANAGES CONTROLS RESIZING WITHIN FORMS
This sample shows how to change datagrid pager and handle datagrid events. simple class was used here. hope this one help you! This is my 1st tym to upload here so hope u'd like it! JBG
add titlebar buttons to your applications
adds VB IDE style move/resize drag handles
This article describes an approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 custom server control.
This article describes a quick and simple approach to creating a custom web control used to display multimedia files within an ASP.NET page. Whilst the article and demonstration project are focused upon the presentation of multimedia files, the basic idea is applicable to any sort of object that you may wish to embed within an ASP.NET 2.0 page.
Loads different child forms without having more than 1 instance. eg. frm1.frm can only be loaded once and cannot have multiple instances of it in the parent form. In other words, this module mimics VB6's Load command in an MDI environment.
A Function To Create Windows Shorcut .URL for hyperlinks .LNK for anything else There are many other variables that can be implemented besides just Name where it points hotkey and description
Complete Image Uploader is a PHP Program that is useful when you want to upload images only. It limits the users to upload and the verification of uploading is already in it.
After quite a long time searching for a decent replacement for the FileSystemObject - which did not require the programmer to include a bloated DLL dependency with the application, making use of a tool that, although useful is rather slow and more often than not, does not yield the desired results one intends it to achieve - I decided to create my own file handling class, for no examples online helped me perform the actions I needed. So, after many attempts and having several times recoded the class from scratch, tweaking and optimizing it for a better performance, and adding functions I haven't seen anywhere else, or at least improving on the most common ones, I think this version is good enough to be released. After all the hard work of compiling a class that is both simple yet featuring advanced functions and thoroughly commenting everything, so it is clear and easy to understand, I have decided to release what I originally intended to keep for private use, so that other people may benefit from this and are not forced to 'reinvent the wheel' every time, when it comes to file, folder and drives management. clsFileAnalyzer contains over 50 different functions for file, folder and disk handling, whereas most of them were created by myself, while a few have been heavily modified from other versions I have come accross online. I have tried to review each one carefully, but if you manage to find a bug or think you could make it faster or more reliable, please do not hesitate to contact me. You will find all my software on www.kaotix-crew.net, where many of my other open source applications have been released, so check back if you're interested. I hope you enjoy this class, - NightWolf
Use it to split & merge any file at any size (from 1Byte) that user have to type in "Per splitting file size" combo-box in this format: <number><space><Byte/KB/MB/GB> example: 12 MB; 1 Byte ; 5 GB etc. [Visual Basic 6.0] License: GNU General Public License (GPL) Author: http://sim756.googlepages.com/ Web: http://sourceforge.net/projects/filesplitter
Behaves like the standard listbox but automatically wraps long text to multiple lines. You can scroll with the scrollbar or mouse wheel ***Now supports sorting..muich better scrolling as well.