Advertisement

Results for "Author: bdcsoftware"

2002ASP #4355
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

2002ASP #4356
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

2002C #12959
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

2002C #12960
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

2002VB #21563
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

2002VB #21564
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

ASP_Volume2 #31775
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

ASP_Volume2 #34061
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

ASP_Volume3 #50865
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

ASP_Volume3 #50866
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

C_Volume2 #72837
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

C_Volume2 #75123
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

Java_Volume1 #91381
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

Java_Volume1 #93667
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

1_2002 #108317
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

1_2002 #108318
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

2_2002-2004 #118528
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

2_2002-2004 #120814
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

3_2004-2005 #137072
A true plugin model / Expose your app's objects

Expose your app's objects / A true plugin model. This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution. This is how it works: When an object gets created based on a class from an ActiveX Exe it gets created in its own memory area (Multiple objects based on the same class cannot share their data). In C++ that object registers itself with the ROT (Running Object Table) so that anybody who needs to, can access that instance of the object. For instance Excel. When Excel is running you can refer to the running instance from VBA/VB, and access any data that's present in the spread sheet. However VB based objects lack that functionality. Activex EXE created in VB will NOT get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's ;-) ) Anyhow, here is a solution that will register your ActiveX EXE in the ROT, and you will be able to reference the running instance of your object from any other application. Please use this sample as follows: Extract Files from Zip (use folder names checked) run MainApp.EXE (ActiveX EXE) click on the OPEN icon load the supplied BMP wait for a few sec....(sorry the image handling is awfully slow, I didn't wanted to deal with DIB's for simplicity reasons) plugin Button should be enabled by now (this calls a ShellExecute and runs a regular EXE (our plugin) In the plugin click on GetData (this will transfer the image from the main app) click on modify image (thanx Rog3r) click on Close Plugin & Transfer data (this will transfer the modified image back to the main app) Voila The benefits: If you expose your app's objects up front, you can later on create any plugins/addons you want without modifying the original app. This is my first contribution to planet-source-code. Please let me know what you think (bad/good, anything is welcome) and like always VOTE. Thanx Raf

3_2004-2005 #139358
Interbase and ADO (open source DB for Windows)

This tutorial will give you a crash cource in working with Interbase (A free, open source databese from Borland) and ADO. It will show you where to get the database engine and teach you some simple basics.

Languages
Top Categories
Global Discovery