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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Visual Basic 2005 Express edition Installation Problem
Getting Data from Excel Spreadsheet to Populate TextBox Controls on Form
Tiny app consumes lots of RAM
Check Array for in another Array
Let's go to work on an FAQ for this Forum
C++ Express winodws 32 applications Problems ??
ListView sorting question
Do you know how to play video with AxMediaPlayer Class?
Searching for e-books
VC# 2005 Express - reg key

Top Answerers

Hegbom
ggolub
metamata
Martin Dekker .
Lilia Vratch
NMF
ncarty97
QbProg
gary6769
Tom Morrison
T茅cnicas de programaci贸n en Visual
Only Title

Answer Questions

  • Giridhar Deploying a Web Developer 2005 web site with a database connection

    I have developed a web site project in MS web developer 2005 express based loosely on the clubsite starter kit. The application works without error using the development server on my local machine, however when I FTP the aplication to a remote machine, all the database connections are lost, because they're still pointed at mdf files on my local machine (which is not running IIS). I have FTPed the databases to the remote machine, but cannot figur ...Show All

  • Saran.T. Win32 Projects

    Recently installed VC++ 2005 Express to create programs with the PSDK and DirectX SDK. Got a few linker errors regarding Win32 API functions that I tracked down to the fact that Unicode was set. Now every time I start a Win32 Project I have to go into the project properties and set Unicode to "Not Set". Is there any way to edit the project wizard to set Unicode to disabled from the start A web search pointed ...Show All

  • OmidQRose Form close and BackgroundWorker

    I have a BackgroundWorker retriving data to a report viewer and it takes a minute or so. What should I do for when the user closes the form (MDIChild) during the life of the BackgroundWorker I added BackgroundWorker.CancelAsync() in the formclosing event and it seam to work, but when you exit the application you get an error. The long operation is one statement (long query) so I did not have much of a way to check for cancel. I ...Show All

  • Sivaramaiah shutdown windows

    Is there any way of shutting down windows thru a form is it in the My.Computer listings please help thanks for da help also is there a way of making an app that hides windows all the time kinda like a second OS but with windows still runin in da background You could make a form which is maximized and doesn't have a border etc. To make something similar to t ...Show All

  • Jarda Kroupa PDF Visual Basic Guide 'Build a Program Now!'

    Please see this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=375278&SiteID=1 I have looked at my old emails and found that the PDF document was titled 'Build a Program Now'. Unfortunately, those emails did not include a link to the PDF document! I have now found out how to get this! For the benefit of anyone else interested, once VB Express has been downloaded, make sure you register it.  Microsoft th ...Show All

  • vinny15 Can I combine code and included objects to one program file?

    Can I combine code and included objects to one program file It seems that included objects like forms, buttons, text boxes etc. together with their properties are stored in another location than the program file. This destroys the overview of the program. For example, the name definitions of the objects are not visible from the program, so the names seem to be grapped out of the air. A class is a "blueprint" of an object, but I have ...Show All

  • Zenaku213 How to Refresh the form?

    I have created a simple archiving program. The zipping part of the archive program takes a while to finish. People who are using the program thinks that it freezes because when they click on it several time it say's not responding. It works if you just let it do it's thing. So I thought I better incorporate some things to tell the user what it's currently working on and the percent complete it is on all of them. So I put 2 labels on the form. On ...Show All

  • Leena S Outlook Like Interface

     had a need to recreate an interface that I created in VB6 to NB.Net. Please take a look at this code and let me know how to optimize any sections. All you need to do is to open a new Windows Application and add and image control. Add about a 100 images to the Imagelist. Then copy and paste the following code into Form1 Code area and the code will create and position the controls: visual basic code: Public Class Form1 Public Fea ...Show All

  • OneRing How do I get the Corbis Photos?

    Hi all, I downloaded, installedand registered SQL Server 2005 Express and Visual Web Developer 2005 Express. Emails I received from MSN for both applications said that I could download 250 royalty-free images from Corbis. I went to the Registration Benefits Portal and signed in and viewed the list of available programs but none of then appear to be for the Corbis photo site. How do I get to their site or what do I need to do to get the ...Show All

  • Talyrond When I create a new project I get "Requested registry access not allowed"

    When I create a new project in Microsoft Visual C# 2005 Express Edition in my Limitied User Account, Microsoft Visual C# 2005 says "Requested registry access not allowed". How do I correct this problem I'm running Microsoft Windows XP Home. Smokie's answer was correct. Just so you know, I got the same error running Visual Studio 2005 Standard Edition on Windows XP Professional. I also run a limited user account (on XP Pro, ...Show All

  • Arun Goel Creating a Menu with VB2005

    Hi. I would like to create a menu on my form with VB 2005. On VB6, you go to the "Tools" menu at the top and then choose "Menu Editor" but on VB2005 there is nothing like that under the Tools menu. I read somewhere, where you can add a menu in code but that is too confusing and takes too much time. So is there an (easy to do) Menu Editor on VB2005 like there is on VB6 Thanks in advance. ...Show All

  • bdavidh Is it possible to connect to SQL Server Express?

    From the SQL Server Express web site it claims that you can use Visual C# Express 2005 with SQL Server Express 2005, but I have yet to find a way to make that happen. When I try to select a data source the only options I get are Microsoft Access Database File Microsoft SQL Server Database File When I try to select the latter, I just go on a wild goose chase where it claims that I don't have credentials with the server. When I use the re ...Show All

  • dsmithwv Variable Recreation

    Hi, a dumb question from a newbie. I have an Mdi appication in which i declare variables at the start of the class as below: Try declaring your forms without the NEW keyword. DIM Childform1 as Child Then create it in your sub-routine with Childform1 = new Child ChildForm1.MdiParent = Me ....................etc I'm not sure if this will give you the desired effect as it is a bit hard to understand what your are trying t ...Show All

  • Fex Are there VisualBasic Express Editions in other languages than english ?

    I would like to download VisualBasic ExpressEdition not in english but in a different language (e.g. german or spanish). Is this possible How do I download this versions Or are there language add-on packs Thx Matt Hi, you need to use the appropriate language MSDN site. VB Express Spanish: http://www.microsoft.com/spanish/msdn/vstudio/express/VB/default.mspx VB Express Gemany: https: ...Show All

  • andrey Convert from Microsoft Visual C # 2005 Express Editions to Borland C++ builder

    My program should not use .net framework so I should convert it from Microsoft Visual C # 2005 Express Editions to Borland C++ builder how can I do this convert shakalama wrote: hi, i don't know how but there are some programs for that , but this will cost you some money google for convert from C# to C++ hope this helps I need more help . Because my program should not need .Net Fr ...Show All

98990123456789101112131415

©2008 Software Development Network

powered by phorum