Microsoft Visual Studio 2008 questions & answers

Choose the most popular programs from Developer Tools
H
Question by Himanshu Bhardwaj
49 views
August 15, 2022

From where I downloaded the visual studio 2008 , i need vs 2008 to support the legacy system .

Swati Dubey
Answer by Swati Dubey

The best way to make Visual Studio 2008 support the legacy system is to download and install the Visual Studio 2008 Service Pack 1 from the Microsoft website. This service pack contains all the necessary components to ensure Visual Studio 2008 is compatible with the legacy system.

A
Answer by Ashish Bajaj

To get the full version of Microsoft Visual Studio 2008, you would need to purchase a license for it.

G
Question by Guest
232 views
May 18, 2012

How can I use Microsoft Visual for creating a table with a curved border? I have the program already installed on my system.

A
Answer by Aiden McLeod

This can be done differently depending on the programming language that you used. For HTML, to create a table with a curved border, you simply need to add the following lines in the creation section of the table :


border-top-left-radius: 10em;
border-bottom-right-radius: 5em;
border-bottom-left-radius: 2em;

To be noticed that you can change the values as you like; this is only an example. Also, you can use other measurement types. If you plan on using another programming language to create your website, like CSS or C#, it's advised to visit the following website. You can find there a walkthrough about this matter.

G
Question by Guest
383 views
December 7, 2009

How to export HTML table to Excel in JavaScript?

S
Answer by Sami 6

go to http://msdn.microsoft.com/ for more help, it's the official documentation.

G
Question by Guest
319 views
August 23, 2010
P
Answer by Pete Clapp

To display a form menu you need to use the Show() method and to hide it you need to use Hide():


Show syntax:


FormName.Show
or
FormName.Show(1,)

Hide syntax:


FormName.Hide
G
Question by Guest
251 views
March 16, 2010

I tried programming ASP.NET database utilizing the web administration tools. When I open the program via VB.net program, the main menu with username and password can access the ASP.NET database, however if i put the thing in the IIS it wont access anything. What to do?

Stephen Prastman
Answer by Stephen Prastman

The IIS page provided by Microsoft explains all the necessary steps you have to take in order to make the database available in the IIS application. You can access the page following the URL below. On the web page, just go through all the steps provided and then you should have the possibility to use the database in the HTTP server.


IIS Support: http://www.iis.net/learn/application-frameworks/scenario-build-an-aspnet-website-on-iis/configure-an-asp-net-website-on-iis

See more questions & answers

Ask a question about Microsoft Visual Studio 2008

Alternative downloads

Java SE Development Kit
Free
rating

Create Java applications that run on all operating systems.

Python
Free
rating

Create web and desktop applications using an object oriented language.

Microsoft Windows SDK
Free
rating

It's a tool that provides documentation that help you Windows applications.