Visual Studio 2008 Questions


VB 6 conversion to Visual Studio 2008
I have been given the rules that are provided with the Visual Studio 2008 but they are useless. I would like to know if anyone has a good comprehensive set of rules for Visual Studio 2008 Dot Net Professional edition to convert VB 6 code?

Answer Question   |  May 8, 2013  2:21 PM
Visual Basic 6, Visual Studio 2008
asked by:
20 pts.

VB question
Write a program to input any numbers less than 50 by the user. As the output, display how many numbers did the user enter in a message box.

Answer Question   |  April 24, 2013  9:22 PM
Visual Basic, Visual Studio 2008
asked by:
PSN
40 pts.

Career change RPG/ILE to ASP.net
After almost 30 years of RPG (from the old RPG I days) I am making the change to .Net. I felt that ASP.net would offer more of a challenge and reflect more of today’s business needs. I am still working for the same company so no real risk in the move. My question is what [...]

Answer Question   |  August 21, 2012  5:19 PM
AS/400, SQL Server 2008, Visual Studio 2008
asked by:
3,910 pts.

how to show register with CrystalReport using Access2007
I want to make reports using CristalReport for Visual Studie 2008 and Access 2007 as basetables, and the report not show the register. I did all the step for make a report, but it is imposible to show it. but, it is posible with acces 2003.   What I can do for it.    

Answer Question   |  October 20, 2011  8:31 PM
Access 2007, Crystal Reports, Visual Studio 2008
asked by:
5 pts.

How to read Rows of a DatagridView through for loop
Hi, My application is in VS2008 coded in Vb.net.I have a datagridview which is populated from Database.I have a save button on the same form that has DatagridView. My requirement is i want that all the records that are populated in DatagridView should be saved in a certain table of the database when the user [...]

Answer Question   |  March 31, 2012  2:56 PM
DataGridView, VB.NET 2008, Visual Studio 2008
asked by:
15 pts.

Desktop Application in cloud computing.
Can we add our desktop based application created in Visual studio 2008/2010 in cloud server(Azure) ?

Answer Question   |  May 25, 2011  5:14 AM
.Net 4.0, Azure, Cloud Computing, Visual Studio 2008, Visual Studio 2010
asked by:
0 pts.

Retrieving data from Visual Studio database
How to edit,delete and update data in database which we fetch in gridview control in vb.net 2008? The data within the gridview control only be used

Answer Question   |  February 28, 2011  9:01 AM
GridView, GridView Control, VB.NET, Visual Studio 2008
asked by:
5 pts.

How do I change font size in a Visual Studio button during run time
How do i change font and bold on a button during run time? Font size and bolding are read only during runtime, but there is a way to change them on a button during runtime. I had the solution on a prior program, but the file has been corrupted and I can’t retrieve it. I [...]

Answer Question   |  January 27, 2011  3:17 PM
RunTime, Visual Basic, Visual Studio, Visual Studio 2008
asked by:
5 pts.

Visual Studio 8 report form
My question is fairly simple, I have created a report form. I don’t know what to program in to get my information to appear in my report. It has to show customer id, last name, first name, number of policies and amount of insurance, all of which are already working well when I test and run [...]

Answer Question   |  December 13, 2010  8:49 PM
C++, Visual Studio, Visual Studio 2008, Visual Studio ReportViewer
asked by:
5 pts.

VC++ runtime error
same vc++ code using opencv, there is no error in vc6.0, but when you create a new project in vs2008, using this code it has runtime error, but when use vs2008 to open an exist project created by vc++6.0, and convert to vs2008 format, no runtime error. why?

Answer Question   |  August 30, 2010  4:25 PM
Runtime Errors, vc++ code, Visual C++, Visual C++ 6.0, Visual Studio 2008, VS 2008
asked by:
5 pts.

Changing item color in Listbox
I fill the listbox with tables from SQL base The colums are b1,b2,b3,b4,b5,b6,b7 There are up to 1 million rows in listbox example b1,b2,b3,b4,b5,b6,b7 are as follows: 1,2,3,4,5,6,7 4,5,14,25,35,36,39 14,15,22,23,25,30,31 1,7,14,18,22,26,30 If any row contain any of this numbers(1,4,14,23,35,36,37) that item should given a different color from listbox’s fore color as bellow 1,2,3,4,5,6,7 4,5,14,25,35,36,39 14,15,22,23,25,30,31 [...]

Answer Question   |  August 24, 2010  7:46 AM
ListBox, SQL, VB.NET 2008, Visual Studio, Visual Studio 2008, VS 2008
asked by:
110 pts.

Suggestion of C++ book
I know the basic thing of c++ programming and I would like to go deeper in C++. Please suggest me a good book on C++ for advanced topics (windows programming, aptitude in c++,etc.., )

Answer Question   |  August 21, 2010  1:08 PM
C programming, C++, Visual C++, Visual C++ 2008, Visual Studio 2008
asked by:
135 pts.

steps for accessing sql data through ado.net code over LAN NETWORK
steps for accesing sql data through ado.net code over LAN NETWORK

Answer Question   |  August 10, 2010  5:29 AM
ADO.NET, SQL, SQL Data Set, SQL Server 2005, Visual Studio 2008, Windows 7, Windows 7 in 2010
asked by:
Jib
20 pts.

Fill Char-elements w For Loop in Array
How to: use a For-loop to assign alphabetic symbols to Char-elements in 1 dim array with a upperbound of 15 or so(so not the whole alphab.)

Answer Question   |  December 15, 2010  6:11 PM
Arrays (programming), VB.NET, Visual Studio, Visual Studio 2008
asked by:
5 pts.

Help with code in Visual Studio 2008
strComputer = "." Set objWMIServices = GetObject("winmgmts:root/default") Set wmiSink = WScript.CreateObject("WbemScripting.SWbemSink", "SINK_") Set ObjRegistry = GetObject("winmgmts:{impersonationLevel = impersonate}!\" _     & strComputer & "rootdefault:StdRegProv") objWMIServices.ExecNotificationQueryAsync wmiSink, _     "SELECT * FROM RegistryKeyChangeEvent " _     & "WHERE Hive='HKEY_LOCAL_MACHINE' AND " _     & "KeyPath='Software\Microsoft\Windows\CurrentVersion\Uninstall'" WScript.Echo "Listening for Registry Change Events..."   While(True)     WScript.Sleep 1000 [...]

Answer Question   |  July 28, 2010  2:22 AM
Visual Basic, Visual Studio, Visual Studio 2008, Windows Management Instrumentation, Windows Service Pack Blocker
asked by:
10 pts.

Server Error in ‘/’ Application.
When I try to run asp.net application in visual studio 2008 it gives this exception: “Could not load file or assembly ‘Mypet’ or one of its dependencies. The system cannot find the path specified.” where mypet is the name of application

Answer Question   |  August 12, 2010  1:31 PM
.NET applications, ASP.NET, Visual Studio, Visual Studio 2008
asked by:
15 pts.

Need help editing a code (WMI)
This here is my current WMI code I’m using in a ConsoleApplication1.exe: This code helps detect all the changes inside the registry tree to monitor the installation of all programs. This is for a school project and I’m COMPLETELY NEW to Windows Management Instrumentation. What I need to do now is the following: 1) Edit [...]

Answer Question   |  July 20, 2010  2:30 AM
Console application, Programming Languages, Visual Studio 2008, Windows Management Instrumentation, WMI
asked by:
10 pts.

Connecting to the SQL- SERVER from VS-2008 C#
How can I connect to the SQL SERVER from the VS-08 C# and how can I insert, modify and view the database in SQL SERVER.

Answer Question   |  July 15, 2010  11:55 AM
Connecting to SQL SERVER FROM C#, SQL Server connectivity, SQL Server database, Visual C# 2008, Visual Studio 2008
asked by:
135 pts.

Copying from Excel using clipboard in a gridview
Hello, i am working with vs2008 (web application) and I want to copy some content from an excel sheet and and using the clipboard i want to copy the contents in a gridview I have tried using Clipboard.GetDataObject() but no matter what ever i do it is always returning null so can anyone suggest me [...]

Answer Question   |  June 23, 2010  2:37 PM
ASP.NET, excel, GridView, Microsoft Visual Studio, Visual Studio 2008
asked by:
15 pts.

create a RTF file from a XML file
How can I create a RTF file from a XML data file using Visual Studio 2008

Answer Question   |  November 15, 2010  6:41 AM
RTF, VB.NET 2008, Visual Studio 2008, XML
asked by:
5 pts.