Re: VB6 dll registration problem
- From: "Thorsten Albers" <albersRE@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 03:25:12 -0700
Indira <indira@xxxxxxxxxxxxx> schrieb im Beitrag
<57BDC41D-307E-4110-9A29-07496F284A5C@xxxxxxxxxxxxx>...
Thanks for a prompt response,
i'm having VB6 IDE only
and I registered the dll using regsvr32 and the path of the dll
and problem i'm facing is that the screen populates without data.
I wonder how anyone should be able to help you:
- No one here has seen any code yet
- No one here knows anything about what the DLL shall do
But what is possible to say even without this knowledge: If the "screen
populates without data" - whatever this means - it is >>not<< due to that
the form can't "connect to the DLL properly" because if this would be the
reason an error would be fired - unless your code is not executed in a
global VB error handler (On Error Resume Next). The latter is the worst
thing you can do, and I suspect that this in fact is what you code looks
like. So, comment any On Error... statement in your code, then run it again
and see what happens.
--
----------------------------------------------------------------------
THORSTEN ALBERS Universität Freiburg
albers@
uni-freiburg.de
----------------------------------------------------------------------
.
- References:
- RE: VB6 dll registration problem
- From: Indira
- RE: VB6 dll registration problem
- Prev by Date: Turn off EnsureVisble in Listview
- Next by Date: Re: Turn off EnsureVisble in Listview
- Previous by thread: RE: VB6 dll registration problem
- Next by thread: Turn off EnsureVisble in Listview
- Index(es):
Relevant Pages
|