Click here to Skip to main content
16,004,974 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Raising a keypress event without pressing a key Pin
Dave Kreskowiak2-Mar-05 1:08
mveDave Kreskowiak2-Mar-05 1:08 
GeneralRe: Raising a keypress event without pressing a key Pin
kutz92-Mar-05 11:13
kutz92-Mar-05 11:13 
GeneralRe: Raising a keypress event without pressing a key Pin
rwestgraham2-Mar-05 12:31
rwestgraham2-Mar-05 12:31 
GeneralRe: Raising a keypress event without pressing a key Pin
kutz92-Mar-05 13:08
kutz92-Mar-05 13:08 
GeneralMouse Movement Pin
Capilano1-Mar-05 12:53
Capilano1-Mar-05 12:53 
GeneralRe: Mouse Movement Pin
Dave Kreskowiak2-Mar-05 1:04
mveDave Kreskowiak2-Mar-05 1:04 
GeneralRe: Mouse Movement Pin
Capilano2-Mar-05 4:48
Capilano2-Mar-05 4:48 
GeneralRe: Mouse Movement Pin
Dave Kreskowiak2-Mar-05 6:54
mveDave Kreskowiak2-Mar-05 6:54 
capilano wrote:
Me.MousePosition.X.Equals(78)
Me.MousePosition.Y.Equals(154)


Well, that's no going to work, because MousePosition is a ReadOnly property. The .Equals() that you used just compares the number in parenthesis to the mouse position value and returns True or False if they are equal.

You might want to try Me.Invalidate(True) in the Leave event to force the entire form to paint itself, child controls too. Keep in mind this is not a solution, but used to test a theory. The mouse cursor should appear on top of everything after the paint.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralVB 6.0 ADO recordset.find Pin
bhbadz20051-Mar-05 9:55
bhbadz20051-Mar-05 9:55 
GeneralRe: VB 6.0 ADO recordset.find Pin
rwestgraham1-Mar-05 14:46
rwestgraham1-Mar-05 14:46 
GeneralProblems with UdpClient Pin
[DK]KiloDunse1-Mar-05 2:48
[DK]KiloDunse1-Mar-05 2:48 
GeneralRe: Problems with UdpClient Pin
Dave Kreskowiak1-Mar-05 3:51
mveDave Kreskowiak1-Mar-05 3:51 
GeneralRe: Problems with UdpClient Pin
[DK]KiloDunse1-Mar-05 3:55
[DK]KiloDunse1-Mar-05 3:55 
GeneralRe: Problems with UdpClient Pin
Dave Kreskowiak1-Mar-05 5:15
mveDave Kreskowiak1-Mar-05 5:15 
GeneralRe: Problems with UdpClient Pin
[DK]KiloDunse1-Mar-05 5:19
[DK]KiloDunse1-Mar-05 5:19 
GeneralRe: Problems with UdpClient Pin
Dave Kreskowiak1-Mar-05 6:16
mveDave Kreskowiak1-Mar-05 6:16 
GeneralRe: Problems with UdpClient Pin
[DK]KiloDunse1-Mar-05 6:26
[DK]KiloDunse1-Mar-05 6:26 
GeneralRe: Problems with UdpClient Pin
[DK]KiloDunse1-Mar-05 20:56
[DK]KiloDunse1-Mar-05 20:56 
GeneralFile creation date, file modification date Pin
Rajesh_K_Sharma28-Feb-05 23:13
Rajesh_K_Sharma28-Feb-05 23:13 
GeneralRe: File creation date, file modification date Pin
Dave Kreskowiak1-Mar-05 3:06
mveDave Kreskowiak1-Mar-05 3:06 
Generaladd a richtextbox to a datagrid Pin
ritchie_28-Feb-05 22:26
ritchie_28-Feb-05 22:26 
GeneralApp failed to initialize Pin
drwizard28-Feb-05 20:53
drwizard28-Feb-05 20:53 
GeneralRe: App failed to initialize Pin
Dave Kreskowiak1-Mar-05 1:01
mveDave Kreskowiak1-Mar-05 1:01 
GeneralRe: App failed to initialize Pin
rswipe2-Mar-05 1:54
rswipe2-Mar-05 1:54 
GeneralRe: App failed to initialize Pin
H@is@here2-Mar-05 12:16
H@is@here2-Mar-05 12:16 

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.