Advertisement

Results for "Author: pete sral"

2002ASP #1099
Add Users to Distribution List in MS Outlook

Purpose:"Several Visual Basic based functions that demonstrate how to create and administer Distribution Lists (DL) using Collaboration Data Objects (CDO)." This code was taken from Microsoft (Article ID: Q178787) and I made it into a class so all you need to do is plug in your info and your ready to. I have included the article in the zip... please read it b/c you might need to get the CDO DLL and it has link to download.

2002ASP #1100
CDO E-mail

Purpose: "shows how to ...send an e-mail message using Collaboration Data Objects (CDO)." from MS KB Article: Q200150. I created a VB project and a class from the provide code. You will need the Microsoft CDO 1.2 library referenced.

2002ASP #1101
AVI Animation in Status Bar

Purpose:Play an AVI file through the Animation Control on the Status bar. This code was inspired by James E. Toebes’ code: "Progress Meter on Status Bar"... instead of the ProgressBar control I am using the Animation Control. There were a few things I tweaked. For more AVI files you can check out http://pjs-inc.com/vb-avi

2002ASP #1906
AVI - Play from RESource file using Standard Control

Purpose: play an AVI file that is stored in a resource file using the standard (Microsoft Windows Common Controls-2 6.0) Animation Control. Credits:Mattias Sjögren (MCSE) - VB+ http://hem.spray.se/mattias.sjogren/ for the API code. For more AVI files visit http://pjs-inc.com/vb-avi

2002ASP #1907
Add-In: Task List - Update 2.1.4

Update to the VB 6 IDE Task List Add-in. This update's features are: - Added: Column Priority - Added: Column Version (Default: hidden) - Modified: Column Added is now hidden (Default: hidden) - Added: New "Add Task" form - Modified: Double Click on TaskList will display menu instead of adding. - Added: Edit Task menu option (allows to edit the description only). - Added: Icons to Column headers to show current sort when clicked on. - Added: Save column widths - Added: Small toolbar on the left hand side - Added: Select Grid (alternating) colors. Thanks to B. Harriger (for v2.0) and the original author Mark Joyal Updates: 2.1.3 - version set on completion (check) task - task list disabled until project is saved (prevent error messages).

2002ASP #1908
Access and Modify SQL Server BLOB Data by Using the ADO Stream Object

The Stream object introduced in ActiveX Data Objects (ADO) 2.5 can be used to greatly simplify the code that needs to be written to access and modify Binary Large Object (BLOB) data in a SQL Server Database. The previous versions of ADO [ 2.0, 2.1, and 2.1 SP2 ] required careful usage of the GetChunk and AppendChunk methods of the Field Object to read and write BLOB data in fixed-size chunks from and to a BLOB column. An alternative to this method now exists with the advent of ADO 2.5. This article includes code samples that demonstrate how the Stream object can be used to program the following common tasks: Save the data stored in a SQL Server Image column to a file on the hard disk. Move the contents of a .gif file to an Image column in a SQL Server table. ** Article ID: Q258038 - I take no credit for the code, I simply created a project from the example in the article **

2002C #9703
Add Users to Distribution List in MS Outlook

Purpose:"Several Visual Basic based functions that demonstrate how to create and administer Distribution Lists (DL) using Collaboration Data Objects (CDO)." This code was taken from Microsoft (Article ID: Q178787) and I made it into a class so all you need to do is plug in your info and your ready to. I have included the article in the zip... please read it b/c you might need to get the CDO DLL and it has link to download.

2002C #9704
CDO E-mail

Purpose: "shows how to ...send an e-mail message using Collaboration Data Objects (CDO)." from MS KB Article: Q200150. I created a VB project and a class from the provide code. You will need the Microsoft CDO 1.2 library referenced.

2002C #9705
AVI Animation in Status Bar

Purpose:Play an AVI file through the Animation Control on the Status bar. This code was inspired by James E. Toebes’ code: "Progress Meter on Status Bar"... instead of the ProgressBar control I am using the Animation Control. There were a few things I tweaked. For more AVI files you can check out http://pjs-inc.com/vb-avi

2002C #10510
AVI - Play from RESource file using Standard Control

Purpose: play an AVI file that is stored in a resource file using the standard (Microsoft Windows Common Controls-2 6.0) Animation Control. Credits:Mattias Sjögren (MCSE) - VB+ http://hem.spray.se/mattias.sjogren/ for the API code. For more AVI files visit http://pjs-inc.com/vb-avi

2002C #10511
Add-In: Task List - Update 2.1.4

Update to the VB 6 IDE Task List Add-in. This update's features are: - Added: Column Priority - Added: Column Version (Default: hidden) - Modified: Column Added is now hidden (Default: hidden) - Added: New "Add Task" form - Modified: Double Click on TaskList will display menu instead of adding. - Added: Edit Task menu option (allows to edit the description only). - Added: Icons to Column headers to show current sort when clicked on. - Added: Save column widths - Added: Small toolbar on the left hand side - Added: Select Grid (alternating) colors. Thanks to B. Harriger (for v2.0) and the original author Mark Joyal Updates: 2.1.3 - version set on completion (check) task - task list disabled until project is saved (prevent error messages).

2002C #10512
Access and Modify SQL Server BLOB Data by Using the ADO Stream Object

The Stream object introduced in ActiveX Data Objects (ADO) 2.5 can be used to greatly simplify the code that needs to be written to access and modify Binary Large Object (BLOB) data in a SQL Server Database. The previous versions of ADO [ 2.0, 2.1, and 2.1 SP2 ] required careful usage of the GetChunk and AppendChunk methods of the Field Object to read and write BLOB data in fixed-size chunks from and to a BLOB column. An alternative to this method now exists with the advent of ADO 2.5. This article includes code samples that demonstrate how the Stream object can be used to program the following common tasks: Save the data stored in a SQL Server Image column to a file on the hard disk. Move the contents of a .gif file to an Image column in a SQL Server table. ** Article ID: Q258038 - I take no credit for the code, I simply created a project from the example in the article **

2002VB #18307
Add Users to Distribution List in MS Outlook

Purpose:"Several Visual Basic based functions that demonstrate how to create and administer Distribution Lists (DL) using Collaboration Data Objects (CDO)." This code was taken from Microsoft (Article ID: Q178787) and I made it into a class so all you need to do is plug in your info and your ready to. I have included the article in the zip... please read it b/c you might need to get the CDO DLL and it has link to download.

2002VB #18308
CDO E-mail

Purpose: "shows how to ...send an e-mail message using Collaboration Data Objects (CDO)." from MS KB Article: Q200150. I created a VB project and a class from the provide code. You will need the Microsoft CDO 1.2 library referenced.

2002VB #18309
AVI Animation in Status Bar

Purpose:Play an AVI file through the Animation Control on the Status bar. This code was inspired by James E. Toebes’ code: "Progress Meter on Status Bar"... instead of the ProgressBar control I am using the Animation Control. There were a few things I tweaked. For more AVI files you can check out http://pjs-inc.com/vb-avi

2002VB #19114
AVI - Play from RESource file using Standard Control

Purpose: play an AVI file that is stored in a resource file using the standard (Microsoft Windows Common Controls-2 6.0) Animation Control. Credits:Mattias Sjögren (MCSE) - VB+ http://hem.spray.se/mattias.sjogren/ for the API code. For more AVI files visit http://pjs-inc.com/vb-avi

2002VB #19115
Add-In: Task List - Update 2.1.4

Update to the VB 6 IDE Task List Add-in. This update's features are: - Added: Column Priority - Added: Column Version (Default: hidden) - Modified: Column Added is now hidden (Default: hidden) - Added: New "Add Task" form - Modified: Double Click on TaskList will display menu instead of adding. - Added: Edit Task menu option (allows to edit the description only). - Added: Icons to Column headers to show current sort when clicked on. - Added: Save column widths - Added: Small toolbar on the left hand side - Added: Select Grid (alternating) colors. Thanks to B. Harriger (for v2.0) and the original author Mark Joyal Updates: 2.1.3 - version set on completion (check) task - task list disabled until project is saved (prevent error messages).

2002VB #19116
Access and Modify SQL Server BLOB Data by Using the ADO Stream Object

The Stream object introduced in ActiveX Data Objects (ADO) 2.5 can be used to greatly simplify the code that needs to be written to access and modify Binary Large Object (BLOB) data in a SQL Server Database. The previous versions of ADO [ 2.0, 2.1, and 2.1 SP2 ] required careful usage of the GetChunk and AppendChunk methods of the Field Object to read and write BLOB data in fixed-size chunks from and to a BLOB column. An alternative to this method now exists with the advent of ADO 2.5. This article includes code samples that demonstrate how the Stream object can be used to program the following common tasks: Save the data stored in a SQL Server Image column to a file on the hard disk. Move the contents of a .gif file to an Image column in a SQL Server table. ** Article ID: Q258038 - I take no credit for the code, I simply created a project from the example in the article **

ASP_Volume2 #30412
Add-In: Task List - Update 2.1.4

Update to the VB 6 IDE Task List Add-in. This update's features are: - Added: Column Priority - Added: Column Version (Default: hidden) - Modified: Column Added is now hidden (Default: hidden) - Added: New "Add Task" form - Modified: Double Click on TaskList will display menu instead of adding. - Added: Edit Task menu option (allows to edit the description only). - Added: Icons to Column headers to show current sort when clicked on. - Added: Save column widths - Added: Small toolbar on the left hand side - Added: Select Grid (alternating) colors. Thanks to B. Harriger (for v2.0) and the original author Mark Joyal Updates: 2.1.3 - version set on completion (check) task - task list disabled until project is saved (prevent error messages).

ASP_Volume2 #31058
Access and Modify SQL Server BLOB Data by Using the ADO Stream Object

The Stream object introduced in ActiveX Data Objects (ADO) 2.5 can be used to greatly simplify the code that needs to be written to access and modify Binary Large Object (BLOB) data in a SQL Server Database. The previous versions of ADO [ 2.0, 2.1, and 2.1 SP2 ] required careful usage of the GetChunk and AppendChunk methods of the Field Object to read and write BLOB data in fixed-size chunks from and to a BLOB column. An alternative to this method now exists with the advent of ADO 2.5. This article includes code samples that demonstrate how the Stream object can be used to program the following common tasks: Save the data stored in a SQL Server Image column to a file on the hard disk. Move the contents of a .gif file to an Image column in a SQL Server table. ** Article ID: Q258038 - I take no credit for the code, I simply created a project from the example in the article **

Languages
Top Categories
Global Discovery