Search found 7 matches

by clho40
05 Feb 2016, 04:27
Forum: CADViewX
Topic: How to capture Keyboard and Mouse input?
Replies: 6
Views: 49736

Re: How to capture Keyboard and Mouse input?

Hello,

Thanks! PreviewKeyDown event worked!
by clho40
04 Feb 2016, 04:23
Forum: CADViewX
Topic: How to capture Keyboard and Mouse input?
Replies: 6
Views: 49736

Re: How to capture Keyboard and Mouse input?

Hello, yes I've tried the following code this.CADViewX1.OnKeyDown += new AxCADViewLib.ICADViewXEvents_OnKeyDownEventHandler(this.CADViewX1_OnKeyDown); private void CADViewX1_OnKeyDown(object sender, AxCADViewLib.ICADViewXEvents_OnKeyDownEvent e) { if (e.shift == CADViewLib.TxShiftState.ssCtrl && e.s...
by clho40
03 Feb 2016, 10:33
Forum: CADViewX
Topic: How to capture Keyboard and Mouse input?
Replies: 6
Views: 49736

Re: How to capture Keyboard and Mouse input?

Hello,

Thanks for your reply. Setting SelfPopupMenu = false; worked for me. Thank you so much.

However,

I've tried
AxCADViewX.OnKeyDown
AxCADViewX.OnKeyPress


but there is no way for me to capture keys combination, like Ctrl + Shift + A. How can I do that please?

Thanks
by clho40
02 Feb 2016, 13:11
Forum: CADViewX
Topic: How to capture Keyboard and Mouse input?
Replies: 6
Views: 49736

How to capture Keyboard and Mouse input?

Hello,

I would like to implement Keyboard Shortcut to the drawing. How can I capture the Keyboard input?

also, I would like to disable right mouse click. How can I do that also?

Thanks in advance.
by clho40
02 Feb 2016, 13:08
Forum: CADViewX
Topic: CadViewX StRg() method not working
Replies: 6
Views: 27286

Re: CadViewX StRg() method not working

Hello,

Yes I've tried to enter the registration data in CADViewX Pro Registration Dialog window. It worked. But I couldn't do this to every user PC.

Thanks
by clho40
02 Feb 2016, 06:44
Forum: CADViewX
Topic: CadViewX StRg() method not working
Replies: 6
Views: 27286

CadViewX StRg() method not working

Hello, I run the code below public Register() { AxCADViewLib.AxCADViewX cadviewx1 = new AxCADViewLib.AxCADViewX(); cadviewx1.CreateControl(); cadviewx1.StRg("my name", "myemail@email.com", "my_key"); } However, I can't get my product registered. Every time I run CadViewX it still prompt me for the r...
by clho40
25 Jan 2016, 04:53
Forum: CADViewX
Topic: CadViewX Version 9.2 for 32bit Windows?
Replies: 1
Views: 21168

CadViewX Version 9.2 for 32bit Windows?

Hello,

I tried to find the CADViewLib.ocx for 32-bit Windows, however in http://cadsofttools.com/downloads/ I can only see CADViewX Lite/Pro. I downloaded it and inside only contains CADViewLib.ocx for 64-bit Windows.

Where can I get the CADViewLib.ocx for 32-bit Windows?

Thanks