Click here to Skip to main content
15,881,092 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How can I monitoring dial and how to Disconnect for POCKET PC Pin
Dave Kreskowiak10-Apr-08 12:34
mveDave Kreskowiak10-Apr-08 12:34 
GeneralHelp with Parent/Child Forms Pin
gates0910-Apr-08 3:54
gates0910-Apr-08 3:54 
GeneralRe: Help with Parent/Child Forms Pin
jzonthemtn10-Apr-08 5:47
jzonthemtn10-Apr-08 5:47 
GeneralRe: Help with Parent/Child Forms Pin
gates0910-Apr-08 6:28
gates0910-Apr-08 6:28 
Generalexcel dll Pin
helelark12310-Apr-08 3:45
helelark12310-Apr-08 3:45 
GeneralRe: excel dll Pin
Tim Carmichael10-Apr-08 6:55
Tim Carmichael10-Apr-08 6:55 
QuestionHow to create an instance Pin
Betelgueuse210-Apr-08 2:09
Betelgueuse210-Apr-08 2:09 
AnswerRe: How to create an instance Pin
Guffa10-Apr-08 6:53
Guffa10-Apr-08 6:53 
Betelgueuse2 wrote:
How can I create a MyClass instance from CreateInstance method?


Using the New keyword, as with any class:

obj = New T()

You have to stipulate in the signature of the MyCollection class that the T type is a class and that it has a parameterless constructor, though.

Why are you returning an Object reference from the CreateInstance method? You should return a T reference.

Betelgueuse2 wrote:
How can AdDictionary class know the type of its elements during executing time?


I assume that adDictionary and MyCollection is actually the same class?

When using generics, the data types are all known at compile time, so the compiler will create code that handles the types that you use with the generic class.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralVBA Merged Cells and Wrapped Text Pin
Brendan Vogt10-Apr-08 1:34
Brendan Vogt10-Apr-08 1:34 
Questiontool for styling Pin
asha_s9-Apr-08 23:44
asha_s9-Apr-08 23:44 
JokeRe: tool for styling Pin
ChandraRam10-Apr-08 1:29
ChandraRam10-Apr-08 1:29 
GeneralString comparison/search Pin
Brendan Vogt9-Apr-08 22:15
Brendan Vogt9-Apr-08 22:15 
GeneralRe: String comparison/search Pin
Steven J Jowett9-Apr-08 22:57
Steven J Jowett9-Apr-08 22:57 
GeneralRe: String comparison/search Pin
helelark1239-Apr-08 23:18
helelark1239-Apr-08 23:18 
GeneralRe: String comparison/search Pin
Steven J Jowett9-Apr-08 23:32
Steven J Jowett9-Apr-08 23:32 
GeneralRe: String comparison/search Pin
helelark1239-Apr-08 22:58
helelark1239-Apr-08 22:58 
GeneralConvert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
drexler_kk9-Apr-08 20:51
drexler_kk9-Apr-08 20:51 
GeneralRe: Convert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
Dave Kreskowiak10-Apr-08 3:43
mveDave Kreskowiak10-Apr-08 3:43 
GeneralRe: Convert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
drexler_kk10-Apr-08 15:22
drexler_kk10-Apr-08 15:22 
GeneralRe: Convert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
Dave Kreskowiak10-Apr-08 16:10
mveDave Kreskowiak10-Apr-08 16:10 
GeneralRe: Convert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
drexler_kk10-Apr-08 16:34
drexler_kk10-Apr-08 16:34 
GeneralRe: Convert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
Dave Kreskowiak11-Apr-08 1:28
mveDave Kreskowiak11-Apr-08 1:28 
GeneralRe: Convert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
drexler_kk11-Apr-08 15:48
drexler_kk11-Apr-08 15:48 
GeneralRe: Convert VB6 code to VB.NET - Public Declare Function GetPrivateProfileSection Pin
rahul_dss29-Nov-10 0:33
rahul_dss29-Nov-10 0:33 
QuestionRegarding differnt formats Pin
vijaylumar9-Apr-08 20:08
vijaylumar9-Apr-08 20:08 

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.