riched20.dll and VB

Started by
4 comments, last by -Fruz- 21 years, 2 months ago
hmm... can i use this in VB? and if so, how? Can i extend the functionality of a textbox with it? any help apreciated! thanx
Advertisement
Use the RichTextBox control.

TheLGN | consumer media with a passion - Senior Editor, Moderator
swift URL | browse my bookmarks [server may not always be on]
SotteD | Info/download
i dont want to use an ocx.. that''s the whole point.
what the hell else would you use? The RichTextBox control IS the RichEdit control.

If you''re using VB, you''re using OCX''s, which are in all technical aspects identical to DLL''s.
daerid@gmail.com
NO! OCX''es are NOT like dll''s. Alteest not the dll''s provided with windows. Ever heard of API''s???
The richtextbox ocx is just a wrapper for the riched10.dll! and since i dont want aditional files (OCX''es) along with my exe, i want to create my own wrapper... Too hard to understand?
Thank You!
then download platform sdk, import init and window creation/management functions from kernel/user/richedit dlls, and call them.

[edited by - niyaw on January 23, 2003 8:17:55 PM]

This topic is closed to new replies.

Advertisement