Click here to Skip to main content
16,012,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Difference between VB 6.0 and .net Pin
Christian Graus26-May-07 23:28
protectorChristian Graus26-May-07 23:28 
GeneralRe: Difference between VB 6.0 and .net Pin
The ANZAC27-May-07 11:10
The ANZAC27-May-07 11:10 
GeneralRe: Difference between VB 6.0 and .net Pin
Christian Graus27-May-07 16:58
protectorChristian Graus27-May-07 16:58 
GeneralRe: Difference between VB 6.0 and .net Pin
Xandip27-May-07 23:08
Xandip27-May-07 23:08 
GeneralRe: Difference between VB 6.0 and .net Pin
Christian Graus27-May-07 23:34
protectorChristian Graus27-May-07 23:34 
GeneralRe: Difference between VB 6.0 and .net Pin
Xandip28-May-07 0:04
Xandip28-May-07 0:04 
GeneralRe: Difference between VB 6.0 and .net Pin
Christian Graus28-May-07 11:33
protectorChristian Graus28-May-07 11:33 
QuestionWhat am I missing? Pin
MikMit26-May-07 16:52
MikMit26-May-07 16:52 
I am relatively new to .net. While I have dabbled in it, I haven't done anything serious. Now I'm trying to build a fairly complex dll/assembly and am running into a real frustration.

I need to have a property that is both read/write and pulls/puts data into a collection based on a unique key. The problem is, I can't overload the set portion to allow for the key to be passed along with the value. Here are the examples of both uses:

MyValue = Field(100)
Field(100) = "Frank"

I could do this very easily in VB6. I know this is more like a function than a property. Do I really need to write two functions with one overloaded? And if I do that, the second let syntax won't work. It would look like this:

Field(100,"Frank")

While that's useable, it's not very consistent or user-friendly for someone using this assembly. Not only that, it creates a real migration problem. Any suggestions would be greatly appreciated.

CalmlyFrustrated
AnswerRe: What am I missing? Pin
Dave Herren26-May-07 17:34
Dave Herren26-May-07 17:34 
GeneralRe: What am I missing? Pin
MikMit26-May-07 17:47
MikMit26-May-07 17:47 
GeneralRe: What am I missing? Pin
Dave Herren27-May-07 1:59
Dave Herren27-May-07 1:59 
QuestionSimple Visual Studio Projects for students Pin
Visual Very Basic26-May-07 12:40
Visual Very Basic26-May-07 12:40 
AnswerRe: Simple Visual Studio Projects for students Pin
The ANZAC26-May-07 15:12
The ANZAC26-May-07 15:12 
AnswerRe: Simple Visual Studio Projects for students Pin
Thomas Stockwell26-May-07 15:35
professionalThomas Stockwell26-May-07 15:35 
AnswerRe: Simple Visual Studio Projects for students Pin
Dave Herren26-May-07 15:39
Dave Herren26-May-07 15:39 
AnswerRe: Simple Visual Studio Projects for students Pin
Christian Graus26-May-07 15:48
protectorChristian Graus26-May-07 15:48 
GeneralRe: Simple Visual Studio Projects for students Pin
Dave Herren26-May-07 16:03
Dave Herren26-May-07 16:03 
GeneralRe: Simple Visual Studio Projects for students Pin
The ANZAC26-May-07 21:18
The ANZAC26-May-07 21:18 
GeneralRe: Simple Visual Studio Projects for students Pin
Christian Graus26-May-07 23:31
protectorChristian Graus26-May-07 23:31 
GeneralRe: Simple Visual Studio Projects for students Pin
Christian Graus26-May-07 23:30
protectorChristian Graus26-May-07 23:30 
GeneralRe: Simple Visual Studio Projects for students Pin
Dave Herren27-May-07 2:45
Dave Herren27-May-07 2:45 
GeneralRe: Simple Visual Studio Projects for students [modified] Pin
Dave Herren27-May-07 3:17
Dave Herren27-May-07 3:17 
JokeRe: Simple Visual Studio Projects for students Pin
MidwestLimey30-May-07 8:11
professionalMidwestLimey30-May-07 8:11 
AnswerRe: Simple Visual Studio Projects for students Pin
NDD5727-May-07 23:05
NDD5727-May-07 23:05 
Questionfind ip addresses of pc's connected to lan Pin
Bong M.26-May-07 8:36
Bong M.26-May-07 8:36 

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.