commctl32 license problem

A

Alex Dybenko

Hi,
i think you have to install office developer edition to get this license
 
M

Marshall Barton

Niki said:
How to licensing commctl32 , for use with msaccess

In addition to the other comments. Don't use that bleeping
thing, it will cause you no end of versioning problems that
you will little or no control over. There are alternatives
to just about all the features of that thing that are more
reliable and easier to distribute. For exapmle, if you want
to provide a file browse capabilty, then see
http://www.mvps.org/access/api/api0001.htm
 
A

Alex Dybenko

Hi Marsh,
agree with you about file browse, better to use API, but for win common
controls - i do not see many alternatives. i use it for many years in
several applications, and if you follow certain rules - it works fine
 
N

Niki

Hi ALex
I have a problem when enumerating com ports on computer .
I use mscomm.commport=i and then mscomm.portopen = true
if port no exists error rise .
My problem is that on error in this procedure don,t catch the error .
Thank's

Alex Dybenko said:
Hi Marsh,
agree with you about file browse, better to use API, but for win common
controls - i do not see many alternatives. i use it for many years in
several applications, and if you follow certain rules - it works fine
 
A

Alex Dybenko

Sorry, dont undestand, perhaps you can post a procedure you talking about?

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com


Niki said:
Hi ALex
I have a problem when enumerating com ports on computer .
I use mscomm.commport=i and then mscomm.portopen = true
if port no exists error rise .
My problem is that on error in this procedure don,t catch the error .
Thank's
 
M

Marshall Barton

Alex said:
Hi Marsh,
agree with you about file browse, better to use API, but for win common
controls - i do not see many alternatives. i use it for many years in
several applications, and if you follow certain rules - it works fine


Hey, Alex, I think I put my foot in my mouth here. I was
unaware that commctl32 was different from comctl32 and was
discussing the latter. I have no experience with commctl32
and am not qualified to comment on it.

Checking MSDN, it looks like commctl32 is a new, improved
version that is supposed to avoid the DLL Hell issues of
comctl32. Should I conclude from your comments that this is
indeed the case?
 
A

Alex Dybenko

Hi Marsh,
now i am get confused :))
i thought we are talking about comctl32
now it appear that we are talking about coMMctl32
in MSDN i have found only commctl32.dll, perhaps i have an old one here.
have to check later if i can find more online.

Alex
 
Top