Hi!
For some strange reason, I have to accomplish the following from a web page:
<img src="app.dll?id=12345">
or
<img src="app.exe?id=12345">
the exe or dll application has to search in a database for the id 12345 and return the image associated to that record.
The questions are:
-how do I make a dll or an exe return data with a content type image/gif or whatever?
-how can I read parameters passed by the querystring from inside the app?
-Can it be done with Vb6 or should I make a static library using C?
-Am I gone mad?
thanks everybody!!!![]()


Reply With Quote
