Click here to Skip to main content
15,892,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to read and write a text file in VB.Net ? Pin
S-to16-Nov-05 15:36
S-to16-Nov-05 15:36 
QuestionIn Datagrid the Error tooltip does not pop up even though ErrorIcon is displayed Pin
BabyEmperor15-Nov-05 20:38
BabyEmperor15-Nov-05 20:38 
Question3-Tier Coding Pin
rei ayumi15-Nov-05 19:39
rei ayumi15-Nov-05 19:39 
AnswerRe: 3-Tier Coding Pin
StylezHouse16-Nov-05 3:49
StylezHouse16-Nov-05 3:49 
AnswerRe: 3-Tier Coding Pin
Keith Barrow24-Jun-11 0:47
professionalKeith Barrow24-Jun-11 0:47 
QuestionFlickering form Pin
eagertolearn15-Nov-05 16:05
eagertolearn15-Nov-05 16:05 
AnswerRe: Flickering form Pin
Joshua Quick15-Nov-05 16:16
Joshua Quick15-Nov-05 16:16 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 5:54
eagertolearn16-Nov-05 5:54 
woops sorry

Here's my code

dim MDown as boolean = False
Private Sub FormaName_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove
If MDown Then
Me.Location = Control.MousePosition
End If
End Sub

Private Sub FormName_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseUp
If e.Button = MouseButtons.Left Then
MDown = False
End If
End Sub

Private Sub FormName_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown
If e.Button = MouseButtons.Left Then
MDown = True
End If
End Sub

With This code, I have problems with the flickering and the pointer of and also with the pointer. Try it and you'll know what i mean, I'm not good at explaining :P

Thank you


-- modified at 11:54 Wednesday 16th November, 2005
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 7:16
Joshua Quick16-Nov-05 7:16 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 8:13
eagertolearn16-Nov-05 8:13 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 8:52
Joshua Quick16-Nov-05 8:52 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 9:48
eagertolearn16-Nov-05 9:48 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 13:59
Joshua Quick16-Nov-05 13:59 
GeneralRe: Flickering form Pin
eagertolearn17-Nov-05 5:41
eagertolearn17-Nov-05 5:41 
GeneralRe: Flickering form Pin
Joshua Quick17-Nov-05 21:10
Joshua Quick17-Nov-05 21:10 
GeneralRe: Flickering form Pin
eagertolearn18-Nov-05 14:05
eagertolearn18-Nov-05 14:05 
GeneralRe: Flickering form Pin
Joshua Quick18-Nov-05 14:29
Joshua Quick18-Nov-05 14:29 
GeneralRe: Flickering form Pin
eagertolearn20-Nov-05 19:40
eagertolearn20-Nov-05 19:40 
GeneralRe: Flickering form Pin
Joshua Quick21-Nov-05 6:28
Joshua Quick21-Nov-05 6:28 
QuestionIn Win 2000 Pro , why can not permit one user have only right read all file in one folder Pin
dinhnq15-Nov-05 15:17
dinhnq15-Nov-05 15:17 
QuestionImage Editing Problems Pin
Mazitan15-Nov-05 13:57
Mazitan15-Nov-05 13:57 
AnswerRe: Image Editing Problems Pin
Christian Graus15-Nov-05 14:21
protectorChristian Graus15-Nov-05 14:21 
GeneralRe: Image Editing Problems Pin
Mazitan16-Nov-05 2:42
Mazitan16-Nov-05 2:42 
QuestionStretching BackgroundImage Pin
eagertolearn15-Nov-05 12:07
eagertolearn15-Nov-05 12:07 
AnswerRe: Stretching BackgroundImage Pin
Christian Graus15-Nov-05 12:53
protectorChristian Graus15-Nov-05 12:53 

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.