Software Development Network Logo
  • Visual C#
  • Architecture
  • Visual FoxPro
  • Visual C++
  • .NET Development
  • Game Technologies
  • Windows Live
  • SQL Server
  • Visual Basic
  • Smart Device
  • VS Express Editions
  • Windows Vista
  • Visual Studio
  • Visual J#
  • Windows Forms

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Cleanup IntelliSense files?
Displaying the About Box
ButtonArray
attempting to create a COM object.
How to handle Null values in a database?
Cannot Install Visual Studio Web Express
Updating a form from a serialport component.
cant see some of the directories in local IIS
Event Viewer - Access Denied?
How To Loop On Rows From A Database Table

Top Answerers

Yasir Godil
QualyLee
Goran _
Olas
Smartway
Voltafil
Tone Southerland
Paul041157
Nicolai
johnAR
Shore Software
Only Title

Answer Questions

  • Brad Smith ReportViewer Problems

    Hi All. I have installed the ReportViewer component and loaded it into my Visual C# Express tool palette. I then added the component to a WinForm, and when the SmartTag popped up, clicked "Design a new report" but nothing happens. I literally mean nothing. The link looks like it is clicked (changes color) but it does nothing. Could someone tell me how to design a local report and attach it to the ReportViewer control And if I ...Show All

  • Chad Mumford DBConcurrecy Exception

    I have a datagrid with 3 cols Name as string, id as identity and money as money(mssql data type) variables and when I enter a float value to the money cell i get an dbconcurrency exception. How can i solve this It even saves the data too, but I don't want to see such a problem. How can I solve this Is your problem solved Regards, Bhanu. hi, you can check this link handling concurrency >>>> http://msdn2.mic ...Show All

  • rainielle73 help me to make my dll

    hi i need make to make DLL from an eMbedded Visual Basic (eVB) interface my device with serial port i did the following steps but i found erorr after compiling is my step courect !! Launch Microsoft eMbedded Visual C++. 2. From the File menu, select New . 3. In the New dialog box, select the Projects tab and click on WCE Dynamic-Link Library . 4. In the Project name text box, enter a projec ...Show All

  • Ljones27 Problem Installing Beta 2

    Was using Web Developer Express Beta 1 successfully on Window 2003 Server. I uninstall all of beta 1 as according to install instructions and installed Beta 2. When I run Beta 2 I get the following error message... "Package 'Visual Studio Common IDE Package' has failed to load properly (GUID={6E87CFAD-6C05-4ADF-9CD7-387943875B7C)}. Please contact package vendor for assistance.  Aplication restart is recommened, due to possible environment c ...Show All

  • Artybartfast Problems with Downloading Registration Benefits

    There have been several reports of problems with accessing and downloading registration benefits.  We have investigated the issue and have news to report.  This sticky thread will be updated with additional information as it becomes available over the next few days. Background In order to negotiate deals with partners and authors to provide the highest value benefits, we must must be able to guarantee a secure download center that li ...Show All

  • VS Developer Visual Basic Express won't install.

    I recently tried to install the VB express edition. I went through all the agreemetns and such,but when it came time to install, it wouldn't. It has done this on several occasions. it will being to install but then stop and says it cannot be installed. It gives me no error messages or anything. It just says: "The following item could not be installed: Microsoft .NET Framework 2.0." Anything I could do Simply put, the VS installers are the ...Show All

  • fg_garda Open Word causes V# configuration

    I have installed C# express and it works fine. But when I open Word or Excel, it starts to configure Visual studio C# using vcssetup.msi. This takes several minutes. I am running Office 2000, windows XP Pro (SP2). This happens repeatedly, even after a reboot but has not affected access or powerpoint or outlook. Any ideas   Hi, Try repairing the installation of your office.     ...Show All

  • Hacker Binding a details view from a datagrid view on 2 different forms

    Hi there, Virtually everything i have googled describes the above perfectly in master/details view on one form. Is there anyway to do this on two forms Basically what i want to achieve is to have my Main Form display a datagridview (with binding source, tableadapter etc) and be able to double click a record in the datagridview and have it open a new form with a details view bound to the record that was selected on the main form datagridview. ...Show All

  • Headhunter ToolStripMenuItem1.Click makes bgcolor change

    Hi, I am building a program with several textboxes, and I have a ContextMenuStrip to use with the textboxes. Now I want to make the textbox's backgroundcolor change into an other color if the user clicks on the ToolStripMenuItem_1, but how do I make this work, because I don't know how to do this. Grtz, Tom. Ok, and thank you for all the explanations you gave me :p I think I know almost everything I need to know to build my program ;) ...Show All

  • welshfire Access - Autoincrement problem

    I have some code to add a new record that I adapted from the Developer Tutorials as follows: If _ARecID = 0 Then Dim MyRecords As AUTORECSDataSet.AUTORECSRow MyRecords = AUTORECSDataSet.AUTORECS.NewAUTORECSRow() MyRecords.MFG = MfgComboBox.SelectedValue MyRecords.Model = ModelTextBox.Text MyRecords.Year = YearTextBox.Text MyRecords.DateDone = DateTime.Parse(DatePicker.Text) MyRecords.Mileage = Integer .Parse(Milea ...Show All

  • jstacy Creating A GUI Wrapper for a command prompt program

    I have a command prompt program which I want to create a GUI wrapper for in Visual Basic. The program I'm creating a wrapper for is ffplay, which is a program distributed alongside ffmpeg. What I want is to distribute ffplay either alongside or inside my own exe (ffplay is an LGPL program so I can do that legally). How do I integrate an exe file and it's dll files into a visual basic project so that I can use them in my program. When i call the ...Show All

  • Ken Adams System::EventHandler: function call missing argument list

    I downloded VCPlusSamples.exe . I tried building two sample projects (or solutions, whatever) on VC++ Express but it always stumbled at System::EventHandler lines like the one here in a header file. this ->Load += new System::EventHandler( this , Form_Load); The build error msgs are: y:\visual express\samples\c++\vc.net samples\vc.net - advanced .net framework (gdi+) - animation with gdi+\frmAbout.h(215) : error C3867: ' ...Show All

  • nikk1e Refering to other sub in Visual Basic

    How to you refer to another sub in VB I want to be able to press Enter and have a certain sub initiate, that has already been defined as handling a click, without having to rewrite all the code again. A perfect example of this is in Calculator, when you press Enter it does the same thing as when you click the = button. I had a look in the properties of the button that, when clicked, is handled the sub that I'm trying to initiate, but ...Show All

  • sean77 It is possible to use SQL svr instead of SQL Express

    Hi all! I am using the Visual Web Developer 2005 Express Edition Beta, I am doing the tutorial which are very interesting, I want to use databases with this, I have SQL server installed on my computer and I don’t want to use the SQL Express, how do I change this any little hint a tip a link anything will be great apreciated. Kind regards. Oscar Catana. Friends, Thanks. I got the answer, I create a new connec ...Show All

  • Sebastian Wilczy?ski .Net Framework 2.0 Failed to install

    When attemting to install 'dotnetfx.exe' (.NET Framework 2.0 - used download installer "Install Visual Basic 2005 Express Edition") the following error message pops up... "Extracting File failed. It is most likely caused by low memory (low disk space for swapping file) or corrupted Cabinet file" ... FYI my machine has 512MB Ram, with 20GB's free space. At time of attempting to installe, free memory was in excess of 212MB. I ...Show All

98990123456789101112131415

©2008 Software Development Network

powered by phorum