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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Q : Exceptions
Progress bar
Data UI Property Page Error
I have an XML encoding problem in C# express
Problem Installing Beta 2
Has anyone else received access to the IconBuffet.com icons?
no answer so i will ask once more! please help!!!!
Video Tutorial For MS VisualWeb Developer 2005 Express Edition !!!
Converting std::string to System::String ??
Modding the Pong starter kit - questions

Top Answerers

Pete2
spoox2
lucoosa
el33
Alexandre SAC
Marian Pascalau
dimadd
Nicole Calinoiu
TRW_Mike
Winston
GazduireWeb.com
Only Title

Answer Questions

  • Freda1 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

  • FerroFreak How I do to register if I got the Express Images?

    I have installed the Express editions images, what does not requires registration. But, if even I wish register What I can do I will need get the download versions too An internet connection is required to access registration benefits. After you install the product, click on the help menu "Help" and select the "Register Product..." item.  This will enable you to register.  Note that registration for the image-based install ...Show All

  • Sameer Chachad no answer so i will ask once more! please help!!!!

     thanks for any help just want (in Windows ) the person who opens a text file -that it will open with my note pad type program not windows notepad,     no answer so i will ask once more! can some one please tell me how to click a text file and get it to open with my vb notepad program i use file open with my program bt when my program opens the rich text box is empty   Dim MyFileStream As New FileStre ...Show All

  • dbjason Major new discovery: the Platform SDK's MFC source code can be built and used with VC++ Express

    As you all may know, MFC is not included with Visual C++ Express 2005.   You'd have to purchase VC++ Standard edition to get MFC. But the MFC source code (no binaries) happens to be included with the Platform SDK, in the folders: <installed Platform SDK folder>\SRC\MFC and <installed Platform SDK folder>\INCLUDE\MFC There are some make files in there (mfcdll.mak etc), but the main MAKEFILE an ...Show All

  • Taslim How do I give the user a chance to resume after clicking form close?

    Visual Basic 2005 Express Edition: When the user clicks the "X" in the upper right corner of form1, I would like to ask him if he wants to "Quit the application, yes or no". How do I give him a chance to resume after clicking form close Thank You ! ! ! Handle the FormClosing event, and prompt the user if they want to quit or not. For more informat ...Show All

  • Chas75287 Error spawning cmd.exe in simple C++ application

    I got a big problem. I do not know why I write a very simply C++program.I put it below #include<iostream> #include<cstdlib> using namespace std; int main() { cout<<"helo to C++"; return 0; } When I build it , it will show me a error: hello.cpp Linking... Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at "file://c:\Documents and Settings\LXY\My Documents\Visual Studio 2005\Projects\ ...Show All

  • Bimlesh How do I get my free e-books?

    I downloaded, installed and registered the beta editions before Nov. 7th. I have yet to get an e-mail though telling me how to access my free e-books. I have a benefits page where I can download icons and pictures but nothing about e-books. Anyone know what's going on Thanks. Glynnder, I never recieved a registration code because when you register with the CD version that you download in IMG format you don't ge ...Show All

  • dimzon Trying to send a mail via SMTP in VB 2005 - Authorization problem

    Hey guys, this is the first time a try to get help from a forum with alot of experts... But i can't handle the problem alone... I try to write a program which sends mails from the users computer but over my account to me... so to the same account.. sound weird i know.. First: The provide is using port 587 Seconde: I need to enter the auhorization, but i don't know how. Here is the code i'm using so far: Imports System.Web.Mail Public ...Show All

  • Ranjeeta Apps for Pocket PC 2003

    I thought that I could write some trial apps for Pocket PC 2003 and I downloaded and installed the Compact Framework 2.0 SDK. I also installed the Express Editions of Visual Basic.net 2005 and Visual C++.net 2005. However, when I open NEW PROJECTS on either of these, I don't get any options apart from templates or a new Windows App. Am I missing something here - I have installed Framework 2.0 and the Windows SDK, but nothing simply entitled Visu ...Show All

  • waterhunter Tables go missing - - HELP?

    Hi I create a database in SQL Express using the Microsoft SQL Server Management Studio Express, with tables etc. I connect to it from my VB Express .NET application. Any changes I make, like adding a table from VB .NET Express causes all the tables to 'vanish' when viewing the Database in the Microsoft SQL Server Management Studio Express, the database is still listed there. Why Also it cannot be edited here again gives an error Also if I creat ...Show All

  • Dogs-R-us registration with product key

    I recently downloaded C++ Express Edition and installed it on my home computer but could not register with the product key I received. Where exactly do I do That Hi, have a look at this link: http://msdn.microsoft.com/vstudio/express/register/ How do I register To register any Visual Studio Express Edition, simply run your Express Edition and click Help -> Register Product . To register SQL Server Express Edition, ple ...Show All

  • AnurRS VB2005 Ex in win 2000

    Can VB2005 run in windows 2000 Hi, it can do. here the system requirements: http://lab.msdn.microsoft.com/vs2005/get/currentreadme/ ...Show All

  • Khamal Serial port control

    I want to be able to send and recieve data from a microcontroller to VB 2005 express. Does anyone have any suggestions on how to setup a comm port and link code from say a button Thanks Hey I have some code that might help you connect your micro to VB. I use the Basic Stamp2 to prototype with but the code for the VB program and how to setup the comm port might be usefull. My email adress is bennettdan2bell ...Show All

  • Tpaktop VWD Couldn't be extracted

    Hi, I receive an error during extraction of the vwd.img file, it asks me to retry, ignore or quit. I try retry but same prompt re-appears, when I click ignore, files are extracted but installation encounters problems. Please let me know how to fix the issue. Thanks Zubair Hi, I mounted the image correctly to the ISOBuster but it had problem archiving it, therefore I tried MagicISO and it archived the files to a ...Show All

  • EduQuint Exception thrown in a ClickOnce installation

    Hi again, Sorry, but I have another ClickOnce problem. My program runs without exception in the development environment, but the ClickOnce RUN version throws an exception in the form.Load event. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load Try Dim fileStr As String = "..\Images\" doorPic(0) = Image.FromFile(fileStr + "Door1.gif&quo ...Show All

737475767778798081828384858687888990

©2008 Software Development Network

powered by phorum