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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Stop Row Deleting
.net System namespace issue...
VS and Access 2003
Cant create new projects?
Because don’t show the icon sql Server Express edition in the bar tools ?
Thank you for re... VB express 2005
Chart Control
I dont know where else to ask..... AutoPlay Menu made in VB Express
Visual C# Application Development and the .NET Framework
Using ListView SelectedIndexChanged Event to Show Forms

Top Answerers

EmacsUser
tht1guy
BenMo
Przemek Wasylko
MarciusA
Jeroen Molenaar
balti bob
Akheiran
Armand du Plessis
Hennesey
Theodore's Visual
Only Title

Answer Questions

  • gmeh Suddenly my Form1 is HUGE!

    Visual Basic 2005 Express Edition: My debugging sessions have been going fine, suddenly my Form1 is HUGE! My screen mode is still 1024x768, but, my Form1 is greatly enlarged - like it is in 800x600 mode. I don't know how that happened! I compared the Properties of my Form1 with the Properties of Form1 in a new application and they are the same! I changed the size to 800 x 600 in Form1 Propertie ...Show All

  • kovnat Difficulty adding a parameter to a querry

    I am using two MS Access tables in my data source when I create a querry with a literal string everything works fine i.e. Select MyTable * from MyTable where (MyTable.Description Like '%' + 'Anything' + '%' I get the proper results When trying to use a user input field inside the query it doesnt work i.e. Select MyTable * from MyTable where (MyTable.Description Like '%' + @Description + '%' I get an unable ...Show All

  • Keith Chapman VSTO in Visual Studio Express

    Does anyone know if VSTO v.2 will work within the VS Express We have solution engineers on our team who might be able to pick up the Express version relatively easy and we'd like them to use VSTO to create Office SmartDocs. Thanks in advance! Thanks, Luke. Any idea if VSTO Express will be coming out also Roman - No, VSTO functionality will not be in the Express Editions of ...Show All

  • amselem another novice question

    I'm a civil engineering graduate student wishing to learn how to program in VB.NET so that I could develop an application that extracts data from ms visio, ms excel, and ms project. Can Visual Studio Express Edition help me or is VBA adequate It seems to me that using VB.NET create a more streamline application, plus, I'd like to get into developing as hobby. Any advice will be gladly welcomed. Thanks. ...Show All

  • GreenpathDBA No sound using My.Computer.Audio.Play and Win98

    My app plays sounds when it is running and works fine on my WinXP machines but when I use it on a Win98 machine it doesn't produce any sound. The sound files (.wavs) are distributed with my app and stored in a folder in the same directory as the .exe Are there any limitations with using My.Computer.Audio.Play with Win 98 Thanks for replying. Other sounds are working fine. I've just made a very simple ...Show All

  • german-punk How to save Files with a "SaveFileDialog"

    I don't Really know how Can someone tell me how Like you type a string in a textbox and you press a button called "Save" then you want to select the folder you want to save the .txt at.    Thanks   shakalama wrote: hi, goofu bad words are not allowed here, plz note all of us here are users like you , just trying to help each others i see he answered your question, unless you want someo ...Show All

  • Bidmaron Has anyone else received access to the IconBuffet.com icons?

    Hey, The iconbuffet.com icons are not listed in my product benefits download after I registered. Has anyone else been able to get them Thanks! Schnieds I found that I had to wait a little while for the content to be activated. I am not seeing it either... I need these icons! lol. I would like to get my hands on the IconBuffet - but I do not see it available fo ...Show All

  • Zee83 PIA references for Office.

    Hello. I have Office 2003, VB 2005 Express running on XP Home I am trying to interfaces to Excel using some code from another forum. My problem fails on the first line of the code. Imports Microsoft.Office.Interop The IDE complains that the Namespace or type is missing. I have included the references to "Microsoft Office 11.0 Object Library". I have tried to install the required PIA by selecting the required option fro ...Show All

  • Mark Zhou (Wicresoft) Puting my form in StartUp

    Hello everybody. 1. Can some one tell me how to put my form in start up when Windows XP booting (I also want to put my icon in Start -- All Programs -- startup) 2. Also i want to ask ppl here what are u using to make Windows Installer I use VB 2005 expres edition. Regards, Vladimir is anybody know answer for this please :) Hello ReneeC, I dont know ...Show All

  • Mirronelli Compiling your code - Express vs. VS2005

    Hopefully someone can shed some light on a bit of confusion.  The Express Edition FAQ says that you cannot compile a completed .NET website into .dll(s) (either to a single DLL like .NET 1.1 or multiple "per page" DLLs as I've seen in 2.0.)  However while recently attending a MSDN course the instructor said that both the Web Express and full VS2005 will allow for compiling the code upon deployment. Which is right   Is compiling up ...Show All

  • MainePaco Do i have to uninstall 2005 express as i want to load professional

    I have visual C# loaded on my computer do i have to uninstall as i now want to put on visual studio 2005 professional You can uninstall the express editions from the add and remove programs in control panel. No, you do not have to uninstall. They will work side by side. Hi Andreas, I would like to uninstall the express edition as i would have no need for it ...Show All

  • Gerhard Schneider Communicating to other apps...?

    Hello, Is there a way to communicate to other apps It doesn't have to be communicating communicate... What I need is this. I need to fill out a from another app. Then my app has to press enter. Yes, I think it's possible by "Sending" the keys. But the problem is when I try to get the result, let's say trajectory distance, then how am I going to get that It's in the program after you press enter. It displays it for you. H ...Show All

  • Software Engineer E-Books offer with registration: Is this offer real?

    I completed the registration almost a month ++ ago, but have not gotten any response. Has anyone actually gotten this offer fulfilled Cheers, yousaid Hi, Yes. Its true. I did get the email - but I got the email after about 10 days. One of the online books is available directly also here: http://msdn.microsoft.com/vbasic/whidbey/introto2005/ Regards, Vikram Yes, many folks have gotten the registration ben ...Show All

  • Brog Problem saving data with sql 2005 express

    I am new to VB2005 express. I’m following the videos from: http://msdn.microsoft.com/vstudio/express/vb/learning/ All was good until lesson 9, working with a simple master/details form. I change data from a register (i.e. "Chuck" to "Charles"), save the changes and aparently everything work, but when I restart the programa the changes were not saved in the database ("Chuck still appears"). I even download and ...Show All

  • degia OleDB - Adding a new record to a table

    I would like to add a new record to a table. I have open the database, however, I can not workout how the add the new data to the dateSet. Eg. I have field name in the table call ‘Mean Temperture’, how do I add a new value like ‘1.2’. This is the code I am trying: Any help would be great. Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and Settings\ ...Show All

585960616263646566676869707172737475

©2008 Software Development Network

powered by phorum