Advertisement

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

5_2007-2008 #186852
Making Archives From Directorys

This code will make an archive from any directory and will show the progress in a progressbar. Very useful!!!

5_2007-2008 #186855
Making Archives From Files V2 IN PURE VB!

It can make an archive from any files (without compression) and can extract them. It can open an archive and show the contents. Also it can split an archive and it can show the contents of a splitted archive. It has got an internal viewer. Faster then CYBER-CRYPT!

5_2007-2008 #186900
Flat Tab Control

This is a VB.Net version of the C# Boot Tab Control found on PSC. For those of you that prefer to code in VB.Net. It implements a Custom TabPage Collection and Custom TabPages. Note: this is a direct port from C# with the errors corrected. It is far from finished but it is much better easier to understand than C#.

5_2007-2008 #186907
myLittleCalendar

myLittleCalendar allows you to easily add a calendar on all your ASP pages. myLittleCalendar supports international settings. You can easily set properties to display the calendar in your own language (default language is English). You can even choose the first day of the week (default is Sunday) according to your regional settings. The .zip archive contains a wizard and several samples myLittleCalendar is written as a script-component; so you can use it even if you are not allowed to install component on your web server.

5_2007-2008 #186918
Delphi TextFile tutorial for beginners

This article is for those Delphi beginners out there who wish to learn a little bit about the basics of Delphi TextFile Management. I remember having lots of trouble with it when I was new to Delphi, so I figured I might as well help the 'freshmen' getting this done!

5_2007-2008 #186919
Http server pc

http server on pc

5_2007-2008 #186926
Create New Folder from the popup menu of "tpye:File Folders"

tired of waiting to popup the new>New Folder heres a little program... this makes yer life easier

5_2007-2008 #186947
Shape Control (Similar to VB 6 Shape Control) Solid & Gradient Fills!

UserControl/Custom Control Similar to VB 6's Shape Control...4 different shapes to add to your projects. Add solid or gradient fill.

5_2007-2008 #187020
Extended MessageBox

The MsgBox class creates, displays, and operates a message box similar to the API "MessageBox" but with some extended features like different button styles, placements and images, timeout ... full documentation included ... v.1.1 now with input box

5_2007-2008 #187066
Analogue Gauge / Peak Meter Usercontrol 29.5k

Options for colors: background/gauge pointer(centre,fill,outline). Two gauge angles 180 degrees or 240. Hide/show percent bar(picturebox), scrollbar. Auto disable of user controlable features when in Peak mode. Note: The Background pictures (mostly transparent except for the dots around the gauge edge, the logo in the centre and the Min Max words) ARE 48x48 Icons, you can edit them to your desire (with any icon editor) using the two SPARE Images I provided as templates, to suit your own personal style/preference.

5_2007-2008 #187089
Folder Flooder

REWRITTEN DESCRIPTION: For educational purposes only. This program I've written is like a virus, but it does no damage to the files, boot sectors, or the hard drive, etc., hense it's safe. There is no form in this project since it wasn't needed. So Sub Main() in the module will automatically be called. People in PSC is calling this program a "waste" when it is not. You can learn a lot from it. Like basic VBScripting, error handling, reading and writing to the registry, finding out what drives exist on the computer, recursing all directories in an array, hiding directories/files, etc. I have no intention of creating havok and destroying files, operating systems, etc. I just wanted viral like code, only it simply folder floods. And folders do no damage what so ever. The only thing annoying about it is deleting them by hand. I'm going to tone down the code a little bit to make it cleaner to use in this site. And please, don't flame me anymore. I uploaded this program for others to learn from it, not to get chewed out.

5_2007-2008 #187104
MFR - Mass File Renamer

Lets you rename mass amout of files in a flash! u can customise the new filenames with numbers and it can also grab id3 tags from mp3 files making things that much easier. Please Vote :p

5_2007-2008 #187179
[ Exe Compiler ]

This code demonstrates how to compile exe files using vb code, like the winzip self extractor.

5_2007-2008 #187181
Boot Tab Control

Boot Tab Control is a good looking Windows Control. It has many functions. First you can change colors of the control or control drawing mode. Both Linear Gradient and Solid modes are supported. You can also change the Colors which used by the control for drawing. Also you can set UserDraw to true for drawing tabs by your self. Boot Tab Control supports three selected tab changing. These are Fade, Slide and Normal. These affects will be applied while selected tab is changing. You can also change the TabsLaout. Bottom and Top Layouts are supported. The others (Left, Right) are not supported. Free to use. Have fun ... // ADD: TabVisible property added

5_2007-2008 #187194
Create Dir (Folder)

this code creates folder with any number of subfolders beneath it. MkDir can't do this! sorry 4 my english :)

5_2007-2008 #187242
Simple Empty Window

Create an empty window with the less code possible.

5_2007-2008 #187278
FLV Extract

The application opens FLV (Flash Video) files and allows users to extract video, audio or timestamp information from them. FLV Extract can currently extract MP3 audio stream and video encoded in Sorenson h263 (FLV1) format or On2 VP6 / On2 VP6 with Alpha Channel (FLV4). The video is exported in the classic AVI format, allowing you to edit or view it with any player, if you have the correct video codecs installed on your computer. At the moment I'm writing this, Video Lan Client has built-in support for all videos exported by FLV Extract and ffdShow, a Direct Show video codec for Windows and other operating systems, can be used to view the clips. FLV Extract was inspired by another application written in C# available on Moitah.net which does the same thing but has a simpler interface and offers less feedback to the user. The author of the C# (original) version deserves credit for it, without that version I wouldn't have been motivated to port his version to Visual Basic 6 programming language and improve it.

5_2007-2008 #187280
Simple Archive Format (store small files in one large file)

A class that implements a very simple archive format that allows you to store in a single file lots of small files.

5_2007-2008 #187300
coolTrackBar

A really cool TrackBar. This is a customizable Trackbar and u can use it like any other controls. This show how implement any kind of control and create custom events. Because this is a standard control, u need to compile the code before use the control. For this reason u need: -Compile the code -Add inside panel 4 a myTrackBar object -Put the dock prop. of mytrackBar1 to bottom -Put the size of mytrackbar1 to x,12. U can use any x but with this gfx only 12 in height is nice. -Remove comments from the form1 -Run the code. I know this is boring, but i can't upload exe or dll. With this technique u can create also cool buttons and add/override any event.

5_2007-2008 #187303
Really Simple Load Custom Resource

I decided to wrote this article after a long time trying to find a way to load custom resources that cant be load as "normal" ... all i can find is really complicated DLL's and huge and confuzing codes ... so i decide to show a really simple way. I will show how to load an flash animation but you can do this with anything. I will also put a sample on a ZIP in case that you have some problem with copy and paste All you have to do is create your resource file as normal puting anything you want (JPG, EXE, SWF, Etc...) as custom resources. And then write the resource to a file and load it. Private Sub Form_Load() Dim M() As Byte M = LoadResData(1, "SWF") Open "c:\windows\desktop\m.swf" For Binary Access Write As 1 Put #1, , M Close 1 SF.Movie = "c:\windows\desktop\m.swf" End Sub Private Sub Form_Unload(Cancel As Integer) Kill "c:\windows\desktop\m.swf" End Sub

Languages
Top Categories
Global Discovery