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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

How do I convert a PrintDocument to a Bitmap?
how do i use a module to return...
ToString()?
Graphics questions in VB
Having trouble with real simple script
application building blocks for vb express?
Runtime Error On Delete / Free, only with "/MD" and outside the IDE
ListView Column Header question
Massive iostream errors
Unhandled exception

Top Answerers

sahan
Devboy
Harsh
adamoneil
Rajeev Ranjan
Shaan Rathi
greenhorn_programmer
Mark53
Patrick Blair
jcoco
The Truro Daily News: News
Only Title

Answer Questions

  • madref Missing C++ Templates

    Hello, I have this strange problem with Visual Studio C++ 2005 Express ( I used to have it with .NET 2003 too). When I go and create a new project and try to add a new item and look for a .cpp or .h file, they are not in the template list. Also some other file types seem to be missing but I can not say which since I don't use them that often. The strange thing is that in the beginning after I install the program I have those templtes there. I ...Show All

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

  • georgemga API Declarations

    How would I go about creating an API declaration I mean in Visual Basic the API declaration for timeGetTime is Private Declare Function timeGetTime Lib "winmm.dll" () As Long and in C# it's: [DllImport("winmm.dll")] private static extern long timeGetTime(); How would I perform the same task in C++ Thanks in advance I just need the timeGetTime API so I can test the time my functions take to execute is th ...Show All

  • Apall VWD create users problems

    Hello, hope i can find an answer here ive been trying to solve this for a while n couldnt find anything anywhere.. it's a simple thing, when i go to 'Administer Website', going to the Security tab.. i click on the 'create new user', knowing that am running on an sqlserver2000 -as it was installed already' but  did run the aspnet_regsql.exe file-, the following error message keeps appearing saying "Password length minimum: 7. Non-al ...Show All

  • Videojumper express

    Hi, I'm new to asp.net. A question about visual web developer 2005 express, does it work with sql server 2000, Is there a standard version for visaul web developer 2005, if later we need to develop sites for about 100 clients to see, what version of web develop and database product should we purchase Thanks I can not say from experience as I do not have sql 2000 available. I look ...Show All

  • ldc555 Tell Us Your Express Story and Win $100!

    Want a chance to show off a cool way you’re using Visual Studio Express or SQL Server Express We’re looking for your stories! Tell us about something that makes your life easier or is just plain fun and if we like it enough to include in a feature article, we’ll give you a $100 gift certificate to Amazon.com! This includes Visual C# Express. http://msdn.microsoft.com/vstudio/express/support/hero_promotion/defau ...Show All

  • JRQ Deploy SQL Server 2005

    My question is if it's possible to deploy SQL Server 2005 Express Edition with an application written using VB 2005 Express. See if the following helps: http://msdn2.microsoft.com/en-us/library/ms165639.aspx   I would have a look at the following article, Embedding SQL Server Express into Custom Applications http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsse/html/Em ...Show All

  • MCSEBILL Visual C# Express, Help disappeared

    After installing SQL Express, Visual C# Express 2005 doesn't show any local help. Showing 'Exception from HRESULT: 0x800403BC' in a Dialog. What can I do, to fix this problem I've already reinstalled all this SW. Hello Jeremy! I’ve already resolved this problem, and all the help functions are now working normally with certain settings in the O/S. But I think You should make some improvements on this S/W, ...Show All

  • simon denyer Registering Visual Basic 2005 Express

    I am trying to register Visual Basic 2005 Express. I use Lotus Notes for E-Mail. Every time i click register I get the following error: The notes.ini file can not be found on the search path. the file is in C:/Windows which is in my search path. Do i have to be using Outlook to register VB 2005 Express Do you use the Help->Register product... menu from inside VB Express You m ...Show All

  • Tejas_v Chart Control

    I have upgraded a VB 6 application that has a chart.  The upgrade was successful but when I run the application I get the following error: System.InvalidOperationException was unhandled   Message="An error occurred creating the form. See Exception.InnerException for details.  The error is: Unable to get the window handle for the 'AxMSChart' control. Windowless ActiveX controls are not supported."   Source="WindowsApplication ...Show All

  • ooartist datagridview delete row

    I have a datagridview control that is bound to an access database. At the “ BindingNavigatorDeleteItem_Click “, I have some validations. In some situations, as a result of these validations the program has to stop the delete process. How can I stop the delete process In the bindingnavigator's properties set its deleteitem equal to none. This cause the bindingnavigator to use your code instead of the built in ...Show All

  • TamNT Drawing a grid of squares - more efficient method possible?

    I'm writing a proof of concept program that needs to be able to graphically display data that comes from an underlying array. Each "cell" in this two dimensional array has a floating point value that will be classed as highest decile, second-highest decile, etc. The highest ranked cells will be colored Red, the lowest, Blue. One thing to note, similarly ranked data will be non-contiguous. So, if we displayed this with x's being the top 50% ...Show All

  • IDO Weird behavior after using the publish feature

    I'm very new to C# and programming in general.  I decided to download the program and follow some tutorials as something new to do. Anyway, I've been following some example tutorials and making programs that don't do much of anything.  Looking around in the menus, I noticed an item called "Publish" and decided to click on it.  I found out, of course, that it basically packages a program for deployment on another machine (or your o ...Show All

  • Piotr Jagie??o Getting an Exception! Any Help

    I am running the following code to pull an image from my SQL Database. The image is a pointer to a file in a directory. I get the following exception "Conversion from type "DBNull" to type "String" is not valid. The highlighted line is where it throws the exception. Any help would greatly appreciated. Thanks. Dim MyReader As OleDb.OleDbDataReader Dim MyCommand As New OleDb.OleDbCommand( "SELECT Name, ...Show All

  • tculler error LNK2019 & LNK2001

    When I am trying to build any of samples that come in the Microsoft DirectX SDK (December 2005) I get these errrors. The one listed below is from the "AntiAlias" sample. DXUT.obj : error LNK2019: unresolved external symbol __imp__SystemParametersInfoW@16 referenced in function "long __cdecl DXUTInit(bool,bool,bool,bool)" ( DXUTInit@@YAJ_N000@Z) DXUTgui.obj : error LNK2001: unresolved external symbol __imp__SystemParametersInfoW@16 I get these e ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum