without .NET technology

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I would like to know if exist a way how to use .NET environment to create a
normal VB application.I mean by normal, a VB application which doesn(t use
..NET technology (like VB6 for example)

thanks a lot
PM
 
PM,

What is a normal VB application.

The only user programs that can be made with the VS.Net are C++ window
applications and JavaScript/VBScript HTM/ASP Webpages.

I hope this helps?

Cor
 
Yes. this is easy. To not use ht .NET framework in your VB.Net app, you
just need to write the app in VB6 instead.
 
The only user programs that can be made with the VS.Net are C++ window
applications and JavaScript/VBScript HTM/ASP Webpages.
While not using the framework on the client computer or the webserver

:-)))

Cor
 
Maileen said:
I would like to know if exist a way how to use .NET environment to create
a
normal VB application.I mean by normal, a VB application which doesn(t use
.NET technology (like VB6 for example)

You will have to create pure Win32 applications. This can be done using
(unmanaged) Visual C++ which is part of VS.NET Professional (or "better"),
or the separate Visual C++ Standard package. If you don't want to dig into
C++, use VB6 (or other programming languages like Delphi (not Delphi .NET),
Visual FoxPro, ...). VB6 can be obtained as part of a MSDN subscription and
maybe by downgrading VB.NET (I don't have any information if that worked for
anybody):

Downgrade Information
<URL:http://msdn.microsoft.com/vbasic/previous/downgrade.aspx>
 
Would you also like to use your kitchen to create an aardvark?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top