View Single Post
  #3 (permalink)  
Old 07-27-2009, 2:12 PM
henryminute henryminute is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jul 2009
Location: UK
Posts: 57
Reputation: 11
henryminute is on a distinguished programming path ahead
Default

I don't want to seem picky, but.
Fields should never be made public. The OP should create a Public Property for access to the m_Filename Field.
__________________
Some create happiness wherever they go, others whenever - Oscar Wilde
Reply With Quote