Click here to Skip to main content
15,917,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConvert coding VB 5.0 to VB.NET 2003 Pin
Kusal9-Apr-07 0:10
Kusal9-Apr-07 0:10 
GeneralHelp me Pin
kigali8-Apr-07 23:50
kigali8-Apr-07 23:50 
GeneralRe: Help me Pin
Colin Angus Mackay9-Apr-07 0:31
Colin Angus Mackay9-Apr-07 0:31 
GeneralHelp Help on VB.NET Pin
kigali8-Apr-07 23:44
kigali8-Apr-07 23:44 
GeneralRe: Help Help on VB.NET Pin
_mubashir9-Apr-07 3:16
_mubashir9-Apr-07 3:16 
QuestionMove a borderless form Pin
Anybloodyid8-Apr-07 21:44
Anybloodyid8-Apr-07 21:44 
AnswerRe: Move a borderless form Pin
_mubashir8-Apr-07 22:16
_mubashir8-Apr-07 22:16 
AnswerRe: Move a borderless form Pin
The ANZAC8-Apr-07 22:38
The ANZAC8-Apr-07 22:38 
    Private Sub SetPoint()<br />
        If hdMousedown = True Then hdMousedown = False Else hdMousedown = True<br />
        pt = Me.PointToClient(Control.MousePosition)<br />
    End Sub<br />
<br />
    Private Sub Form1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Form1.MouseDown<br />
        SetPoint()<br />
    End Sub<br />
<br />
    Private Sub Form1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Form1.MouseUp<br />
        SetPoint()<br />
    End Sub<br />
<br />
    Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Form1.MouseMove<br />
        If hdMousedown = True Then<br />
            Me.Location = New Point(Control.MousePosition.X - pt.X, Control.MousePosition.Y - pt.Y)<br />
        End If<br />
    End Sub


Posted by The ANZAC

QuestionLPT Pin
Agus Budianto8-Apr-07 20:58
Agus Budianto8-Apr-07 20:58 
AnswerRe: LPT Pin
Dave Kreskowiak9-Apr-07 5:09
mveDave Kreskowiak9-Apr-07 5:09 
GeneralRe: LPT Pin
Agus Budianto9-Apr-07 23:39
Agus Budianto9-Apr-07 23:39 
Questionoperation system users Pin
amaneet8-Apr-07 19:57
amaneet8-Apr-07 19:57 
Questiondates in vb.net... Pin
Member 38798818-Apr-07 19:26
Member 38798818-Apr-07 19:26 
AnswerRe: dates in vb.net... Pin
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 3:57
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 3:57 
GeneralRe: dates in vb.net... Pin
Member 38798819-Apr-07 4:56
Member 38798819-Apr-07 4:56 
GeneralRe: dates in vb.net... Pin
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 18:50
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 18:50 
GeneralRe: dates in vb.net... Pin
Member 387988110-Apr-07 0:03
Member 387988110-Apr-07 0:03 
QuestionSocket Programming Pin
Venkatesh Mookkan8-Apr-07 18:53
Venkatesh Mookkan8-Apr-07 18:53 
QuestionChanging the papersize for a Print Document Pin
Andrew Thorpe8-Apr-07 18:44
Andrew Thorpe8-Apr-07 18:44 
Questionunmovable running form in vs2005 Pin
kripa218-Apr-07 17:44
kripa218-Apr-07 17:44 
AnswerRe: unmovable running form in vs2005 Pin
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 2:28
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 2:28 
GeneralRe: unmovable running form in vs2005 Pin
kripa219-Apr-07 5:08
kripa219-Apr-07 5:08 
GeneralRe: unmovable running form in vs2005 Pin
Dave Kreskowiak9-Apr-07 5:11
mveDave Kreskowiak9-Apr-07 5:11 
GeneralRe: unmovable running form in vs2005 Pin
kripa219-Apr-07 5:20
kripa219-Apr-07 5:20 
GeneralRe: unmovable running form in vs2005 Pin
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 18:14
<b<font color="#6EA3C4">MILAN@Cybage9-Apr-07 18:14 

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.