Search results for query: *

  • Users: joep
  • Order by date
  1. J

    Control the Load Location of an App

    I am developing a windows app in VS2008 to be used along side ESRI’s ArcMap. Most ArcMap users will have dual monitors and I would like the user to be able to choose which monitor my app is loaded on to. When I deploy the app using the standard install package, the app will load onto which...
  2. J

    Problem in loading data from access to ListView

    It seems to be that you would want to declare this object once before the loop instead of creating it each time through. Dim adi As
  3. J

    Start Page and Projects

    The Start page will open some projects and not others. This is a recent change for whih I have not been able to find a solution. The Projects that will not open may be opened by double clicking the .sln file. Thanks,
  4. J

    What About Help?

    After spending some time with Visual Studio 2005 I have some issues with the Help. After migrating my first Windows app to VS 2005 one of the first items to be corrected concerned the Cursor class. I went to Help looking for the methodology to be used with VS 2005 and all I could find was...
  5. J

    GridView Grid Lines

    I have just started working with the GridView control using VS 2005, VB.Net and ASP 2.0. I can set the Grid Lines but I cannot find how to change the Grid Line color. I have tried setting row styles and everything else I can see to reset the color. Any ideas would be apreciated. Thanks,
  6. J

    Moving project files to different locations

    I have just started working with VS 2005 but in 2002-2003 I have been able to do the following. I work on 3 different machines in different locations. Create the project on each machine or in your case on the same machine but in a different folder location making sure you use the exact same...
  7. J

    .sin Solution File

    Yes, after looking closely you are correct. Bad Eyes. The .sln file has finnally been created but placed in folder that is not a subfolder of the project. Can this be controlled?
  8. J

    .sin Solution File

    I am working with my first VS 2205 Web Site and I can not find the .sin file. In previous version of VS I could create the same site on two different computers and copy and paste the files from one to the other so I could work on the same project from two different locations. I have been...
  9. J

    error for web application

    I am having the same problem with an install on a laptop. Did you ever solve the issue?
Back
Top