Click here to Skip to main content
15,891,943 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: p0rn in MS Doc! Pin
RickZeeland11-Oct-18 20:56
mveRickZeeland11-Oct-18 20:56 
GeneralRe: p0rn in MS Doc! Pin
R191111-Oct-18 21:11
R191111-Oct-18 21:11 
GeneralRe: p0rn in MS Doc! Pin
CodeWraith11-Oct-18 21:53
CodeWraith11-Oct-18 21:53 
GeneralRe: p0rn in MS Doc! Pin
Marc Clifton12-Oct-18 4:04
mvaMarc Clifton12-Oct-18 4:04 
GeneralUnofficial Friday Coding Challenge Pin
Jacquers11-Oct-18 19:58
Jacquers11-Oct-18 19:58 
GeneralRe: Unofficial Friday Coding Challenge Pin
OriginalGriff11-Oct-18 20:36
mveOriginalGriff11-Oct-18 20:36 
GeneralRe: Unofficial Friday Coding Challenge Pin
Slacker00711-Oct-18 22:36
professionalSlacker00711-Oct-18 22:36 
GeneralHow to create a property in class that list the forms of the main application Pin
Hisham Shaaban11-Oct-18 15:54
Hisham Shaaban11-Oct-18 15:54 
I had created a class, that class(inherits button) contains a property of type form, what i want is, when i add my new button to the stage, i can select from the property window which form (from my 4 forms) that the button will open>
VB
Public Class cMyButton
    Inherits Button

    Dim m_Form As Form
    Public Property FormToOpen As Form
        Set(ByVal value As Form)
            m_Form = value
        End Set
        Get
            Return m_Form
        End Get
    End Property
    Private Sub cMyButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click
        m_Form.ShowDialog()
    End Sub
End Class

Hisham Shaaban

GeneralRe: How to create a property in class that list the forms of the main application Pin
Vincent Maverick Durano11-Oct-18 16:53
professionalVincent Maverick Durano11-Oct-18 16:53 
GeneralMultiple Mobile Newsletters today? Pin
Shelby Robertson 11-Oct-18 9:42
Shelby Robertson 11-Oct-18 9:42 
GeneralRe: Multiple Mobile Newsletters today? Pin
DRHuff11-Oct-18 10:41
DRHuff11-Oct-18 10:41 
GeneralRe: Multiple Mobile Newsletters today? Pin
Matthew Dennis11-Oct-18 11:16
sysadminMatthew Dennis11-Oct-18 11:16 
GeneralRe: Multiple Mobile Newsletters today? Pin
Shelby Robertson 11-Oct-18 11:19
Shelby Robertson 11-Oct-18 11:19 
GeneralThought of the Day Pin
OriginalGriff11-Oct-18 5:01
mveOriginalGriff11-Oct-18 5:01 
GeneralRe: Thought of the Day Pin
Eric Lynch11-Oct-18 5:25
Eric Lynch11-Oct-18 5:25 
GeneralRe: Thought of the Day Pin
lopatir11-Oct-18 5:36
lopatir11-Oct-18 5:36 
GeneralRe: Thought of the Day Pin
W Balboos, GHB11-Oct-18 5:46
W Balboos, GHB11-Oct-18 5:46 
GeneralRe: Thought of the Day Pin
Gary Wheeler11-Oct-18 6:53
Gary Wheeler11-Oct-18 6:53 
GeneralRe: Thought of the Day Pin
megaadam11-Oct-18 7:31
professionalmegaadam11-Oct-18 7:31 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer11-Oct-18 7:47
professionalDaniel Pfeffer11-Oct-18 7:47 
GeneralRe: Thought of the Day Pin
DRHuff11-Oct-18 9:20
DRHuff11-Oct-18 9:20 
GeneralReminded me of this Pin
Johnny J.11-Oct-18 20:48
professionalJohnny J.11-Oct-18 20:48 
GeneralRe: Reminded me of this Pin
DRHuff12-Oct-18 4:25
DRHuff12-Oct-18 4:25 
GeneralRe: Thought of the Day Pin
Bassam Abdul-Baki12-Oct-18 6:12
professionalBassam Abdul-Baki12-Oct-18 6:12 
GeneralGit Your Web Reference Pin
TNCaver11-Oct-18 4:23
TNCaver11-Oct-18 4:23 

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.