Search results for query: *

  1. A

    Question VC# 2008 express not giving option to copy database file to local when xna 3.1 projec

    Thanks Jmcilhinney, I have added the Access data file within my project but still it's not working.
  2. A

    Convert application to a dll control

    Can you please share some more information regarding this report designer for Codeplex.
  3. A

    flavor of Visual studio for web

    Visual Web Developer is one of the best and standard tool for beginners for developing Asp.Net applications.
  4. A

    Question Error: Use of unassigned local variable 'MyVariableName'

    Jmcilhinney is absolutely right, it is recommended to assign some default value to the variable before the Switch statement.
  5. A

    Web Databases and Programming

    You can also try Sql Server Express Edition as database option as it is inbuilt in VS Studio 2010. MS Sql 2010 and MySql are also better options that you can try along with Asp.Net.
  6. A

    Shifting from VS 2008 to 2010

    Hi, I want to shift my project from VS 2008 to 2010, I am using Sql 2005 as database. Can anyone provide me some assistance to achieve it?
  7. A

    Question Fetch the Encoding type of a file

    There is no way that you can fetch encoding type of a file for ANSI as there is no BOM available for it.
  8. A

    Question appropriate project type?

    Are you preparing the application for Windows mobile or any other mobile operating system ?
  9. A

    Question Controlling the tabs withing a tab group

    If you are using Windows form tab, then I am not sure whether it is possible or not.
  10. A

    Web Databases and Programming

    Visual Studio Express for desktop is a good choice as a beginner and I think you should continue with .sdf database.
  11. A

    DataGridView ComboBox Problem

    Is there any other field involved within the datagridview that you are using for displaying all the fields.
  12. A

    Error after Adding WPF on VB.Net

    IapplicationHostWindow doesn't seem to be from WPF library, I think it's from C++ library.
  13. A

    Question Getting an error while trying to load an image

    I used the code and rectified it as you said, but still the image is not loading. Thanks anyways.
Back
Top Bottom