Search found 18 matches
- 06 May 2008, 06:40
- Forum: EditControls
- Topic: Endless loop on OLE Drag and drop
- Replies: 7
- Views: 7851
- 05 May 2008, 16:23
- Forum: EditControls
- Topic: Endless loop on OLE Drag and drop
- Replies: 7
- Views: 7851
Hello Tiku, it seems me (i've replaced 1.1 with 1.2, so it is not so easy to check the 1.1 once more), that when i dropped something on an empty edit box, then the GetInsertMarkPosition responded either with impAfter or with impBefore. Now it responds with impNowhere - i had to extend my OLEDragDrop...
- 29 Apr 2008, 06:07
- Forum: EditControls
- Topic: Endless loop on OLE Drag and drop
- Replies: 7
- Views: 7851
Thank you, TiKu. I've experimented with Forms 2.0 before, but when i found your controls, i've removed all the Forms 2.0 controls from my project. It looks like i've forgot to remove the label - as it had no caption, i did not noticed it (Now I am using a picture box instead of the label controls, w...
- 28 Apr 2008, 13:48
- Forum: EditControls
- Topic: Endless loop on OLE Drag and drop
- Replies: 7
- Views: 7851
Endless loop on OLE Drag and drop
Hello TiKu, i have a problem with your Unicode Edit Control. I use the control in a control array (you surely not used it so, because the OLESetData event has a parameter named "index" - it is a name collision with the standard index parameter in case of control arrays), and the control ar...
- 23 Apr 2008, 18:09
- Forum: EditControls
- Topic: Automatic word wrapping
- Replies: 1
- Views: 3705
Automatic word wrapping
Hello Tiku,
sorry, i cannot find out, which property should i set to activate the word wrapping in the Unicode Edit Control. Can you point to a sample or description, or simply say, how it works ?
Zoltan
sorry, i cannot find out, which property should i set to activate the word wrapping in the Unicode Edit Control. Can you point to a sample or description, or simply say, how it works ?
Zoltan
- 09 Apr 2008, 11:12
- Forum: EditControls
- Topic: ATL 8.0 + own context menu
- Replies: 3
- Views: 5164
The DragMode property comes from the VB runtime and not from my control. I think it can be used for dragging the control itself. At least it has nothing to do with OLE drag'n'drop. I was asking this, because the normal VB controls have an OLEDragMode property, which can be set to Automatic. I'we th...
- 09 Apr 2008, 06:02
- Forum: EditControls
- Topic: ATL 8.0 + own context menu
- Replies: 3
- Views: 5164
ATL 8.0 + own context menu
Hello Tiku, when i set the DragMode property to 1 - vbAutomatic, then . when the Unicode Edit Control loosis the focus, the control disappears, and a text "ATL 8.0" will be displayed instead of the control. The RegisterForOLEDragDrop property is 1. Can i use the DragMode property to let th...
- 03 Apr 2008, 05:44
- Forum: EditControls
- Topic: Some keyboard keys do not work in a User control
- Replies: 2
- Views: 4206
- 02 Apr 2008, 08:07
- Forum: EditControls
- Topic: Some keyboard keys do not work in a User control
- Replies: 2
- Views: 4206
Some keyboard keys do not work in a User control
Hello TiKu, I've placed your Unicode Edit Control into a User Control. It seems me, that the KeyDown event disappears somewhere inside for several keys. The RIGHT, LEFT keys do not function - do not move the insertion point. If i define the KeyDown event, it does not fire. But for other keys - PGDN,...
- 29 Nov 2007, 17:56
- Forum: ButtonControls
- Topic: Caption renamed to Text
- Replies: 1
- Views: 3528
Caption renamed to Text
Hello TiKu, why did you renamed the "Caption" property of the buttons (checkboxes, radio buttons) to "Text" ? When adapting existing programs it causes more work (and additionally i access it from code - changing the language runs by a For Each C in Form.Controls cycle, using the...
- 29 Nov 2007, 12:20
- Forum: FlatButton
- Topic: Label control
- Replies: 4
- Views: 22509
- 29 Nov 2007, 12:12
- Forum: EditControls
- Topic: Japanese charters does not show
- Replies: 5
- Views: 6074
- 29 Nov 2007, 10:50
- Forum: EditControls
- Topic: Japanese charters does not show
- Replies: 5
- Views: 6074
- 29 Nov 2007, 10:46
- Forum: FlatButton
- Topic: Label control
- Replies: 4
- Views: 22509
- 29 Nov 2007, 08:08
- Forum: EditControls
- Topic: Japanese charters does not show
- Replies: 5
- Views: 6074
Japanese charters does not show
Hello, i am experimenting with your "Events" sample. I changed the font of the edit controls from Tahoma to Arial Unicode MS - this font contains uch more characters. I use the "Zeichentabelle" program from Windows (sorry, i am at the moment in Germany, and have a german Windows ...