Simple Graphics Question 
Author Message
 Simple Graphics Question

 Dear Fellow Developers,

I am attempting to move an image with the following event callback:

Private Sub Image1_MouseMove(Button As Integer, Shift As Integer, X As
Single, Y As Single)
  If Button = 1 Then
    Image1.Left = X + Image1.Left - 400
    Image1.Top = Y + Image1.Top - 400
  End If
End Sub

Simple stuff, but there seems to be a flash when one image is moved over
another. I do not believe this to be a palette issue because I load the
palette before run, at design time. It seems more like to be a paint order
issue.

I'm sure this is an old question but I cannot find an answer...

Any help is appreciated.

Clay



Fri, 07 Jan 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. simple graphics question

2. Simple (??) Graphics API question

3. Simple (??) Graphics API question

4. Simple (??) Graphics API question

5. Simple Question: Assigning Icon to an App : Simple Question

6. simple question...what was the source code for this simple custom action (rules wizard)

7. SIMPLE QUESTION : SIMPLE ANSWER?

8. SIMPLE QUESTION : SIMPLE ANSWER?

9. SIMPLE QUESTION, please SIMPLE ANSWER

10. Simple controls and a very simple question

11. SIMPLE SIMPLE ListView Question. Please help

12. Simple Question...simple answer???

 

 
Powered by phpBB® Forum Software