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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Programming Languages
Problem: Form Modifing with StatusStrip
Install failure on Visual c# Express Beta 2
How do I press enter to activate a button click?
getting started
vbKeyEscape
INSTALLATION ERRORS
System.IO.StreamReader
Updating a form from a serialport component.
Cant compile!

Top Answerers

duckling24451
dnelson MSFT
Scotty_C
Ragas
Rob McDonald
coding for fun
ECom.Net
Rajesh Basa
TomWolle
Anna Ahn
New Architect
Only Title

Answer Questions

  • johnninan sharepoint services

    Can Visual C# Express Edition be used to build Web Parts for Sharepoint Services The short answer is no. SharePoint Web Parts are ASP.NET Custom Controls and Visual C# Express is for developing Windows applications. The easiest way to develop SharePoint Web Parts is to use the Web Part Template that you can download from here . It looks like this template requires Visual Studio .NET 2003. Hope this helps ...Show All

  • ianemv Recent Projects box

    How can one remove items/listings in the Recent Project Box As far as I know there is no IDE Method for removing the projects or files from the list.... But you could always remove them manually. The File and Project Lists are stored inside the registry. Before I go any further, you do not really have to do this as this is only the recent list. To remove the files you will need to edit the registry, plea ...Show All

  • jianfeng Database problems: Save data, Change table definition

    Although a problem was recognized months ago regarding saving data, I'm disappointed that the Start Page "How Do I... (Database updating) still has a serious error and several suggestions are still floating around to resolve. Forum messages show this is causing a great loss of productivity with programmers and companies. See below for another problem. My past experience is with VBA and 2003 Net, using Excel as a database. Basics: 1. T ...Show All

  • Al_B Text boxes

    I am making a program that on click it will take info from textbox1 (user inputed) and out put it to textbox2. I have figured out how to onclick textbox2->Text = "This is text."; and that out puts This is text to textbox2, but i need to know how to get the text from textbox1 and then put it into textbox2. thx for the help edit: i would also like to know how to put the text info from textbox1 into an array. So if the message was "text file ...Show All

  • SulakshanaC VISUAL BASIC EXPRESS - 2 COPIES

    Several weeks ago I installed VB Express from a CD On Friday I installed Visual Studio Express from a DVD which I received from Microsoft. Do I now have 2 copies of VB Express on my computer If I do , can I use the Uninstall program to delete the 1st VB Express installation I was wrong about the version that I have. The name on the disk is Visual Studio 2005 and the name on the package is Visual Studio 2005 Team Suite. It ...Show All

  • Rogerio Sobreira Upgrade to Visual Studio Full

    I am eagerly waiting for my Visual Studio copy to come in from academicsuperstore.com. Is it possible to install Visual C# express for a couple weeks and then remove it and install the Full Visual Studio package without any sideffects Yep there should be no problems. They can even be installed on the same PC at the same time (not that you would want to).     Thanks! ...Show All

  • Evan2 Error Message When Running .Exe Files

    Hello, I've made a form in Visual Basic Express which just asks a question and gives 2 options, "Yes" and "No". If yes is clicked then a batch procedure runs and if no is clicked the form closes. I published the project I'd made and copied the .exe file that I found, into another folder on my computer. On my computer the .exe file opens perfectly and runs properly but when I open it on other computers on my networ ...Show All

  • LauraK Can an SQL database be exported into Access database format?

    I have been working on VB 2005 and SQL express lately. I wondered if it is possible to export any database created with these application into Access database format.   Would I have any problem in the exporting, would I loose any data Does anyone have any idea where to get information on how to do this   Thanks for all your answers. What you can do is pull the data to a dataset then save t ...Show All

  • RBA advanced operators?

    I cannot seem to find operators for raising values to powers or to compute base e logs.  Unavailable in Express   This works for me to raise 2 to the 1.6 power. TextBox1.Text = CDbl (2 ^ 1.6)   Also there is this from the math library:  n = log(B)[X] = 1 / log(X)[*B*]") IGNORE THE ASTERISTS - They are to prevent beer mug emoticons I believe the [*b*] specifies the ...Show All

  • jcbrooks75 how to know an application is 16 bit or 32 bit.

    Hi All, How can we detect that the application is 16 bit or 32 bit application (Example: a vc++ project's .exe, developed in dialog based) Best Regards, Janakiraman You have to look into the header of the file. Both have a DOS header, but the 16bit file has no PE (Portable Executable) part. http://www.windowsitlibrary.com/Content/356/11/1.html http://msdn.microsoft.com/library/en-us/dndebug/html/msdn_peeringpe.asp You migh ...Show All

  • Bunchito What good is it.

    I posted two different messages, two days ago. So far, at leasted 130 people have read both messages. But so far, nobody has taken the time to answer them either. I thought this forum was about helping others along! This really sucks! Thanks Bill Gates! Just another waiste of my time! Hi, actually here are getting lots of questions answered. All my questions were answered by now. Perhaps you are not precise enough in your questions. ...Show All

  • flying scotsman How to indirectly reference a resource

    This is a shorter question that piggybacks on my earlier post. Char 65 is "A". I have added a resource file named 65.gif through IDE GUI interface, not code. The resource adder named this item '_65'. I am now testing how to use a partial set of these type 'pictures of letters' in a program. I need to use a character code to look up it's associated gif image. To test, I have hard coded '65' as a string, added the underscore pre ...Show All

  • Adrian_Moore VWD Express Edition 2005 error

    I downloaded VWDEE several weeks ago and have been using it religiously since then. It is a great tool and I have really learned a lot during those weeks. I have now run into a real problem that I can't seem to get a handle on, so I thought I would ask here and see if anyone else has seen this problem. I started having random problems with my really simple ASP application. This application uses a database connection and most of the problems a ...Show All

  • Mark Edmonds Should i use a generic Dictionary or a Collection?

    Hi. When i was using VB6 i was using collections. Now, i tried to use the Dictionary in .net, as it is basically a strongly typed collection. When i used collections, everytime you added an object / key, it was given an index. I would for / next through the collection to get all of the objects. How can i do this with a dictionary A List(Of T) can only be indexed with an integer, a Dictionary(Of K, V) can ...Show All

  • ZHA ListView Control

    Help Me!! LOL. I can't figure out this darn control. Item and then SubItems. List View Control. Thanks alot. Hehe, don't worry. You have a Name property where you can associate it with a name. This will work as a key. You can ofcourse use a number but it will be converted to a string. lvi = ListView1.Items.Add( "item1" ) lvi.Name = "I1" lvi = ListView1.Items( "I1" ) Thank You Very ...Show All

383940414243444546474849505152535455

©2008 Software Development Network

powered by phorum