What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Visual Studio Express Solutions: 1 - 25 of 290
 
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...
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...
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 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,...
How to unpack an .img  file ? I have downloaded a MS VisualBasic Express Edition as an .img  file. I don't want to burn it onto a CD. How can I unpack it onto my hard drive (windows XP)...
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...
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 ...
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 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...
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 ...
How do I programmatically insert a tab character into a string in visual basic? I'm sure the answer will be siple :S I am using Visual Studio 2008, Visual Basic
I have a MDF file and I also have SQL Express 2005, please show me steps how to import the file to my SQL Express 2005 database. Thanks.
I cannot install Microsoft. NET FrameWork 3.0. Does anyone know what the error message, below means and how to correct this? [11/17/07,23:51:02] Windows Communication Foundation: [2] Error:...
I have wriiten a short script in excel vba to connect to a sql server but I would like to use it in a program I'm working on in visual basic 2008 express.  The problem is that vb express does ...
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...
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 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...
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...
When I try to make an icon using Visual Studio 2008's icon editor, it seems to change the pixels. I create 5 similar images using Photoshop (16x, 32x, 48, 64, and 96). I then take an old ic...
I am designing a program in VB, I have saved the file path in the database, how can I set when I click open file ,it can pop up the software which can open the file. example, I saved a avi m...
I want to make a game trainer with visual basic. And, I want to learn how to take the variables from the game, and then inject the same variables with different values. Please write if there a...
Code Snip:  I'm brand new to VB.net FYI ****************************** Private Sub administerForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load  ...
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...
How do i create a MySql database connection when the data source selection in Visual Studio 2008 Web Development does not include MySQL database connection.  I am trying to write a asp.net pro...
How can i display the line number in this compiler???