Search Result

Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
private
  •  

  • Can anyone explain Private vs. Public properties in Class modules

    I've started using class modules, and admittedly is quite inexperienced in this particular area, and there is one thing I can't seem to wrap my head around.

    Part of the code is the property StartHeight. Get and Let shown below:
    Code:
    Public Property Let StartHeight(intValue As Integer)
        pIntStartHeight = intValue
    End Property
    Public Property Get StartHeight() As Integer
        StartHeight = pIntStartHeight
    ...
    See more | Go to post

  • saadkhan
    started a topic Want to deploy private bought map?

    Want to deploy private bought map?

    I have a private map bought by my company. I need to deploy tht in my ASP.NET website. I dont have any idea about the files of it as it consist of many files with different extensions, which are as follows:
    .DAT
    .dbg
    .DCT
    .gst
    .ID
    .IND
    .MAP
    .MID
    .MIF
    .TAB
    .WOR
    See more | Go to post
Working...