Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested Visual Studio Express Solutions: 1 - 25 of 211
 
Hi I have just downloaded Visual Web Developer 2008 Express. The only tutorials that I can find are a 415 MB download for videos that seems to crash half way through Does anyone know wher...
I have installed MS Visual Web Developer 2005 Express Edition on my Notebook (WinXP Pro SP2). And it's working fine. Then I tried installed SQL Server 2005 Express Edition SP1. There is no err...
Creating a web site using Visual Web Developer 2005 Express (Asp.Net 2.0) using VB. I have a page that uses Java PopUp windows: <SCRIPT LANGUAGE="JavaScript"> function popUp(URL) { day =...
I have a large SQL Server database, and I have a VWD 2008 Express project that can connect to it okay. However, in VB 2008 Express it doesn't seem to know about SQL Server 2000. In particular,...
I do have a problem I am stuck with for 2 days: 1st and important: It is a winApp, not an WebApp I am using VS2005, C# on WinXP. I have an c# object (a class). I want to display these ...
Hi, Running VB 2008 Express and would programmatically write a connection to a sql database. Will I also need to reference something? VB6 would be something like this but not sure about V...
Does anyone know where I can find out all of the difference formatting codes for: DataGridView1.Columns(1).DefaultCellStyle.Format = ? I have seen examples of "c" & "d" & "C" & "C2" but h...
I have a datatable object in my application (from a MS-SQL Server) I'd like to convert it to a dictionary like key=column1 and value=column2. But I don't really know how I can do that.
I've recently downloaded and installed Visual Web Developer Express 2008 but It's giving me the following error After I've selected the Datasource. The error message is - The data provider ...
Here's is my Old Visual Basic 5.0 Code and I want it to run in VB2008. I need to search a folder to check if any files ending match the computer username and extension .pj then copy them to ...
I have multiple tables on a web page that the user adds content to. There are some TextBoxes, CheckBoxes and DropDownList that are used for data entry. How would I move the contents to a d...
It pops the message:   Please insert the disk: Microsoft Visual Studio 2005 Standard Edition - ENU Disk 2 but there is no disk 2. This appears during the very first install item, "Micro...
Hi, I'm trying to exclude some tuples from my mdx query but I'm still missing some understanding of how the MXD works completely. I have some null values I want to return zero because t...
I have a Dynamic HTML table being added to a web page when I click a button. The table is built from a .CS control. I need to add multiple of this same table to the web page everytime th...
I have a listBox1 listBox control in C# populated with items, how do I reorder them (IN THE SAME LIST) using drag-and-drop (just like the Winamp playlist does). would like an example (piece of...
Hello Experts, I recently migrated to VB EXpress 2005 from VB 5.0 and am having difficulty translating old VB commands in VB 2005. I have written the following program to analyse people's ...
I have a datagridview (dgvNames) which has two columns, cusip and name. I need to set it up so that when a row is selected from this datagridview, it will fill in textbox1 with the value from ...
How can i display the line number in this compiler???
Dear experts, Is it possible to get Crystal Reports XI to work with Visual C# 2005 Express Edition? I've been browsing the Internet for some time now and I'm about to believe that it's not ...
I have a simple app which was built in Visual Studio 2005 Express Edition. This uses ClickOnce and worked with no problems at all. However, after I upgraded to VS 2008 Express Edition, some...
I need VB code to get the IP Address and Hostname of the local machine
I am creating a web application that is coupled to a database of client information. On the paticular page that I am having problems with, the user clicks a linkbutton that calls an AJAX modal...
I have this query to create a funtion.... but it gives me an error... Please have alook. I am using sqlserver express edition... CREATE FUNCTION AverageQuantity(@funcType varchar(20)) RET...
Hi, I have an simple MDX query I want to make. I want to change all the zero values to 10 for my Amount measure. I cannot understand why my IIF syntax is changing those zero values, when runn...
Hello EE I have a SmartForm Client application built in Visual Studio.net C#. I want to improve the User Interface look and feel, currently its a bit boring. Are there any samples or applicat...