Moving Labelspicture Boxes Up And Down

Jun 22, 2010

I am having some trouble moving labels up and down. I've gotten them to move left and right but cannot seem to get them to move up and down. Also I wanted to control a picture box by arrow keys. I'm not totally sure along which code I need to acquire that task.

View 6 Replies


ADVERTISEMENT

Cursor Moving At Check Boxes?

Aug 5, 2010

There are 15 check boxes in a form. User wants to use tab key and space bar to make checking. The problem is when user hits tab key, there is no cursor moving.I want to add gotfocus and lostfocus to make backcolor changing for check box.

View 11 Replies

Moving Items Between Two List Boxes?

Dec 16, 2009

I need to move items between two list boxes, I've never used list boxes before so this is totally new to me and I don't know where to begin, all I know is they work kinda like arrays.

So what I need is to move one or more items, from ListBox1, and move them to ListBox2 and vice versa

p.s. sorry to the mods just realised I havent been selecting a category to make my posts in, won't happen again.

View 6 Replies

VS 2010 Few Picture Boxes But Moving Only 1?

Oct 31, 2011

I maked application which can add few picture boxes on form. But there is a problem.veryone picturebox is called pb and i can move only latest added picturebox. Here is the video about that

Dim pb As PictureBox
Dim street As Integer = 0
Dim pbloc As New Point(0, 0)

[code]....

View 2 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 Moving Percentages Into A Moving Graph?

Oct 5, 2008

I have this:

Private m_PerformanceCounter As New _
System.Diagnostics.PerformanceCounter( _
"Processor", "% Processor Time", "_Total")

[code]......

View 4 Replies

Combo Boxes And Arrays - Create For Random Numbers And Place Them Into For Different Text Boxes

Nov 3, 2010

So as the name states; I am a newer coder.

This is the code i have:

Public Sub RandomNumbers()
Dim s(4) As String
Dim RandomNumber As Byte

I don't know if you can tell what I am trying to do here, so I will try to explain. I what to create for random numbers and place them into for different text boxes. I also would like to do this with combo boxes and their selected indexes. So if the combo box has 10 items in it; the new selected index would be the random number generated above.

View 5 Replies

Send Data From Text Boxes / Combo Boxes To Access Database?

Jan 23, 2011

I'm in the middle of creating an application that will be used to input customer information whilst the customer is speaking to someone over the phone. This involves the customer giving the employee information such as name, address, postcode etc and the employee inputting that information into text boxes and combo boxes that are in the application.

What I would like to be able to do is after the customers information is given over the phone, I need to be able to send that information to a database which will probably most likely be done by button click. In this case, I'm using Microsoft Access. I'm also hoping that I can do this within Visual Basic coding.

The database is set out with multiple tables which include a customer table and a ticket table and both have multiple fields such as first name, surname in the customers table. Both of these tables are in use with the information that the customer gives over the phone.

I've already asked on other forums and people are where replying giving me third party programs that I could use to implement this, something I don't really want to do.

View 9 Replies

Sending Data From Text Boxes/combo Boxes To Access Database?

Jan 23, 2011

I'm in the middle of creating an application that will be used to input customer information whilst the customer is speaking to someone over the phone. This involves the customer giving the employee information such as name, address, postcode etc and the employee inputting that information into text boxes and combo boxes that are in the application.

What I would like to be able to do is after the customers information is given over the phone, I need to be able to send that information to a database which will probably most likely be done by button click. In this case, I'm using Microsoft Access. I'm also hoping that I can do this within Visual Basic coding.The database is set out with multiple tables which include a customer table and a ticket table and both have multiple fields such as first name, surname in the customers table. Both of these tables are in use with the information that the customer gives over the phone.

View 1 Replies

Forms :: Using Mouse Overs To View (make Visible) Text Boxes And Picture Boxes

Jul 5, 2011

Im trying to make a program that allows the user to view additional information via moving the cursor over the label to view (make visble) additional information, in the form of text boxes and/or picture boxes. How will i go about doing this?

View 6 Replies

Assign Values To Items In Combo Boxes And Check Boxes?

Feb 27, 2009

I used this code to created 2 combo boxes General and Specific...and Only show Specific (Combo when Combo A is chosen.....What i need now is to know how to assign specific values to the items in combo b (Specific).??? If i chose a sode, Fanta, i want the total price to be $10.00 (this price will show up in the finial price box..

View 4 Replies

Selecting Values Of Combo Boxes And List Boxes In Web Browser?

May 22, 2012

I am developing a program that makes it easier for users to log on to a website and search for specific data. I have the first portion finished in which I have a form with the Ax Web Browser control.

The web browser control navigates to a local website and automatically logs in for the end user. This is done by using code which automatically fills in the username and password and then submits the form to logon using something similar to this: WebBrowser1.Document.Forms.Item(, 0).elements("txtUsername").value = "user"

Once logged on - there is a search page which contains a combo box and list box. I am trying to set specific values for the combo box and list boxes.For example - the combo box on the website is titled: cbxDate and contains the following values: Today, Yesterday, This Week, This Month.

A list box titled: lstArea contains the following values: Zone A, Zone B, Zone C, All.I am trying to figure out if there is a way through code to select, in this example, "Yesterday" in the cbxDate and "Zone B" in the lstArea on the webpage.If anyone knows of a solution, please feel free to let me know. Be advised that I am using the Ax Web Browser Control.

View 2 Replies

Clearing List Boxes And Combo Boxes?

Mar 20, 2009

what is the syntax to clear a combo box and also a list box?

View 3 Replies

Printing Picture Boxes And Provided Option For Dynamically Creating Picture Boxes As Well?

Jan 23, 2010

I have some operations of Picture Boxes etc being performed. After the user finishes with the formatting, I want to give the user an option to print the work.But its the work is not done on the Rich Text Box but on picture boxes. I am not even sure, how many of the picture boxes would be there after the user finishes the job, since I have provided option for dynamically creating picture boxes as well.

View 3 Replies

VS 2008 Create The Form With A Button And Two Text Boxes - Move Text Between The Two Boxes

Oct 7, 2010

I am trying to follow the book 'Sams teach yourself VB 2008'. It was going well until the end of hour 4. For exercise 1 I have created the form with a button and two text boxes, but cannot work out the code I need to move text between the two boxes. The Object Browser does not seem to help - am I reading it wrong?

View 14 Replies

Move Info From Text Boxes On One Form To Binding Source Text Boxes On Another Form?

May 8, 2009

how to move info from text boxes on one form to binding source text boxes on another form. I am displaying array info in text boxes on one form and i need to add them to the database on another form. How do I do that?

View 5 Replies

Moving From .Net To C#?

Dec 1, 2009

I'm seriously considering moving from VB.Net to C#. If you made the jump to C# from vb.net, then what were the best resources you used to learn the language going from novice to pro?

View 9 Replies

Moving From 32-bit To 64-bit?

May 16, 2012

I am in the process of moving my Visual Studio development from a 32-bit to a 64-bit system I have set up VS 2008, and copied my build files from the 32-bit system over to the 64-bit system. The program builds OK, but whenever I try to openone of the child forms from the Main form, I get a COM error message (component not registered)

View 8 Replies

Moving From C# To .Net?

Mar 8, 2009

So as a direct result of this global financial hoohar I'm going to start a new job as a VB.net developer tomorrow. Up to this point I've been developing in C# (bit of java, vb6, sql, tibco, etc. here and there)

So the question is this, what are the gotchas to look out for and does anyone have any good advice on writing good vb.net code?(Any other advice on coping with a salary / prospects drop welcome but not essential Just a quick update, company seems really good, current code base appears to be of a very high quality.Am starting to adjust to the VB way of doing things (can't stop myself adding semicolons everywhere though!).

View 8 Replies

2010 - Moving On From VB6 To .Net?

Jun 21, 2010

I am finally making the move to vb.net after having supported VB6 apps all this time. I have been learning vb.net 2010 but am finding it difficult to find relevant information on the COM aspect. In VB6 COM was the dominating feature of the language, however, I can't seem to find relevant information on what has happened to COM in vb.net, does it still exist in vb.net, does it work in the same way or are apps designed in a different way in .net to do away with COM dll's?

View 3 Replies

C# - Tell Which Tab Are Moving From/to In A .NET Tab Control?

Aug 24, 2009

I need to determine which tab the user is coming from, and going to, when they switch tabs, and possibly cancel the switch. I have tried the Deselecting, Deselected, Selecting, Selected events, and all of them show the e.TabPageIndex to be the same as the sender.SelectedIndex.

Is there an event, or property, that I can use so that I can determine both sides of this, or do I have to hack something together with caching it from one event and using that value in the new event.

I am trying to avoid handling the Deselecting/Deselected events and caching the value to use in the Selecting event. I already know I can do this, so I am asking if there is a cleaner way, without doing this.

I have tried in both C# and VB, with the same results (no surprise).

View 6 Replies

Get A Box To Sit On A Moving Platform?

Mar 6, 2012

Am making a game for a college project, its just a mario like game except its a frog.

I want the frog to be able to jump on top of a moving platform in order to get to the other side. However the timer doesn't stop and the frog keeps on moving down. The moving platform has a separate timer called timer2 and the gravity timer is called timer1.

Here is a picture just to show you the game and the frog falling through the platform.

For some reason the moving platform leaves a trail of itself, be cool if you could also fix that for me hehe.

Here is the code for the 'collision '

If Player.Right >= platform.Left And Player.Bottom = platform.Top And Player.Left <= platform.Right Then
Timer1.Stop()
End If

View 6 Replies

How To Picture Box Moving

Oct 13, 2009

im making a game (board game) so i need to restrict the picture (character) from moving more than picture on a turn (alfter move is complete they have to press the end turn button, what would the code be for this? (the board is spread into box picturesI like

View 13 Replies

Keep Progress Bar Moving?

Jan 6, 2010

2008 Is there a way to keep a progress bar moving in a VB .Net windows application during long database calls (SQL Server - 10 seconds or so)? I tried a status strip progress bar running in matrix mode and a System.ComponentModel.BackgroundWorker running a progress bar but when the SQL call to a stored procedure is made they both freeze.

View 4 Replies

Moving A Picture From A Box To Another

Feb 25, 2011

Image1 is a picture box in child window and vImage is a picture box in parent window. When I open the child window for the first time, I see a complete blank picture in Image1 while at the same time vImage is having a picture on it. When I Hide and reopen it again It has the picture on it. What is the problem and how can I fix it in my Code?

View 1 Replies

Moving ECDSA From COM DLL To .NET?

Apr 2, 2009

I have an ActiveX DLL that uses ECDSACom from Dragongate Technologies to create a signature for a product license. The product, when starting, uses the signature generated, the public key and the license to check if the license is good.But now I'm changing to .NET and 64bit applications and the ECDSACom can't be used since is a COM DLL. Is there any library so I can check the signature (given the signature, data that was

View 3 Replies

Moving From Access And VBA

Dec 10, 2009

I'm a recent convert to vb.net (as in I'm doing my very first project) and would like confirmation I'm on the right track from someone more experienced. I've been given the task of generating a Purchasing program for work. I'm taking an object oriented approach, but I'm still new enough to object oriented programming that I am second guessing myself. Here is what I'm doing.

[Code]...

View 6 Replies

Moving Items To Another Tab

Dec 1, 2008

I'm replacing a text box with a combo box. I'm doing this since there are a set amount of inputs for this value. I added the combo box and entered in the values.The problem is that I can't seem to get the value that was selected..I tried setting a text box to the contents of the combo box and nothing happened.TextBox1.Text = cbbct.Text..That is what I tried and it didn't work. This really confuses me since I use a combo box to open save files and that works nicely.Also I'd like to use multiple tabs for my program. I made two tabs then cut and paste my text boxes,buttons, etc. onto them. After I did that I could not open a save file and have it populate the text boxes and set the check boxes. Is there anything I should be careful of when moving stuff to a tab or cutting and pasting?

View 18 Replies

Moving Picture Using VB?

Jun 9, 2011

simple code to move the picture in formsimply animation of the picture.

View 2 Replies

Moving Rectangle In VB?

Feb 1, 2010

It is my understanding and experience that VB.NET does not perform well with moving graphics from point A to point B in a form. How do I draw a rectangle or a line and move it from point A to point B? Is there a reliable way to do this without seeing a black rectangle around the moving object on every frame? I've tried this with bitmaps before but it doesn't work. I see the frame rendering and it's way to slow. Perhaps there is an animation Control or library?

View 3 Replies







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