Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Compact Framework / March 2004

Tip: Looking for answers? Try searching our database.

form problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jg - 14 Mar 2004 13:15 GMT
Hi,
Im using a listview on my pocket pc application and this code checks which
item was clicked:

Private Sub MainList_SelectedIndexChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles MainList.SelectedIndexChanged
   Dim i As Integer
   For i = 0 To ViewList.Items.Count - 1
   If MainList.Items.Item(i).Selected Then
       dim sth as new form2(i)
       sth.show
       Exit For
   End If
Next
End Sub

When the second form gets initialized it takes an integer in its
constructor, but the problem is that form2 always gets loaded beneath form1
when loaded like this?
Alex Feinman [MVP] - 15 Mar 2004 18:40 GMT
You can try calling sth.BringToFront()

> Hi,
> Im using a listview on my pocket pc application and this code checks which
[quoted text clipped - 15 lines]
> constructor, but the problem is that form2 always gets loaded beneath form1
> when loaded like this?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.