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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Working with Panels ???
How do I pass return codes on exit?
Hash Table Question
Printing a form
Package and Deployment problem
SQL Server Reporting Services
installation problems... can't install Visual Studio Express
Is The OOP Microsoft.VisualBasic.IIf Equivalent To the Procedural If Then?
ButtonArray
Sending decimal data to serial device

Top Answerers

Pratap
Kevin Linder
mcpg
DebsPink
Shailesh_rathi
shal
jasi
JZucker
cych
Mujdat Dinc
賱睾丕鬲 丕賱亘乇賲噩賴
Only Title

Answer Questions

  • Ragavendra VC++E No Runny On XP64 1069 ?

    VC++E won't install on xp64 ver 1069. Gives error that it has a problem with BITS. An xp service that it says is not working right. It is installed and running fine, it's a fresh install of xp too. Well, build 1069 is a pre-release version of windows, so its not really supported. I really think you should get hold of the full release. ...Show All

  • Martin2006 Problems with Splash Screen and VB 2005 Express

    I create a default splash screen using Add New item | Splash Screen and then I select it in the project properties. When I run in it the VB2005 environment, the splash screen shows as expected, but then gives an error message: NullMessageException was unhandled . before running the application. Without the splash screen the application runs fine. The exception detail follows. Has anybody any idea what I am doing wrong The funny thing is i ...Show All

  • ZMaster_ Events and loss of control indexing

    On an event, the sender is associated with the control that initiated the event. Through DirectCast I can retrieve information about that control and store the information into an array or several arrays. At the same time, I need to change the state of a different type of control. These two controls are located next to each other on the same form. I know my position within the array by DirectCasting the Object sender. How do I change the ...Show All

  • lGustavor update Access query in VB2005

    Hello, I have a database (Access 2003) with several tables. The tables all have a customer ID that is used to build relationships between the tables. I've build a query with all tables. When I add a new record (in the query) all Customer ID are automatically set to the same value. In VB2005 I have made a form and added all the columns in the query. When I run the appl. I can see the data. But saving a new record to the query (tab ...Show All

  • clearlydotnet2 Visual Studio version recommendation

    Hello, I have a customer that wishes to purchase a version of Visual Studio, but being a (VERY) newbie to VS 2005, I cannot give her the proper recommendation. Her primary concern is that her PC OS is Windows XP Home, which obviously has no IIS component option, but she needs to have IIS to test her VS developing. Is there a version of VS 2005 that includes the IIS framework so she can perform web app testing. Thanks, John ...Show All

  • kadir43244 Can't Add New Database

    When I add a new item to my project and choose SQL Database, I get an error stating "Connections to SQL Server files (*.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component or download from the URL: http://go.microsoft.com/fwlink/ LinkId=49251". I had been able to create new databases, many times, but this started happening all of a sudden. I've uninstalled SQL Server Express, VB ...Show All

  • jmckown sql commands in visual basic express 2005

    hi im trying to use a delete command to delete data from table1 if its in table2 my command is delete table1 from table1, table2 where table1.test = table2.test please help i keep getting delete is not declared so i tryed this Dim delete As New SqlCommand() delete table1 from table1, table2 where table1.test = table2.test now i get delete isnt an expression please help willing to change anything to get this to work Hi Justin , The ...Show All

  • Stephen J.Vanterpool Newbie: Using Opengl

    i've been programming with Opengl in other enviroments like Dev C++ and other and recently i've been trying to migrate to Visual C++ (i'm using Visual C++ 2005 exprees edition). - already downloaded the SDK - already have the Win32app template My questions are: -how do i LINK the libraries needed  (i was used to simply write somewhere what library you want to link, but in vc++ i cant find where and the msdn help is ..... bad) - what should ...Show All

  • forwheeler How to display Master and details in same datagridview??

    Hi. I think that I saw on a site that I can display Master and Details in the same grid with "+" on the left of each Master's row. and if I click on the "+" so it open the details rows in the same grid with few left margin increment. can anybody help me please... I forgot where I can find this article This is not supported in the DataGridView. You can, however, use the old DataGrid (which is still in .NET 2) to ach ...Show All

  • Rumi System.IO.StreamReader

    I have created a print handler class to print a file, which works well.  I have now tried to print a file with some funny characters (>128).  I have tried passing some encoding enumerators to the constructor, but it is not making any difference.  Any character > 128 is being skipped by the readline() method. Is there another way to achieve the same thing   I happy to write my own readline method and read bytes u ...Show All

  • CaravanBill Please Help! [iframe.dll Problem]

    When i try to add the "Microsoft Internet Controls" component,i take an error like this; Error Image => http://img109.imageshack.us/img109/3955/sorun6wm.jpg Please help.. heyy.. don't you help me ...Show All

  • David Carr Compile against .NET 1.1

    Hello, I normally use SharpDevelop, but I discovered that Microsoft has a free version of VS.NET. Because I normally develop using C# I downloaded the Visual Studio C# 2005 Express Edition to test it out. I like it, and I might prefer it above SharpDevelop. There is only one thing I can't find in it: how do I compile a solution against the .NET 1.1 Framework (A function that SharpDevelop has) I need it because not everyone who I ...Show All

  • Spooner .settings files in C++

    I am using both C# and C++ express editions. In C# the .settings file is generated automatically. In C++, i cannot figure out how to get it working. If i add properties to a control, it says add a settings sheet, but i cannot find where to do that. Any help is appreicated. The .settings file/application settings designer isn't supported in C++. Sorry. You can still use the settings API and create y ...Show All

  • Christian Jørgensen Can I use the menu icons?

    I'd quite like to use the menu icons from Visual Studio in my own project. Is this allowed, and if it is where can I find them Thanks. Turns out that if you hit 'Insert Standard Items' in a MenuStrip's Properties, you get most of the images along with it. With that plus the GlyFX pack, I'm away! :-) I would suspect you would not be allowed to use them without express written p ...Show All

  • phoenixodin Read from ini-File: PInvokeStackImbalance

    Hi, I want to write and read some information and configuration in a ini file. I now found a code-snippet for reading and writing from/into ini files: Private Declare Function GetPrivateProfileStringA Lib "kernel32" _ Alias "GetPrivateProfileStringA" ( ByVal sSectionName As _ String , ByVal sKeyName As String , ByVal sDefault As String , _ ByVal sReturnedString As String , ByVal lSize As Long , _ ByVal sFileName ...Show All

456789101112131415161718192021

©2008 Software Development Network

powered by phorum