| Does reversion to VB6 features break interop? (3 replies) |
| ASPFriends.com 'aspngvb' list |
| Hello, I am confused as to what the recent announcements about VB.NET means for its use as a fully CLS compliant language and what this means for its interop abilities with C# and the gazillion other languages. I understand that due to a vocal minority of VB6 programmers, Microsoft is removing several improvements in VB.NET to make the code more similar to VB6 (e.g., Booleans, array indexing, and ... |
|
| POP3svg by Stephen Genusa (2 replies, VIP) |
| ASPFriends.com 'aspngvb' list |
| Hello, I've just start to use POP3svg with ASP and want to convert it to .NET The .dll file working good accept that I get an object from this varArray Mailer.MessageInfo It should be a 2 dimensional array vartype like varArray(I)(8) but isn't! Any suggestions how I can get the MessageInfo and how I declare the variable to a variant in .NET OR maybe I don't need POP3svg and can get mail without it... |
|
| This example will not work (2 replies) |
| ASPFriends.com 'aspngvb' list |
| Hello, This example will not work in VB.NET ! Why?? The problem is these lines... MsgBox(Counters(0)(2)) ' Display a member of each array. MsgBox(Counters(1)(3)) ********************************** Dim J As Integer ' Counter variable. ' Declare and populate an integer array. Dim CountersA(5) As Integer For J 0 To 4 CountersA(J) 5 Next J ' Declare and populate a string array. Dim CountersB(5) As Str... |
|
| New line in VB.NET (2 replies) |
| ASPFriends.com 'aspngvb' list |
| Can someone tell me what the .NET equivalent of vbCRLF would be? I know I can use the Microsoft.VisualBasic.Compatibility class to access the "old" constants but would rather stick with .NET code in my applications if possible. Thanks, Alex http://www.asp grandrapids.net webmaster@asp grandrapids.net |
|
| Coding Standards for VB.NET and ASP.NET (3 replies) |
| ASPFriends.com 'aspngvb' list |
| hi everybody, I am in immediate need of some coding standards with respect to VB.NET and ASP.NET. I took some from the Web, but it seems that the standards they are saying are actually the features of VB.NET! So, is there any source that can give me a set of coding standards for the above 2? Thanks, N.T.GOPALAKRISHNAN |
|