creating a shape at runtime **RESOLVED** -
Does anyone know how to create a shape at runtime
user enters x1,y1,x2,y2 and shape in text boxes and the shape appears on the form.
creating a shape at runtime **RESOLVED** -
Does anyone know how to create a shape at runtime
user enters x1,y1,x2,y2 and shape in text boxes and the shape appears on the form.
creating the shape object at runtime ***UNRESOLVED*** -
I want to create shape objects on the form at runtime, this will be done at the click of a button.
I also want the user to be able to select the shape and resize it or move it so it has to be responsive to events.
Create shapes during runtime (Resolved) -
is there a way to create a shape during runtime. It would be perfect if this could be a member of a control array. Basically I have a shape called Shape1(1) and when it colides with something, Shape 1(2) should be created. Is there any way to do this. Thanks!
Creating a shape at runtime -
Can someone tell me how to create a circle shape at runtime.
Creating instances of a control at runtime -
Hello,
Can someone help me with this problem?
I need to create several instances of a Shape control at runtime from 1 original control.
The application requires a new instance of the shape be created when the user pushes a command button. Each new shape will need to insert its
creating costom shape -
I need to create a shape, consisting of lines and circles, to move this new shape as one shape. The use of the several parts ended in a wobbeling shape.
Thanks
New Shape At runtime -
I want to create a shape called shpRectangle at runtime.
it should have the properties:
.Shape = 0 'Rectangle
.FillColor = RGB(255, 0, 0)
.Left = 2000
.Height = 5000
.Width = 200
.Top = 3000
.FillStyle = 0 'Solid
could anyone help me out?
Configuring Order Of Display During Runtime - Any Solution -
I am creating these controls during runtime for a menu of mine... Then I am moving them to show on the screen. However, the controls seem to go behind a shape when I move them. I tried configuring the view order of the first control but the controls that load during runtime go behind t
I cant Drag shape at runtime -
I have made an application that allow to design your card to print.
which allow to put so many object at runtime, and allow to move them.
But shape control does not have property like dragmode, so that i cant drag shape at runtime.
If any of you can do it? If no then give me alter
Controls created on run time won't be in foreground -
Hello!
In my prgram, I'm using a picture box as a frame for an image box. In this frame there is also a shape, which I want to use for dynamically creating several new shapes.
My problem is, that all the shapes I'm creating at runtime are behind the ImageBox, whether I've set it t
Creating a Shape control/object at runtime -
Anyone know how to do this?
Creating a shape during run time -
Well, i need to be able to create a shape when i click on a command button, the shape is = to my mouse and y co-ordinates until i click then the shape will be placed or "dropped" there. this needs to be a dynamic array as I'm not sure how many shapes i will be using, is this
Placing controls in form at runtime -
I have a question, I hope someone has an answer to, because my VB professor certainly doesn't know. How do I place a new control, specifically a shape on the form during runtime. I have tried dimensioning a new shape and setting all properties, Set command, etc. to no avail. Any help
picture controls & shape control -
hello everyone !!
i've two picure controls, only one is visible at a tme. i've two shape controls on picture1. i want to use the same shape controls on picture2 aslo.. because i've written some common routines for these picture controls.
currently the shape controls go behind th
creating different shape form -
hey
i had seen question put for rouded shape form , i had tried it , it work, but if somebody can tell me how make form with different shape i.e. i want to make the form with shape of magnifying glass
like i had attached file,
can anyone tell me, please
thanx in advance
Gary
change color of custom shape(bitmap)in runtime -
Is it possible to change the color of a custom shape (bitmap; for example a shape consiting of several lines and circles)during runtime??
creating objects at runtime [resolved] -
Ho do I make an object at runtime? Lets say I want a textbox to appear everytime someone clicks on a button, how would I do that?
Dynamic labels over shape -
Hello all,
I have created a set of labels dynamically during runtime, and I want to place them over a shape. The problem is that the shape is always brought to the front and the labels can't be shown, how can I tackle this problem
Creating 3D shape in VB6 with DirectX -
Hi everyone,
I'm getting ready to look into directx as I've never done any coding with it before. And I want to make sure directx is for what I want or if I should use something else such as OpenGL.
I want to create a 3D shape I can rotate and view also. All I want to use to crea
image box isnt tranparent -
this dumb image box should be transparent, but when it comes to runtime...its not. Its lying to me!
Im creating an ocx which has a tranparent background.
I used a shape on it and an image box with a transparent gif. When the control is used however such as in my test app, the imag
zorder -
I have a ton of command buttons and I want to put little shape
controls on top of some of them to indicate something, kinda flag them. I only want to shape at the top so you can see its flagged but still be able to click on it... problem is when I have the runtime code move the shape
creating a shape from scratch -
:/ i forgot :P. I remember dim shpShape as shape but not working. Can i get a quick mind refresh, thnx,
___
Dan
Shapes runtime created/detect click -
Can anyone help please?
I am drawing 5 shapes onto a page and want to draw a rubberband line only if user has clicked into shape requested. After identifying that user has clicked into each shape only then proceding to continue the rubber line to next shape. End result is drawn pol
how do i change the color of a shape while in runtime -
Hello,
How do i change the color of a shape while in runtime?
For example... Shape1.BorderColor = ???????????????????
What is the color code for red in vb?
placing controls during runtime -
I posted a question earlier today as to the method for placing a shape during runtime execution. A helpful fellow: Josep MÂȘ
gave me the following code to use.
visual basic code:--------------------------------------------------------------------------------
Private Sub Command
Making SIMPLE "drawing package"... -
Basically I want to be able to draw ellipses and lines on a picture...I can do this using the Controls.Add("VB.Shape","Shape" & Controls.Count) command, but I can't click on a shape, or raise events with it
Creating a picture instead of a shape would be ideal
runtime created shape -
can we drag drop run time created shape
if yes how i wanted to move it on form
Picture box ans shape -
how can i draw a shape inside a picturebox?I can do it in not run time but in runtime I cant
Graphics for fun -
I am trying to round off the outside corners of a square form by creating a shape, filling it with a color and setting the transparency color to the fill color
Seemed to be a good idea at the time....
I can draw squares and circles and elipses and everything, but I can't figure o
vb runtime files[resolved] -
does anyone know where the vb runtime files are or where i can get them from.i am creating an instaltion package and i need to install the files on users pcs if they dont have the files
Barrier help please -
Hello Everyone
Basicly i am trying to think of way of creating a barrier in a form that a shape can not cross if u are controling the shape with arrow keys for instance think a maze type game, would this be possible?
Help will be greatly appreciated
Dan
Shooting Bullets in vb 6.0 -
Okay, I need some help please. No idea how to code this at all, so here it goes
Oh yeah i need codes for vb 6.0 please
So basicly i have a Shape. And i want it to "shoot" another shape from the shape i have already. Shapes can be replaced with images. I already have a c
shapes -
hi all,
in vb if you create a shape with -shape-, you get a shape with no procedure. no click, dblclick, mouse move etc.
i want something to happen when i click on a shape (i also want tool tips to appear when im over it).
what should i do?
How to use shape -
Hi
Could I use the shape control found in the toolbox to create a rectangle and a circle? If yes, how is it done?
Thanking you in advance
PORRASTAR
Answer: Draw the control and choose the the shape required using the shape property
How to design irregular shape forms -
Friends,
i am unable to change the shape of my VB forms from the normal rectangular shape.. i want to design forms that have irregular shape..
u may find that go!zilla, and media player skins are all of irregular shape.. they dont have the normal rectangular shape.
Identify user click in shapes and draw rubberband -
I am drawing 5 shapes at runtime. I wish to detect if user has clicked on correct shape and if they have then draw a line using rubberband method, then go to detect if clicked in next shape. Result should draw a Polygon if all dhapes clicked.runtime
Data Shape Provider {RESOLVED} -
dee-u posted some code in fergp25's thread on a Data Shape Provider.
I'm not familiar with that. What is it, and what is its purpose?
Cant find error -
I have set up a dynamic shape array to add new shapes to the form during runtime, but am having trouble looping them.
This way works:
Option Explicit
Private WithEvents Block As Shape
Private Sub cmdCreate_Click()
Dim Block() As Shape
Dim Name As String
ReDim Blo
shape object refresh -
Hi
im updating the shape width property on each 10 ms because property is associate with an value read from serial port.
But this is causing a bad refresh on shape. Shape appear blinking.
There's a way to correct this problem?
thanks
bye
Shape in front of Picturebox -
Hello, I'm having a heck of a time trying to figure out how to show a shape on top of a picturebox. This shape is not contained in the picturebox, nor do I want it to be. What I need is for the left part of a shape to overlap the picturebox. I've tried .ZOrder among other things but no