Click here to Skip to main content
15,868,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How can I monitoring dial and how to Disconnect for POCKET PC Pin
smsm365010-Apr-08 12:23
smsm365010-Apr-08 12:23 
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 
How can I create an instance of T in next code?

I have this code:

class MyCollection (of T)
inherits Collection(of T)

Public Function CreateInstance As Object
Dim obj as Object
obj = new ???????
...
end sub

end class

Sub MyMethod
dim obj as MyClass
dim adMyDictionary as new adDictionary(of MyClass)

obj = adMyDictionary.CrearInstance
end sub


My question is: How can I create a MyClass instance from CreateInstance method? How can AdDictionary class know the type of its elements during executing time?
AnswerRe: How to create an instance Pin
Guffa10-Apr-08 6:53
Guffa10-Apr-08 6:53 
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 

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.