Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - Xman2000

Páginas: [1]
1
Visual Basic 6 / Re:Skins sin OCX L.Ascierto adaptar Excel
« en: Junio 03, 2016, 10:22:47 pm »
Hi, Leandro Ascierto!

i want not use DLL or OCX, i want load ".skin", ".skn" files without DLL or components to install.

is possible simulate "DLL" with a "class" vba?  (class PropertyBag.cls) ?

is possible put the source code of DLL into "propertyBag.cls ?
is possible use ADO or DAO conection to extract data of ".skin" files?

please, see my atachment files!
http://www.mediafire.com/download/icrbxx6umpzgtvt/Skins-SemOCX-PropBag-JP1comClassTeste1.rar
 http://www.aboutvb.de/vba/artikel/vbapropbag.htm

thank you !

2
Visual Basic 6 / Re:Skins sin OCX L.Ascierto adaptar Excel
« en: Junio 03, 2016, 01:56:45 am »
Hi, Leandro.
thanks of you answer.

in this website  http://www.aboutvb.de/vba/artikel/vbapropbag.htm

is the one workaround example way using one "DLL" of "VB" avbPropertyBag.dll, and is one sourceCode i think is of "DLL".

is possible simulate "DLL" with a "class" vba?  (class PropertyBag.cls) ?

' Declaramos Propbag  como la clase PropertyBag.
Dim Propbag As PropertyBag,   
or,     
Dim PropBag As New PropertyBag (class PropertyBag.cls)

i make one class but not works, not error but not works.
please verify my new atachment files, i put the "DLL" and source code in the atachment.

http://www.mediafire.com/download/icrbxx6umpzgtvt/Skins-SemOCX-PropBag-JP1comClassTeste1.rar

i am poor in programming!
thanks!

3
Visual Basic 6 / Skins sin OCX L.Ascierto adaptar Excel
« en: Junio 02, 2016, 06:19:46 pm »
Hello,

i am new in the forum, saludos a todos!

i want adapt Skins without OCX of Leandro Ascierto to Excel (without OCX)
and ocurr error about "Properties Bag, PropBag" no exists in Excel VBA, only  VB.


"PropBag" is used to read (leer) properties of ".skin" files.

but i found one sourceCode to adapt "PropBag" to VBA Excel and i need help, please!
transform "PropBag" OCX, DLL in pure VBA-api?



reemplazar (replace) the "PropertyBag" to other function to read properties of files ".skin" ?

thanks!

http://www.mediafire.com/download/12nlz3o133m5226/Skins-LeandroAscierto-SemOCX-PropBag1.rar
"http://www.mediafire.com/download/12nlz3o133m5226/Skins-LeandroAscierto-SemOCX-PropBag1.rar"


Páginas: [1]