Click here to Skip to main content
15,887,821 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Place application on top of all other application Pin
Christian Graus8-Feb-07 0:32
protectorChristian Graus8-Feb-07 0:32 
Questionmail with embeded images Pin
safalmittal7-Feb-07 23:55
safalmittal7-Feb-07 23:55 
QuestionForm Minimize Event Pin
MatthysDT7-Feb-07 23:40
MatthysDT7-Feb-07 23:40 
AnswerRe: Form Minimize Event Pin
Johan Hakkesteegt7-Feb-07 23:43
Johan Hakkesteegt7-Feb-07 23:43 
QuestionSorting with DataGrid & DataGridView control Pin
Rahul Singla7-Feb-07 22:43
Rahul Singla7-Feb-07 22:43 
Questiondifference b/w shared ,public and public shared Pin
saravanaks7-Feb-07 22:16
saravanaks7-Feb-07 22:16 
AnswerRe: difference b/w shared ,public and public shared Pin
Christian Graus7-Feb-07 22:21
protectorChristian Graus7-Feb-07 22:21 
AnswerRe: difference b/w shared ,public and public shared Pin
Colin Angus Mackay7-Feb-07 22:21
Colin Angus Mackay7-Feb-07 22:21 
saravanaks wrote:
what is the difference between shared ,public and public shared variables


Shared is when the field, property or method is available to all instances of the class. (Equivalent of static in C#)

Public is when the field, property or method is available to code outside the class in which it is declared. In this case the item operates only on a single instance of the class.

Public Shared is a combination of Public and Shared.


saravanaks wrote:
if i declare a class as shared what is the advanvantage?


It means you cannot have any instances of the class and all members must also be declared as Shared.




Questiondll hell problem Pin
saravanaks7-Feb-07 22:04
saravanaks7-Feb-07 22:04 
AnswerRe: dll hell problem Pin
Michael P Butler7-Feb-07 22:14
Michael P Butler7-Feb-07 22:14 
AnswerRe: dll hell problem Pin
Christian Graus7-Feb-07 22:23
protectorChristian Graus7-Feb-07 22:23 
QuestionChange DataGridView Column Type Pin
nawalage7-Feb-07 21:20
nawalage7-Feb-07 21:20 
AnswerRe: Change DataGridView Column Type Pin
priya_p2337-Feb-07 22:28
priya_p2337-Feb-07 22:28 
QuestionWriting a range to a text file ? Pin
im797-Feb-07 21:15
im797-Feb-07 21:15 
AnswerRe: Writing a range to a text file ? Pin
Dave Kreskowiak8-Feb-07 4:43
mveDave Kreskowiak8-Feb-07 4:43 
QuestionHow to get client IP Address ? Pin
cheeken2u7-Feb-07 20:12
cheeken2u7-Feb-07 20:12 
AnswerRe: How to get client IP Address ? Pin
srichandk7-Feb-07 23:43
srichandk7-Feb-07 23:43 
AnswerRe: How to get client IP Address ? Pin
Dave Kreskowiak8-Feb-07 4:41
mveDave Kreskowiak8-Feb-07 4:41 
Questionfile open Pin
gayanmadu7-Feb-07 19:02
gayanmadu7-Feb-07 19:02 
AnswerRe: file open Pin
Krish - KP7-Feb-07 20:00
Krish - KP7-Feb-07 20:00 
GeneralRe: file open Pin
Ahmed El-Badry7-Feb-07 23:03
Ahmed El-Badry7-Feb-07 23:03 
GeneralRe: file open Pin
Krish - KP8-Feb-07 0:18
Krish - KP8-Feb-07 0:18 
GeneralRe: file open Pin
Ahmed El-Badry8-Feb-07 2:46
Ahmed El-Badry8-Feb-07 2:46 
Questionremoting problem Pin
softkarthi7-Feb-07 18:56
softkarthi7-Feb-07 18:56 
QuestionKilling processes with listview (.net 2003) Pin
A*****7-Feb-07 13:20
A*****7-Feb-07 13:20 

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.