Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Top Visual Studio 2008 Solutions: 126 - 150 of 206
null
I've tried multiple times, on different machines, to download VS2008 Pro Trial version. The "Down arrow" icon on this page tries to download the "beta" version: http://msdn.microsoft.com/en-...
In Visual Studio 2008: How do I pass a two dimensional array to a Visual Basic subroutine
Dear Sir/Madam I would like to know how to add/change the value of (system variable or user variable) by Visual Basic.net (2008) Thanks a lot Francis SZE
I have had assistance with getting the data pulled into the .vb file and filling a datagrid, now I have one more question. I would like to say, "If mytable.judge = 'hoover' then response.write...
Apologies to EE for the keywords in the title, but I can't stress enough how urgent this problem is. Yesterday afternoon my project was in the process of building (debug) when the computer BSO...
Hi there, My gridView is bind to a products.xsd file (attached), located in the app_Code folder. I am dynamically adding each column and editingItemTemplates to my gridView1, code shown bello...
Trying to do a simple gridview control with 1 table from DB2.  For ex, select * from jobs.  I can get the select to work fine, but delete and update give me incorrect number of parameters or n...
I want to take Query string parameters sent from another asp.net page and use them to do a sql query. I am getting in where clause variable is being used before assigned. The previous if state...
I have an application that opens another applicaton using Process.start() and when that process ends, I want my application to do something.  The Exited Event does not work and The WatchForExi...
Hello, I have a listView with a select button, when I click on the select button the SelectedIndexChanged fires up but when I do ; Dim i as integer i = lvOffers.selectedIndex it always ...
Hi! I want to add a company jpg on column a row 1 and title. Therefore I need to start my dataset dump on row 8 and comlumn A. The code I have now looks like this: How do i modify...
I can't seem to find a diff utility inside Visual Studio 2007 Pro I need to compare 2 C# source code files and find the differences. Is there a diff build-in? If not, is there an add-on tha...
I have a treeview that contains many UIElements.  Some of the UIElements have event handlers to detect if parts of them are double clicked, which in turn open a Windows via the .Show() method....
I have been using Microsoft Visual Studio 2008 Pro on several computers for a couple months.  I have no problems with it except on my AMD workstation.  On all Intel Windows XP Pro 32-bit syste...
I'm having a strange problem and I'm about 95% sure it's something stupid that I'm overlooking but I'm overworked and tired and not seeing it. I am using Windows Vista Business on a SBS 200...
Hello I am using Visual studio 2008 ASP.net 3.5 i am looking for a solution to add debug messages in code which I want to handle during compilation time i.e If I compile in release ( c...
I use WPF control libary project to create WPF control (ex:Glass Button) , my question is , is it possible to add these control to my ASP.NET page?
Hi I am trying to create a strong name for my assembly. I have gone into the command prompt by typing cmd then I have typed sn -k keyPair.snk but I get the error 'sn' is not recognized a...
Hello, I have a webpage in asp.net that contains some data, how it is possible that on each update on the database (DB2/400) my GridView control content updated automatically without refreshi...
I have created a simple Control Template for a textbox in MS Blend stored in UserControl1.xaml. as part of my Blend Control Library Project. I want to use this control template in my WPF app...
This is a more or less general development question, but here goes... I am developing a Windows GUI app using Visual Studio .NET 2008.  I want to store objects in the database, not in a sep...
Hi! Have this app in Visual Studio 2008. VB.NET And want to highlight a textbox, when the object got focus. Insert this line into Gotfocus event....         Text1.SelectionStart = ...
The two dropdown lists (class list and member list) in the text editor are not showing in VS 2008. I used to see them in VS 2005. Is the behavior different in VS 2008?
Hi I am testing deployment of a managed Excel VSTO 2008  project. I used the publish wizard to publish it to a folder on my computer.  I know that I have to then prepare the other computer th...
I've got a working VS2008 C# Web App on a WIndows 2003 IIS Server, working fine. I need to put on a Windows XP Pro (SP3) laptop for a demo which has no internet. I've copied the published dire...