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
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
Costom desktop help...... -
Hello,
Can any anybody give me an idea of how to create a costom desktop, if it is possible ? please help....
thanxs
vbBoy.
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 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
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
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.
Making costom control boxes -
how can I make costom controls boxes (example: Winamp close, minimize, and maximize?) with VB5
does Anyone knows how to do it?
----------------
ICQ: 65284151
E-MAIL: sx3k@crosswinds.net
Running: VB5 enterprise Edition on I586
http://www.crosswinds.net/~vbm
or
http://vbm
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
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
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
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
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
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
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 at runtime -
Can someone tell me how to create a circle shape at runtime.
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.
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
Shape/ Frames -
im trying to Highlight the Control in focus...
but i need a generic shape that would travel across frames..
what i mean is, i have a shape, and on focus of a control, i move the shape behind(or) around the control according to its width and height..
imagine i place this shape
Setting Move Constraints -
I want to limit how much I can move a shape so that shapes do not overlap each other. For example in this picture
I want to set up a limit as to how far the red shape can be moved to the right without overlapping the yellow.
In my program I would not have only one shape but ma
Using shapes in excel vba -
can anybody help me how i can workout the following using vb.
i am preparing a software in excel with VB.for that while using combo box if i click trapezoidal then trapezoidal shape should come in excel, if i click rectangular then rectangle shape should come and trapezoid should g
naming shapes programmatically -
I am trying to assign a name to a shape I create through code. The user is presented with a form on which they can select the type of shape and enter top, left, width and height properties.
I want to allow the user to be able to edit this shape by selecting it ie change its positio
[2005] Moving Shapes in Form -
Hi here is the code i found in the web. You can add shapes to the form and resize them or move them. My problem is if you move a shape outside of the area of the form you can drop the shape, I need to avoid this and restrict to move any shape outside of the form.
Steps:
1- Run th
Creating Shape in picturebox -
I have a program that makes creates a shape from a set of coordinates in a textbox, but i want it to put the shape as a part of a picture box instead of the form. Is this possible?
Here is the code i have so far:
Code:
Public WithEvents myshape As Shape
Private Sub Create_Sh
Collison COde Confusion -
Ok so i'm creating shapes on my forum in run-time, and then placing them on the screen when i click my mouse and the shapes x and y are equal to the mouse's x and y. I use this code for creating plus placing the shapes...
Dim f_fplace as Boolean
Private Sub Form_Load()
f_fplace
[Word] create custom picture shape -
Hello all,
is there a way, under VBA for Word 2003, to create a custom Picture shape (such as that created by the Shapes.addPicture method) with some custom property (e.g. a custom text field) ?
In other words: I would like to add to a document a picture shape (i.e. a shape showi
Filling in a shape in a picture box -
i have set up a picture box, and have drawn my desired shape using a number of draw line commands. However i would like to fill in the shape that i have drawn, but i do not know how to do this.
I am aware that you can use fill rectangle, oval etc but that is not appropriate. My shap
Accessing Data Shape control -
I am primarily a Java developer, but have been asked to work on some VB code so I have a really noob question.
I'm getting an error involving the Data Shape, and I'm pretty sure I could fix the problem...IF I COULD FIND THE STUPID DATA SHAPE!! AARRRRGGGG!!
Seriously, in Microsof
Shape1_click event -
how can I come to know that a particuar shape has been clicked..?
wat i wan to do is...
i acttually want to toggle the shape fill color when the user clicks on the shape..
wat wud be the best way to do it...
let say i have three shapes in a form or picture box (i don't know whic
changing width -
hello,
i was wondering how you change the width of a SHAPE by coding? i have two shapes. each shape represent an item. i know how to calculate the percentage of these items. i just need to know how to use the percentage i found to make one shape bigger than the other shape. ex, if obj
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
shape control help pls... -
Can anyone help me please ? I am trying to create an array of shape controls in vb.net v2002. My software is supposed to allow a user to draw a generic shape on screen and then alter it after the fact by selecting it and dragging it to new dimensions... this dosn't appear to be so easy
!HELP : Creating Customized Shape Window/Form -
I WANT TO CREATE ROUNDED RECTANGLE AND CIRCLE LIKE SHAPE FOR THE WINDOW. THE RECTANGLE FORM IS SO BORING. PLEASE HELP ME!!!!!!!
REPLY SOON, BYE
[2005] How to Shape a winform to our desired shape -
Hai all,
I have a normal win form.I want that form to have shape with ellipsed corner on all four sides with enlarged size.
Can anyone of u plz tell me that how to do this?
Transparent Form [Help Needed] -
Hey, I have Designed a Few Interfaces before with images..but i could never cut out the part of the for i dont want, to shape it?
How do you shape a Form? I want to shape it around my Picture/s that make my UI..
Cheers.
drawing question!!! -
Does anyone know how to allow user to draw any shape as they want by using mouse on a image and save the shape so that next time they can reload the image with the shape?
PictureBox shape -
i was just wondering if anyone could tell me if you can change the shape of a picturebox from the normal square to a circle or make a Shape that you can actually click on? if either is possible
thanks
lee