Click here to Skip to main content
15,912,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: updating another field with the primary key Pin
anne lewis6-Oct-06 3:19
anne lewis6-Oct-06 3:19 
AnswerRe: updating another field with the primary key Pin
Guffa6-Oct-06 4:42
Guffa6-Oct-06 4:42 
QuestionDelphi: in at the deep end Pin
lil_nicci6-Oct-06 1:04
lil_nicci6-Oct-06 1:04 
AnswerRe: Delphi: in at the deep end Pin
User 17164926-Oct-06 4:53
professionalUser 17164926-Oct-06 4:53 
GeneralRe: Delphi: in at the deep end Pin
lil_nicci8-Oct-06 23:11
lil_nicci8-Oct-06 23:11 
QuestionHow to get list of windows users only Pin
Ali 1105-Oct-06 19:10
Ali 1105-Oct-06 19:10 
AnswerRe: How to get list of windows users only Pin
Dave Kreskowiak6-Oct-06 4:26
mveDave Kreskowiak6-Oct-06 4:26 
QuestionVB.net and System.Uint32 Pin
0pius5-Oct-06 14:59
0pius5-Oct-06 14:59 
AnswerRe: VB.net and System.Uint32 Pin
Christian Graus5-Oct-06 15:49
protectorChristian Graus5-Oct-06 15:49 
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 

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.