473,406 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Listboxes , How can I display the additems in form to form 2 to be viewed I'm a begin

I've created the forms (1,2,3,4,5)
And wanted to display the additem in form 3 to 4 and 5 how can i do that..as a beginner
Jun 19 '20 #1
1 2088
Hello Dianne sorry for the delay in response. What you asked of is simple. If I got you clearly, you want to display form 3 listbox items on form 4 and 5.
Try this code but if I misunderstood your question, kindly make it clear.

On form 4, double click on the form and input these lines of code
Expand|Select|Wrap|Line Numbers
  1. For i=form3.Listbox1.Items.Count -1
  2. Me.ListBox1.Items.Add(form3.Items.Item(I))
  3.  
  4. Next
  5.  
Repeat same steps for form5. Happy coding
Jun 19 '20 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Viet | last post by:
I have problem in retrieve a value of a form element that have name begin with a number. For example, for this HTML code <input type="text" name="0000ABC12345CD6789" id="0000ABC12345CD6789"> I got...
1
by: Alex | last post by:
I have a form that when the user click's the "What's This" question mark and the form's section, a pop-up help screen appears. I would like to automatically display this pop-up help context when...
1
by: Mr Utkal Ranjan Pradhan | last post by:
Hi Friends I want to develop a windows service application, which will open a port on the machine and constantly it will listen from that port. And when any data comes to that port I want to...
2
by: Bernie Yaeger | last post by:
I have developed a .dll to display a form that controls a simple routine. Oddly, you can't use messagebox.show unless you do one of two things: either use an imports system.windows.forms or...
1
by: Mike TI | last post by:
Jan 31, 2006 Dear all I am new to VB Net 2005 and learning by building a small project. I have created an MDI Form. I placed a SplitContainer on the MDI Form. Now when I want to display a...
5
by: patricksabourin | last post by:
On my site, I have 2 methods of displaying my data: 1) HTML form with select-option element. (Jump to different page when clicking "Go" button" 2) HTML table with a hyperlink. What I would...
0
by: mp | last post by:
I am doing some volunteering for a local non-profit aid organization and not very experienced with access. I have a table which is a list of Federal Poverty Line cutoffs based on the number of...
2
by: Abneo | last post by:
Hi all, I am very new to Javascript and I am in some need of some help. I am creating a site that has a madlib. I got the madlib code but now I want the results of the madlib to display in...
4
by: =?Utf-8?B?QmVu?= | last post by:
Hi all, I am trying to write a test console app in vb2008 express. Below is the code: Module Module1 Sub Main() Dim frm As New Form1 MsgBox("a test message") 'frm.Visible = True
0
by: raza rizwan | last post by:
how to display submit form select field onther page... like as a image format.... and show select filed image... Plz help.... <form action="http://example.com/submit.php" method="post"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.