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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

how to make something happen at a certain time.
System requirements for SQL Server 2005 Express
WinXP style buttons
Email
Mdiparent - Is this bug solved?
Manual Installation of VS 2005
SQL Express refuses to install
Why The H*ll Doesn't This Work
Uses of VC++
ummm so what's the catch?

Top Answerers

Daniel Jakobsson
Kolchak
Edward V. Wright
Bill Lee
rob111rob
Uro
phillip toussaint
Robert Hulme
Pat Jones
Leonid B
Crosstab Generator for Microsoft
Only Title

Answer Questions

  • menchie20 how to convert avi file to mov file

    any suggestion or recommended article or document is welcome, thanks i will do such project in c# www.codeproject.com mov == quicktime. That means that this: http://www.google.com.au/search hl=en&q=C%23+quicktime&meta = is your best source of info. Hi,   Not sure how you would convert a file programmatically in C# but;   I would suggest using som ...Show All

  • JJoergensen How To Load My application on Start Up USing VB?

    Hi all, I got a Application That has got no form but It suppose to act like a "FileSystemWatch" So when User add a file in this Particular folder. A method will do some validation and call Sql Procedure. And Do the Neccesary Steps. The Calling Sql Part Is done. But Right now i need to Make This Program such like. Click On the Exe (1st Attempt ) like a installer. Will Automatically add the exe in someplace(Duno where) And ma ...Show All

  • spike76 Send Mail

    Hello, I have found two different ways to send mail.  I would appreciate any comments on these as to which is better. thanks in advance, sck10 ************* First method ------------ Dim SmtpProp As New System.Net.Mail.SmtpClient Dim varFrom, varTo, varSubject, varBody As String varFrom = " john@abc.net " varTo = " jp@soft.com " varSubject = "test subject line" varBody = "test body line" SmtpProp.Send(varFrom, varTo, varSubject, varBody) S ...Show All

  • xxhax Execution

    Hi everybody. Every time I compile, I have to execute my program from the windows explorer. How can I run my program from the VC++ enviroment without needing any other software to run it. That's it, compile and run at once. Thank you!!! Thank you very much! Press F5. ...Show All

  • Vladimir Klisic C++ 5.0

    I posted a query on the msdn forum concerning problems I had encountered with my old version of C++ 5.0 Professional Edition (Debug mode compiles but will not run on either ME or XP OSs and the Help will not work on XP). I am grateful to you for answering my query. You suggested I download C++ 2005 Express Edition (for free), which I have done. Unfortunately, I seem unable to download Platform SDK. I have tried twice and each time th ...Show All

  • Quattrus DDS out of memory

    Hello, I've kinda learned how to program a bit using Patrice Pellands book and I tried to make a program.this was my problem. I had an out of memory exception. Here was the code:   Public Class Form1   Private Sub open_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles open.Click OpenFileDialog1.Filter = "DDS Texture (*.dds)|*.dds" If OpenFileDialog1.ShowDialog() = DialogRes ...Show All

  • BusyGuy Polling Access Database

    Hi there, I have an access database that is used on an online ASP system to book holidays, now I'm wanting to create a VB application that can look at the database and as soon as a new record appears have the display update and a message window appear. Problem is that I can get the program to look at the database and display the content, but I don't know how to get it update and refresh the screen automatically, or even to get a message de ...Show All

  • TrackerX can't install framework 2.0

    Hi all! i've been trying all morning now to get my downloaded copy of visual web developer express edition and I can't get past the dotnetfx installation. At first it would just hang so I ran the dotnetfx setup separately. Every Time I try the application gets to checking my disk space and then exits with the following error: Signature: EventType : visualstudio8setup     P1 : 183     P2 : 8.0.50727.42_r ...Show All

  • Guri Serialport and TextBox... not so easy!!!

    I have a barcode scanner and i'm writing a program to manage the storage of product. The barcode scanner works perfectly, and the serialport too but when at the end of the datareceived event i have to select a textbox control with the Select metod this doesn't work, even for different textboxes. It doesn't work even if i use the metod Focus to set focus on the textbox. this is the code: Private Sub SerialPort1_DataRe ...Show All

  • PETER_WHITE123 Why this limitation in C#express

    Here is a problem with my C# express installation.(RTM). With the previous version it was possible to connect to the SQL Server Express specifing a server and a database(add connection). Now it is only possible through "AttachDBFileName". So I cannot connect to the SQLEXPRESS if I don't specify "Database file name(.mdf file)". Is that correct In the VWD it is possible Why this limitation in C#express In the "Change Data Source" dialog, there a ...Show All

  • Fernando Zamora Unable to download ISO image of VWD

    Hi, I am unable to download the Visual Web Developer Express edition. I start the download then after downloading approx. 100 megabytes speed drops to 0 and the download stops.. I think it's because of a timeout. I have 256kbps line.. should I be able to download with this speed It would be really great if the site would support resumeable downloads.., that way I wouldn't have to start all over again.. (I've tried it several times.., it ...Show All

  • David Hilditch Activation key not working

    I downloaded and intalled c# express. It works fine, but now when I try to do the activation key thingie, it just tells me the activation key is wrong. Im absolutely possitive I obtained the key from the same machine and with the same the user that im using when activating the server. Any ideas I have the same problem with Visual Basic Express Beta 2. I received my activation key, but it does not work. "T ...Show All

  • TIrthma ASP.NET Config Issue

    This is the response I am receiving after trying to set up Security for Lesson 9 in the Tutorial for WDE: An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 1802 and the SqlException message is: CREATE DATABASE failed. Some file names listed could not be created. Check related errors. Cannot create file 'C:\...\...\MY DOCUMENTS\VISUAL STUDIO 2005\WEBSITES\LESSON9\APP_DATA\ASPNETDB_TMP.MDF' beca ...Show All

  • harryv Overriding compared to Java

    When coding in Java the following code will call the correct Display() method. It does not act the same in VC#. Is there a way to accomplish the same characteristic [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Overriding { public partial class Form1 : Form ...Show All

  • SusanJ wildcards

    I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana If left(Trim(text1.text)) = "-" Then msgbox("It's no good") End if Also, your verbiage and focus ...Show All

01234567891011121314151617

©2008 Software Development Network

powered by phorum