Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I create an MDI application using the .NET Framework?

Forms - Windows Forms FAQs
This is one of the QuickStart Samples that ships with Visual Studion .NET. Contributed from George Shepherd's Windows Forms FAQ
Related Questions

How do I use XP Themes with Windows Forms using the .NET FrameWork 1.0?

Forms - Windows Forms FAQs
Follow these steps to introduce Windows XP visual styles into your Windows application. 1. Create a new Windows Application and add some controls to the default form. 2. For every control you place on the form that has a FlatStyle property, set the property...
Related Questions

How do I create an MDI child window?

Forms - Windows Forms FAQs
Here is a simple, complete source for creating MDI child windows. To build, reference System, System.Drawing, and System.Windows.Forms. using System; using System.Windows.Forms; namespace Application1 { class Program { static void Main( string[] args...
Related Questions

What operating systems does the .NET Framework run on?

Andy Mc's .NET Framework FAQ
The runtime supports Windows Server 2003, Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on XP and Windows 2000/2003. Windows 98/ME cannot be used for development. IIS is not supported on Windows XP Home Edition, and so cannot be used to host ASP.NET. However, the ASP.NET Web Matrix web server does run on XP Home. The .NET Compact Framework is a version of the .
Related Questions

Does the .NET Framework have in-built support for serialization?

Andy Mc's .NET Framework FAQ
There are two separate mechanisms provided by the .NET class library - XmlSerializer and SoapFormatter/BinaryFormatter. Microsoft uses XmlSerializer for Web Services, and SoapFormatter/BinaryFormatter for remoting. Both are available for use in your own code. It depends. XmlSerializer has severe limitations such as the requirement that the target class has a parameterless constructor, and only public read/write properties and fields can be serialized.
Related Questions

What is the Microsoft .Net Framework?

BodyTrans Frequently Asked Questions
The Microsoft .NET Framework is a component of the Microsoft Windows? operating system used to build and run Windows-based applications. For developers, the .NET Framework makes it easy to rapidly create powerful software that maximizes performance, scalability, opportunities for integration, reliability, security, and the end-user experience, while minimizing the costs of deployment and management. Applications built for the .NET Framework (BodyTrans, for example) require that the .
Related Questions

How do I get the .NET Framework 2.0 onto my user's machines?

General - Windows Forms FAQs
Really whatever way works best for you. Ex. You can have your users install the .NET Framework before using "ClickOnce" or use management tools like SMS to push out the .NET Framework across your enterprise. To help with deployment, Visual Studio provides...
Related Questions

What is the .NET Framework?

Welcome to Real Estate Toolbelt
The Microsoft .NET framework is a framework for software that is developed by Microsoft. Typically in the past, software ran directly off of your operating system. Now, the framework runs on your operating system and and software runs on the framework. The .NET framework should not cause any harm to your computer. We specifically run on the .NET framework v1.1. On the Microsoft Windows Update site you should see the .NET framework as one of the recommended download. You can also download the .
Related Questions

Mail Test
Is .NET a runtime service or a development platform? Answer It???s bothand actually a lot more. Microsoft .NET is a company-wide initiative. It includes a new way of delivering software and services to businesses and consumers. A part of Microsoft.NET is the .NET Frameworks. The frameworks is the first part of the MS.NET initiate to ship and it was given out to attendees at the PDC in July. The .NET frameworks consists of two parts: the .NET common language runtime and the .NET class library.
Related Questions

Frequently Asked Questions about Booking Pro
The .NET Framework is the latest generation of Microsoft connected technology. It is a set of software technologies for connecting information, people, systems, and devices. You can read all about it on Microsoft's .NET website. It requires Microsoft Word to print invoices and credit notes, and Microsoft Excel if you want to export reports to a spreadsheet.
Related Questions

Can I port an application using .NET third party libraries?

Frequently asked Questions about Mainsoft for Java EE
Yes, provided you have the the third party's .NET source code. Without the source code, you will need to find a Java EE-equivalent third party that provides similar functionality and then adapt your code to invoke the third-party Java component using the Mainsoft for Java EE Add Java Reference feature. The complexity of the port will depend on which Windows, .NET technologies, and third party applications your application uses, and whether Mainsoft supports these technologies on Java.
Related Questions

Can I create an installer, containing my .cab file, and also the .Net CF framework libraries ?

PocketPCtoolkit.com
Yes, simply drag'n'drop your .cab file into the PocketPC Installer, along with the relevant version of your .Net CF .cab file. For most Windows Mobile devices, this will be either netcf.all.wce4.ARMV4.cab or NETCFv2.wce5.armv4i.cab. The easiest way to do this is to hard-reset your device, then run your application from Visual Studio, and have a look at the .cab files that it copies to the device. Typically, you will have one .cab file, containing the .Net CF libraries (usually netcf.all.wce4.
Related Questions

Does the framework have to be installed to run my .NET application?

FAQ for the microsoft.public.languages.csharp newsgroup
Yes - if you have a managed application, it will require the framework to be present in order to run. This is like requiring the Win32 libraries to be present in order to run Windows applications. Pre-compiling your code using ngen doesn't affect this requirement.
Related Questions

If I uninstall a Sly2Soft application and want to remove the .NET Compact Framework - can I do this?

FAQ about Sly2Soft PocketPC and SmartPhone games
Yes, as long as there are no other applications on your device that require the Compact Framework to run.
Related Questions

Is .NET Framework 2.0 included in the application download?

BI Documenter - The leading SQL Documentation Tool
Yes, the .NET Framework 2.0 is downloaded by the setup if it is not already present on your computer.
Related Questions

Where can I download the .NET Framework 1.1?

Header
Version 1.1.4322.2032 or better is needed and it can be downloaded from MS .NET Framework Version 1.1 Redistributable Package. Once you have installed the Redistributable Package you will need to download and install Service Pack 1.
Related Questions

How do I know if the .NET Framework is already installed?

BodyTrans Frequently Asked Questions
You can check to see if you already have the .NET Framework installed by clicking Start on your Windows desktop, selecting Control Panel, and then double-clicking the Add or Remove Programs icon. When that window appears, scroll through the list of applications. If you see Microsoft .NET Framework 1.0 or Microsoft .NET Framework 1.1 listed, the .Net Framework is already installed and you do not need to install it again.
Related Questions

Can I benchmark the Microsoft .NET Framework?

Frequently Asked Questions
Yes. As per the licensing agreement customers can setup and run their own benchmarks of the .NET framework for technical evaluation purposes. You may not disclose the results of any benchmark test of the .NET Framework to any external third party outside your organization without Microsoft's prior written approval. You can e-mail benchnet@microsoft.com for more specific details on obtaining this approval.
Related Questions

How can I tell if the .NET Framework 2.0 is installed on my user's machines?

General - Windows Forms FAQs
You can check the useragent value in your server side code or in javascript on the html page (hint... see the Publish.htm page that VS generates). The useragent string will contain the version of the .NET Framework installed on that client.
Related Questions

How do I avoid flicker in an MDI application when switching the MDIChild?

Forms - Windows Forms FAQs
I have an MDI application, but when I switch between MDIChild windows, there are always flickers. The newly active MDIChild window flashes its borders which is disturbing. If it matters, I always use Maximized MDI Child windows. How can I eliminate this...
Related Questions

How much of the .NET Framework is supported by Mainsoft for Java EE?

Frequently asked Questions about Mainsoft for Java EE
Mainsoft for Java EE supports.NET technologies used by enterprise server and Web applications. Mainsoft .NET Framework includes the following assemblies: mscorlib, System, System.Web, System.Web.Services, System.XML, System.Data, System.Drawing, System.DirectoryServices, System.Runtime.Remoting, System.Runtime.Serialization.Formatters.Soap, Microsoft.VisualBasic, System.Configuration, and System.Data.OracleClient.
Related Questions

How do I tell which version of CAREWare or .NET framework I have?

Header
the main login screen of CAREWare you can find the version number of CAREWare displayed prominently under the program title. The build number can be found directly underneath the version number. The .NET framework number can be found at the main login screen also. It is located at the bottom left corner of the login window. If you are logged into CAREWare from the main menu go to Administrative Options and then System Information.
Related Questions

Can I deploy .NET Framework V1 & V1.1 applications with "ClickOnce"?

General - Windows Forms FAQs
For a number of security related considerations, "ClickOnce" requires that the main entry point assembly (the .exe file) be compiled with the 2.0 version of the .NET Framework. Other assemblies in the application can still be compiled with previous versions...
Related Questions

Why should I install the Microsoft .NET Framework?

Microsoft .NET FAQ
Microsoft is promoting the .NET Framework to all their developers, so new applications are being created every day. Soon there will be a plethora of products and services that require the .NET Framework. Microsoft has said that they will include the .NET Framework in future versions of Windows. By installing it now, you will be ready for the new generation of applications as they become available.
Related Questions

How do I install the .NET Framework?

Microsoft .NET FAQ
The .NET Framework is a 20MB download freely available from Microsoft. You can install the .NET Framework from Microsoft's Windows Update Page. Go to this page and find out what updates are available for your computer. The .NET Framework is usually listed as a "recommended update" so be sure to look beyond the "Critical Updates." If you find the .NET Framework, install it by following the instructions on that page.
Related Questions

Vekstec
Ans . VEKS for All ™ setup check your PC for Microsoft .Net Frameworks, whether it already exists. If it is not already installed then the setup first installs Microsoft .Net Framework in your PC, then start installing the VEKS for All ™ application.
Related Questions

What is the .NET Framework and why do I need to install it?

NavSim GPS Marine Navigation Software
The .NET Framework is a new integral component of the Microsoft Windows Operating System. It is a cutting edge development platform that gives applications better security, reliability, and versatility. For more information, check out Microsoft???s .NET Framework homepage at: http://www.microsoft.com/net/ . This happens because Windows thinks the NMEA data being received is mouse Input and treats your GPS as a serial mouse.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact