Search found 4 matches

by Andy_1a
16 Dec 2010, 18:26
Forum: CADViewX
Topic: 2 questions: move and CadViewx.width
Replies: 1
Views: 23861

2 questions: move and CadViewx.width

i have the following questions for my small VB6 project: 1) how can i move the inner rectangle (.SVG) to x,y ? (just like the drawing with the right mouse button) 2) how can i calculate the height and width for CadViewx, to get the form filled ? View: http://www.traum-touren.de/develop/cadviewx1_55....
by Andy_1a
16 Dec 2010, 17:00
Forum: CADViewX
Topic: Transparent Bitmaps on AxCADviewX1 ?
Replies: 5
Views: 41965

Re: Transparent Bitmaps on AxCADviewX1 ?

Solved!
Zorder(0) in vb6 and BringToFront works.

anyway thanks for the answers

andy
by Andy_1a
13 Dec 2010, 11:29
Forum: CADViewX
Topic: Transparent Bitmaps on AxCADviewX1 ?
Replies: 5
Views: 41965

Re: Transparent Bitmaps on AxCADviewX1 ?

Thanks,
but as yet without success.
I want to show this transparent bitmap over an SVG:
http://www.traum-touren.de/develop/car_orange_0.png

The pixel position is calculated before. It should look like:
http://www.traum-touren.de/develop/transpacheck1.png
(created manually)

andy
by Andy_1a
24 Nov 2010, 13:02
Forum: CADViewX
Topic: Transparent Bitmaps on AxCADviewX1 ?
Replies: 5
Views: 41965

Transparent Bitmaps on AxCADviewX1 ?

As a new user to CadviewX I need to show transparent Bitmaps(png) on CADviewX.

I tried without success (Button, Picturebox...)
success with RectangleShape1 with Backgroundimage, but only on the Form, NOT on CAD Control.

thanks for testing
Andy
(Windows Forms, vb.net 2010)