control defaults VB6
Anyone know if there is a way to change the default settings for vbcontrols? I have no idea why they would set richtext to noscroll by default. Is there some benefit to it being that way?
Either way, I'm creating a richtext at runtime. It is directly from the Richtext.Lib, so there aren't other boxes to copy. Even at that, I want my creation class to be fully independent. I would like to have a way to edit the default values in the system or some method of doing it at runtime. Otherwise, I'm going to have to waste time creating a scroll control too because making the user add thier own box seems cheap.
[633 byte] By [
liolixli] at [2007-11-11 10:07:56]

# 1 Re: control defaults VB6
I tried to find a replacement ocx, but no luck so far. I wish they still supported the product with patches. I still can't think of any reason anyone would not want a scroll bar... I'm assuming the primary function of richtext is to display multiline text, it makes no sense.
What is a good method or program to read/edit them? Is there another lib avalible to register at runtime in place of this?