Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set the right location (use New Point)?
Message
From
20/01/2011 05:01:29
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How to set the right location (use New Point)?
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Miscellaneous
Thread ID:
01496644
Message ID:
01496644
Views:
78
HI , ALL
i want to set the new point from ListView over to combobox, so i already see combobox coordinate
location 459, 69 in vb.net ... but i use code to call the ListView show in location 459, 69, but they distant different ...
How can i do?
Private Sub MultiColCombo_DropDown(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.DropDown
  
   
                .Location = New Point(459, 69)
                .Show()
  
Reply
Map
View

Click here to load this message in the networking platform