Re: DLL Woes
- From: "Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Apr 2006 10:50:23 -0700
"Trent Argante" <TrentArgante@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0D085BF1-CA9E-4B42-945F-966798A1EE8F@xxxxxxxxxxxxxxxx
I have a DLL that when "made", doesn't display msgboxes. But, prior to
being
"made" (i.e., while being developed in the IDE), it does.
How do I get them to display after I "Make" it into an .exe?
Thanks,
Trent Argante
[DC.J(474)]
Do you happen to have a check in the Unattended Execution checkbox?
(Project/<your project> Properties/General Tab)
From Help....<quote>
Unattended Execution
Indicates that the project is intended to run without user interaction.
Unattended projects have no interface elements. Any run-time functions such
as messages that normally result in user interaction are written to an event
log.
</quote>
....and, I assume, by 'after I "Make" it into an .exe', you mean 'after I
compile it' (since DLL projects don't compile to EXEs, they compile to DLLs)
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
.
- Prev by Date: rich textbox loses formatting when printed to from 2 different subs
- Next by Date: Re: rich textbox loses formatting when printed to from 2 different subs
- Previous by thread: rich textbox loses formatting when printed to from 2 different subs
- Next by thread: How to ignore " in a string
- Index(es):
Relevant Pages
|