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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Need Help Please
error C2632
trying to download from Registration Benefit Portal
Accessing forms from external classes
Could someone recommend a good book for VB 2005?
DataBinding
several problems with performance
Paint Problem at MDIChild at Opening at Startup in Maximized State
Error .exe is missing question
How can I make text flash using Graphics.DrawString

Top Answerers

scndsky
Gary7
aleex
Gunter A.
Felipe Gaiotto
rfitch
Victor I. Dorofeyev
Layton
LennyN
madmac
Topix: Stephen Sondheim
Only Title

Answer Questions

  • Alex K 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

  • plgy2000 Runtime Error On Delete / Free, only with "/MD" and outside the IDE

    Hi, I appreciate any help with this issue. I have an application which runs fine both in debug and release mode, if I launch it within the IDE. The debug compiled .exe "/MDd" can also run fine outside the IDE. However, the release compiled .exe "/MD" gives a run time error: ************** Exception Text ************** System.AccessViolationException: Attempted to read or write protected memory. This is often an indic ...Show All

  • Tallier fatal error C1083: Cannot open include file: 'randomcard.h': No such file or directory

    Hi, I'm using Visual C++ 2005 Express, and I see that this type of error message has been giving a lot of people problems, but after trying a few of the fixes posted here, my project still gets the same error message. Here's a snippet of my .h file: //randomcard.h int randomcard( void ) {    int randomnum; and here's the top part of my .cpp file: #include <stdlib.h> #include <stdio.h> ...Show All

  • ChristofWollenhaupt Upgrade SQL 2000 database to SQL Express?

    I have a small SQL 2000 database that I wish to migrate to SQL Express to test etc. What is the easiest way to go about this please Excuse the newbie question please... Cheers Craig I converted from 2000 to 2005 Express and lost some performance. Please post your performance thoughts after you have used 2005 Express for a while. I had also switch from W2K to WXP. W ...Show All

  • Lee Hambley Error Message 80042729 when saving the project

    I get error message 80042729 when I attempt to save a project. It also occurs when the system looks like it is attempting to save the state of the IDE when I get past the Debug error message that comes up unless I use the Control-F5 option. I have searched all of MSDN, Microsoft, and Visual Studio 2005 and had absolutely no hits on either message. I'm getting this error whenever I build my project.  Here's ...Show All

  • Ray Ray GetPixel's Output - Hex, HTML or Dec?

    What's the output of GetPixel Html, Dec, or Hex I need to know.     Binary......It's an integer. Look at the to the API and it says integer. Dec or Hex is a way of formatting binary so that humans can read it.     Oh wait a minute.... I think I know what you are asking. You're asking about the way the output of Getpixel is coded. It's not coded in any format that is imediately usable by ...Show All

  • marcotoon I can sell an application made with visual express edition???

    I have a question, if development an application with visual express edition and now I want to sell I must it pay some kind type of license to Microsoft by its distribution thanks. pd. sorry for my english is very bad ;). You do not have to pay Microsoft anything to be able to sell applications made in the Express versions just the same way as you wouldn't have to if you write your app in one of the higher (paid) versions. In ca ...Show All

  • Look msvcp80d.dll debug problem

    Hi, im just installing and testing the new visual C++ express, but when i try to run my aplication(debbuging mode), i got this error "the application can start because msvcp80d.dll wasnt found" (i have winXP in spanish language). If i try to run it in release it works. I have WinXP Home Edition SP2 fresh install up to date (have all patches) and visual estudio .net 2003 installed. How can i fix this . ...Show All

  • fermo111 Newbie: Keeping Forms in Synch w/Code

    Hi all, I'm new to VC# so pardon me if this is a simple question. When I drag a control (like a DataSet) onto a Form I know VC# will generate some code. That's very convenient.  The problem I see is that when I delete the control, the generated code remains. This isn't a problem for a simple Form with a few controls but for a more complex form it gets tough to hunt down and remove all the applicable generated code. Is there a way to ask ...Show All

  • Lana567890 An error occurred creating the form - in debug

    After making several changes, started app in debug, get following msg, with highlight on (startup) frmMain: Public Class frmMain System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is: InvalidArgument=Value of '1' is not valid for 'Index'. Parameter name: Index" Source="MIF" StackTrace: at MIF.My.MyProject.MyForms.Create__Ins ...Show All

  • betolea Report Designer in Visual Basic Express 2005

    Does anyone know, how to add a report designer component in Visual Basic 2005 express like VB 6. In general how to design a report in VB 2005 express I have got Visual Basic 2005 express version. Do I need to buy MS Visual Studio 2005 pro to avail Reporting Service Let me know if you have any other solution available for desiging and calling reports from the VB 2005 express. Thanks in Advance. I've moved ...Show All

  • Lubor Registration is somewhat confusing

    I think I registered successfully but I haven't received a key, only a thank-you email. Does anyone understand exactly what is supposed to happen when registering Thanks. Doesn't anyone understand the registration procedure Elfelf, what link are you referring to Benjamin Bradley - VS Core IDE what's the link to the registration No ...Show All

  • 204198 I get 3 build errors while publishing (Please Please Help)

    Error 1: Cannot publish because a project failed to build. 1 1 Band Web Browser(BETA) 1.0.0.0 Error 2: Unable to copy file "bin\Release\Band Web Browser(BETA) 1.0.0.0.exe.manifest" to "bin\Release\Band Web Browser(BETA) 1.0.0.0.publish\Band Web Browser(BETA) 1.0.0.0_1_0_0_0\Band Web Browser(BETA) 1.0.0.0.exe.manifest". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 ...Show All

  • Mohammed Ramadan Is The OOP Microsoft.VisualBasic.IIf Equivalent To the Procedural If Then?

    so I guess the thread was locked due to thinskinned vb'ers, unfortunately bronco has a fantastic question in his last post and it certainly warrants discussion. . . This Particular Microsoft.VisualBasic.IIf Is extremely important to me.... If Microsoft.VisualBasic.IIf is Equivalent to the Procedural "Classic" If then.... If it is Equivalent I can Transist to Pure OOP by using Descision Tables, Boolean Algebra and other CS tec ...Show All

  • Pankaj2joshi How do I get the Visual C# 2005 Express benefits?

    With help I have managed to register VSC#2005E, but I have received no e-mail with instructions on how to get the benefits.   How can I still get them Thanks,   Guido Thanks. I had looked there before and saw nothing, but now there is a link to an access page. Unfortunately, I get an error message when I try to download the benefits: "There was an error launching the File Transfer Ma ...Show All

495051525354555657585960616263646566

©2008 Software Development Network

powered by phorum