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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Stacks
Can't start visual C++ Express
Login control failing
Several questions
Visual C# 2005 Express with SQL Server 2005 Express April CTP
.NET's INI Replacement ?
ListView Control
runtime error
How to programmatically add a toolbar and button to Express C++?
C# equivalent of C++ extraction operator (>>)

Top Answerers

Stimo
exDreamDuck
Paps
Bala Sekhar
GamePgmr
fxtrader
Inaam
Amir Ashkan Maalhagh
rolo83
coolwillye
Quasar
Only Title

Answer Questions

  • susie Color text not returning to normal!

    I have my text turning a different color when I type a certain thing in, but the problem is that it wont change back to black after I type it. And, after I type it, any key I press will retype what I typed before. Heres my code: Private Sub RichTextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged Dim Tag As String Tag = "<html>&qu ...Show All

  • Curly07 Populating a Combobox (with values)

    Hi all, I'm pretty new to programming with vb.net. I'm stuck on a problem: I need to populate a combobox with items and a value for each item. for example if it were for countries: Item - Value Canada - U France - E Egypt - A and such... I was able to do such things with ASP, but with .net it doesn't seem the same. I tried: Combobox1.Items.Add("Canada", "U"), but it didn't work. Any help would be appreciated. T ...Show All

  • RSVS2005 Security problem with fileio

    I've created and application that allows file creation, but when I publish and install it on another machine, it doesn't allow file creation. (It does, however, allow directory creation.! ) I've tried setting security to be full-trust. But still no luck. What else can I try I have authority, and the program installs fine. But when the program tries to create a file, it throws an error on f ...Show All

  • JTWX Cannot create new project in C# express

    I Uninstalled all my 2005 beta's and installed C# Express, no problems. When I create a new project, this dialog comes up, "The filename, directory name, or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B)" Can someone please help me fix this problem. Thanks Jason I found the problem, I think. The path to the VS projects folders is under "My Documents" the full path contained an "&" a ...Show All

  • TigerMan90- SendKeys Only Sending Once...

    Okay, I'll be quick. What I'm trying to do is use SendKeys( My.Computer.Keyboard.SendKeys(String, Boolean)) to sent text to one of my online games so I can play and not type all the time. Here is what I am doing: Declare Auto Function FindWindow Lib "USER32.DLL" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr Declare Auto Function SetForegroundWindow Lib "USER32.DLL" (ByVal hWnd As IntPtr) As Bool ...Show All

  • Andrew Choi Creating a web browser...

    Hi everyone! I'm making a web browser but I don't want 'webbrowser2' to be created on the form untill I click a button... I tryed: private void button5_Click( object sender, EventArgs e) { WebBrowser webbrowser2 = new WebBrowser (); webbrowser2.Height = 250; webbrowser2.Width = 279; } But it dosn't seem to be working (and i don't know how to set the location). Can someone please help me out! THANKS ...Show All

  • rose_123 path

    I have C# express installed and would like to build a dll with following command : csc /target:library /out:bank.dll a.cs The windows Command Prompt responds with " 'csc' is not recognized ..." I know in VS 2003 I can use the .NET Command Prompt. How do I do this for C# express so that my above dll build command will be recognized thanks. You simply need to add the Framew ...Show All

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

  • lyymax Child Menu Stays on Child Form

    I'm creating a MDI form and I have a child form already created with a menu strip on it. When I load the child form, the contents of the menu strip go to the MDI menu strip. Is there anyway possible to keep the child menu strip with the child form I don't see why the child menu doesn't just stay with the child form anyways. I have been watching people view this post and nobody has responded to it. Is it bec ...Show All

  • maestro_h support windows95?

    i am beginner of vb6, but haven't use vb.net before. If I using VB 2005 Express to build an application, Can any one tell me if that application i build can running on windows95 and windowsNT4 If can, what important thing i must know eg. install .net framework 2, but it do not support win95 If cannot, any suggestion eg. using back vb6. Thanks for all reply. Hi, Sadly, Windows 95 and Nt 4.0 is not in the lis ...Show All

  • Ian Murphy First website using Visual Web Developer will not show

    Hi - I have just started using ASP.NET technology, previously a PHP/MySQL buff. Anyway, I have just completed my first website with the Visual Web Dev software and when I upload to the web server it does not show up by default when I type in the URL. I have to type in the complete URL with the home.aspx extension. What do I need to do to get it to automatically go to the home.aspx page Thanks ...Show All

  • vhrao C++ .net express.. Now what?

    First of all.. Thanks to anyone who is willing to toss me a few seconds of their time and help to give me a bit of direction.. I am on a quest to learn the C++ language and write applications.. I have been cruzing web sites and book stores picking up every bit of info I can. I am trying to see a clear way into this massive forest of abbreviated technicalities. .Net ASP, SQL, CRT, ALT, SCL, MFC  and on and on and on. Behind each ch ...Show All

  • SomeoneElse promlems installing/removing SQL server express

    Hi, I am running XP Pro x64, and have happily been running Visual C# Express for some time. This week I tried to install SQL express, and that's where the problems started... First of all the installation threw up an error, saying that there was already an instance of SQL server running. Fair enough, but there was no listing of SQL in the Services window, I could not run the sqlcmd from the command prompt, and the only references to SQL in the S ...Show All

  • KitTexas Compiled program runs only on my PC

    Hello there, I'm new to VC++ and have written a little program with C++ Express Edition, it runs just fine on my PC, but on other PC's I get an error along the lines of "This system has not been properly configured for this program. Please reinstall it." To compile the program I simply built it and took the .exe in the folder "release". Compile options are set to "release" and "Win32". The program us ...Show All

  • phokaia does Norton antivirus prevent SQL 2005 installation ?

    Hello Almost all day now trying to install / uninstall the CD that came with the book (Visual Basic Starter Kit) Everytime, all other programs install with no problems except SQL Server. Is this due to my Norton Antivirus i checked the notes on installation on the microsoft pages, and it mentioned something about the anti virus perhaps preventing the PC rebooting successfully anyway ... i wait for the installation of SQL, then right at the end i ...Show All

575859606162636465666768697071727374

©2008 Software Development Network

powered by phorum