Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

5_2007-2008 #173643
Make a mini EXE!

Check out this code. It will create a standalone EXE that will run on any x86 machine, OS independent. Also, extremely small file. An exe with "Hello, World!" is only 23 BYTES! It is truely amazing!

5_2007-2008 #173644
Store 24 Booleans in just 3 bytes!

This will store 24 boolean statements in just a 3 byte file! (3 bytes = 24 bits). I harness the power of bits here and use it to store true and false values. Please vote if u like it and leave a comment.

5_2007-2008 #173654
Shimoon EXESave v1.1

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!

5_2007-2008 #173659
Locking multiple files

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.

5_2007-2008 #173663
Make Transparent Forms by a Forms Picture

This will make a Form Transparent according to a Pixel of it's Picture. Be patient with me as I am learning how to code in C++. This code was ported from a project in VB by Chris Yates. However VB is horribly slow so I thought I'd make a Dll in C++ that did the same. Here's the result

5_2007-2008 #173667
Launch any file!

With this little function you can LAUNCH ANY TYPE OF FILE that windows reconizes. This means that you can open any type of file that windows has the application for it. For example: You can run a file named "movie.rm" (RealPlayer fomat), but if you don't have Real Player installed, the function just won't do anything! No bugs at all!

5_2007-2008 #173670
StopFlicker

Avoid the Flickering Use this routine to stop a control (like a list or treeview) from flickering when it is getting it's data.

5_2007-2008 #173672
Copy like Windows-Explorer

You can copy files like the Windows-Explorer - with animation !

5_2007-2008 #173714
A Pak File Creator

OK folks, I've made a little progress. Here is the latest. This one has problems with any files but text files. If you put the first file in the pak as an executable, it extracts fine. But 2nd 3rd and so on, no way. This code is driving me crazy!!! A big thanks to Robert Carter for his help on getting me this far. Please keep your ideas a coming folks. I know a lot of people out there can use this if it can ever get finished and fixed. There are still bugs in the code. I don't have many error handlers in it yet. I want to get the basics of the code fixed first, then I'll go back and make this thing proper. This Code was fixed. Look for the AppenderPak by me. It is the same code as this but with fixes.

5_2007-2008 #173715
Basic VB Controls

Getting back to the basics of using VB6 controls. Included in the project are, checkboxes, options, combobox, textbox, Scroll bars, File list, Dir list, and drive list. Very simple programming intended for beginners. Has an example of browsing for files without using common dialog control. Plus an example of using the ShellExecute api and 2 option dithered background. I hope the code is helpful to those that are new. I'm sure there are others like this on here.

5_2007-2008 #173717
IniViewer(TreeNode Style)

Here is an INI File viewer using the Tree Node. Nice little screen shot of the proggie is available. Easy to learn how to use a tree node in your projects. Please leave me some comments on this. - I've updated this as a complete application. It's new name is IniEditor[TreeNode Style]. Uploaded 10/19/00.

5_2007-2008 #173719
ParseVBP [Updated!!!]

Newly Updated with TREEVIEW added... check out the screenshot! Ever wanted to extract the info quickly from your Visual Basic Project file? Use this to code to do that... grab the information, like dependencies, forms, classes, ect..., use the info in another project... Make your own SourceSafe or Project Organizer. This code teaches how to parse a file and how to use common dialog. Enjoy!!

5_2007-2008 #173728
Access 97 Password's viewer

This simple program allows users to see the an Access 97 .mdb Password, to open it after.

5_2007-2008 #173738
Mp3ID3TagEditor

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)

5_2007-2008 #173748
UnRarControl

This control uncompresses rar files as welle as Sfx files !

5_2007-2008 #173785
A VB6 to VB5 Converter!!!!!!!!

have u ever download source that was created in vb6 and u still have vb5 cuz u dont wanna shell out $$$? now u dont need to, this program makes vb6 files compatible with both vb6 and vb5!!!!!! this is also a great OLE and Hex Editing example and a great utility whether or not u use the code!

5_2007-2008 #173786
CopyFile

Copy a file in binary mode. You can easily implement a prograssbar with the value of the variable "iPercent". Change the buffer size for various use: SMAPLE: 10240 for normal mode; 2048 for network; ...

5_2007-2008 #173800
Quixotix Menu v1.03

Quixotix Menu is a re-write of Derrick Blake's Owner-draw Cool Menus. The zip contains the code to create Windows XP-Style and Office97-Style menus (see screenshot). You can put bitmaps, icons, gifs, etc. in menuitems using and ImageList. This includes images on the menus as well as the code to generate embossed, disabled, and shadowed images (does not require additional images for these states). Code inclueds a demo project, well-commented code, and detailed tutorial-style documentation in HTML Help format.

5_2007-2008 #173819
Compressing Files thru VB (w/ WinZip)

this codes compresses any files of your choice to a designated target folder using Winzipr..

5_2007-2008 #173834
Directory Information

Gets the File Name, Size, Date and Time of all files in a directory and child directories and sends it to either the printer or a text file.

Languages
Top Categories
Global Discovery