Search found 18 matches

by godeny
06 May 2008, 06:40
Forum: EditControls
Topic: Endless loop on OLE Drag and drop
Replies: 7
Views: 6894

BTW, the insertion mark stuff (and some other things) won't work properly if the control contains more than 64k characters. :cry: I've planned to rewrite my "timetable editor", to change the underlaying control from CodeMax (not supported since years, and the VB control is not Unicode) to...
by godeny
05 May 2008, 16:23
Forum: EditControls
Topic: Endless loop on OLE Drag and drop
Replies: 7
Views: 6894

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...
by godeny
29 Apr 2008, 06:07
Forum: EditControls
Topic: Endless loop on OLE Drag and drop
Replies: 7
Views: 6894

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...
by godeny
28 Apr 2008, 13:48
Forum: EditControls
Topic: Endless loop on OLE Drag and drop
Replies: 7
Views: 6894

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...
by godeny
23 Apr 2008, 18:09
Forum: EditControls
Topic: Automatic word wrapping
Replies: 1
Views: 3311

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
by godeny
09 Apr 2008, 11:12
Forum: EditControls
Topic: ATL 8.0 + own context menu
Replies: 3
Views: 4627

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...
by godeny
09 Apr 2008, 06:02
Forum: EditControls
Topic: ATL 8.0 + own context menu
Replies: 3
Views: 4627

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...
by godeny
03 Apr 2008, 05:44
Forum: EditControls
Topic: Some keyboard keys do not work in a User control
Replies: 2
Views: 3715

Sorry, i've checked this forum, but not the download topic.
It was 1.0.2 from August 2007.

Now I've downloaded 1.1, and it works correctly.

Thank you.

Zoltan
by godeny
02 Apr 2008, 08:07
Forum: EditControls
Topic: Some keyboard keys do not work in a User control
Replies: 2
Views: 3715

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,...
by godeny
29 Nov 2007, 17:56
Forum: ButtonControls
Topic: Caption renamed to Text
Replies: 1
Views: 3133

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...
by godeny
29 Nov 2007, 12:20
Forum: FlatButton
Topic: Label control
Replies: 4
Views: 18700

Yes, when i find nothing, then remains that way.

I have an existing application without unicode support i want to change. So it would be easier to replace the existing VB label controls with another control.
by godeny
29 Nov 2007, 12:12
Forum: EditControls
Topic: Japanese charters does not show
Replies: 5
Views: 5278

It was the UseSystemFont property.
Excuse me.
(It is not a usual property for the normal controls).

Thank you for the quick help.

Zoltan
by godeny
29 Nov 2007, 10:50
Forum: EditControls
Topic: Japanese charters does not show
Replies: 5
Views: 5278

None of them works.
Here two codes, 0x30A1 is from the hiragana/katakana section, 0x4E01 from the CJK section.
by godeny
29 Nov 2007, 10:46
Forum: FlatButton
Topic: Label control
Replies: 4
Views: 18700

:-(

Is there a way - another control - which can be turned to a label control ?
by godeny
29 Nov 2007, 08:08
Forum: EditControls
Topic: Japanese charters does not show
Replies: 5
Views: 5278

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 ...