Make Pictures Move Up And Down?

Jan 27, 2010

I was wondering how to make pictures move up and down.

i know that this:

PictureBox1.Left += 10
Makes it move right.

But how do i make it move up and down?

View 2 Replies


ADVERTISEMENT

Way To Move Pictures Around In A Form

Mar 11, 2012

I was wandering if there is a way to move pictures around in a form and where ever you move them to, when you close program and open the program up they come up exactly where you lift them, And how can i add pictures to a form by say right click the form and select new picture and it adds it to the form, is there a way to do this, on how to do this or point me in the right direction.

View 1 Replies

Move Pictures Around In A Form?

Mar 10, 2012

I was wandering if there is a way to move pictures around in a form and where ever you move them to, when you close program and open the program up they come up exactly where you lift them, And how can i add pictures to a form by say right click the form and select new picture and it adds it to the form, is there a way to do this, please help me on how to do this or point me in the right direction.

View 1 Replies

Resize Form End Move Pictures?

Dec 17, 2011

i have a form with a picture as background. On this picture I want to buttons or pictures (click areas where lamps are). I have made a transparant picturebox and when clicked he shows a small picture of a lamp indicating the light is on.The form should be full screen.The problem is: When the form is used on different monitors with different resolutio settings, or when the form is resized, the pictures are on another (wrong) part of the picture. that the pictureboxes stay on the correct position related t the background?

I do not use another big picturebox in the background while the transparacy will not work.

View 2 Replies

Move Pictures Left To Right Using X And Y Axis Instead Of Hide And Show?

Dec 17, 2009

What's the code to move pictures left to right using x and y axis instead of hide and show?

View 1 Replies

System.IO.File.Copy - Move A Lot Of Pictures From FOLDER A To Another

Sep 27, 2010

I'm trying to move a lot of pictures from FOLDER A to another, FOLDER B. However, some of the pictures already exists in the FOLDER B. This stops my program saying it cannot copy the pictures over because they already exist. I'm trying to make it so any pictures from FOLDER A will copy over the pictures in FOLDER B if they are similar in name. Like... Folder A's pictures will just replaced the Folder B pictures if they have the same name. I was told to use the System.IO.File.Copy tool. Here is my code.

[Code]...

View 5 Replies

Inserte Pictures And Video - Can't Move The Program To Another Computer Because The Pathname For The Video Will Be Wrong

Jun 22, 2010

I have a vb.net project which i have inserted pictures and video. I inserted a video clip using the Windows Media Player control and it does work. The issue i have is that i can't move the program to another computer because the pathname for the video will be wrong. I know i could change the pathname when i move it but this is not practical because i need to present this program. Does anybody know how to make the video accessible no matter what location the program is at?

View 6 Replies

Make Comparison Between Pictures?

Oct 16, 2010

What code should I use to compare two pictures?

I tried those:

If PictureBox1.Image <> PictureBox2.Image then
End If
'and I tried this too:
If PictureBox1.image IsNot PictureBox2.Image then
End If
'But that all did nothing

View 1 Replies

How To Make Write On Pictures Button

Jun 3, 2012

I am making a Full Featured Picture Editor how can I Make write on pictures Button

View 1 Replies

Make An App Which Can Send/receive Files/pictures?

Mar 20, 2010

I am trying to make an app which can send/receive files/pictures. I am trying to make a app which will get a picture of the users screen and send it to me, and display it in a picturebox at a set interval. With this, I will be able to sort of see what someone is looking at without having to have him send screenshots constantly.

Remote assistance does not seem to work for these apps, shows black, but I can make the program already get an accurate screenshot and display it of this program, I just need to know how to make it send it to me and display it to picturebox.

The thing I have been using is the MultiUser TCP chat application off MSDN's website, I don't know if this will work, but I need to make it send somehow and display it.

View 6 Replies

VB 2010 Make A Portable Program Which Has A Form With A Few Different Pictures Like A Photo Gallery?

Oct 23, 2010

Im make a portable program which has a form with a few different pictures like a photo gallery.when you hover the mouse over a picture it will appear enlarged in a floating box infront of the form. Then when the the mouse is taken away from this floating box the box will disapear and leave you with the picture gallery again?

View 3 Replies

VS 2008 Pictures Over Pictures Over Background

Nov 8, 2009

Im using a black n white image of a human as my back ground and panels to display the same bits in color when the area is clicked. What isn't working for me is the panels are slightly overlapped and one will always be on top of the other. it is transparent so you can see the back ground, but not the panel underneath it when it has a picture in it.

View 6 Replies

DB/Reporting :: Make The Move From VB6 To .Net?

Dec 3, 2008

I'm trying to make the move from VB6 to .Net; I know Bill needs the money, but my real motivation is to move my VB6 client-server app to .Net before Bill finishes killing off VB6. My VB6 app uses SQL Server 2005 Database, ADO, and heavy inline queries and some stored procedures. I'm weak on oop, but willing to go there.

My biggest concern so far is not being able to fully use my database w/o extensive redefining.I think Bill went oop crazy and forgot why we use databases. I wanted to bind all objects in my code, but coding the work of the wizards is not coming easy for me. My qt pertains to using ADO.Net or LINQ for database access. I'm going to have to put in a lot of book hours either way, but which way should I go for a client server app? I read that Bill is handing off the LINQ to the ADO.Net team. Is LINQ the future for client server or is it a dead-end?

View 3 Replies

How Can Make It Move To Upward A Bar

Jan 20, 2009

i have a vertical progressbar with already filled a bar and it moves downward.How can i fil up the bar move upward?[code]When i try to load the form and start my verticalprogressbar it's move downward,it is possible to do it to move upward?

View 3 Replies

Make A Snake Move?

Apr 2, 2009

Okay i only need to know how in the world do you make the snake move towards one direction at the beginning?

View 7 Replies

Make The Move From Vb6 To Vs2008?

Apr 15, 2010

how to make the move from vb6 to vs2008 and while i was pleased to find alot of stuff intact i started migrating my lovechild project to the new enviroment. Immediately ran into a bunch of problems tho as some of the logic behind data hierarchies has changed alot it seems and its gonna take me some time to work it all out but right now id be happy if you guys could point out what im doing wrong here:

[code]...

its supposed to be your basic grab screenshot and stash it into picturebox thing but it isnt working, i did manage to copy a picture from 1 box to another tho which makes me think the second line is wrong or missing something?

View 12 Replies

How To Make A Button Move Down When Hover On It

Feb 21, 2010

I been trying lots off codes but i cant seem to get a Button to move down when your mouse enters it and up when you remove your mouse.

View 4 Replies

Make A Code To Move To Next Page

Aug 7, 2010

i want to make a project to search on the web..i want to use Bing.com site to search.i used this code to open the site and search [code]it is working , but i want to make a code to move to the next page

View 7 Replies

Make A Panel Move With The Mouse?

Aug 6, 2009

I am trying to make a panel move with the mouse.

Just like the iPhone where you press down and move your finger up or down and the items on the page move.

I am tring to do the same type of affect with the mouse and a panel.

When a user clicks the left mouse button and moves the mouse up or down moving the panel up or down. but I want to be able to click anywhere on the screen.

View 9 Replies

Make A Picturebox Move Very Smoothly?

Aug 5, 2010

Is there anyway to make a picturebox move very smoothly, with my code it is very jerky and ruins the jumping effect i am currently using:

Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
Select Case e.KeyCode
Case Keys.Left

[code]....

View 5 Replies

Make An Object Move Up And Down Constantly?

Mar 27, 2012

So I have been trying to make this game in visual basic, it is basically like the worlds hardest game but in viusal basic but I am having problems programming the enemy, it doesn't seem to move up and down or left and right at all.

[Code]...

View 4 Replies

Make Form Move By Mouse?

Aug 9, 2009

I want to make form move by mouse when i hold click in any place and move it like windows media player

View 4 Replies

Make The Ball Move Faster?

Apr 26, 2011

how to change the balls speed

View 2 Replies

VS 2010 Make The Mouse Move?

Oct 27, 2011

I have very much a noob at coding for VB. I was wondering if i can make it so if u click button1 it will move your mouse to a location. Buuutt if its possible. Smoothly, not super fast the mouse is magically at your location.

View 4 Replies

Game Programming :: Make An Object Move?

Aug 13, 2009

something like this

pctObject.horizontalPosition += 5

I just dont know the right syntax

View 2 Replies

Make A Button Move By Pressing Up - Down - Left Or Right?

Jan 11, 2011

how would i make a button move by pressing up, down, left, or right?

View 22 Replies

Make A Picturebox Move Towards Square That Is Red In A 100 By 100 Radius?

Jun 3, 2010

I have a picturebox. Lets say i have 5 ,64 by 64 , squares that are evenly spaced out by 100 by 100. Is it possible to make it were if a pitcturebox finds a red square near it, it will move twords it and then if it finds another square that is red it will move twards that one, and so on ect , ect , ect.

View 2 Replies

Make Arrows Keys Move A Picturebox?

Jul 15, 2011

I have a way of moving a picturebox. I type either 1, 2, 3, or 4 in a textbox. Each number is assigned a direction. Then I click the mouse and the picturebox moves in that direction. This is a little cumbersome for a small video game. Is there a way to assign the four arrow keys to do this?

View 3 Replies

Make Labels Move Up And Down In Panel By Themselves At A Set Speed?

Feb 9, 2010

I am currently making a VB.Net game for my end of the project, but I have found myself in a deadlock. I was wondering how to make labels move up and down in my panel by themselves at a set speed. Also left and right by themselves. I've tried a couple different methods but none seem to work. They either lag or I can't seem to set where there bounds are.

View 1 Replies

VS 2008 Make Picture Box Move Along The Path?

Jun 24, 2009

As seen below in the screenshot I used the following code to draw a line from CA to CA 1.1

g = pbxMap.CreateGraphics
g.DrawLine(pen1, D.v(path(t)).x, D.v(path(t)).y, D.v(path(K)).x, D.v(path(K)).y)

Is there anyway to make the red picturebox at CA to move along the line drawn to CA 1.1? Something like the google driving directions where a car will moving along the path from a starting point to a ending point..

View 8 Replies







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