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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

How do I view Console.Writeline?
Reference a object within a MDI Form
Is it possible to upgrade vb4.0 apps to vb2005?
Login control failing
Trying to get somthing to work
registration benefits c#
Newbie lost in socket programming with error "An existing connection was forcibly closed by the remote host"
keypress event doesn't work with control on form
When will Visual Studio 2005 ship?
How do I get back into Form1.vb [Design]?

Top Answerers

Pierre Cizungu
AR Schleicher
Frank VDL
machevoletedame
roypython
Simon Soanes
Ayman Shoukry - MSFT
Yhert
FADI_KHAN
Noodles_is_a_valid_display_name
BlueParrots
Only Title

Answer Questions

  • goatboy For Each replacment

    Here's a simple question: OK, I'm relatively new to Visual Basic, and don't have much experience. So don't make fun of me for my stupid question, but here it is: I've got the regex statement, and at the end it says "For Each m In re.Matches(t)"... display a messagebox Now, all i want to do is display a messagebox ONCE with the FIRST instance of the match that it finds. However, when i try to get rid of the full For Each statement, all ...Show All

  • Santal_Maluko REgistration problem...

    Can someone give me the link to the VB Express Beta 2 registration I installed it on a pc of mine, that now is currently off the internet in an isolated network, But i'd like to retrieve the key on another PC. Link, please You are correct - the activation key is unique to the machine/install.  This is why I said you should start the activation process from the offline machine.  Obtain the URL that is ...Show All

  • Sanomo vb.net and Outlook/Exchange Emails and Global Address Book

    I am building an application in vb.net that needs to read the global address book and also to read and filter emails that a client has received. In Access this was very straight forward - Link Tables, select the Exchange server as a source and the address book and emails are available as tables. VB does not seem to be so straight forward. Does anyone have any code examples or links to code examples in VB Justin ...Show All

  • Jorn Andre Can ANYONE Program with the sql Server Management sTudio Express

    Hi All, Has anyone been able to actually code in sql Server Management sTudio Express I went into the sql server management studio Express I declared a database and a test table that had the following TestID --->unique identity -- typical config Test --> nvarchar(10) I then opened a new query and types insert into test ( test ) values ( 'testline' ) I clicked on Execute it said command successfully completed. If I go back to the ...Show All

  • fightingzero can i use the Express Edition to control msWord or msExcel?

    hi if i use the Express edition version can i call the Word application and then edit the content or update the bookmark i know the Visual Studio Tools For Office can handle this. Right please reply. THANK YOU Sorry, under your teach, i success to input the value to the excel , THank you. wddapp = CreateObject("Excel.Application") wddoc = wddapp.Workbooks.Add wd = wddoc.Worksheets(1) wddapp.Visib ...Show All

  • Shahani Jitendra combobox databinding

    Can anyone shed some light on this problem; I want to have a combobox where the display member and value member are taken from a data table (table1) and the selected value is bound to a field in another table (table2). I tried setting the display and value datasource to the first table and the selected value to that of the second table. This displayed the required info from table1 but once I selected an item from the list the item w as ...Show All

  • Kai Krause Q: C# tutorials with samples?

    hi, when i was learning macromedia flash Actionscript i found lots of recources with examples and that was so helpfull and reduce the time for me you can for examples take a look to this site http://actionscript.org/tutorials.shtml is there anything like that for C# Best regards Try this site, i've used it and it's VERY good for beginners... it looks similar to the site you mentioned above: http://www.programmersheaven.com ...Show All

  • thumperMTB search

    Hi, In the form i have a textbox,i enter a value in the textbox.the datagridview display the rows that matched to the textbox value.How to perform search in datagridview. Thanks in advance. Try this . ...Show All

  • tripl3z3ro [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

  • Víctor M. Spanish visual basic 2005 Express Edition

    Where I can obtain the version in Spanish of VISUAL BASIC 2005 express edition final release BauNZ - The Spanish versions of the Express products have not been released yet, but will be coming out early in 2006.  Stay tuned for the exact release date. Thanks, Luke Hoban Visual C# IDE Program Manager Thanks a Lot Where can I downl ...Show All

  • Nahum Cannot connect to server

    I can download the ~3mb files, but when they are run and they are trying to download and install everthing, it says that the transfer rate is 0, then goes to say that it is trying to re-establish it's connection with the server. It can't do this, and when 5 attempts to do this fail, it exits. Any ideas I too am experiencing this problem whilst downloading the Visual Web Developer 2005 Express Edition. It is most frustrating! However, I d ...Show All

  • F.Laskowski moving to another computer?

    I've installed vwd2005 on my laptop and can't handle how slow it is. I've already registered it though, is it a problem to uninstall and reinstall on a different computer Im foreseeing a conflict. Am I too paranoid As the registration costs are Nil at the moment (Until Nov 2007) it shouldn't worry you.... But if you download the ISO install and install from there you do not need to worry about registrations, You will get a regis ...Show All

  • cruzer Null Reference Exception - Array

    DateLine = NewsArray.GetValue(i, 0) Heading = NewsArray.GetValue(i, 1) sHeading = NewsArray.GetValue(i, 2) This is my code that is being highlighted when i debug my program. I copied the info to the clipboard and is here: System.NullReferenceException was unhandled   Message="Object reference not set to an instance of an object."   Source="EnterpriseInformationManager"   StackTrace:        at En ...Show All

  • BrianBrian How To Create Multiple Lines Within A Message Box

    How do you create multiple lines within a message box when combining a string with variable values I know... it would probably be easier to just create a seperate form and load the form.... just wondering if it was possible to not have to do such though. What if the data that is to appear on the next line is - lets say - the value of an array. I'll explain my question. What if I want to display a list of values which the user entered ...Show All

  • Liping Zhu Why MS SQL 2005 Express gets installed with VB.NET 2005 Express Edition

    I do not want to use MS SQL 2005 Express with VB.NET 2005 Exp. Ed. Can I uninstall it Will VB.NET IDE work without it Can I use MS SQL 7.0 server as that is what we are using in all our developments in VB 6. Is there a better Enterprise Manager for MS SQL 2005 Exp. as what is given currently is a piece of ***!... I tried SQL Manager 2005 for SQL Server but it could not connect to MS SQL 2005 Exp. what is happening here Is it possible to use ...Show All

34567891011121314151617181920

©2008 Software Development Network

powered by phorum