Feeds:
Posts
Comments

Archive for the ‘TX Text Control’ Category

Naviagation between pages is very  easy while using Tx Text control for documents like doc, txt,rtf and html in you dot net application. We have to use InputPosition of Tx Text Control its syntex is following
public InputPosition(int page, int line, int column);
here is sample code
Dim PageNo As IntegerPageNo = InputBox(“Page no.”, “Go to page”, “1″)If [...]

Read Full Post »