hi, how can i control the position where to insert my text, or is it only possible to append new text? (i want to insert lines at the beginning of the already inserted text) thanks
P
pro
@pro
Posts
-
only append strings to RTF? -
directory drag and drop from virtual namespacehi file drag and drop from my namespace works, i use CFSTR_FILECONTENTS and IStream for the content. but how to drag whole directories using CFSTR_FILECONTENTS ? thanks
-
explorer IDockingWindow with edit controlok thanks
-
explorer IDockingWindow with edit controlhi, i want to use an edit control in a idockingwindow in the right pane of the explorer. the problem: if i press backspace to del the last letter in the edit control, the explorer goes one level up in the directory. so, how is it possible, to use the backspace (and all the other special keys) for the edit? thanks