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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

How to save images to sql?
No "devenv.exe" File
Help displaying specific Arrays in Listbox!
RTFBox, Save & SaveAs
Sql money type and textbox confusion
crystal reports in VC# express
Coming from vb6
How display a help box when mouse hovers?
VB 2005 Express/MS Access - row is not being added
SQL Express install issue

Top Answerers

msuser-ngm
pwtsky
SDerix
desert
IvoM
MattFunke
Denham
AlanSweet
Tuyen Tran
robinva
Telegraph: Brad Pitt 'to Buy an Italian Vineyard'
Only Title

Answer Questions

  • new2dev SQL / Datagrid

    Hello there, i’d like to know, in general, how would the code be to fill a datagrid ("datagridview1") with all datasets from a table ("Tbl_ausgaben") which is in the DB_AusgabenDataSet I think there must be sth like SQLConnection ... Could any1 give me an exemple code or a link which could help me Thank you very much! Bye, Mike Hi, You can try this walkthrough: http://msdn2.microsoft.com/wwh8ka92.aspx Best regards, Hi, Sor ...Show All

  • Jitendra Shahani Cannot find MSDN Express Library and SQL Server Express in Add/remove programs component section

    Hi, I downloaded Visual Web Developer Express on my pc.  I did not download the express library  or SQL server express because I already have studio.net on my pc, web matrix (and the server it uses) and IIS.  I didn't think I needed sql server express, plus I thought I'd be able to download it through "Add/Remove programs" and adding the optional component according to the "Readme" file.  SQL Server Express and MSDN Libr ...Show All

  • fRoStLIM LOADING FORMS FROM ONE MAIN FORM

    I WANT TO MAKE UP A NICE GUI FOR MY PROJECTS AND I WANT IT TO FUNCTION LIKE A MENU. HENCE I NEED TO WRITE THE EVENT LOAD FORM BUT I NEED TO LOAT SEVERAL FORMS INSTEAD OF THE ORIGINAL ONE BY CLICKING ON A DIFFERENT BUTTONS WHO CAN HELP ME hi, you can do this by doing something like this add a new form to your project, add buttons for each form you want to open it then in the code view you can start to wr ...Show All

  • sally8377 How I can create a file association?

    how i can associate a file type with my application ps: I wan't somethink easy.. Put the tipe Do you mean type name If so, it is the second argument to the constructor and to use the whole thing you’d simply do something like this: FileExtension fe = new FileExtension ( "MyMediaApp" , "My Media App Media File" ); fe.SetExtension( ".mp3" ); fe.SetExt ...Show All

  • MattTaylor register activation key is invalid

    Ive register activation key.but when I input the key,That say the key invalid,How can I do Usually, I am use two computers, but my forget is which set register, in common use now of a set can't activate. I must format disk Registration (activation) keys are only valid on the machine from which you registered, for the software copy you are registering, and for the sp ...Show All

  • Snyder Donny VB 2005 Express Error Message Loading Program

    I am receiving an error message when I launch VB 2005 Express. It is the message that only say that the program has caused and will have to close down. Then it gives you the option of sending a report to Microsoft or not. There is nothing in the message to help me figure out what is happening or why. I have sent several reports to Microsoft but I have not heard anything back. Has anyone else had this problem G ...Show All

  • Mike UK Online Search Failure with VB Express

    Just installed Visual Studio Express 2005 (the C++ option). Tried to use the Document Explorer to search online using the Search tab for the string "Simple2D". Got the following error message. I understand what it says, but I'm wondering how to resolve it. The Explorer seems to know how to talk to other parts of msdn fine. X Search failed The request failed with the error message: -- <html><head><title>Object moved</ti ...Show All

  • vamsib Newbie Trying to get specific data from an sse database

    I am trying to query a specific field from my sse database based on two different variables. And use this information to fill a textbox with an integer. The first variable is a combobox that is filled with data in one of the other tables in the sse database. This table has a PKcolumn that is an integer and the identity of the column. The only other column is a nvarchar(30) string (which is the actual data in the combobox) The second variabl ...Show All

  • tripix Hello from a returning learner...

    Hello from England! :) I learnt VB a while back but I've lost my skills since then and now I've decided to learn how to program in VB 2005 Express Edition and I was wondering if I can copy the code that I have from the programs that I previously created into the new version... Also, where can I get software that allows me to create customised splash screens from, especially transparent ones and also are there any good tutorials that teach ...Show All

  • MHoess Visual C# Express Edition not installing behind a proxy

    Hi,    I connect to the internet via a proxy.But when i run the Visual C# 2005 Express Edition setup , it tries to download the Visual  C# 2005 edition files and results in a runtime error. I tried installing BitTorrent(Background Intelligent Transfer Service) 2.0 ... It still does not work .. i am sure the setup uses the proxy settings. Please help! Bye Go to http://msdn.microsoft.com/vstudio/express/support/insta ...Show All

  • Vladimir Savinov Order Tables Ascending in DataSet

    Hey there, I have a problem cause I don't know how to order tables ascending within a dataset, so I need to know how can I do that, I have for example these tablenames within a dataset in this order: "0050Colors" "0021Cars" "0120Symbols" "1008Field" "0215Country" that's the order in what the tables are added into the dataset, and I need them in the next order: "0021Cars& ...Show All

  • Karlo S VC++ Express Win32 Application without Platform SDK

    Good afternoon... When I select New Project in VC++ Express I given a template choice of Win32 Console Application. My question is, what is a Win32 Console application without the Platform SDK installed   Is this just a Standard C/C++ library application   If not, what is it Thanks The PSDK is free and has been available as such since I can remember. It is independent of Visual Studio - otherwise how would users of other C co ...Show All

  • Joel Archambault How to get IP address

    I am trying to get the IP address of the PC that will be updating records in database and insert into one of the field of the record. I get need the local LAN IP for now as the application using VB 2500 express with MySQL will be running in a local LAN. Vincent How about the subnet address Dim sIPAddress sIPAddress = Request.ServerVariables("HTTP_X_FORWARDED_FOR") If sIPAddress="" ...Show All

  • alois paulin VB 2005 Express Absolute beginners guide lesson 09

    Can someone please help, I have tryed to build the lesson 9 project and even downloaded the complete finished project and for some reason it willnot save the changes to the database. I have the same problem with the DVD movie collection project. Thanks Frank. Thanks Lisa, this solution solves my similar problem I described in a thread on monday. :) Exact same problem here too. ...Show All

  • Marcos Antonio c++ to vb.net?

    Would anyone want to help me out and convert some c++ code into vb.net You need to create a managed dll, and wrap this code in it, exposing an instance of the unmanaged classes methods in your managed code. uhh dont get that The project you want is a C++ class library in C++/CLR. Then you can add the existing class, and write CLR code that uses an instance of it and exposes the methods. This DLL will be managed, and wil ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum