Results for "Category: Files/ File Controls/ Input/ Output"
ALL NEW VERSION!!! Stores 3 textboxes in the actual exe file! Can be more data if code altered slightly! No need to know the offsets now either! If you guys would be nice as to PLEASE VOTE FOR THIS!!! It wasn't very easy to find a solution to the problem of excess files - and I found it! So please be nice - vote and leave comments!
Copies files from one location to another using file system object and also tests a users logon name to determine where to move files from and too on a network. Program moves the user profile and grabs files from the PC (favorites etc) ready for the user to set up the profile from scratch if profile is corrupt. Also backs up the profile to the users storage area. Please comment and rate it
This is an good example of Selection font dialog box. Which includes, Bold, italic, underline, font color, Font soze, Font name, etc.. Best one! thanks from Prakash.Y Please vote for me.
This VB Class allows you to quickly and easily read/write files, line by line, word by word.
Replicate folders with just a button
It put a password to any .exe file.
Use NetZero, the free ISP? Hate that advertisement banner? Well This gets rid of it.. Plain and simple.
It correctly executes a program
This code is designed for reading text files. i have written this code because i did not want to use the slow "open for input..." and "freefile" bla bla code... I know i coul do this via the richedit control, but i wanted to know how to do it via api, and maybe you to... This code is using the "CreateFile" Api, which must be called differently in windows 2000. Therefore, i added a "IsWin2000" function to check for windows 2000. Update: Now added a class which wraps the module, lot's of events and functionality. it's 50ms slower in read (with my test file) Class module includes also function ReadCharacters which reads the specified ammount of characters from the open file.
This is a proper working Fallout 2 .DAT unpacker. It will unpack any of the .DAT files in the Fallout 2 game, this is my first submission with projects, If you dont have Fallout 2 take a look at the coding anyway, enjoy.
clsFocus is a class that can be associated with a form, allowing to perform data entry checking and focus handling with almost no code at all..., just associate the form with the class, and create ONLY ONE validation Sub for all the controls on the Form, it's that easy... Please rate it, it just takes a while, I would love to read your comments...
Program opens text file for input, reads name of files in list, then locks those files. Uses form and module, also shows system tray icon.
Select item in listbox on mousemove; Drag an item to different position; Most source from MSDN , two lines from yours truly.
Avoid the Flickering Use this routine to stop a control (like a list or treeview) from flickering when it is getting it's data.
You can copy files like the Windows-Explorer - with animation !
This simple program allows users to see the an Access 97 .mdb Password, to open it after.
This Code Get's The Mp3ID3 Tag. It Also lets you write to the Tag. It has perfect support for the Genre Part, and it's well commented. I know there already are code that does this, but they either dont let you write, or they dont support the Genre part. so here it is, email me for a .exe that demonstrates this module.(Now Includes Project for demo)
This control uncompresses rar files as welle as Sfx files !
' This Piece of code will let you copy a file from anywhere and rename it ' Note * The file will stay the same but will be only copiied to another location ' and renamed, and will not gain any effect ' If you like this code :) i think is usefull :) u can vote me , i discovered this when i was creating a new MSN Messenger 10 Built in bots in 1 :) ' Will be available on http://www.vbdotlb.connect.to
Example to show how to get multiple file names from a common dialog box.. with and without the cdlOFNExplorer flag