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


ADVERTISEMENT

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

Make Some Of The Text Boxes Visible Depending On The Value Of A Variable "y"

May 10, 2009

I have several text boxes named txtWidth1, txtWidth2, .....thru txtWidth12

I am trying to make some of the text boxes visible depending on the value of a variable "y". I thought I could do something like below, but I know line 9 is definately wrong.
Private Sub txtQty_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtQty.TextChanged
Dim x As Integer

[Code].....

View 7 Replies

Rendering Picture Boxes Mouse Click Event

Jul 5, 2009

I have a Windows Form application in VB.net 2008 using a picture box to continuously render the video. I'm not able to get click events on top of the rendered video being displayed within the picture box. If I click to the side (still in the picture box, but where there is no video being rendered) then the click event comes through.

View 1 Replies

How To Make Tetris Using Paint Or Picture Boxes

Apr 15, 2012

I'm sure this has been asked before and I even searched but could not get the source code downloaded from skydrive. So I'm looking for a good youtube video tut on how to make Tetris in Vb using paint or picture boxes. I'd preffer using picture boxes but making the shapes using paint arg would be fine.

View 13 Replies

Make A Custom Button Using Picture Boxes

May 27, 2009

I am trying to make a custom button using picture boxes.

View 15 Replies

Make The User Be Able To Drag Around Picture Boxes Around The Form?

Oct 13, 2009

how can i make the user be able to drag around picture boxes around the form???

[Code]...

View 2 Replies

VS 2010 Make An Array List Of All 30 Picture Boxes?

Jan 27, 2012

how i can make this code shorter:

Dim reminderday As Integer = 13
Select Case reminderday
Case 1

[Code]....

Maybe i should to somehow make an array list of all 30 Picture boxes?

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

Saving Picture With Text Boxes

Aug 23, 2011

I'm creating an application that works like a recipe box. it has a picture box that is in the design of an index card, and it has 3 text boxes. I am having extreme difficulty saving the text boxes with the picture. i am using a database so that the info can be filtered, by recipe name, course description (appetizer, side dish...etc).

[Code]...

View 16 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

Adding Picture Boxes Every Time Text Changes

May 11, 2009

Basically im trying to add 4 new picture boxes everytime a specific text changes. This is a picture developer based off the binary of a number 1 - 10 I can get 4 to change everytime the text changes but i have no idea how to add 4 everytime the text changes. here is the coding i have so far.

Imports System.Drawing
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)

[Code]......

View 5 Replies

Text Boxes To Populate List View?

Jun 13, 2009

with the code below thatprompts the user to select a row from the ListView1 control. The row selected is then used to update the Xml file with the text box content.The original code works well but I'd like to find out if there's a way to automatically select the ListView1 row based on matching what is in Cbox1 and

View 1 Replies

Automatically Generate Text Boxes From A List View?

Jun 3, 2011

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[code].....

View 2 Replies

Use The Right Mouse Click To Copy And Paste The Data In Text Boxes To A Clipboard?

Jun 17, 2009

Im want to use the right mouse click to copy and paste the data in text boxes to a clipboard. Ive tried looking for examples of this but couldnt find any.

View 6 Replies

Program That Moves A Picture To Whatever Location User Puts Into Text Boxes

Feb 18, 2011

I have a problem that I can not seem to get. I have a program that moves a picture to what ever location the user puts into the text boxes. It works as I wanted it to but my problem is when a user puts in anything but a number into the text box it gives an error, I want a message to pop up and let them know that a numbers needs to be entered not a text.

View 6 Replies

VB2008 Express Displaying Access Data In Combi, Text And Picture Boxes

Mar 11, 2010

A simple database has been created in Access, which is just basically a table of text, with some images as entries. A form has been created in VB2008 Express and linked to the database. Either a combibox, text boxes or pictureboxes are linked to a column form the database. The first row entries are all displayed correctly in the relavant boxes (except for the images, which for some reason aren't displayed). If another value in the comibox is selected, the other box values don't change and there is still no images visible...

View 1 Replies

Fill Text Boxes On Forms?

Feb 28, 2012

I have a listview control that contains 2 items, ProdCode and ProdName. When the user clicks on the Prodcode, I would like the Prodcode to be entered into a field on the form. at the same time, the ProdName should populate the ProdName field on the form. Below is the code to get the data for the ListView.

Dim objListViewItem As ListViewItem
'Initialise a new instance of the data access base class
Using objData As New DABase

[Code].....

View 4 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

Forms :: Enable Multiple Text Boxes?

Apr 7, 2010

I have 7 textbox's.

Names are
textbox1
textbox2

[code]....

I need to do

For i = 1 to MyVar
textbox(i).enabled
next

View 6 Replies

Multiple Forms With Mutiple Text Boxes

Aug 29, 2010

Am currently piecing my programm together and working on structure. My plans will have me running multiple forms,and my question is this. When I have ,say ,on form1, a "TextBox1" and on another form a TextBox with the same name,will I have conflicts when I access data across forms. Should I be taking care to make sure textboxes and buttons names aren't being repeated,or will VB know what I want?

View 11 Replies

Text Boxes To Labels In Diffrent Forms

Feb 20, 2011

I am new to programming just started school for it and i started playing in VB Which is what my class is i have Visual Studio 2008. okay here is what i need help on. I am making a simple windows forms program it has 3 forms and on form 2 i have 6 text boxes and on form 3 i have 6 labels. I am trying to get the user entered data in the 6 text boxes to transfer to the 6 labels on form 3.

View 5 Replies

Forms :: Generate Text Boxes Programmatically Using Generated Text Box Names

Jun 22, 2011

i am trying to automatically generate multiple text boxes on a form with the following code

Private Sub CreateTB(ByVal x As Integer)
Dim y As Integer = 1
Do Until y = x

[Code]...

i need it to generate as many text boxes as the variable x states, so i used the do until loop thing. But i am stuck when it comes to naming the text boxes because obviously all the text boxes cannot share the same name. so i would like to know how to programmatically name each textbox uniquely.

View 5 Replies

Forms :: Reading File, Split Text And Write To Text Boxes

Jun 25, 2010

I'm trying to read a text file that contains info like this:

ACX-101-011 , J2168
BTXR-130A-013, D6733
AJ4-233-614, T8211

I want to split each line at the comma and write the left side to a textbox and the the right side to another textbox. I'm close, with the code below, but I can only post results from the first line in the file. How do I loop this and append the text results in each of the textboxes.

Dim TempFile As String
TempFile = "temp.txt"
Dim sw As StreamWriter

[Code].....

View 2 Replies

Make VB Program That Has Two Text Boxes And One Button?

Nov 29, 2009

I want make VB program that has two text boxes and one button. Text boxes are for Proxy server IP and port. And button is just confirming it. So, user just types in Proxy server IP and port and presses button, and now, when he go to internet, he is anonymous. Now, I need code that sets proxy on after button click.

View 1 Replies

Make A Small Database Out Of Text Boxes And Text Files?

Oct 11, 2010

I'm trying to make a small database out of text boxes and text files, something where sql would be overkill, not to mention beyond my experience. I want to be able to write the contents of the text boxes to a file.txt (the easy part) then being able to retrieve them back out into individual text boxes. How would I pull this one off?

View 5 Replies

Make Urdu Text Boxes And Other Controls In Program?

Aug 4, 2010

I am going to make an urdu application in vb.net. In this application I want to make textbox, combobox, List and other controls having the capability to handle urdu language.

View 4 Replies

Make A Calculator That Adds From Two Text Boxes And Displays The Answer In Another Box?

Apr 23, 2010

I'm trying to make a calculator that adds from two text boxes and displays the answer in another box, but It gives an error when someone enters a character. What can I do to display a string error message in the third box if a letter is entered in one of the first two boxes instead of a number?

View 1 Replies







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