¡@

Home 

c# Programming Glossary: vb6

What's better: DataSet or DataReader?

http://stackoverflow.com/questions/1083193/whats-better-dataset-or-datareader

results in a GridView. I used RecordSet when I worked with VB6 while ago and DataSet is pretty similar to it so was much easier..

A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6?

http://stackoverflow.com/questions/1170794/a-simple-c-sharp-dll-how-do-i-call-it-from-excel-access-vba-vb6

Simple C# DLL how do I call it from Excel Access VBA VB6 I have a simple class library written in c#. using System namespace.. from Microsoft Office Visual Basic which I think is VB6 My first step was to add the DLL as a reference but on browsing..

Transitioning from Windows Forms to WPF

http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf

been stuck with Windows Forms development started with VB6 and has continued through to C# .NET 4.5 and I have pretty much..

Should I learn VB.NET or C#? [closed]

http://stackoverflow.com/questions/1653895/should-i-learn-vb-net-or-c

In particular attempts to preserve compatibility to VB6 have contributed a few odd quirks to the framework. I also find..

Benefits of using the conditional ?: (ternary) operator

http://stackoverflow.com/questions/3312786/benefits-of-using-the-conditional-ternary-operator

programmers. The program I'm currently translating from VB6 to C# was written by a mechanical engineer and breaks some basic..

Is there a way to programmatically convert VB6 Formatting strings to .NET Formatting strings?

http://stackoverflow.com/questions/4072490/is-there-a-way-to-programmatically-convert-vb6-formatting-strings-to-net-format

there a way to programmatically convert VB6 Formatting strings to .NET Formatting strings Does anyone know.. strings Does anyone know of a good reference for VB6 format strings Does anyone know of a converter from VB6 formatting.. VB6 format strings Does anyone know of a converter from VB6 formatting strings to .NET strings I'm working on porting a..

There is a Default instance of form in VB.Net but not in C#, WHY?

http://stackoverflow.com/questions/4698538/there-is-a-default-instance-of-form-in-vb-net-but-not-in-c-why

version of VB.NET that came with VS2005. By popular demand VB6 programmers had a hard time with seeing the difference between..

VS2010 does not show unhandled exception message in a WinForms Application on a 64-bit version of Windows

http://stackoverflow.com/questions/4933958/vs2010-does-not-show-unhandled-exception-message-in-a-winforms-application-on-a

It is very rare to need it it is however popular with VB6 programmers where Load was a big deal. You only ever need Load..

Should we select VB.NET or C# when upgrading our legacy applications? [closed]

http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications

learning a whole new language. VB.Net is very similar to VB6 but the moment you make an assumption that something works the.. that something works the same way that it did for VB6 as often as not you end up making a mistake about how it's supposed.. about how it's supposed to be done. Personally I hated VB6 but I really like VB.Net &mdash even more so than C# &mdash..

Make an Installation program for C# applications and include .NET Framework installer into the setup

http://stackoverflow.com/questions/6090913/make-an-installation-program-for-c-sharp-applications-and-include-net-framework

the framework from internet I tried before InnoSetup for a VB6 application but I'm not sure if it's going to work for .NET..

64 bit C# with a 32 bit VB6 COM object

http://stackoverflow.com/questions/611651/64-bit-c-sharp-with-a-32-bit-vb6-com-object

bit C# with a 32 bit VB6 COM object I have a 32 bit in proc STA VB6 dll. I sadly cannot.. with a 32 bit VB6 COM object I have a 32 bit in proc STA VB6 dll. I sadly cannot do anything about this. My C# component.. no direct way you can do this. Since you can't port the VB6 inproc dll I'd suggest you write a 32bit out of process server..

Conversion tool comparisons for visual basic 6.0 [closed]

http://stackoverflow.com/questions/718780/conversion-tool-comparisons-for-visual-basic-6-0

you've already seen the question about tools for migrating VB6 to VB.NET. Both have published special offer prices for the..

A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6?

http://stackoverflow.com/questions/1170794/a-simple-c-sharp-dll-how-do-i-call-it-from-excel-access-vba-vb6

how to get this working Thanks in advance SO c# excel dll vb6 interop share improve this question You can't access a static..

How do I send/receive windows messages between VB6 and c#?

http://stackoverflow.com/questions/1645204/how-do-i-send-receive-windows-messages-between-vb6-and-c

messages with the code below in c# how do I send to vb6 and receive in vb6 and send from vb6 System.Security.Permissions.PermissionSet.. the code below in c# how do I send to vb6 and receive in vb6 and send from vb6 System.Security.Permissions.PermissionSet.. c# how do I send to vb6 and receive in vb6 and send from vb6 System.Security.Permissions.PermissionSet System.Security.Permissions.SecurityAction.Demand..

Akima interpolation of an array of doubles

http://stackoverflow.com/questions/3502769/akima-interpolation-of-an-array-of-doubles

VB6 implementation see subroutine BuildAkimaSpline in vb6 src spline3.bas http www.alglib.net translator re alglib 2.6.0.vb6.zip..

Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic

http://stackoverflow.com/questions/3965767/function-or-interface-marked-as-restricted-or-the-function-uses-an-automation-t

ideas google wasn't helpful c# .net vb.net visual studio vb6 share improve this question This is the declaration for..

How do I convert Twips to Pixels in .NET?

http://stackoverflow.com/questions/4044397/how-do-i-convert-twips-to-pixels-in-net

has a conversion method usable at runtime c# graphics vb6 migration screen resolution share improve this question ..

Is there a way to programmatically convert VB6 Formatting strings to .NET Formatting strings?

http://stackoverflow.com/questions/4072490/is-there-a-way-to-programmatically-convert-vb6-formatting-strings-to-net-format

specifically hired to port away. c# string formatting vb6 migration share improve this question The formatting routine..

How do I register a COM DLL written in C# with Regsvr32?

http://stackoverflow.com/questions/4198583/how-do-i-register-a-com-dll-written-in-c-sharp-with-regsvr32

C# code to make it register able with regsvr32.exe c# com vb6 regsvr32 share improve this question You can't. Managed..

Should we select VB.NET or C# when upgrading our legacy applications? [closed]

http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications

a language for our future development. c# .net vb.net vb6 vb6 migration share improve this question You'll have a.. a language for our future development. c# .net vb.net vb6 vb6 migration share improve this question You'll have a lot.. . I think VB.Net gets a bad rap sometimes because of it's vb6 heritage mostly from C# developers who haven't used it all or..

64 bit C# with a 32 bit VB6 COM object

http://stackoverflow.com/questions/611651/64-bit-c-sharp-with-a-32-bit-vb6-com-object

my 64 bit process Any sort of wrapper or anything c# com vb6 interop share improve this question There's no direct way..

Conversion tool comparisons for visual basic 6.0 [closed]

http://stackoverflow.com/questions/718780/conversion-tool-comparisons-for-visual-basic-6-0

either of the following or any other tool to convert your vb6 code to a .net language Artinsoft's upgrade companion converts.. different sources for both the above examples c# vb.net vb6 vb6 migration share improve this question I think you've.. sources for both the above examples c# vb.net vb6 vb6 migration share improve this question I think you've already..

Making a C# kill event for a vb6 app?

http://stackoverflow.com/questions/727386/making-a-c-sharp-kill-event-for-a-vb6-app

a C# kill event for a vb6 app I have a VB6 app that processes for a very very long time... project by setting the flag to another state Any ideas c# vb6 interop share improve this question Here is a pretty standard..

C# DLL cannot affect value of a number passed by reference from a VB6 application

http://stackoverflow.com/questions/8070033/c-sharp-dll-cannot-affect-value-of-a-number-passed-by-reference-from-a-vb6-appli

What would I have to do to fix it Thanks in advance. c# vb6 vb6 migration share improve this question dll.Increment.. would I have to do to fix it Thanks in advance. c# vb6 vb6 migration share improve this question dll.Increment num..