Strongm - don't want to get into a pissing contest with you,but....I think your blanket dismissal of Environ is a bit of an overkill. I believe Environ has its uses.
I work as a developer on production support of a large scale, thin-client intranet based app used by thousands of employees on a...
1.) To reinforce what CCLINT said - use the Validation event for your controls instead of LostFocus. And I also agree that using a single separate validation procedure called from the applicable event is the way to go. You want to avoid repeating code as much a possible.
2.)I don't believe the...
Ladyhawk,
Why is it better to use OR for the buttons argument instead of using a +?
In MSDN, Microsoft shows the + being used for the constants in their Msgbox example and I've never had a problem with it.
Thanks!
In general, when designing 3-tier or n-tier apps using VB's Windows based forms, I start by breaking up the tiers as follows (of course these tiers can be on one computer or a bunch of computers):
1) Presentation layer - Everything that the end user sees goes here. None of the Business Rules...
Was the dll created using VB? You don't give much info about the dll...do you have any info on it?
You'll need to know the name of the function that accepts the customer name as an argument and returns the recordset. Do you know if the returned recordset is an ADO recordset? Do you need to...
Some thoughts....
P&D has a bug where is incorrectly tries to register type libraries using the DLLSelfRegister macro, see the Microsoft Knowledge base article number Q299645. I don't think this causes the install to hang, though.
You should also look into the setup.lst file, use article...
FYI - In VB6, you can't use the statement
Implements WithEvents
But this link might help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvbdev00/html/vb00d20.asp
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.