Click here to Skip to main content
15,893,381 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Fast Printing in VB dot NET (DOS mode) Pin
Dave Kreskowiak31-Dec-05 4:50
mveDave Kreskowiak31-Dec-05 4:50 
GeneralRe: Fast Printing in VB dot NET (DOS mode) Pin
tonyveedon31-Dec-05 6:20
tonyveedon31-Dec-05 6:20 
GeneralRe: Fast Printing in VB dot NET (DOS mode) Pin
Dave Kreskowiak1-Jan-06 6:23
mveDave Kreskowiak1-Jan-06 6:23 
QuestionCrystal Report Error (Urgent) Pin
ajay bharti30-Dec-05 23:31
ajay bharti30-Dec-05 23:31 
AnswerRe: Crystal Report Error (Urgent) Pin
vertig073031-Dec-05 1:58
vertig073031-Dec-05 1:58 
AnswerRe: Crystal Report Error (Urgent) Pin
karim ben romdhane2-Jan-06 21:07
karim ben romdhane2-Jan-06 21:07 
Questionproperty and fucntion Pin
Jeeva Jose30-Dec-05 21:40
Jeeva Jose30-Dec-05 21:40 
AnswerRe: property and fucntion Pin
Gerben Jongerius30-Dec-05 23:41
Gerben Jongerius30-Dec-05 23:41 
A property could be compared to a member variable in the way you can assign a value to it or retrieve it, pending on the read and write access. A function can't do this the same way.

With a property you would get the following
class.prop = value
A function would be
class.setProp( value )

Properties can make your classes easier to understand then when you use get and set functions, however if you want to set more member variables at once a function is easier as they can have more parameters.
GeneralRe: property and fucntion Pin
Iftikhar Ali4-Jan-06 5:38
Iftikhar Ali4-Jan-06 5:38 
QuestionHow to delete exe/dll file from itself? Pin
Iftikhar Ali30-Dec-05 19:10
Iftikhar Ali30-Dec-05 19:10 
AnswerRe: How to delete exe/dll file from itself? Pin
Jeeva Jose30-Dec-05 22:01
Jeeva Jose30-Dec-05 22:01 
GeneralRe: How to delete exe/dll file from itself? Pin
Iftikhar Ali2-Jan-06 3:04
Iftikhar Ali2-Jan-06 3:04 
GeneralRe: How to delete exe/dll file from itself? Pin
Dave Kreskowiak2-Jan-06 11:50
mveDave Kreskowiak2-Jan-06 11:50 
GeneralRe: How to delete exe/dll file from itself? Pin
Iftikhar Ali2-Jan-06 19:12
Iftikhar Ali2-Jan-06 19:12 
GeneralRe: How to delete exe/dll file from itself? Pin
Iftikhar Ali2-Jan-06 19:21
Iftikhar Ali2-Jan-06 19:21 
AnswerRe: How to delete exe/dll file from itself? Pin
Steve Pullan30-Dec-05 23:56
Steve Pullan30-Dec-05 23:56 
GeneralRe: How to delete exe/dll file from itself? Pin
Iftikhar Ali2-Jan-06 3:08
Iftikhar Ali2-Jan-06 3:08 
GeneralRe: How to delete exe/dll file from itself? Pin
Steve Pullan2-Jan-06 3:37
Steve Pullan2-Jan-06 3:37 
GeneralRe: How to delete exe/dll file from itself? Pin
Iftikhar Ali2-Jan-06 3:44
Iftikhar Ali2-Jan-06 3:44 
GeneralRe: How to delete exe/dll file from itself? Pin
Steve Pullan2-Jan-06 11:29
Steve Pullan2-Jan-06 11:29 
GeneralRe: How to delete exe/dll file from itself? Pin
Iftikhar Ali2-Jan-06 19:16
Iftikhar Ali2-Jan-06 19:16 
AnswerRe: How to delete exe/dll file from itself? Pin
Dave Kreskowiak31-Dec-05 5:03
mveDave Kreskowiak31-Dec-05 5:03 
GeneralRe: How to delete exe/dll file from itself? Pin
AndrewPeters31-Dec-05 15:27
AndrewPeters31-Dec-05 15:27 
GeneralRe: How to delete exe/dll file from itself? Pin
Dave Kreskowiak1-Jan-06 6:19
mveDave Kreskowiak1-Jan-06 6:19 
GeneralRe: How to delete exe/dll file from itself? Pin
AndrewPeters1-Jan-06 8:32
AndrewPeters1-Jan-06 8:32 

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.