Advertisement

Results for "Author: pete sral"

4_2005-2006 #151034
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

4_2005-2006 #151035
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.

4_2005-2006 #151036
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.

4_2005-2006 #152333
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

4_2005-2006 #152334
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).

4_2005-2006 #152335
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 **

5_2007-2008 #173552
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

5_2007-2008 #173553
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.

5_2007-2008 #173554
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.

5_2007-2008 #174851
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

5_2007-2008 #174852
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).

5_2007-2008 #174853
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 **

6_2008-2009 #196070
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

6_2008-2009 #196071
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.

6_2008-2009 #196072
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.

6_2008-2009 #197369
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

6_2008-2009 #197370
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).

6_2008-2009 #197371
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 **

7_2009-2012 #218588
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

7_2009-2012 #218589
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.

Languages
Top Categories
Global Discovery