Hi,
When I try to drag a control on the form containing the avax control, almost everything stops functioning. I would like to know why this happens. Is it because I'm using an unregistered version?
Page 1 of 1
Dragging control on the form
#4
Posted 17 May 2005 - 12:36 PM
There is nothing wrong. To see if it working just drag-drop a bmp file inside AVAX.
AVAX also supports the following events:
OLECompleteDrag, OLEDragDrop, OLEGiveFeedback, OLESetData, OLEStartDrag.
For more about drag-drop please have a look at: planetsourcecode Drag-Drop example
AVAX also supports the following events:
OLECompleteDrag, OLEDragDrop, OLEGiveFeedback, OLESetData, OLEStartDrag.
For more about drag-drop please have a look at: planetsourcecode Drag-Drop example
Athanasios Gardos
Avax-Software.com
Avax-Software.com
#5
Posted 17 May 2005 - 04:01 PM
Oh maybe I didn't explain well. I mean when I try to drag a control like a button on the form beside the avax control at programming time and while designing the from which I wanna display to the user, everything stops working. when I run the project, I just can use some limited functions like drawing lines. And on the other hand I can't use import option. Whats wrong with it? I used what you mentioned previously. By the way I couldn't find the properties you said on your last reply. The only thing I could use was this:
Call cAvax1.SetAvaxProperty(Avax.AvaxProp.OLEDropMode_p, 1)
Would you please give me a full list of the properties I can use in SetAvaxProperty method? Your help files don't include this.
Thank you so much in advance and sorry for disturbing
Call cAvax1.SetAvaxProperty(Avax.AvaxProp.OLEDropMode_p, 1)
Would you please give me a full list of the properties I can use in SetAvaxProperty method? Your help files don't include this.
Thank you so much in advance and sorry for disturbing
#6
Posted 18 May 2005 - 07:45 AM
Athanasios Gardos
Avax-Software.com
Avax-Software.com
Page 1 of 1
Sign In
Register
Help
Add Reply

MultiQuote