Click here to Skip to main content
16,006,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: overFlow... Pin
Anonymous26-Jul-02 0:25
Anonymous26-Jul-02 0:25 
GeneralRe: overFlow... Pin
SimonS26-Jul-02 2:16
SimonS26-Jul-02 2:16 
GeneralRe: overFlow... Pin
Anonymous28-Jul-02 18:07
Anonymous28-Jul-02 18:07 
GeneralVery strange stuff.. Pin
Ray Cassick25-Jul-02 20:16
Ray Cassick25-Jul-02 20:16 
GeneralRe: Very strange stuff.. Pin
Richard Deeming26-Jul-02 5:39
mveRichard Deeming26-Jul-02 5:39 
GeneralRe: Very strange stuff.. Pin
Ray Cassick26-Jul-02 9:07
Ray Cassick26-Jul-02 9:07 
GeneralMessage Handler in VB.NET Pin
JGraves25-Jul-02 11:11
JGraves25-Jul-02 11:11 
GeneralRe: Message Handler in VB.NET Pin
Richard Deeming26-Jul-02 5:53
mveRichard Deeming26-Jul-02 5:53 
Try this in the form code:

Private Const WM_NCLBUTTONDOWN As Integer = &HA1
Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
    If m.Msg = WM_NCLBUTTONDOWN Then
        Me.Opacity = 0.5
    End If
    MyBase.WndProc(m)
End Sub

GeneralRe: Message Handler in VB.NET Pin
JGraves26-Jul-02 8:46
JGraves26-Jul-02 8:46 
GeneralRe: Message Handler in VB.NET Pin
Richard Deeming29-Jul-02 1:21
mveRichard Deeming29-Jul-02 1:21 
GeneralRe: Message Handler in VB.NET Pin
JGraves29-Jul-02 4:18
JGraves29-Jul-02 4:18 
GeneralComboBox - MultiColumn Pin
mikasa24-Jul-02 2:52
mikasa24-Jul-02 2:52 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming26-Jul-02 6:07
mveRichard Deeming26-Jul-02 6:07 
GeneralRe: ComboBox - MultiColumn Pin
mikasa17-Jan-03 10:03
mikasa17-Jan-03 10:03 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 1:04
mveRichard Deeming5-Aug-02 1:04 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 1:11
mveRichard Deeming5-Aug-02 1:11 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 1:23
mveRichard Deeming5-Aug-02 1:23 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 1:24
mveRichard Deeming5-Aug-02 1:24 
GeneralRe: ComboBox - MultiColumn Pin
mikasa5-Aug-02 4:41
mikasa5-Aug-02 4:41 
GeneralRe: ComboBox - MultiColumn Pin
Richard Deeming5-Aug-02 22:42
mveRichard Deeming5-Aug-02 22:42 
Generalsocket programming in vb Pin
kavitha24-Jul-02 2:22
kavitha24-Jul-02 2:22 
GeneralRe: socket programming in vb Pin
Nick Parker25-Jul-02 8:17
protectorNick Parker25-Jul-02 8:17 
GeneralVB and Excel 2000 interaction Pin
patty23-Jul-02 22:12
patty23-Jul-02 22:12 
GeneralRe: VB and Excel 2000 interaction Pin
afronaut25-Jul-02 15:36
afronaut25-Jul-02 15:36 
GeneralRe: VB and Excel 2000 interaction Pin
patty25-Jul-02 22:49
patty25-Jul-02 22:49 

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.