Generate (x) Sided Shape Picture?

Feb 15, 2011

I want to make a project that you put in a amount of sides and it generates a shape that has that amount of sides.

View 3 Replies


ADVERTISEMENT

Generate Shape At Running Time?

Sep 29, 2010

When I create a shape with the form Open where is the code or all the information like

[Code]...

View 5 Replies

Change The Shape Of The Picture Box?

Jul 14, 2010

Is there anyway to change the shape of the picture box into a round,cross or star shape

View 16 Replies

Get A Chart That Can Show Sin ,cos , Other Signal Shape Such As This Picture?

Mar 6, 2012

i have an input signal that can be time variant.i need a chart that can show sin ,cos , other signal shape such as this picture?

View 3 Replies

Moving Picture Boxes In A Rectangular Shape?

Jun 15, 2010

I'm trying to make a program where three race cars move around a track. with randomizers and timers, I only want to do one lap. My "cars" are pictureboxes. so the starting line's location is (400, 150). Here's the coding for the inside car:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
TimerRight.Enabled = Not TimerRight.Enabled

[code].....

View 1 Replies

Making An Application Where User Draws A Shape On A Picture Box?

Dec 25, 2010

I'm making an application where a user draws a shape on a picture box( this will be saved on a bitmap image), then another user has to draw on that shape (=follow it ) . if the 2nd user goes too far from the line then an error message will appear.

for example( in case i couldn't clarify this well!)the 1st user draws a a vertical line, the 2nd user has to follow it, if-while drawing on it- he gets too far horizontally, there would be the error.

I'm currently thinking of comparing every point by the 2nd user to its equivalent in an array containing the points by the first user.

View 5 Replies

VS 2008 Make Picture Box Not Able To Cross Line Shape?

May 22, 2010

I'd like to know what the code is to make a picture box not able to cross a lineshape.

View 3 Replies

Hide The Pink Frame Inside The Image And Make The Picture Going Into A Shape?

Mar 7, 2010

I have designed the image with a pink frame inside the image, so I would like to know how to hide the pink frame inside the image and make the picture going into a shape??

View 2 Replies

Use Program To Change An Excel Workbooks Printer Settings To 2 Sided / Duplex Before It Prints?

Jul 30, 2010

How to use vb.net to change an excel workbooks printer settings to 2 sided or duplex before it prints??

View 2 Replies

C# :: How To Drop A Shape Inside Shape In VISIO

Mar 23, 2011

I am using Rack-mounted Equipment (US units).VSS as stencil. I need to Connect a server on Rack.

View 1 Replies

Put Picture In Tool Strip And Put It Convert To Split Button Without The Picture Go Invisible When Click On It?

Mar 15, 2012

1- how I can put picture in tool strip and put it convert to split button without the picture go invisible when i click on it

2- how can I make tabs in the forms

3- I want to put pictures in the form in the same place For Example when the user check the radio button or when the user choose the name in the combo box a specific picture should be display?

View 8 Replies

Displaying Picture In Picture Box Using Application.startup Path?

Oct 15, 2011

how to display picture using the Application.startup path? i want to locate the picture in my bin folder inside my debug folder as i selected the name of the candidate in the combo box.

View 2 Replies

Put A Picture In Word Table But Getting The Names Of Picture From Listbox?

Dec 27, 2011

Imports Word = Microsoft.Office.Interop.Word
Public Class Form1
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Dim a As String = My.Resources.picture

[code]....

I wont this in table.cell (3), from listbox2

View 7 Replies

VS 2008 Error Argument 'picture' Must Be A Picture That Can Be Used As A Icon

May 22, 2009

I want to add a .ico to a notifyicon, but i get this message:Argument 'picture' must be a picture that can be used as a Icon?What is the problem? It is a .ico file..

View 8 Replies

Controlling Picture Boxes Through A 2D Picture Box Array?

Aug 20, 2011

I have VS 2008 and use VB, not C#/C++ or whatever else. I'm trying to make a battleship game, and I've decided to use the only method I can think of to control the grid. A 2D boolean array for position marking. I have the array set up, and the grid set up in the design form, but I can't figure out with all my research how to link them together. I'm writing this program to shake off the rust before school starts again, and for fun. I took VB in school last year, a half year class, so I have a foundation, now I'm self-educating myself above and beyond the class. I've searched for a way to use a picture box array to use the coordinates of the ship to .Visible=True the picture boxes. I've been working on this for 2 days straight with no results. I just need a little nudge in the right direction. The exception I've been getting with my latest concoction of code is NullReferenceException was Unhandled. I think its referring to the fact that I have no idea how to link the picture boxes into the array. Here's my code, and I'll comment where the exception is thrown:

Private Sub cmdStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdStart.Click
'label for GoTo statements is Tryline:

[Code].....

View 14 Replies

Create Error Picture In Picture Box1?

Apr 3, 2012

I have this code in my system which I use to retrieving images from a database by formatted blob. But some database records don't have pictures ([BLOB - 0 B]). list code for me to place an error picture in picture box1 when a picture is not available.

Dim bytes() as byte
bytes = (objdr("picture"))
Dim memStream as New MemoryStream(bytes)
PictureBox1.image = Drawing.Image.FromStream(memStream)

I'm using Microsoft Visual Basic 2008

View 1 Replies

Crop Picture Using MS Office Picture Manager?

May 17, 2012

How I can by clicking a button on my app. open a picture in a picturebox with MS Office Picture Manager?

View 8 Replies

Croping A Picture Using MS Office Picture Manager?

Jul 14, 2009

how I can by clicking a button on my app. open a picture in a picturebox with MS Office Picture Manager?

View 1 Replies

Drag And Drop A Picture Box That It Loaded Over Another Picture Box?

May 24, 2009

how to drag and drop a picture box that it loaded over another picture box..

View 11 Replies

Drag The Picture From The Picturebox To A Blank Picture Box?

Oct 8, 2009

In a form I have two picture box and I want to drag the picture from the picturebox to a blank picture box and have that picture pasted there, how do I do that? I'm using VB.net 2003.

View 3 Replies

Forms :: Display Arrow Picture Over Another Picture?

May 10, 2010

I need to display a arrow picture over another picture. But i cant able to make arrow picture transparent other than the arrow. Always it is in rectangle format(Picture box). I tried the picture box color to transparent, But that doesn't worked. A separate user control for displaying transparent image will be appreciated.

View 2 Replies

Picture Is Downloaded Into Picturebox - Not Able To Refresh Picture

Sep 22, 2011

I have an app that downloads a picture into a picture box. The picture changes on the web page but not in the picturebox.

How can I refresh the picture box with something like this?

View 1 Replies

Shape To Appear In The Image Box

Nov 23, 2011

1-When I click on the ''Square'' radio button I want the shape to appear in the image box, then need I only need 1 text box to appear where the 4 side boxes are, this will be where I enter the value of the sides to calculate the perimeter and I also want the area and perimeter boxes to appear at the bottom since I don''t need the volume text box.

[Code]...

View 10 Replies

Button's Shape Changes When Run Form

May 27, 2010

I have a project(solution) which aims to lance a Form from a lancer module. On my Form Design the buttons are nice and round. When I go to Run the solution and the the Form is set as startup project, all is OK but when lancer module is set as startup project all buttons change to hard rectangular shapes and rounded corners dissapear (see attachments).

View 3 Replies

Change Image Shape In VB?

Dec 28, 2010

I want to be able to take a flat image and do this with it in my program

[code]...

how do I change the points?

how do I load only PART of an image from abitmap into bbitmap?

View 10 Replies

Change The Shape Of A Button?

Mar 17, 2010

is there any way that you could change the shape of a button?

View 3 Replies

Change The Shape Of Tabs?

Sep 3, 2009

I need to change the shape of my tabs... untitled.JPG

View 2 Replies

Change The Shape Of The End Of The Line?

Nov 17, 2011

how to change the shape of the end of the line

I would like to Cap type . Square, as here

View 9 Replies

Correctly Dispose A Shape In .net?

Jan 28, 2011

how do you correctly dispose a shape in vb.net ie when you draw a rectangle using the pen function how do I depose it so that it will disappear from the form, for some reason once its drawn if I draw a new shape it keeps the previous one and just overlays the new one and I use shape.dispose, and pen.dispose?

View 5 Replies

Create A Window In A Different Shape?

Jun 21, 2010

I want to create a window in a different shape. Not rectangular or eclipse but lets say a window look like a panda.!!!

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved