Advertisement

Results for "Author: kevin wiegand"

2002ASP #3234
Classes and Collections - Object Oriented Programming

This tutorial is designed to give people an idea of what OOP is (Object Oriented Programming) as it is related to Class Modules and Collections. This uses a very simple example of showing how to create/use Class Properties and Methods. It also shows how to use Collections to create a Collection of Classes.

2002ASP #3235
ScrollBox OCX (Updated)

Synchronizes a ScrollBar with a TextBox, so that you don't have to. You can have either a Verticle ScrollBar, or a Horizontal ScrollBar, and you can set the Min, Max, SmallChange, LargeChange properties too. This is also a good way to find out how to make ActiveX controls too!

2002ASP #3236
Comuputer Locker

This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!

2002C #11838
Classes and Collections - Object Oriented Programming

This tutorial is designed to give people an idea of what OOP is (Object Oriented Programming) as it is related to Class Modules and Collections. This uses a very simple example of showing how to create/use Class Properties and Methods. It also shows how to use Collections to create a Collection of Classes.

2002C #11839
ScrollBox OCX (Updated)

Synchronizes a ScrollBar with a TextBox, so that you don't have to. You can have either a Verticle ScrollBar, or a Horizontal ScrollBar, and you can set the Min, Max, SmallChange, LargeChange properties too. This is also a good way to find out how to make ActiveX controls too!

2002C #11840
Comuputer Locker

This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!

2002VB #20442
Classes and Collections - Object Oriented Programming

This tutorial is designed to give people an idea of what OOP is (Object Oriented Programming) as it is related to Class Modules and Collections. This uses a very simple example of showing how to create/use Class Properties and Methods. It also shows how to use Collections to create a Collection of Classes.

2002VB #20443
ScrollBox OCX (Updated)

Synchronizes a ScrollBar with a TextBox, so that you don't have to. You can have either a Verticle ScrollBar, or a Horizontal ScrollBar, and you can set the Min, Max, SmallChange, LargeChange properties too. This is also a good way to find out how to make ActiveX controls too!

2002VB #20444
Comuputer Locker

This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!

ASP_Volume2 #28374
MP3 ID3V1.1/ID3V2.3.0 Tagger *UPDATE*

This is a complete application that shows you how to: 1) Read an MP3 file to determine Bitrate, Length, Etc. 2) Read/Write ID3V1 1.1 Tags 3) Read/Write ID3V2 3.0 Tags. I was debating on whether or not to submit this code, but I decided to. Two small procedures were borrowed and modified from PSC code (SetBit, and CreateUnsyncInteger), other than that, all code is mine. In terms of ID3V2 3.0 tags, not all frames are supported, but the code is written to EASILY add other frame support. Also, this code will allow you to read/write the ID3V2 3.0 Lyrics and Picture Frames. This code also shows you how to allow multiple picture frames in the tag. While there may be some bugs left in this program, the read/write functionality has been incorporated via class files - making it easy to port this code into your application. If you like this code, please tell me! If you find a bug, I'd like to know as well. I hope someone out there can make use of this. As far as I can see, this is the most comprehensive ID3 tagger on VB PSC. It took me a decent amount of time to get this working, so please, comments (and votes) are welcome! ***I have updated the code to include a couple of bug fixes, and the ability to read/write Synchronized Lyrics as well!*** This is yet another update...all I did was update the SyncLyrics to allow you to insert the time from Winamp... Also, I am also submitting my WinAMP front so you can test the SyncLyrics as well, search for other submissions of mine, and you'll see it. I have updated yet once again! Now you can import LRC files! For those of you that don't know what an LRC file is - it's a Syncronized Lyric file...makes things a little easier I hope. Alos you can copy the lyrics back and forth between the Syncronized and UnSyncronized Lyrics!

ASP_Volume2 #35274
ScrollBox OCX (Updated)

Synchronizes a ScrollBar with a TextBox, so that you don't have to. You can have either a Verticle ScrollBar, or a Horizontal ScrollBar, and you can set the Min, Max, SmallChange, LargeChange properties too. This is also a good way to find out how to make ActiveX controls too!

ASP_Volume2 #35276
Comuputer Locker

This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!

ASP_Volume2 #35312
Class Module/Collections/DrawText Example

This code shows how to use a Collection and how to use Class Modules. (Uses a Collection of Class Modules). Cool DrawText API usage too!

ASP_Volume2 #35328
Classes and Collections - Object Oriented Programming

This tutorial is designed to give people an idea of what OOP is (Object Oriented Programming) as it is related to Class Modules and Collections. This uses a very simple example of showing how to create/use Class Properties and Methods. It also shows how to use Collections to create a Collection of Classes.

ASP_Volume3 #49140
Comuputer Locker

This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!

ASP_Volume3 #49141
ScrollBox OCX (Updated)

Synchronizes a ScrollBar with a TextBox, so that you don't have to. You can have either a Verticle ScrollBar, or a Horizontal ScrollBar, and you can set the Min, Max, SmallChange, LargeChange properties too. This is also a good way to find out how to make ActiveX controls too!

ASP_Volume3 #49142
Class Module/Collections/DrawText Example

This code shows how to use a Collection and how to use Class Modules. (Uses a Collection of Class Modules). Cool DrawText API usage too!

ASP_Volume3 #49143
Classes and Collections - Object Oriented Programming

This tutorial is designed to give people an idea of what OOP is (Object Oriented Programming) as it is related to Class Modules and Collections. This uses a very simple example of showing how to create/use Class Properties and Methods. It also shows how to use Collections to create a Collection of Classes.

ASP_Volume3 #49144
MP3 ID3V1.1/ID3V2.3.0 Tagger *UPDATE*

This is a complete application that shows you how to: 1) Read an MP3 file to determine Bitrate, Length, Etc. 2) Read/Write ID3V1 1.1 Tags 3) Read/Write ID3V2 3.0 Tags. I was debating on whether or not to submit this code, but I decided to. Two small procedures were borrowed and modified from PSC code (SetBit, and CreateUnsyncInteger), other than that, all code is mine. In terms of ID3V2 3.0 tags, not all frames are supported, but the code is written to EASILY add other frame support. Also, this code will allow you to read/write the ID3V2 3.0 Lyrics and Picture Frames. This code also shows you how to allow multiple picture frames in the tag. While there may be some bugs left in this program, the read/write functionality has been incorporated via class files - making it easy to port this code into your application. If you like this code, please tell me! If you find a bug, I'd like to know as well. I hope someone out there can make use of this. As far as I can see, this is the most comprehensive ID3 tagger on VB PSC. It took me a decent amount of time to get this working, so please, comments (and votes) are welcome! ***I have updated the code to include a couple of bug fixes, and the ability to read/write Synchronized Lyrics as well!*** This is yet another update...all I did was update the SyncLyrics to allow you to insert the time from Winamp... Also, I am also submitting my WinAMP front so you can test the SyncLyrics as well, search for other submissions of mine, and you'll see it. I have updated yet once again! Now you can import LRC files! For those of you that don't know what an LRC file is - it's a Syncronized Lyric file...makes things a little easier I hope. Alos you can copy the lyrics back and forth between the Syncronized and UnSyncronized Lyrics!

C_Volume2 #69436
MP3 ID3V1.1/ID3V2.3.0 Tagger *UPDATE*

This is a complete application that shows you how to: 1) Read an MP3 file to determine Bitrate, Length, Etc. 2) Read/Write ID3V1 1.1 Tags 3) Read/Write ID3V2 3.0 Tags. I was debating on whether or not to submit this code, but I decided to. Two small procedures were borrowed and modified from PSC code (SetBit, and CreateUnsyncInteger), other than that, all code is mine. In terms of ID3V2 3.0 tags, not all frames are supported, but the code is written to EASILY add other frame support. Also, this code will allow you to read/write the ID3V2 3.0 Lyrics and Picture Frames. This code also shows you how to allow multiple picture frames in the tag. While there may be some bugs left in this program, the read/write functionality has been incorporated via class files - making it easy to port this code into your application. If you like this code, please tell me! If you find a bug, I'd like to know as well. I hope someone out there can make use of this. As far as I can see, this is the most comprehensive ID3 tagger on VB PSC. It took me a decent amount of time to get this working, so please, comments (and votes) are welcome! ***I have updated the code to include a couple of bug fixes, and the ability to read/write Synchronized Lyrics as well!*** This is yet another update...all I did was update the SyncLyrics to allow you to insert the time from Winamp... Also, I am also submitting my WinAMP front so you can test the SyncLyrics as well, search for other submissions of mine, and you'll see it. I have updated yet once again! Now you can import LRC files! For those of you that don't know what an LRC file is - it's a Syncronized Lyric file...makes things a little easier I hope. Alos you can copy the lyrics back and forth between the Syncronized and UnSyncronized Lyrics!

Languages
Top Categories
Global Discovery