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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

How to connect vb2005 express and SqlServer Express through a network
Problem Installing Beta 2
Common Dialog Box and Save- newbie question
About Combobox
Print to File
can anybody help me???
Accessing Oracle using VB 2005 express
Is Visual Basic 2005 Express interpreted or compiled?
Frequently asked questions
Working and saving as VB 6.0

Top Answerers

EJP001
Polina
batman____
crazy jared
eric.adams
Steve Boyd
Per-Ove R. J.
SK9
RichardSw
Zefir
Nebulus Designs
Only Title

Answer Questions

  • N S S Impossible to install visual studio 2005

    Impossible to install visual studio 2005 because the "vs_setup_msi could not be opened", i tried with different versions of visual studio like c# or c++ 2005 (express or standart) & i've allways the same message & can't install it. Visual studio 6 is installed & works fine & i know they could work together. I tried to install framework 2 before, to uninstall it before; i also re-install dotnetfx & i had no beta or express pre ...Show All

  • Steve001 System fonts

    Hi, Is there a way I can display all the system fonts within a combo box for user selection any help would be appreciated. Ron It's probably easier if you use FontDialog Thanks Yes I agree Just what I need. ...Show All

  • __alex__ Filecopy("c:\xx.txt","\\Lan\Folder\xx.txt") error

    I need to replace File of Share folder. But I show Error as "Process can not access to file \\Lan\Folder\xx.txt it is being used by another process" That I am sure that File is not used and Folder is share Full access. Please help. PS : Other Function such as Kill(" \\Lan\Folder\xx.txt ") also Error. I would check with your Network Administrator. He/she should be able to tel ...Show All

  • L. Gordon Curtis .net question

    I wish to write a VB program for an app that is only .net1.1 compatible (ie. the haven't upgraded it to .net2 yet) and consequently .net2 is not installed. Am I ok writing the program in Visaul Basic 2005 express edition which I understand is only .net2 compatible Phill .NET 2.0 is a requirement, currently (there is a microsoft project in the works which will target the .NET 1.1 platform, I believe). Is there an issue with instal ...Show All

  • BetoFlyer Progress bar

    I am currently makeing a web browser in VB express and at the bottem i wish to have a progress bar . i have the bar in place .... but i need a script or the code to get it to tell the user how much the browser has loaded. Also does anyone know how to make a tool bar ... e.g. File | Edit | veiw | Help etc. I would be soooooo grateful ... thanks a bunch Rhys Durham Your code is full of empty event ha ...Show All

  • the_skipster Directory listing

    I am currently working on an archiving project. I have got it to work to some degree. It uses a folderBrowserDialog box to locate the directory to zip. Parses the string and creates the save location. It then zips and compresses the files by recursing through the directories and obtaining a list of files to be added to the zip file. Now here is my question. How could I select multiple folders in one pass And also is it possible do delete folder ...Show All

  • Mike Prilliman exporting exe to work another computer

    ok trying to send a console application .exe to friend to get their opinion on a small program but they can't run it. they are on a winXP pc like me how can I export an exe file to work on someone else's pc -mike If you're using .NET, they need the .NET framework. If you use C functions, you need the msvcrt dlls. If you use MFC, you need the MFC dlls. As you've posted in the Express Edition area, I assu ...Show All

  • GuyRoch convert VS.NET 2003 solution class library

    I have a class library project in VB.NET which is currently a VS.NET 2003 solution. Will I be able to convert this to 2.0 via VB Express Can I just open the solution and it will convert it for me Or does it depend somewhat on how complication the solution is Hi Someone, You should be able to open the solution in VB Express without any problems - any conversion will be done automatically, and a new copy of t ...Show All

  • Todd Bannar Visual Basic Express Resell

    I am completly new at using any programing language....but I am looking toward the future in asking the following question. Is it true If you make a program using VBE you can not sell it Thanks CatherineJean You're welcome. For the last word on this, in your VBE main directory, whatever that is, there should be a file called, "Eula.txt". That's your end user's license agreement a ...Show All

  • HellenW Mdiparent - Is this bug solved?

    I've an mdiParent (maximized) with X children (maximized). The mdiParent contains a menustrip. I load the children into the parent. The first time when I load a child into the parent, the menustrip hides a part of the child. When I minimize the parent and then maximize it, the position of the child is correct (below the menustrip). The same problem: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=180826&SiteID=1   ...Show All

  • bashok Redistributable Compiler for Visual Studio Pro 2005

    Hello new people. Obviously I'm new. I am currently in development of my own game rendering engine. I want call code that the user creates to be compiled to a Dynamic Link Library without them having VC++. Then have an exe compiled to run the Link Library. My question to you is this, in VS 2005 Pro is there stuff for you to include the compiler and run with your own application. Sincerely a new person to Microsoft Forums, Gho5tFac3 ...Show All

  • rambili C# and application settings

    Hi all , I'm just starting to learn C# after learning a lot of Visual Basic. However, I have become a bit stuck! It's a really simple question but I really can't work it out. I added two settings to a project, X and Y, both integers. I set the scope to Application. How do I then access these settings I need to be able to read from and write to these variables, which is the problem I have at the moment. A site told me to use RocksnGems.Pro ...Show All

  • julioc_aragonj c# express download problem

    Hello, I started dabbling in programming again and downloaded VB and C# express last November . A few weeks ago a dialog box popped up stating the trial period was over. I went back to Microsoft and read whatever I could to try and reload C# express but have not had any success. I used the auto erase procedure and checked the add/remove area in the control panel and found no mention of any relevent programs. The C# program downloads but when ...Show All

  • DarkSoulCrawling Help on C# for Rich Text Box

    Hi all, I been trying how to get the Rich Text Box to wrap after the user input. For example, when a user click on a check box that said order a mouse , I want the word mouse appear in the Rich Text Box. After the that, if the user click on the check box order a keyboard , I want it to have a carriage return onto the next line and the word keyboard should appear on the second line. But somehow, I got keyboard to overwrite my previous word Mou ...Show All

  • floresm Third Party C# Books ?

    Can anyone recommend any good books for learning C#/Visual Studio...something for a intermediate skill level (I mostly code in Delphi). I'd recommend the following books: 1. Inside C# - Tom Archer 2. C# Step by Step of MS Press . 3. Programming C# - Jesse Liberty Regards, Vikram Hi Scrptman, We have a list of recommended C# books on the C# Developer Center that may interest you. It really depen ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum