Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

treeview and comctl32

Status
Not open for further replies.

itflash

Programmer
Jul 18, 2001
535
GB

hi all

i use the treeview control on an Intranet. this works fine for win98. but win2k does not have the comctl32 installed.

i cannot find exactly how to install this anywhere that is clear, concise and works.

anyone any ideas?

thanks
 
use vb to make an installable, and include it in that? codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
<insert witticism here>
 
Not sure if Win2K has regsvr32 or not, but try in Win2K opening a DOS window and typing regsvr32. If that seems to do something, copy comctl32.dll or whatever it's real name is into somewhere like windows/system, and type regsvr32 <path and filename of dll above> codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
<insert witticism here>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top