Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to set the right location (use New Point)?
Message
De
20/01/2011 05:01:29
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
How to set the right location (use New Point)?
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Divers
Thread ID:
01496644
Message ID:
01496644
Vues:
79
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()
  
Répondre
Fil
Voir

Click here to load this message in the networking platform