Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




Pointing Mouse At Some Item On Form Causes Info About This Item To Appear???can This


my question is that when you point the mouse at some item on the form you get some info about this item to appear, like on html page or for example when you point to the message icons in vbforum page like the lightbulb symbol it tells you that it is a lightbulb...can this be done in visual basic....




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Search Listbox For Item If Item Not Found Add Item?
Hi, lol man I cant find nothing today when I search the forum.

This my latest problem, How do I search a listbox for an item lets say "Game Over" And if the item is found the program does nothing, but if the item is not found it will add "Game Over"

Thanks Again

Item Info In A DataGrid? Please Help!
How can I retrieve the selected row and the text in a certain cell(not necessarily selected) in a DataGrid? I have tried and the only thing I could find was how to find the selected text, which can only return info from one cell at a time and something has to be selected in order for it to work.

Thanks a lot.

Retrieve Info From Selected Item In A Listbox
I have managed to display a listbox with similar addresses on for the user to choose from. Those addresses are strings, which combined from a few variables, eg. streetnumber, streetname and postcode.

My next step is to return the chosen ltem back to VB to continue. My problem is how the value for each field (streetnumber, etc) on the selected item could be saved and passed back to VB?? ........

Any help is much appreciated.

Need Urgent Help Adding Several Info Into Item In Listbox
I have used the following code to add a filename to the visible part of a listbox and the part to the "container" or the invisible part of the listbox (the same item location)

But now i need to extract the path info and cant find out how to do that right.
What i do is that i select an item in the list,and when doubleclicking that, a msgbox with pathinfo should appear. but it doesnt! Only error appears (that ive used something wrong)


VB Code:
Private Sub Command1_Click()For i = 0 To File1.ListCountIf File1.List(i) > "" ThenList1.AddItem File1.List(i)  'this add filename to visible part.ReDim Preserve strPath(List1.ListCount - 1)strPath(List1.NewIndex) = File1.Path 'this add path to invisible.End IfNext iEnd Sub


I need help to create a code that can extract the invisible part if you select the item,and press a command button !!

Please help me !!!

Click Item In Listview Then Show That Item In Combo As Index = 0
Hi guys,

I have a listview (lvwUserPunchedOut) that is populated with records in a database (persons first name in one column and last name in the second column), what I am looking to do is if I select a persons name by clicking on it in the listview on frmMain, and then bring up frmSearchCriteria, i would like to show that selected name in the combobox as default (cboEmployee.ListIndex = 0) on frmSearchCriteria (the combobox is sorted = True and is also populated with first name and last name of the person)

How would this be done? Hope I make sense. Thanks in advance.

Mouse Over Menu Item
Is there any way to detect the mouseover event on menus? The only event listed is the click event. Thanks for any help

List Item Under The Mouse...
I have a listbox, and I when the mouse moves over it, I want to know which item in the list that the mouse is over.

I presume that I can get the API to get the position of the mouse relative to the listbox, and I can use the height of the listbox and the height of each line to determine which line it is over, but how do I determine what the listindex of the top-most displayed line is?

I thought that I could perhaps do it via the scrollbar position, but is there a much simpler way?

Get Item Mouse Over On Click
I have a list box and when they right click on it I am trying to find out what item in the list box it is at.

ComboBox List/add Item, If Item Exists, Dont Add It Again!
Dudes and Dudeesses I need help!

I have a problem with a combobox within a form. I'm scanning down the spreadsheet for values and asking a combobox to .additem, however, the same value may appear twice whilst scanning down. Is there an if statement that will look and check the combobox to see if it is already added, if so dont add it again, if not, add it?

as below,

Code:
combobox.AddItem "Hotmail"
combobox.AddItem "Yahoo"
combobox.AddItem "Hotmail"
Hotmail will be added twice, how can I stop that?

If worst comes to the worst, I can sort it out with a long winded method, but I'm hoping theres a quicker way.

Thanks for all your help

Array Handling, Adding Item, Deleting Item
Hello,

I was going to build a "buffer" and thought array would be a suitable way.
when the form loads the ArrayStart is set to 0

when data is coming in it is added to the array:

MyArray(ArrayStart)= data
ArrayStart= ArrayStart + 1


Now i would like to find out whether there is any data in this array
if there is im doing something with that data

but then i would like to simply delete that data from the array

how do do this?

Select Item In ListBox1 And Corresponding Item In ListBox2 Is Also Selected
Hi,
Hi I have two Listboxes list1 has lets say Firstname in List1 and List2 has surnames.
How do I select an item in List1 and have it's corresponding item in List2 selected as well?

So if I select Item 6 in List1, I want item6 in List2 to be selected too.

Ken

Select Item In Listbox With Right Mouse
Normally if you left click on an item in a listbox, that selects it.

I want it so that it also gets selected if you right right click on it.

I've got a routine to show a popup menu when you right click on a selected item---but I've got to first left click on the item to select it. This is LOUSY.

For example I want it to work like windows explorer.

Thanks

Display Listbox Item That The Mouse Is Over
I've been messing around with the mouse move thing for a Listbox for that last hour and I can't figure out how to get what the mouse is over, as it moves around the listbox, to be displayed in the status panel at the bottom of my form.

Move Item In Listbox With The Mouse
If I forget to put an item in a list box. Can I put it in and move it where it needs to be with the mouse


Thank you for your help

How Do I Select An Item From A Combo Box With A Mouse
This is an old one I know but I am stumped again!
I have a simple combo box with a list of 20 items I have added with additem.
I want to simply pick one of these with a mouse and put its value (Combo1.text) in another procedure (like you can do in Access).
None of the subs associated with the combo box seem to fire when you do this. The nearest being _Change when you type something in the box but picking from the list doesn't represent a change.
The last time I used a combo box this way was with Windows98 and before SP6 and I though it did then???
 

Selecting Listbox Item Without Using The Mouse
I have a listbox with the style set to 1, which adds checkboxes to each item. I need to be able to select/click items without using the mouse. Does anyone have any suggestions on how to do this. Thanks in advance...

Mouse Move On Item Listbox Or Combobox
possibke to have the same effect on items in a VBA combobox for Excel?
Tks.

http://delphi.about.com/library/weekly/aa102604a.htm

Select An Item Of A Listbox Using The Right Mouse Click
Hi ALL,
i am trying to create a right mouse click to popup a menu, and select the item that i right click on also.

for the popup menu , i have done it .

but i do not know how to select the item at the same time. can anyone help me.

thanks.

Right Mouse Click Select Listbox Item
I have a listbox with a bunch of entries. I have a right mouse click popup menu which does some things, one of which is to delete the selected item. The problem is that I have to left mouse click to select the item, then right mouse click to popup my menu. How can I select the item and popup my menu all with one right mouse click?

Select ListBox Item With RIGHT Mouse Button
How can I select a ListBox item with the right mouse button?

Thanks!

Can't Select Item(s) When Mouse-clicking In Listview
My listview seems to be disabled when I left/right click in it. I also have my right click action bring up a pop-up menu. What I need to accomplish is exactly how MSExcel does.

1. left click, select item, and execute subroutine at the same time
2. select item(s), right click, and have a pop-up menu.


I have multi-select on

Here's my code

Code:Private Sub lvwTest_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)

If Button = vbRightButton Then
        MsgBox "right-clicked"
Else
        MsgBox "left-clicked"
End If

End Sub



Edited by - cool1 on 12/10/2005 9:15:21 PM

Removing An Item From A ListBox By Clicking The Item
Hi, How do you remove an item from a ListBox by simply clicking the item u want to be removed?

This is the code i tried but it doesnt work:

Private Sub list1_Click()
Dim n As Long
Dim ncount As Long

ncount = List1.ListCount - 0
For n = 0 To ncount
List1.RemoveItem (n)
Next
End Sub

Any ideas?


-Flaw

Single Item List Box (item Not Really Selecting)
Application=Access2002

The following code has worked for me in the past but won't now for some reason.
I have a private function and/or subs that performs a few simple operations such as setting listbox rowsources and simple math functions on a form. The queries set as rowsource use criteria from other single item listboxes.
Now, for some reason, the queries won't return values until the previously .selected(0) = true (single item) list boxes have been clicked on.
Problem has only been in creating a new form. Perhaps the problem did not occur in older created forms due to compatibility?


Private Sub fraEWTo_AfterUpdate()

[Edited]
    lstRotorHoursPriorTo.RowSource = "qryRotorSwapHoursTotTo" 'gets hoursprior from tblRotors
    lstRotorHoursPriorTo.Selected(0) = True ' This is one place where the problem seems to exist, the control does not function until it has been clicked on via mouse.

    LstClockInTo.RowSource = "qryRotorSwapRAHoursIPTo"
    LstClockInTo.Selected(0) = True

    txtRACHIPTo.Locked = False
    txtRACHIPTo.Value = txtClockHoursTo.Value - lstClockInTo.Value 'nor will this until the lstClockInTo box has been manually selected


A Mechanic in a Programmers shoes
Thanks




Edited by - greenfch on 12/7/2005 11:22:52 AM

Making The First Combo Box Item Always The Selected Item
Hi.

I have a combo box with a Dropdown list Style and which is invoked several times in different parts of my form. How can I make the first item in this combo box the selected item or the default item everytime I select it? Currently, what's happening is that the last item that I selected becomes the selected item the next time the combo box is invoked. Thanks for any suggestions in advance!

Show Picture When Mouse Hovers Over ListView Item
Is there an easy way to show a picture when the mouse is hovering over a specific listview item?

I have been messing around with the listview but wasn't sure if there is an easy way to do this other then fudging it. I.E. setting a picturebox left and top, and visible when mouse is over it.

any preset or premade options with either the listview or another control?

Howto Select A FlexGrid Item With The Right Mouse Button?
The problem born cause I want to open a popup menu with the click of the right button of the mouse over a FlexGrid ... the popup menu change for each item, depend 4 what item is selected ... but the FlexGrid items can be selected only with the left button!

Is possible to select the items with the right button?

Thanks

How To Move Cursor To Next Item ( Text Box) With Out Pressing Tab Or Clicking Mouse
Hellow Freinds

I am New in VB, Started Developing Applications.

Please let me how to Move to Next Item ( Text Box) with out Pressing Tab
or Clicking Mouse.

Eg. I am Having tow Text Boxes Text1 and Text2

Field Length of Text1 is Fixed as 3 Charectors, one user input 3
charecter Cursor should move to Text2 with out Pressing

TAB or Enter Key.

Please Help me

Thanks in Advance



DVK

[Resolved ]How To Show The List Item In Tool Tip With Mouse Movement Over It ? Please Tell
Look at image



As you can see that the list items are having the text more then the list width. So these can not be shon fully. while all the items have diffrent text at end.
Code:
Private Sub Form_Load()
List1.AddItem "ABCDEFGHIJKLMNOPQRST1"
List1.AddItem "ABCDEFGHIJKLMNOPQRST2"
List1.AddItem "ABCDEFGHIJKLMNOPQRST3"
List1.AddItem "ABCDEFGHIJKLMNOPQRST4"
List1.AddItem "ABCDEFGHIJKLMNOPQRST5"
List1.AddItem "ABCDEFGHIJKLMNOPQRST6"
List1.AddItem "ABCDEFGHIJKLMNOPQRST7"
List1.AddItem "ABCDEFGHIJKLMNOPQRST8"
List1.AddItem "ABCDEFGHIJKLMNOPQRST9"
List1.AddItem "ABCDEFGHIJKLMNOPQRST10"
List1.AddItem "ABCDEFGHIJKLMNOPQRST11"
List1.AddItem "ABCDEFGHIJKLMNOPQRST12"
List1.AddItem "ABCDEFGHIJKLMNOPQRST13"
List1.AddItem "ABCDEFGHIJKLMNOPQRST14"
List1.AddItem "ABCDEFGHIJKLMNOPQRST15"
List1.AddItem "ABCDEFGHIJKLMNOPQRST16"
List1.AddItem "ABCDEFGHIJKLMNOPQRST17"
End Sub




Now I want to show the list item text, in the tooltip, at the list Item location, when the mouse move up on to it. The user can scroll the list also. so the valuse will change. Can any please help me.




Edited by - Vishal Agarwal on 2/5/2004 10:27:09 PM

Power Mouse Pointing
lets say i have my mouse pointed to an icon in explorer, can I get the data from the text in it, like can I extract the text from whatever my mouse is pointed at, icons, files in explorer, buttons, taskbars, dialogs, etc etc?? I want to make a power mouse utility to extract text from anything my mouse is focused to, any ideas?

List Box Item Scrolling (Next Item)
Hello,

I was wondering what the code would be for a command button to make the next item in the list box be selected?

Kind of like a NEXT button.
EXAMPLE:
List box Line 1
List box Line 2
List box Line 3
List box Line 4

If List box Line 2 is selected then clicking the next button would DESELECT List box Line 2 and SELECT List box Line 3.

If I didn't explain enough just let me know.

Stilekid007

How To Have X Item Per Page But With Item < X Data
i have crystal report with group by id
can i have 12 item each id each page
in this case i have id which have <12 item
but i want each id have 12 item and if they have <12 item give blank to other until have 12 item each id
thanks alot




Edited by - albantani on 3/22/2005 5:20:56 PM

Check What Hex Color The Mouse Is Pointing At.
I want my vb app to check what the color of the "section" the mouse pointer is currently pointing at, and if its an hex color it will msgbox saying "Good Job!"

Solved-howto Send First Item Of Listbox Totextbox, Then Delete First Item Of Listbox?
Lol another question, how do you do this

how to send first item of listbox to textbox, then delete first item of listbox?

Thanks

Picture Box Scrolling Via RTS-Style Mouse Pointing
Firstly, in checking the threads and doing a search, I didn't find anything I thought that was relevant to what I want to know here but if this has been covered before and I somehow missed it my apologies.

Now, to the situation: I'm creating a map editor program in VB6 for 2D tile based games (the project and code of which I've attached here) and I have a top, right side, and bottom bar (all currently just box-filled lines drawn by code that don't yet do/contain anything.) and in the central area of my map I have the picture box I am using for displaying my map/grid creation.

What I am trying to do is, well if you have played any RTS (real-time strategy) games such as Command & Conquer, War Craft or Star Craft you will understand, but the feature I want to implement is scrolling the map/grid area (the picture box) by moving the mouse to the edges of the screen and holding it there, which should in turn begin to scroll the map/grid in the picture box.

Any of the following would be helpful:

1.) Code snippets of how I might do that
2.) If you'd like to look at my program and change/add some code and re-upload it
3.) Links to any relevant sources/tutorials that might be helpful for me to figure this out.

My thanks for at least taking the time to read my questions and much thanks in advance for any help.

*Relevant Notes:*
1. I am aware that currently the program has my map creation limited to drawing my grid only as far as the picture box goes, it is simple to disable this though by commenting out the "And intVerticalGridline < (frmMapEditor.picMapArea.ScaleWidth)" (same for the horizontal) at the end of the map creation loops, but upon testing an expansion of the picture box with a command button, I found that it will not show up anyway so I'm aware that I need to be able to hold the data outside the viewable picture box somehow but still keep the picture box the same size without expanding onto the form and be able to scroll to the unseen data.

I am not sure how to do this yet. But, I am sure this must be possible, because, well you can see this in RTS games all the time.

2. I don't need information about adding scrollbars to scroll the form, though the thought is appreciated, from what I have researched on the VB6 included 16-bit scroll bars they are pretty terrible and not too convenient or user-friendly, and, I don't plan to be using scroll bars at all, but if I did, I would use a modern 32-bit app scroll bar that updates the screen as you scroll (which I have a tutorial for currently anyway).

However, if you can at least offer me some general advice about just the way you "scroll" a picturebox in general, screen instructions-wise, regardless of the interface (ie the RTS pointer method/scrollbars), this would be appreciated too.

3. I do not intend to use an MDI form so please forgo recommending that.

4. I know that my map editor doesn't yet have an array/saving features for actually recognizing positions, I will implement this after and I should be able to figure that out on my own (ie I don't need advice for that currently).

5. My application was designed from my monitor's resolution of 1680*1050 (21") but I have coded it in a manner now so that it should display properly at any resolution (for example 1024*768) which i have tested (as well as some other resolutions) and appeared to be displaying correctly however just in case for some reason things appear "wonky" at your resolution setting this could be why. But it should be correct.

6. I believe that my project is setup fairly clearly and commented thoroughly so you should be able to understand it all, though the modules I may add some more to later, if anything is confusing or needs to be clarified for you please ask me and I will try to but I hope and think that it is fairly straight-forward.

7. If you enter a huge tilesize it will come out somewhat buggy since I haven't done errorhandling for that, so.. don't.

Again, thanks in advance if you've read all of my excessive info. but I just hope I've provided you with enough info. (if you need anymore, ask). I'm an "intermediate" programmer I guess (I'd rate myself anyway), so, as far as understanding concepts go, if you need to know, well, now you do.

Thanks.

DHTML Control, IMGs Pointing Local And Links Pointing Web . . .
Hey, I'm having a problem when using the DHTML control . . . .

I use DHTML.LoadURL to load local html files, so that their hyperlinks bring up a web document(if I use DHTML.LoadDocument, then it adds the local folder before the path of the URL).

However, I have noticed that images don't load correctly this way. Example: <img src="picturesimage.gif"> will not display "image.gif" located in the picture directory, which is in the local directory.

How do I make the images load locally, while having hyperlinks load remotely? Thanks in advance.

Arigato,
Gamer X

Change ListBox Item Text?+ Change Item Color Or Status?
hi
I'm new to VB. I want to change the text of a ListBox item.
I used AddItem to add items.
Then I tried to change a selected item using lst.Text = "somethingNew", but it doesn't work...
Pl. help

And need to know.. how to change the color of an item or status(disable) of an item???

Thanks

Normal Form And Dialog / Modal Form Sharing A Taskbar Item
My situation is I have a normal form (aka not a modal form), and a modal form that serves as an about window. When you show the modal form, all the items in the task bar lose focus. If you switch windows, and then go back to the 1 taskbar item for my program, again the taskbar item for my application loses focus and no taskbar item has focus.

I'm trying to make my application do the same thing as Word (for example). If you show the About window, the About window always has focus until you close it, but both the application window and the about form "share" the taskbar item, so when you click on Word in the taskbar, it doesn't lose focus.

Is this possible in Visual Basic 6?

Thanks in advance,
L. Whiteside

Item From One Form To Another
I have 2 MDIChilds:
1st: 5 labels
2nd: listbox with some items and a button

Now i want when you click on the label, Form2 will open (i already have that) but then when you select an item from Form2 and you click on the button it needs to copy the caption of that item.

EX: i click on label 1(4) at Form1, Form2 will open and i select the item 'red'. Then i click on the button and the caption of label1(4) has to become 'red'.

Accessing A Item On A Form
how do i referance, or access a textbox, or option button from a module?

If I Add An Item Onto A Form, How Do I Go About Dragging It Around?
I been searching on these forums but cant find anything using VB 6

Highlight Item With Focus On Form
Dopey question that is totally annoying me.
Form contains many text boxes for input, and the tab order tabs through them. As the tab moves to the next box, it highlights that box (as if selected)..

But the FIRST box needs to be selected when I enter the form.. right now the insertion bar is there..

None of the properties seem to fix this for me..
"set focus" doesn't do it.

thanks
-kak5157

Assigning New Form To A Menu Item
I want to assign a new form to a menu item. The idea is that one should be able to put in six numbers in a popup windoe, which should show when choosing the menu item. Any suggestions on how to do this?

A Form With Borderstyle 0 And A Menu Item, Not Possible?
I want a window with no borders or title bar, so I set the borderstyle to 0. So far so good. But I also want to have a popupmenu, so I create a menu with menueditor and set visible to false. But as soon as I have a menu item with my form, the titlebar of the window is back. Am I doing something wrong?

Help Removing An Array Item From Form
Hi,

I'm not able to figure out how to remove an array element from a form and immediately "repaint" the form without that element. I have included the code. Any help would be appreciated. Thanks, Tom


Imports System.io
Public Class Form1
Inherits System.Windows.Forms.Form

Public Class LabelI
Inherits System.Windows.Forms.Label
End Class
Public Class ButtonI
Inherits System.Windows.Forms.Button
End Class

Public a, b, c, d, e, f, g, h, i, lloc, cloc As Integer
Public salesdir, orderfile(500), bbdir, evar, oldfilename As String

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
salesdir = "c:/ROUNDING THIRD/Pending Sale/"
startit()
End Sub

Sub startit()
readdirectory() 'get all the file names in the directory
paintpage() ' create the screen
End Sub

Sub readdirectory()
a = 0
oldfilename = Dir$((salesdir) & "*.*")
While oldfilename <> ""
oldfilename = Dir$()
If (oldfilename) <> "" Then
If (oldfilename) <> "0000000000.TXT" Then
a = ((a) + 1)
orderfile(a) = (oldfilename)
End If
End If
End While
End Sub

Sub paintpage()
Dim ckb(500) As ButtonI
Dim albl(500) As LabelI
lloc = 130
b = 1
Me.Refresh()
While ((b) < ((a) + 1))
If System.IO.File.Exists((salesdir) & (orderfile(b))) Then
albl(b) = New LabelI
ckb(b) = New ButtonI
With albl(b) ' creates a label containing the name of a file
.Refresh()
.Size = New Size(1100, 16)
.Location = New Point(75, (lloc))
.BackColor = System.Drawing.Color.White
.TextAlign = ContentAlignment.BottomLeft
.Show()
.Font = New System.Drawing.Font("Courier new", 10, FontStyle.Regular)
.Text = (orderfile(b))
.Tag = CStr(b)
End With
Controls.Add(albl(b))
AddHandler albl(b).Click, AddressOf LabelClick

With ckb(b) ' creates a button for each file name
.Refresh()
.BackColor = System.Drawing.Color.White
.ForeColor = System.Drawing.Color.White
.TextAlign = ContentAlignment.BottomLeft
.Size = New Size(40, 16)
.Location = New Point(35, (lloc))
.Show()
.Tag = CStr(b)
.Text = albl(b).Text
End With
Controls.Add(ckb(b))
AddHandler ckb(b).Click, AddressOf buttonclick

lloc = ((lloc) + 20) 'incrument the row

End If
b = ((b) + 1)
End While
End Sub

Private Sub buttonclick(ByVal sender As Object, ByVal e As EventArgs)
evar = (CType(sender, ButtonI).Text) ' if button clicked, passes the name of the file to be deleted
Try
System.IO.File.Delete((salesdir) & (evar))
Catch
Msgbox("Error trying to delete "&(evar))
End Try
End Sub

Private Sub LabelClick(ByVal sender As Object, ByVal e As EventArgs)

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
End 'exit program
End Sub

End Class

Get The 25:th Item In The Listbox From The End When I Load The Form
I always wanna mark the 25:th item from the end in my listbox, when I start the form. How do I do that?

How To Programatically Click An Item On Another Form
On one of my forms in my current project I am using a Sheridan ActiveListBar (an Outlook style toolbar down the left side of the form). I want to be able to programaticaaly select a listbar item from another form. Is this possible.

Listed below is the sketal code for the Activelistbar on frmMain.


VB Code:
Private Sub ssMainListbar_ListItemClick(ByVal ItemClicked As Listbar.SSListItem) Select Case ItemClicked.Key     Case "Main"         Case "Main View"            'Do Something Here            'Do Something Here            'Do Something Here         Case "Wordprocessing"            'Do Something Here            'Do Something Here            'Do Something Here     Case "DB Tools"         Case "Adhoc Query Design Tool"            'Do Something Here            'Do Something Here            'Do Something Here          Case "LookupMaint"            'Do Something Here            'Do Something Here            'Do Something Here         Case "Data Export"            'Do Something Here            'Do Something Here            'Do Something Here     Case "Reports"          Case "Attendance"           'Do Something Here            'Do Something Here            'Do Something Here          Case "Giving History"           'Do Something Here            'Do Something Here            'Do Something Here End SelectEnd Sub


Rev. Michael L. Burns

Item Form Combo To Text1
when someone selects a item from the combo box i want it to be put into text1..i thought this was gonna be easier but i couldn't figure it out.

Call Menu Item On MDI Form
How do I call a menu item form another form.

The menu is on a MDI form and the code is inside of a sub on on of the childforms.

I have this, but get the error:
Invalid use of property

Code:Call MDIMain.mnuEditCourse

--------------------------------------------------------------------------------
aikidokid

We all have to start somewhere .... I think I'm at somewhere

Refer To An Item In A Listbox For Another Form
I have one more question. I am working on a form that needs to keep in memory the first and last name of a student that is in a list box and once you move to another form whatever student you are clicked on will show up on the second form in a label box. Does anyone have any suggestions on how to populate this data into the other form?

Thanks,

Ryan Gagliano

Copyright © 2005-08 www.BigResource.com, All rights reserved