Search results for query: *

  • Users: JohnM
  • Content: Threads
  • Order by date
  1. J

    Visual Studio Version 2003

    Don't Laugh. I want to upgrade to a better version of .net but something that isn't so far advanced than my current version (Visual Studio 2003) , that I would be lost, something that is better though. What would you recommend to go to next from this version? Thank you for your advice John...
  2. J

    Best language to convert .net app to web

    I have created a neat visual basic app.In it are 25 little Access databases that the user selects things from. The costs of each selection is added, subtracted, divided and totaled. Finally all the selection totals (25 of them) are saved in one database that the user can come back later to...
  3. J

    converting a .net application to the web.

    Do you have a ball park figure on what it would cost to convert a .net app to the web? The app involves 25+ small databases, about 20 forms, and very basic calculations (like interest on loans, add, subtractions), it does update 3 databases within the program. I can provide answers to whatever...
  4. J

    .net application and the internet

    I know this is a real basic question. I am serious. I have created a .net application. I already sold some on CD's which installs it on their computers. QUESTION If I wanted to sell this by subscription lets say, and have buyers use the internet to use it, does this mean I need to have the...
  5. J

    Debugging won't end.

    I am using VS 2003... I am creating an application. When I run it in debug mode and I click on the exit button I created on a page in the application, it shows my coding with the debugging off, BUT when I run it again and click on a button that opens a page that loads a data base and THEN click...
  6. J

    Prevent copying of .net application

    I am not sure if this is the right thread. Other than Desaware, are their other good software that prevent users from copying .Net appliactions. I will be selling an app and need to keep users from copying, at least make it difficult and at the same time not be alot of work for the user to...
  7. J

    CD copy protection and code security

    Does anyone have experience with copying protection and code protection of a .net application? There are so many vendors selling their protection schemes, they all say they can prevent copying and secure code from being seen it's difficult to chose. Thank you for your help John M
  8. J

    Strange..vwexpress extensions

    I have a VS .net application. Somehow before I ended the night working with it, I somehow moved many of the files out of the main folder. I found this out the next day and went crazy looking for them when I had a problem running the app. When I opened the main folder, it looked like all the...
  9. J

    Visual Studio 2005 or higher

    Real Quick. I am a novice so I think Visual Studio 2005 is a good start? I seen a price for the standard edition for $87. Is this possible? If Not where can I buy it and what is a reasi\onable price. Thank you John M
  10. J

    Database connection string problem

    I apologize. I asked this question yesterday very poorly and in another section. I think this is the correct section. If the connection string for a database in an app contains SOURCE= "C:\mydatabase..." because C:\ is the local hard drive, How can a user who installs the app to his hard drive...
  11. J

    App database on C drive, installed on E drive

    This is new to me. I do appreciate some help to understand. I created an application with.net. On a form I dragged over OLEDBDataAdapter onto the form to create a connection between a datagrid and an access DBase. I complete the steps. When I look at the properties of the OLEDBConnection for...
  12. J

    Multiple collections with 1 listbox

    I habe an application where the user selects a city within a state. I entered all the cities in the state into a collection tied into the listbox. Is it possible to have a collection within the application for each of the 50 states and use the same listbox? Have 50 collections and code it so...
  13. J

    finding drive letter

    A customer installed my app (VB 2003) on his server. BUT when he tried to run it, it bombed because the data bases couldn't be found. I hard coded the drive in my app to "C:" and his server is lettered "E". ALSo when it comes time for his client PC's to mapped to his server to run the app, they...
  14. J

    Server Requirements for .net application

    In order for a .net application (that runs ok on a standalone PC) to run from a network server, what requirements does the server have to have? I know that each PC on the network has to have the .net framework installed, and it has to be mapped to the server. Is there something I am missing...
  15. J

    Error in server installation

    I sold my first .Net appliaction to a school system. When they tried to run it from the server on a workstation, this error message came up: Application has generated an exception that could not be handled. Process ID=0XD18(3352), THREAD ID=0XB0C(2828). The application worked fine on a...
  16. J

    File Directories Installation Flexibility

    My problem is the school who wants to buy my application, had a problem today on installing it. I had hard-coded the location of the databases in my app like "C:/MYAPP/customer.mdb". But they installed it in "Program Files/MYApp/customer.mdb" so it bombed out. A long time ago I saw another...
  17. J

    database updating on a network

    A school system is interested in buying my VB.net application finally. They asked me a question and I could use help. My application updates a small access database. The student would come back the next day and pick up where he left off and the answers he entered the previous day would be...
  18. J

    accessing a data table from all forms

    I want to create a Call statement in 16 different forms. The Call would be to calculate a value from a database. As the using goes through the 16 forms, the calculated value wwill change. Instead of duplicating the database in each of the 16 forms (using the OleDbDataAdapter.fill(dataset)) in...
  19. J

    Visual Studio.net academic 2003 ver.

    Will there be any problems if I upgrade to Visual Studio 2005 with the applications I created with the VS.Net Studio academic 2003 ver? I spent hundreds of hours creating several applications and need to know what will happen when I maintain them in VS.net 2005. Thank you for your time John M
  20. J

    Framework. Which Version?

    Some Simple questions. I have 2003 Visual Studio for about 3 years now. I created an application from that. Since then I have downloaded Framework version 2.0 and 3.0. Which version of the framework is my application developed from? The one in the 2003 Visual Studio right? Probably version 1.0...
Back
Top