edit control not responding in a dialog created within an activex control
-
Hi, I've created a dialog box from within the activex control and it contained a edit control. But that edit control doesn't accept text when it is displayed..What might be the prob?
-
Hi, I've created a dialog box from within the activex control and it contained a edit control. But that edit control doesn't accept text when it is displayed..What might be the prob?
lakshman rao wrote:
But that edit control doesn't accept text...
You can't type into it? You can't paste into it? You can't set its text via code? :confused:
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
lakshman rao wrote:
But that edit control doesn't accept text...
You can't type into it? You can't paste into it? You can't set its text via code? :confused:
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
DavidCrow wrote:
You can't type into it? You can't paste into it? You can't set its text via code?
I can't type into it.
-
DavidCrow wrote:
You can't type into it? You can't paste into it? You can't set its text via code?
I can't type into it.
Has it been disabled or set to read-only?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
Has it been disabled or set to read-only?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
DavidCrow wrote:
Has it been disabled or set to read-only?
Nope, both properties are set to false
-
DavidCrow wrote:
Has it been disabled or set to read-only?
Nope, both properties are set to false
does anybody know reason fot this?