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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

VisualWeb-expres beta2 2005 installation problems-Help
MSHTM: Howto access the elements within an <IFRAME>
Publishing VBExpress Website to local host
Publish Can't Find Redist Files
Updating a form from a serialport component.
Accessing Oracle using VB 2005 express
Q: how to set a break
getting rid of the Console Window problem
C++ Express winodws 32 applications Problems ??
undisposing forms

Top Answerers

rr12
DGalle
AlbertoSpin
Tinu
Roger Haight MSFT
wookie
tracileemt
WineForLife
AliceY
precchia
OpenLink Virtuoso
Only Title

Answer Questions

  • Vipul Patel - MSFT I need a code for vb 2005 express

    I need a code for my submit button to send me an e-mail with a picture of the screen..... i have tryed a few but they don't work like I need them to... Please help me if you can. HOHO that's cool. i'm trying to find this as well thnks paul Thank you, that is exaclty what I needed. ~yayah 1 Does anybody know I need this code ASAP. if you could please E-mail it to me at: yayah_1@hotmail.com I would be ...Show All

  • carlisle Duplicate Sql Record issue

    Could anyone tell me while this does not work It seems to work for some records but not others. SqlConnection sqlConn = new SqlConnection (LaunchPad.Properties. Settings .Default.launchpadConnectionString); SqlCommand sqlCmd = new SqlCommand ( "SELECT count(*) from property WHERE StreetName='" +txtStreetName.Text+ "'" ,sqlConn); sqlCmd.Connection.Open(); int RecordCount = Convert .ToInt32( sqlCmd.E ...Show All

  • KzooBoy mySQL from C#

    HI! I wanted to connect ti mySQL nativily using the dll and .lib provided with mySQL and I wanted to know if there was a way of doing that in C# Thanks Thanks! Glenn Wilson wrote: Here is a link to the MySQL .Net provider, you can also try that. http://dev.mysql.com/downloads/connector/net/1.0.html Yes you can use the .Net provider above.. ...Show All

  • FFil Text Drawing Error! Please Help!!

    When trying to run this code, i get the error: System.NullReferenceException was unhandled. My Code (Very Simple): Public Class form1 Dim paints As System.Drawing.Graphics Dim afont As New System.Drawing.Font( "Arial" , 22, FontStyle.Regular) Dim x As Integer = 10 Dim y As Integer = 10 Private Sub form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) H ...Show All

  • dgVisioscopie ClickOnce Install Problem

    I have created a program on my Windows XP SP2 Machine using VBEE and I used ClickOnce to install it to a network share. I have already installed the dotnet framework on the pc (a Windows 2000 SP4 machine) and when I ran the install I got an error that the application was improperly formatted, yet I can install it onto my machine (and another windows XP SP2 Machine) perfectly. Below are the details. I am in desperate need of help with this ...Show All

  • Alex Papadimoulis Installing SQL Server 2005 Express as part of a VS project

    I have an application I am writing in C# using VS 2005 Professional, that I am going to be using with SQL Server 2005 Express as my data store. I would like to include the SQL install as part of my setup for my application. Are there any resources available explaining how to do something like this you can use a bootstrapper application to do this. http://blogs.msdn.com/chrsmith/articles/Using_the_Bootstrapper ...Show All

  • Julien T Context menu click event help

    I have a notify icon in the system tray for my application. When I right click the icon, a menu pops up with 3 items to pick. Here's where I'm stuck - how do I make my program do something when I pick one of the 3 items on the menu ie. what is the event to catch the click on a context menu Here is my code so far: Public Class Form1 Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me ...Show All

  • RRS [VWD] Deleting a website

    It's really easy to create a new website.  But, how do I delete them, once I'm through playing with them   I can not find a delete/remove option anywhere.  I tried removing the files, but VWD just re-creates them again. -Larry Hi, I'm encountering the same problem. I tried Felix's  solution - then went back and doubled clicked.  VWD just recreated the intial page for that site. Afte ...Show All

  • Bruno Nogueira Printing from VB Express

    I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language Checks are quite easy to print: if you have a ruler and a piece of paper, you have your font. (and color, of course). To ...Show All

  • DDB007 errors

    I have done some programming in vb.net 1.3 and now I have opend it in vb.net 2005, there are quit a lot of errors now, in vb.net 103, there is none, some of the errors I understand, but there is some that I don't understand. Here is on of them cmd = New OleDbCommand(sql) 'setting cmd cmd.Connection = DB 'Setting Image Para If Prent.Image Is Nothing Then cmd.Parameters.Add( "@Image" , SqlDbType.Image).Val ...Show All

  • xetaksis connection string mystery

    Hello everybody, I have experienced a strange problem with connection strings. Whenever I add a new datasource (SQL 2005 express database in this case) to my project using the wizard it creates an connection string for me automatically in the app.config file like this: < add name = " RSSReader.Settings.rssConnectionString " connectionString = " Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\rss.mdf;Integrated Security=True;C ...Show All

  • CindyK WinFX and Visual C# 2005 Express

    I used the uninstall tool to remove the beta versions and then installed the release version. Now I cannot open a new Avalon Project. The error message states that Microsoft.WinFX.targets file could not be found in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727, and indeed no WinFX components seem to be present. Do I need to re-install WinFX The only link on MSDN seems to be the Beta 1 release, v.2.0.50215. Will this version work with the release ...Show All

  • TxDot Help Please!!

    Im getting this error: Format of the initialization string does not conform to specification starting at index 0. I have read some documentation on this error and it says something about my connection string. I look at my connectionstring and dont see anything wrong with it. Here how it looks: < appSettings > < add key = "TheKey " value = " Data Source=000.000.0.00;Initial Catalog=DBNAME;User ID=USERID;Password=PWORD; " /& ...Show All

  • gsutphin11 Connect to MYSQL database from C# 2005 express IDE

    Does anyone know how to add MYSQL to the list of datasources you can connect to in Visual C# express 2005 Right now all that is in there is SQL Server and Access. Thanks. Thanks so much. I found the code already maybe i share with you guys hope it helps to those who have the same problems. Can refer to here: http://forums.mysql.com/read.php 38,91399,91518#msg-91518 using MySql.Data.MySqlClient;  ...Show All

  • Thuyen Tran Question About Wrox Book

    Hello! I am using the Wrox Starter kit book for VB 2005 express...in Chapter 6, there is a TRY IT NOW and the 4th step is this: Two useful commands that you'll build the code for later in this book are not present. They are shortcuts to delete the currently selected person from the list and to enable the user to log off. Click on the ToolStrip to make it active and show the in-place editor. In the Type Here area, enter Delete and press ...Show All

789101112131415161718192021222324

©2008 Software Development Network

powered by phorum