Click here to Skip to main content
15,920,383 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralIIS FTP Pin
paulwhygle26-Apr-03 20:06
paulwhygle26-Apr-03 20:06 
GeneralRe: IIS FTP Pin
ScaleOvenStove5-May-03 13:21
ScaleOvenStove5-May-03 13:21 
GeneralEnable and Disable Pin
CompuGod26-Apr-03 5:45
CompuGod26-Apr-03 5:45 
GeneralI need a help Pin
Nicholas Naddaf25-Apr-03 4:53
Nicholas Naddaf25-Apr-03 4:53 
GeneralRe: I need a help Pin
Ray Cassick25-Apr-03 8:19
Ray Cassick25-Apr-03 8:19 
Generalfiltering in Access with VB Pin
Anonymous24-Apr-03 10:13
Anonymous24-Apr-03 10:13 
GeneralRe: filtering in Access with VB Pin
J. Dunlap24-Apr-03 10:23
J. Dunlap24-Apr-03 10:23 
GeneralHiding Members Pin
THEMYTH24-Apr-03 4:10
THEMYTH24-Apr-03 4:10 
Hello

I create a structure (shown below)
Public Structure strucAI
Public IO As strucIO
Public Data As strucData
Public System As strucSystems
Public Memory As strucMemory
Public Learning As strucLearning
Public Operations As strucOperations
Public Programming As strucProgramming
End Structure

And I define a variable AI as the structure
Public AI As strucAI


But the problem is : i want to hide members which are;
AI.GetType()
AI.Equals()
AI.GetHashCode()
AI.ToString()

Is there any way to do that?

Thank you for your time

Regards


Best Regards
Emre YAZICI
GeneralRe: Hiding Members Pin
apferreira26-Apr-03 1:57
apferreira26-Apr-03 1:57 
GeneralWeb Browser control as Windows Explorer Pin
Villly23-Apr-03 22:57
Villly23-Apr-03 22:57 
GeneralRAS API Pin
clever_webguy23-Apr-03 20:29
clever_webguy23-Apr-03 20:29 
GeneralAccess / VB / Images / feature select Pin
JimWDurbin23-Apr-03 19:18
JimWDurbin23-Apr-03 19:18 
GeneralToolBar Transparent BackColor Pin
Anomaly102423-Apr-03 15:59
Anomaly102423-Apr-03 15:59 
GeneralDatagrid Pin
Anonymous23-Apr-03 3:42
Anonymous23-Apr-03 3:42 
GeneralWindows XP Listboxes Pin
Chris Ormerod22-Apr-03 18:26
Chris Ormerod22-Apr-03 18:26 
GeneralRe: Windows XP Listboxes Pin
J. Dunlap22-Apr-03 19:39
J. Dunlap22-Apr-03 19:39 
GeneralRe: Windows XP Listboxes Pin
Chris Ormerod22-Apr-03 21:11
Chris Ormerod22-Apr-03 21:11 
GeneralData Marshaling Pin
Rich B.21-Apr-03 11:10
Rich B.21-Apr-03 11:10 
GeneralDrag and drop textboxes Pin
Txoov21-Apr-03 8:07
Txoov21-Apr-03 8:07 
GeneralRemoting Pin
cbr21-Apr-03 6:33
cbr21-Apr-03 6:33 
Generalcreating a web server Pin
THEMYTH20-Apr-03 14:06
THEMYTH20-Apr-03 14:06 
GeneralRe: creating a web server Pin
Mario_Young20-Apr-03 18:20
Mario_Young20-Apr-03 18:20 
QuestionHow to CreateDibSection with GDI+ Pin
DigitalArts20-Apr-03 5:27
DigitalArts20-Apr-03 5:27 
GeneralVBA Question Pin
OMalleyW19-Apr-03 7:10
OMalleyW19-Apr-03 7:10 
Generalsending a string value to a web site Pin
THEMYTH17-Apr-03 11:18
THEMYTH17-Apr-03 11:18 

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.