shetlandbob
Programmer
Hi,
I have a DHTML document which I load up in a Visual C++.Net application.
I use
to load a file that I create in my code. This works fine, however if I have the dhtml object "disabled" (thus user cant change values ) then I cannot scroll in the window (i have set formats to use and thus have disabled line wrapping).
If I set "disable = false" then I can scroll in the window but the user can delete the text in the dhtml window??
Any ideas how I can set the dhtml window so the user can scroll to the window extents ( up/down and across ) but cannot change the contents of the window?
Thanks
I have a DHTML document which I load up in a Visual C++.Net application.
I use
Code:
dhtml.loadDocument( VARIANT("FILE"))
If I set "disable = false" then I can scroll in the window but the user can delete the text in the dhtml window??
Any ideas how I can set the dhtml window so the user can scroll to the window extents ( up/down and across ) but cannot change the contents of the window?
Thanks