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.

 
Top Visual Studio .NET 2005 Solutions: 51 - 75 of 421
 
Hi, in the Crystal Reports designer the location and the size of text elements can be specified by then members Left, Top, Width and Height. What unit of measerment do these values/members ...
I am using Visual Studio 2005, VB.NET with SQL Server 2005. I have to create dynamic reports and for this i am using MS RDL reports. I create Report1.RDL using code and then view it using the...
Hi I'm currently developing an application for PDA's and I get the Exception Error message (InvalidCastException) on a Return statement. So I want to get through the code with breakpoints b...
I am developing an application and want to position the controls and te panel in the middle of web browser.How can I achive that in VB.net and asp.net
I have a console application which displays contents of console.writeline in command window when run from start/run with arguments e.g. Open: I:\Apps\App.exe |1 but when run from Access ...
I have the following code. I keep getting an exception error when doing the execute and it says I have a syntax error in my "insert into..." statement. The table I'm trying to update has 4 fie...
I have a DGV in a VB.NET project (VS 2008). There is one column where I need the user to be able to copy a value from one row, and paste into multiple cells, like one would in Excel. The...
Hi, I am writing a console app that would make a WS call. Is it a good idea to store the network credentials in the app.config of the console app. I presume not. What is the best way to store...
Hi I have 2 DataSets. One, dsComplete, which contains all my data and another, dsSummery, which is empty. Now I want to add rows to dsSummery from dsComplete. In dsComplete "SubjectInComplete...
Hi, I am adding dynamic controls (textboxes and labels) to a groupbox. If I step through the code section of the form at runtime I can use intellisense and can see that the groupbox's contr...
Hello, I needed to use the new ListView control from .NET 3.5 so I downloaded the new framework and installed it. However, I cannot access this control from VS 2005, what do I need to do to...
Hi Experts, I have a question about version inside Visual Studio 2005.  I mean version of the application that you are writing. In the old days with VB6 it was great.  You had a Major an...
I'm trying to configure my Visual Basic 2005 application to run with full trust.  The application will run out of my bin directory but will not run on other computers or other drives without a...
I have Visual Studio 2005 Professional and Windows XP Pro. I downloaded a c++ code for Linux, but i want to compile it on WinXP platform by Visual Studio 2005. Is there a way to compile a c+...
Hi, I have an ASP.NET application, where I have to read some values from a DB and write the resultset to an Excel File. Reading the data from the DB is not problem.  However, I'm not sur...
I am using VB.NET 2008 and  trying to paste an image from the clipboard to a picturebox and resize the image to 50% (or what the user wants) of its original size and then save the image. I ...
Hi, I'm trying to figure out how to get the handle of a window that's already open.  I'm using System.Diagnostics.Process.Start(file) to load a file into Firefox. Can this give me bac...
I am using Visual Studio 2005, with the AjaxToolKit. I have used AJAX before, cascading dropdown and all works like a breeze. I am trying the Autocomplete  (Ajax toolkit  AutoCompleteExtend...
I want to read data into my VB.Net 2005 program from a GlobalPoint GPS reeceiver on COM1 of my Intermec Pocket PC. I am opening the Comm port using: infilehandler = CreateFile("COM1:", &HC0...
I have been assigned the task of importing an ASP.NET web application (2.0) into a Sharepoint environment. I have read many ways to accomplish this, but most require very complex changes to th...
Hello: I'm trying to create a dynamic data command and data-adapter to populate a grid similar to the code below with autogenerateeditbutton='true'. I know I need to populate the  GridVi...
I have a dataset retrieved from a database and need to add a row to it under certain conditions. I have the code:- Try             With Me.DStrn.Tables("Transactions")                 For E...
Can someone please help short circuit the learning curve on setting up Crystal Reports on a web server.  I don't have the time to become an expert at this time, my application is already deplo...
I have edit customer page. When user click on update record button, the record is not updated. Why? Code fragment is here. select  Customer.service from customer where customerId=1 If...
I have two radio buttons radiobutton1 and radiobutton2 if you pick radiobutton1 three labels appear with 3 drop down lists. But what happens is that because I have set the dropdownlist to auto...