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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Invalid Registration Key
Visual Web & VB Express Installation Conundrum
Win32 Console Application template linker error
Users in SQL Express server
comparison between VS express and the full edition
No EXE file created in VC Express Edition
SQL Commands in an access Database
Yet another SQL/XML question
receiving the auto generated ID for the last row
"Parameter is Incorrect" When Creating Tables

Top Answerers

mrfatmen
mikey d
sunfriend
Kari the Nerd
Héctor
KLWSearch
Artem V
Jemmy
Diego Cione
quargel
AmberPoint
Only Title

Answer Questions

  • Armin Zamani No help file in published application with vb 2005 express

    Hi, I'm developing an application and I've just performed a publish product, but the help file - which I created with html help workshop - didn't seem to get bundled into the release. How do I make the published product include the help file and put it in the same directory as the installed executable - so the application can find it. On a related theme, I have another executable that I start as a process from my application - that also ne ...Show All

  • Ademaure Why this limitation in C#express

    Here is a problem with my C# express installation.(RTM). With the previous version it was possible to connect to the SQL Server Express specifing a server and a database(add connection). Now it is only possible through "AttachDBFileName". So I cannot connect to the SQLEXPRESS if I don't specify "Database file name(.mdf file)". Is that correct In the VWD it is possible Why this limitation in C#express In the "Change Data Source" dialog, there a ...Show All

  • Dralt [newbie] Webbrowser question

    Hello all, I am working on an application that will print a saved Web page without displaying it to the user. I have found a code sample in the help that would do exactly this. Here is the code: public void PrintHelpPage () { WebBrowser webBrowserForPrinting = new WebBrowser(); webBrowserForPrinting.Url = new Uri (@ file://c:/out.html ); webBrowserForPrinting.DocumentCompleted += new WebBrowserDocumentCompletedE ...Show All

  • kbrouill buid a application!

    have any way to buid an application but don't use framework! thanks!!! NO! Seen this question way too many times. hi, actually jmcilhinney answered it but i just want to add one thing, the java applets will not run in your computer unless you have jvm, the same here any program you will write will not run without framework v2.0. hope that helps ...Show All

  • andcrumx Industrial/factory automation.....is vbnet the way to go?

    I am looking to build a factory, that has 10-15 appliances which will be used in different processes. Essentially the software has to interact with the appliances, turning them on and off, monitoring temperatures, and moving parts. We have 2000 recipes (or processes) that need to be stored in memory that can be applied to our product. Our thoughts are that this would probably done with a micro-controller. Can vb be used in a microcontro ...Show All

  • n_sateesh Add line numbers to code

    Does any one know how to add line numbers to your code for error handling I want to use Information.erl in my error routines so I know the exact line the error happend. In vb6 I had an addin that would add line numbers for me. Is there anything simillar for vbExpress Note: This is different from adding line numbers by going to Tools > Options > Editor Options. Thanks Assuning that you are debugging, if you either call Th ...Show All

  • mika85561 How to publish a project ?

    Hello, I installed the iso version of Visual C++ Express, started my project. Now i would like to publish my project ( On a CD-R for example ) , but when i look in the help it's written to Rigth click on the Project Name | Properties and a "publish" tab should appear. When I do that, i have no "publish" tab ... Thank you in advance for your help. PS: Excuse me for my approximative English ( I'm a french g ...Show All

  • MS440 first c# errors

    Here is my code and i cannot compile it. i cannot understand why public static void Main() { // single dimentional array int [] numbers = new int [5]; // multidimentional array string [,] names = new string [5,4]; //array of arrays byte [][] scores = new byte [5][]; //create jagged array for ( int i=0;i<scores.length; i++){ scores = new byte [i+3]; } // print each row f ...Show All

  • Karthik B Detailed example - structs

    I have a weird situation as follows: staticData.h defines a struct as follows: static struct city { public: int cityID;          char cityName[22];          char countryID[2];          char countryName[20];          double lng, lat;      &nbs ...Show All

  • hengemd Problem with Calculating a Total

    My datatable has Units - Decimal(18,1) Price - Decimal(18,2) Total - Decimal(18,2) My Code Dim Rate As Decimal Dim Unit As Decimal Dim Total As Decimal Rate = 78.81 Unit = 5 * QTY / 18000 Total = Rate * Unit When you do the math above for Unit you will get 2.77777777777 then Total would = 218.916666666, what I really want is for Unit to = 2.8 * Rate = 220.67. Units = 2.7 & Total = 218.91 is what is being sto ...Show All

  • SpawnProduction help! can not create any project in visual c++ 2005 express edition

    when i try to generate any project in visual c++ 2005 express edition, it always told me that the operation could not be completed and can not find the required module! the Microsoft .NET Framework SDK v2.0 is installed i use Menu selection New | Project | and then select a installed template such as CLR empty project. After I give the name to project and press the button ...Show All

  • tzvikab Asp.net

    Hi everyone.... I need help with how to got data from Object......... please Can anubody explain how to build  a set of Data with using databas or XMl file....... I am using  the .Css file but there is no data in it so my question is how to put data in gridveiw by using object data set Thank you I'm not sure if I understand your question, but try this: DataSet yourDataSet = new DataSet(); /* ... ...Show All

  • veluci Can't debug old project

    I've imported a project made in Visual Studio.NET 2003 followed the guide to configure to VS 2005 Express but then trying to debug i recieve this error message:    Error while trying to run project: Unable to debug    binding reference (handle) is invalid. The program (A C# windows application)runs great if i run without debugging, every single part work! That's confusing me! I'm new on this, so please help me ...Show All

  • slender_bamboo Intellectual Question??

    Hi There Below Is a Is a Generated VB Simple Program. - A Windows Form with a Rich Text Editor Control loaded with the Text - "Hello World Without A Printer"....... < Global .Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protec ...Show All

  • David Notario Communicating between executables

    Hiya, Just wondering whether anyone can explain to me how it is possible to communicate between two separate executables at runtime. I want to pass a piece of information securely (not via a file) from one program to the other and I haven't been able to find any information on how to do so or even if it's possible. Any help would be muchly appreciated. Communicating between two separate executables are inde ...Show All

353637383940414243444546474849505152

©2008 Software Development Network

powered by phorum