Click here to Skip to main content
15,897,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart17-Feb-04 12:53
protectorHeath Stewart17-Feb-04 12:53 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 13:01
Snowjim17-Feb-04 13:01 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart17-Feb-04 13:18
protectorHeath Stewart17-Feb-04 13:18 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 13:34
Snowjim17-Feb-04 13:34 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 13:47
Snowjim17-Feb-04 13:47 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart17-Feb-04 19:28
protectorHeath Stewart17-Feb-04 19:28 
GeneralRe: hard problem with EVENTs Pin
Anonymous17-Feb-04 22:47
Anonymous17-Feb-04 22:47 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 23:27
Snowjim17-Feb-04 23:27 
But are we realy talking about the same thing?

again: i have got the litview to work with my ownBalloon tip in a simple form, by using the listview event MousMove. in this case i got the listwiev and my own ballon tip(picture box) in same project(form).

Now i want to make a control of the listview, and then i cant have my own Balloon tip in the sam control. This balloontip will be visible in other parts of the form not near the listview, thats way.

when i copy the listView and the code to a control and then make the dll file and then inports it to my project there i got my own made Balloon tip. at this point i need somthing forwarding the listViews MouseMove to the controler, so i can fetch info for the ballon tip in the form.

I thought that i could just use the controlers(with the listview inside) MouseMove and on every Mouse move in this controler get the right item from the listview.

But the MouseMove on the control dont work as the listView MouseMove did.

The ListView MouseMove event was thrown every time the mouse moved with in the listview(thing its the case for every Windowsform control(buttons,picturebox and so on). But the controler is not working this way, its only throwing the MouseMove event when the mose is exiting or entering objects(Buttons,listView ans so on) from the right. Why is it not throwing the MouseMove event for every Mouse move over the controler the way the listView do?

The information that the mouse is hovering abouv is no problem to fetch, the problem is to get the controler to throw MouseMove event every time the mouse is moving abov the control.

I thougt that it would work if i did this:
Creat the funktion to MouseMove for thw listView in the controler.
The in this MouseMove throw a event to the controls MouseMove.

And then i hopt that i just could creat the controls MouseMove(in my project/form not in the control) and that this event would be thrown every time the mouse is moving over the listView in the control.

hope you got my problem better now?

//Jimmy


GeneralRe: hard problem with EVENTs Pin
Heath Stewart18-Feb-04 4:02
protectorHeath Stewart18-Feb-04 4:02 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart18-Feb-04 3:55
protectorHeath Stewart18-Feb-04 3:55 
GeneralRe: hard problem with EVENTs Pin
Snowjim18-Feb-04 11:49
Snowjim18-Feb-04 11:49 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart19-Feb-04 3:00
protectorHeath Stewart19-Feb-04 3:00 
GeneralRe: hard problem with EVENTs Pin
Snowjim19-Feb-04 4:22
Snowjim19-Feb-04 4:22 
GeneralUm.... Long Day Help Pin
obelisk2917-Feb-04 10:14
obelisk2917-Feb-04 10:14 
GeneralRe: Um.... Long Day Help Pin
bneacetp18-Feb-04 2:15
bneacetp18-Feb-04 2:15 
GeneralRe: Um.... Long Day Help Pin
LongRange.Shooter18-Feb-04 3:01
LongRange.Shooter18-Feb-04 3:01 
QuestionA bug in VS 2003??? Pin
LongRange.Shooter17-Feb-04 9:43
LongRange.Shooter17-Feb-04 9:43 
AnswerRe: A bug in VS 2003??? Pin
Heath Stewart17-Feb-04 12:42
protectorHeath Stewart17-Feb-04 12:42 
GeneralRe: A bug in VS 2003??? Pin
LongRange.Shooter18-Feb-04 2:38
LongRange.Shooter18-Feb-04 2:38 
GeneralRe: A bug in VS 2003??? Pin
Heath Stewart18-Feb-04 4:16
protectorHeath Stewart18-Feb-04 4:16 
Generalchanging CPropertySheet's bk color Pin
clayman8717-Feb-04 9:14
clayman8717-Feb-04 9:14 
GeneralRe: changing CPropertySheet's bk color Pin
Heath Stewart17-Feb-04 12:33
protectorHeath Stewart17-Feb-04 12:33 
GeneralReading a JPEG file into String Pin
AliIMCIn17-Feb-04 6:40
AliIMCIn17-Feb-04 6:40 
GeneralRe: Reading a JPEG file into String Pin
Werdna17-Feb-04 7:20
Werdna17-Feb-04 7:20 
GeneralRe: Reading a JPEG file into String Pin
Werdna17-Feb-04 11:30
Werdna17-Feb-04 11:30 

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.