ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 [IEvolution] Cursor

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
jez Posted - Apr 11 2012 : 04:30:33
I am using IEvolution2.IEViewer in vb.net, VS2010

I have been adjusting the cursor behaviour in my app.

When I change the cursor to one of my own, I cannot then revert to the default cursor behaviour, when I set the cursor to Cursor.Default. Instead I get the arrow cursor (ms default) when the mouse is over the image whereas the default IEViewer behaviour is to show a cross-hair. I have tried AutoCursors=True but this does nothing.

Also, how can I select the icons that are built into iecore.dll; there seems to be no way to do this. All I can select are the standard microsoft ones using the builtin Cursor property.

Thanks

Jez
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 18 2012 : 22:55:10
Hi Jose

ImageEn is for Embarcadero Delphi and C++ Builder. For Visual Studio you should use IEvolution, our .NET product.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
jcarlos Posted - May 18 2012 : 11:24:22
Dear jez,

please, could you tell how do I make to use ImageEn in Visual Studio 2010?

Thanks
Jose
fab Posted - Apr 28 2012 : 02:19:34
Next minor version will have IEViewer.InternalCursor which allows to specify an IEvolution internal cursor.
For example, it will be possible to set the default IEViewer cross executing:

ieViewer1.InternalCursor := InternalCursorType.Cross2;
fab Posted - Apr 19 2012 : 23:09:43
I am working on this problem. I will reply ASAP.