Re: [ADVANCED-DOTNET] Starting .NET application from webbrowser

2006-07-25 Thread Roy Green
http://msdn.microsoft.com/clickonce On 7/25/06, Carlos Farías <[EMAIL PROTECTED]> wrote: Hi, I saw this a .NET application started from a link in my webbrowser. Someone have a link where I could find more info about that? Thanks Folks, Carlos === This list i

Re: [ADVANCED-DOTNET] Linking an unmanaged C++ .dll in a VS.NET 2005 Managed C++ Class Library

2006-07-20 Thread Roy Green
. Cheers, Eddie -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of Roy Green Sent: Wednesday, July 19, 2006 6:51 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Linking an unmanaged C++ .dll in a VS.NET 2005 Managed C++ Cl

Re: [ADVANCED-DOTNET] Linking an unmanaged C++ .dll in a VS.NET 2005 Managed C++ Class Library

2006-07-19 Thread Roy Green
Hi, I've had to link to a lot of VC6 libraries lately, and the following book has been extremely useful: http://www.apress.com/book/bookDisplay.html?bID=10116 Chapter 4 is what you want. On 7/19/06, Eddie Lascu <[EMAIL PROTECTED]> wrote: Hello Experts, I have this third party .dll that was

Re: [ADVANCED-DOTNET] Moving to 2005

2006-07-19 Thread Roy Green
I use VC6 and multiple instances of '03 and '05, all at the same time, back and forth. I've had no problems, though your mileage might vary. On 7/19/06, Franklin Gray <[EMAIL PROTECTED]> wrote: I've been asked convert our vb 2003 code to 2005. My question is, can you have both 2003 and 2005 on

Re: [ADVANCED-DOTNET] Windows Form Designer...

2006-06-28 Thread Roy Green
The book is about a 1.1 version in 2003. The current versions are available in both 1.1 and 2.0. http://www.icsharpcode.com/OpenSource/SD/Download/ On 6/28/06, Mike Andrews <[EMAIL PROTECTED]> wrote: Thank you. I'm looking at it. Is it for framework 1.1 or 2.0? I'm looking for help in fram

Re: [ADVANCED-DOTNET] Exit Do...

2006-06-21 Thread Roy Green
GOTO. I suppose I need to look at the IL from a VB program with Exit Do nested inside a Select Case statement inside a Do loop. Perhaps it just inserts goto statements itself. On 6/20/06, Roy Green <[EMAIL PROTECTED]> wrote: > > Michael Covington had a great article about restor

Re: [ADVANCED-DOTNET] Exit Do...

2006-06-20 Thread Roy Green
Michael Covington had a great article about restoring the reputation of the goto statement, but unfortunately I can't find it, as his other hobby is astrophotography, and there is apparently a species of computerized telescope called GoTo.. and a Google search is clogged with such results. Ah, h

Re: [ADVANCED-DOTNET] testing

2006-06-19 Thread Roy Green
No one has, but it seems to be fixed as of an hour or two ago. On 6/19/06, Franklin Gray <[EMAIL PROTECTED]> wrote: testing...haven't gotten an email in over a week === This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your

Re: [ADVANCED-DOTNET] Free VB.NET to C# converter

2005-09-23 Thread Roy Green
SharpDevelop (www.sharpdevelop.com) does a decent job of converting VB.NET to C# and vice-versa. It's not that smart, and it doesn't copy comments, but it gives you a decent starting point. Roy On 9/23/05, Charles Gamble <[EMAIL PROTECTED]> wrote: > Hi, > > > > Does anyone know where I can get a