Click here to Skip to main content
15,884,949 members

Comments by MacRaider4 (Top 69 by date)

MacRaider4 20-Mar-14 11:42am View    
Without boring you too much, basically what I'm trying to do is write some "dlls" to do some testing for a in-house product update/replacement. There are many applications that access the same data and for lack of better terms functions so instead of having to maintain a lot of code this would help reduce it. Ok that's that...
Back to the "problem" and I've done it before but I haven't done enough consistent C# programming to remember how I did it (nor where :-) ). So Application-A is going to look at the DLL to process information about a person: firstName, lastName, Address... etc. All of those will have single values until we get to Telephone (which will contain a number, status, type, and a few other details) and there can be 1 or more of these. So I guess I'm asking more of a what would be the best practice for creating said list of telephone data. Obviously the calling application needs to know what data to insert into the list, but not to have access to an individual element of said list.
MacRaider4 20-Mar-14 9:14am View    
I was over thinking it, hate when that happens... thanks guys!
MacRaider4 20-Mar-14 9:11am View    
yeah, that's what I thought...
MacRaider4 21-Oct-11 7:35am View    
That would be what I eventually came up with... biggest problem is I was searching on C++ POP3, C++ connect to mail server and the like... Just stuff that comes with exp I guess. Thanks!
MacRaider4 21-Oct-11 7:21am View    
Actually I spent over 2 hours searching and found a bunch of examples that were really fragmented and a lot left out some of the important parts, like use winsock2 or winsock. Believe it or not some of us don't know about all the libraries :-) However thank you for the additional help in what to search for