Results for "Category: Files/ File Controls/ Input/ Output"
Stop using the DateTimePicker for Time values this control makes it easy to pick a Time Plus a nullable DateTimePicker v-1.4
Custom ListView with built-in reordering, a visual insertion pointer, auto scrolling, custom cursor showing an example of what was being dragged, and alternating colored rows.
TrackBar with Custom Coloring, Value Display, Label, and Increment Buttons version 1.3
Five ways of displaying UTF-8 characters without unicode controls. (35Kb Zip) All 150 UTF-8 character code tables with enum, the name and character code range. Open/Save files as UTF-8 or ANSI. Copy and paste unicode text. Storing UTF-8 without resource file/property page, 50+ different languages stored in the form. Functions to easily store your own UTF-8 texts. I'm into an ActiveX control that can quickly translate text, so this feature will hopefully be redundant soon:-)
we want to call "WinRar.exe" from our VB project .
Find and delete virus,trojan,worm,spy etc. Old version on vb 6.0
Detect and cure OS....Delete worm,trojan,spy.File Monitor(Shield),Scanner,Registry Monitor,Console Scanner,cure registry,delete ie history. Download base-http://rapidshare.com/files/258396021/Base.zip.html
CRATE LIST MP3,WMA,MID,MP1,MP2,MOD,OGG,M4A,AVI,ASF, MPE,MPEG,MPG,MOV,WMV,MP4,FLAC(New), GBA, NDS(rar, zip, 7z), Programs list MULTI LANGUAGE Create m3u list in each folder Txt Create list of all the mp3 in the folder selected with attached album titles by copy of folder names."Solved the problem of sub-directories and Folders Read-Only".Also create only text files NINTENDO and file VIDEO and Programs folders. Crea lista m3u in ogni cartella Crea lista txt di tutti gli mp3 contenuti nella cartella selezionata con annessi titoli album tramite copia dei nomi delle cartelle. Crea anche solo file di testo lista VIDEO e NINTENDO e Programmi(Solo prima cartella). "Risolto il problema delle sottocartelle"
By this code you can search for a specific file extension in a drive or a folder.Address of all the found files including in subfolders will be listed in a listbox.System files and hidden files will be found too.After finishing search it will show you number of files found and number of subfolders searched and total size of all files.I had used this code on one my viruses to destroy all the exe files in a computer.
I made this little project to find a way to read and/or write files that are multi gigs in size. I tried to use the the "Open.. for.. access.." that VB6 has and it errors out due to an overflow. You can't even use the eof() and lof() function VB6 has because they will just error and overflow. Try it yourself. Try using LOF() to get the length of a file that is 8 GB's in size, it just will not do it. So I hope this helps some people out. It's just an example of a use for this. I'm sure those whose eye this post catches will find many uses for it. Happy Coding.
Pre-Requirements : Pak Urdu Installer Or East Asian Language Support (XP) http://www.mbilalm.com/download/ Introducing Solution for the Urdu Text Handling As Plane Text in Text(*.Txt) Files with File System Objects (FSO). It was not easy but you 'll be amazed to know that it is very easy to make urdu text file that contain Urdu as plane text. The thing that needed is that right way to do that. Now, i wants to say that, much more solutions for Urdu Programming are available but in random form. We only have to get togather them for our use. In this project a new look for Urdu Softwares introducing. And much more changes made in previous methods of Urdu Programming. The main update is a common module for 'Urdu Phonetic Keyboard Layout' that makes more easy way for Urdu Textboxes. You don'thave to need for a long code lines like previous, now you 'll only put two lines in code window of Textbox & the Textbox will automatically recognize Urdu with Phonetic Keyboard Layout. I was trying to make this module from the start but was not succeded, but now its been sucessfully made. You can save Urdu in Text (*.Txt) files & use them for any perpose. In previous, control's captions was got from Database files but now a new method is used by using Plane Text(*.Txt) file as Caption's container. And this methode is much more efficient. Urdu message box dialogs introducing with no-Urdu-Jpg. New professional looking command buttons that recognize not only Urdu, but with also icons & new alignments methods. A professional looking loading progress bar also added to show loading progress. Not only this, there are much more new Functions & Methods introducing for Urdu Programming that can't be found at anywhere. Please give me Feedback on this project & tell me about your suggestions, you think that may useful. Thank You. Join Urdu Programming at Facebook http://www.facebook.com/pages/Urdu-Programming-VB6/263338567072301
Pre-Requirements : Pak Urdu Installer Or East Asian Language Support (XP) http://www.mbilalm.com/download/ The largest collection of Urdu, Arabic & Persian fonts on one place. There are 391 fonts with Arabic & Persian fonts that are supporting three languages in different ways. Random fonts are available on different websites but not collected available at anywhere to be download. So, these fonts collected from different websites to use them with VB6, VB.Net & for other applications. Most demanded Islamic Calligraphic fonts are also included in this collection that make Urdu, Arabic & Persian demanding solutions very easy. Specially, Bismillah fonts 1-5, Ayat & Riwayat, Tazhib, Al-Qalam Gul-o-Boota & Al-Qalam Remezan fonts etc. The updated version of Jameel Noori Nastaleeq V4.0 with Kasheeda also included that generate very beautiful Urdu script. Much more beautiful & stylish fonts included that will be liked by you. Like before, waiting for your feedback for this effort. Making Urdu, Arabic & Persian solutions not only for ME but also for you all. Thank You. Join Urdu Programming at Facebook http://www.facebook.com/pages/Urdu-Programming-VB6/263338567072301
Advanced File Explorer that uses Tree View and List View to show files and folders.
Provides functionality similar to Windows Vista & 7's "Open file location" context menu for pre-Vista OSes. In Vista & 7, shortcut files have a handy context menu option, that upon clicking, pre-selects that shortcut's target in a new Explorer window. Requires an enabled Microsoft Windows Script Host (wscript.exe). Open it once to install or uninstall. Updated on 2/3/12 to include a VB6 port. The compiled version performs quicker and takes care of installing/uninstalling itself.
The ideal implementation of FileExists should be simple, efficient, supports wildcards and above all else, work flawlessly in all scenarios. In the refined to near perfection version 11.0 below, all of those are met, except one. For that single shortcoming, v7.0 fills the role adequately. Bonus: A few related routines are included as well.
Specially for VB programmers: an easy-to-follow tutorial on how to create a simple event calendar in visual basic.
Validates whether a given hard/floppy/network drive is valid
Determines if a file exists Improved version--detects hidden files too!
Format Floppy Disk using API:Here is the code on How to Format Floppy Disk using API. Note -- This code can format your Hard Disk as well, so you should be careful!!!!
How do I launch a file in its associated program? The Shell statement unfortunately only supports launching an EXE file directly. If you want to be able to launch, i.e. Microsoft Word by calling a .DOC file only, you can make your VB application launch the associated program with the document using the following method: