Click here to Skip to main content
15,899,634 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Opening a form full screen Pin
nlarson1123-Jan-07 8:06
nlarson1123-Jan-07 8:06 
Questionalter table via sql - problem Pin
Smithers-Jones23-Jan-07 5:19
Smithers-Jones23-Jan-07 5:19 
AnswerRe: alter table via sql - problem Pin
Dave Kreskowiak23-Jan-07 5:29
mveDave Kreskowiak23-Jan-07 5:29 
AnswerRe: alter table via sql - problem Pin
Guffa23-Jan-07 5:51
Guffa23-Jan-07 5:51 
GeneralRe: alter table via sql - problem Pin
Smithers-Jones24-Jan-07 5:37
Smithers-Jones24-Jan-07 5:37 
GeneralRe: alter table via sql - problem Pin
Guffa24-Jan-07 14:30
Guffa24-Jan-07 14:30 
GeneralRe: alter table via sql - problem Pin
Smithers-Jones24-Jan-07 21:57
Smithers-Jones24-Jan-07 21:57 
Questioncreating many instance of a label Pin
charchabil0323-Jan-07 4:04
charchabil0323-Jan-07 4:04 
having a map
i want to point locations on that map when clicking on it
so i thought of creating a label and setting the location of that label same as the location of the mouse click event
so far so good,
but the prob is that : i want to point to more then 1 location
so any hint of how can i create as many labels as i clicked on the map?with location of the labels as location of the mouse clicked?
this is what i used till now
Private Sub Form2_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseClick<br />
<br />
        Me.Label1.Location = New System.Drawing.Point(e.Location.X, e.Location.Y)<br />
        Me.Label1.Visible = True<br />
end sub

if there is any other hint let me know plz
thx

Regards
Ramy

AnswerRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 4:33
mr_lasseter23-Jan-07 4:33 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 4:54
charchabil0323-Jan-07 4:54 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 5:11
mr_lasseter23-Jan-07 5:11 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 5:42
charchabil0323-Jan-07 5:42 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 5:51
mr_lasseter23-Jan-07 5:51 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 6:06
charchabil0323-Jan-07 6:06 
AnswerRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 6:32
mr_lasseter23-Jan-07 6:32 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 9:50
charchabil0323-Jan-07 9:50 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 10:12
mr_lasseter23-Jan-07 10:12 
QuestionList box loop? Pin
China-Gary23-Jan-07 2:36
China-Gary23-Jan-07 2:36 
AnswerRe: List box loop? Pin
MatrixCoder23-Jan-07 3:28
MatrixCoder23-Jan-07 3:28 
AnswerRe: List box loop? Pin
nlarson1123-Jan-07 3:31
nlarson1123-Jan-07 3:31 
GeneralRe: List box loop? Pin
China-Gary23-Jan-07 4:37
China-Gary23-Jan-07 4:37 
GeneralRe: List box loop? Pin
nlarson1123-Jan-07 6:22
nlarson1123-Jan-07 6:22 
GeneralRe: List box loop? Pin
China-Gary23-Jan-07 8:47
China-Gary23-Jan-07 8:47 
GeneralRe: List box loop? Pin
nlarson1123-Jan-07 9:04
nlarson1123-Jan-07 9:04 
GeneralRe: List box loop? Pin
China-Gary23-Jan-07 9:08
China-Gary23-Jan-07 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.