o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

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

 

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


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


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.


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.


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


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


[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


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


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


[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


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.


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?


Code for collision of top of shape... -
Hey.. Im trying to write my fishing program and im getting stuck on the coding for a collision which only occurs if the y2 part of the line pierces the top of a shape. The shape must be hit by the y2 part of the line not at the middle of the line or ne thing. The shape is 495 x 25


[2005] Draw shape & get co-ordinates -
Hi. I'm completely new to image editing with vb.net. What I want to do is to create a tool to help the user create imagemaps for HTML pages. So bascally, I want the user to select a shape(square, circle, or polygon) from DropDownList1, and then be able to draw that shape on a pictureb


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


Can you do this -
Well instead of using vbs lovely buttons I tend to use a transparent shape with a label inside. OK now in the labels mousemove sub I set the boredercolor of the shape to a differernt color, thus changing the color of the shape when the mouse is over the label.. this works great and I


Copy & Paste Shape in Excel -
I would like to accomplish the following using a macro in MS Excel: 1) Select worksheet 2) Select shape 3) Copy Shape 4) Select a different worksheet 5) Paste shape 6) Position shape at a particular location The Problem: I don't know how to do #2 or #6. Any idea on how to


shape over picture -
i have a picture box and a shape, but i want the picture box behind the shape box, but i've tried doing the 'send to back' and 'bring to front' options, but it doesn't make any difference. how do i sort this out?


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!


SHAPE-ing & MSHFlexGrid -
I've managed to do a SHAPE query with my tables and happily RELATE-ing to each other. But I want to hide the unwanted fields, such as the ID fields (PrimaryKey & ForeignKey). If I remove from the SHAPE query, it will not work, how do I overcome this? Thanks. Harddisk


Help Needed: Blinking Shape lasting 5 minutes -
Dear all, currently I'm running a project and I've ran into a problem. I need to create a blinking shape that will blink every 4 seconds for 5 minutes. That is to say, the shape will automatically stop blinking after 5 minutes. I have tried the timer function but I can't seems to


events on a shape -
is there a way to add events to a shape?? i have about 50 shapes they all need to respond to a click and give me their index but the problem is that the shape control doesnt have an event by default


Custom Colored Command Buttons of Irregular Shape -
I developed Triangular, Hexagonal and Arrow Shape custom command buttons which are responding fine in "Click Event" but I am atall not able to fill color in these where as I could easily fill color in Rectangular and Round shape custom command buttons. Then I tried Window API


Drag and Drop Colored Shapes -
Hello, I need to make a fairly complex program and need some guidance on what to research , examples of code, etc. Here is a rendering of how I want my program to look like: There is a timeline on top which just shows the time in second and then below that you see a line that