Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Ok, this may sound totally insane being posted on these boards, but I SERIOUSLY can't find the answer to this question ANYWHERE!

 

I need to make very simple applications (most will be ran from my

USB drive). They will be ran on computers who do not (and cannot) have .NET installed on them.

 

So basically I need to know if it is even POSSIBLE to write win32 applications WITHOUT the .NET framework built in using the Visual Studio .NET 2003 IDE.

 

You know, compile some old-skool stuff using the new hotness.

 

 

Let the pummeling begin...

  • *Experts*
Posted
You can compile the programs with VS.NET 2003 that will not use the framework but only using Win32 C++, so you won't be able to take advantage of all th .NET Framework features.
Posted

Right....that is exactly what i'm hoping for.

While I really enjoy all .NET has to offer, for some programs it is just simply overkill and not mobile.

 

So now that I know it is possible, how do I put a Windows form in this program? I've started a new win32 C++ project, but when I go to add a form it says "Windows Form (.NET)". Will it throw in .NET stuff automatically if I add this form?

 

Thanks!

  • *Experts*
Posted
VS.NET does not include a designer for Win32 API C++, only for .NET. Windows Forms technology is .NET technology, so you can use it for .NET programs.
Posted

I unfortunately have come to the same conclusion...oh well, I guess I'll just have to use VB6 ::shudder:: for my mobile apps (just to be safe).

 

Thanks a lot for your help guys & confirming my suspicions!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...