Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic .NET (http://www.programmingforums.org/forum19.html)
-   -   Exporting variables from a .def file to a .vb file (http://www.programmingforums.org/showthread.php?t=12325)

saluk Jan 8th, 2007 3:56 AM

Exporting variables from a .def file to a .vb file
 
Hi, Was just wondering if anyone knew how to export variable data from a definition file into a vb.net file. I have a .def file which is called automatically to archive images and it's associated tag file data.

I need the tag file data to populate a database therefore need to get this tag file data from the .def file into some vb code.

If anyone can offer any advice then I would be grateful.

Thanks

alphonso Jan 9th, 2007 5:08 AM

Does the .def file have any DLL (or for that matter, does the program that makes .def files have any DLLs)? If it does, import it first to VB..

saluk Jan 9th, 2007 7:17 AM

no there is no dll file. the def file is simply to add functionality after scanning an image and its associated data into an archive. The def file has already been written. I was hoping to somehow export some variables from the def file into either a vb file or the associated vb configuration file so that this information could then be added to a database. The process needs to be done automatically from scanning an image.


All times are GMT -5. The time now is 3:12 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC