Click here to Skip to main content
15,889,867 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.net and System.Uint32 Pin
0pius5-Oct-06 19:41
0pius5-Oct-06 19:41 
GeneralRe: VB.net and System.Uint32 Pin
Christian Graus5-Oct-06 21:01
protectorChristian Graus5-Oct-06 21:01 
QuestionReversing Texbox Characters when typed Pin
MotorMaxDrive5-Oct-06 14:51
MotorMaxDrive5-Oct-06 14:51 
AnswerRe: Reversing Texbox Characters when typed Pin
Christian Graus5-Oct-06 15:53
protectorChristian Graus5-Oct-06 15:53 
AnswerRe: Reversing Texbox Characters when typed Pin
J4amieC6-Oct-06 0:19
J4amieC6-Oct-06 0:19 
QuestionDirectory.getfiles Method Pin
GeorgieMPorgie5-Oct-06 13:54
GeorgieMPorgie5-Oct-06 13:54 
AnswerRe: Directory.getfiles Method Pin
Christian Graus5-Oct-06 14:16
protectorChristian Graus5-Oct-06 14:16 
QuestionGenerics and Reflection Pin
Bergerrudi5-Oct-06 11:44
Bergerrudi5-Oct-06 11:44 
Let say I've got a class MyGenericClass(Of T). This class contains a property GenericProperty(Of T).
I further got a class MyClass.

Let's create an instance of the generic class:

Dim genericInstance as New MyGenericClass(Of MyClass)

and fill the property with an instance of MyClass:

Dim myInstanceOfSomething as New MyClass
genericInstance.GenericProperty=myInstanceOfSomething

Now I got a non generic function (I can't use a generic function for certain reasons):

Public Function MyFunction(ByRef input as Object) as Object

Within this function I want to "unwrap" the "property object" and return it like

Dim myUnwrappedProperty as Object = MyFunction(ByRef input as Object)

Now I could find out the type of myUnwrappedProperty by reflection and cast it back to MyClass.

MyClass is just a "placeholder" and could be always different (if necessary I could derive all of them from one base class or implement an interface)!

I need a real reference to myInstanceOfSomething because I want to add an event handler to it!

Any idea out there?
Thankz in advance!

QuestionNeed Help With Web Service Pin
Are Jay5-Oct-06 11:13
Are Jay5-Oct-06 11:13 
AnswerRe: Need Help With Web Service Pin
Pixa6-Oct-06 5:27
Pixa6-Oct-06 5:27 
GeneralRe: Need Help With Web Service Pin
Are Jay6-Oct-06 7:19
Are Jay6-Oct-06 7:19 
QuestionDatasource.InsertCommand with Stored Procedure with params doesnt work Pin
ko4an5-Oct-06 8:29
ko4an5-Oct-06 8:29 
QuestionVB.NET HotKeys Pin
nlindley75-Oct-06 6:33
nlindley75-Oct-06 6:33 
QuestionVb 6.0 code to convert tiff to Jpeg , gif or png Pin
Tiger4565-Oct-06 5:24
Tiger4565-Oct-06 5:24 
AnswerRe: Vb 6.0 code to convert tiff to Jpeg , gif or png Pin
Christian Graus5-Oct-06 10:48
protectorChristian Graus5-Oct-06 10:48 
AnswerRe: Vb 6.0 code to convert tiff to Jpeg , gif or png Pin
progload5-Oct-06 12:55
progload5-Oct-06 12:55 
GeneralRe: Vb 6.0 code to convert tiff to Jpeg , gif or png Pin
0pius5-Oct-06 19:46
0pius5-Oct-06 19:46 
Questionemail Pin
apaax5-Oct-06 4:25
apaax5-Oct-06 4:25 
AnswerRe: email Pin
Mike Osbahr5-Oct-06 4:55
Mike Osbahr5-Oct-06 4:55 
AnswerRe: email Pin
nlindley75-Oct-06 6:24
nlindley75-Oct-06 6:24 
GeneralRe: email Pin
apaax5-Oct-06 23:47
apaax5-Oct-06 23:47 
QuestionPassing credentials when accessing a remote computer file system Pin
Cactuar765-Oct-06 3:27
Cactuar765-Oct-06 3:27 
QuestionReading Finger Print Data Pin
logicon5-Oct-06 0:39
logicon5-Oct-06 0:39 
QuestionHow do I set custom paper size Pin
Tomic5-Oct-06 0:38
Tomic5-Oct-06 0:38 
QuestionCode to Print!! Pin
Dave_IE5-Oct-06 0:00
Dave_IE5-Oct-06 0:00 

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.