Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Visual Studio .NET 2005 Solutions: 251 - 275 of 1435
 
I am developing with visual basic 2005 and access 2007. I need to be able to retrieve an auto number on my form.  This is a function that currently retrieves all the necessary records.  As so...
I am trying to write a vb.net process to create stored procedures from vss files. They all contain multiple 'GO' statements in the script. Everything is great till it hits the 'go' command...
How do you set up integration of Visual Studio 6 with Visual Source Safe 2005?  I upgraded sourcesafe to 2005, but I still have some VB6 apps that I want to have integrated in the VB6 IDE.  
Hi Experts! I am creating a Real Estate Project in which I have tenants information and their images, I want to print the Images / Passports of Tenants along with their information in Visual ...
Hey all I have a comboBox, and I am using the selectedIndexChanged event to know when it has been changed.  I populate it with a list of choices when the user enters a row in a datagridview...
In a .net web site, I want to download a file to a specific location at client system without using Browse button to select the file locaiton. Basically I want to copy the file from my server...
I am using IIF function in VB.NET.Below is my code      Dim input As String = "NA"      '123456789      'MessageBox.Show(IIf(input = "NA", "True", input.Insert(3, "-").Insert(6, "-")))    ...
I have several projects in my solution. I have a problem with forms with tab controls. Every time I load the project I have to resize all of the controls on tab pages other than the first se...
I have a multithreaded socket class i am creating which raises an event when something is received from the appropriate udp port. The class raises the event however i am getting the following ...
Good Day: I am using VS.NET 2005, VB.NET, and SQL Server 2000. I am trying to set the column width by using the following code, but unfortunately get an error that reads: "Object Reference ...
I have recently begin updating an old Progam that was classic ASP with SQL Server 2000 to VB.Net and SQL Server 2005. I am displaying some data in a text box from a SQL Server datatype deci...
I have a datagrid that I need to display a new column that will be calculate when I get the data from the database. I can add the extra column but how can I add the data to the new column t...
I have made a Windows application in Visual C#.Net 2005(front end) and SQL Server 2005(back end). I want to deploy this project. Please provide a step-by-step procedure to deploy this Windows...
In a VB.net application using a SQLCE database we are using a SqlCeDataReader to "read" values from the DB. The values are then sent to a webservice. The problem occurs when we use an IF to...
I am trying to deploy a small web service client to the Pocket PC 2003 emulator that comes with Visual Studio 2005/8.  When trying to do this I always get an error stating that the device does...
I have a an C++ application in visual studio 2005 and i have created the setup project for this application. The setup works fine and installs the application on the target computer. However, ...
Hi, I currently have several ASP.Net projects which have code in the Global_asax_PostRequestHandlerExecute & Global_asax_PreRequestHandlerExecute events in the Global.asax. This code is att...
I'm mostly a web developer, but I use my old copy of Visual Studio 6 every now and then to develop small Windows apps. I need to upgrade to Visual Studio 2005 for a more recent version of VB, ...
I have an application built in vb.net. It opens a .csv file to import data. The setup project includes microsoft.office.interrop.excel.dll. When installed on a computer that does not have exce...
I am trying to automatically extract text from Word files (see attached example) and into VB using the below code snippet. The data contains special characters; my main concern is the inequali...
I am developing a VB.Net application that runs on a server which opens and reads data from Excel files into a SQL Server table.   I cannot use the COM Excel interop approach as the customer...
My C++ source code occupies the left half only of the code window in Visual Studio 2008. The font size is painfully small. I do NOT want to be forced to change screen resolution. Is there a...
I want to add the solution in Visual Studio.Net 2005 to VSS 6.0.In VSS 6.0,we have projects developed in Visual Studio.net 2003 that uses Solution.root approach.i.e In VSS 6.0,for 2003 projec...
sir, i have made two crstal reports using Visual Studio 2005,asp.net and vb.net... Report is properly opening when i'm running my web application throgh VS2005...BUT when i published the sit...
I am using crystal XI and calling the report fromn a vb.net project using the crystal report viewer. When developing the report in crystal i can see the list of dynamic parameters. however whe...