rameshbaboov
Dec 13th, 2000, 03:48 PM
I have an existing VB application that runs on windows 9x and it creates/stores/delete files in hard-disk, reading/storing/deleting data using getsetting and savesetting in registry, using Win32API to access data from registry, writing to Registry etc. My application is not user specific.
I want to port that app to Win’2000. Will the app run without re-compilation. I think Win’2000 requires special permissions to do all the above things and not all users can perform all these tasks. Can anybody tell me whether the app requires code changes, because of this. Also the users who run these apps are general users and will not have any administrative permissions. When the users runs the program, will the Win’2000 assume the access level of administrator and perform these tasks or it will assume access level of user and won’t do all these tasks? Problem is the development machine I have is not having windows’2000 and the machine I am going to deploy is at a remote location (at a different country).
Can anybody help me in this regard
Regards
I want to port that app to Win’2000. Will the app run without re-compilation. I think Win’2000 requires special permissions to do all the above things and not all users can perform all these tasks. Can anybody tell me whether the app requires code changes, because of this. Also the users who run these apps are general users and will not have any administrative permissions. When the users runs the program, will the Win’2000 assume the access level of administrator and perform these tasks or it will assume access level of user and won’t do all these tasks? Problem is the development machine I have is not having windows’2000 and the machine I am going to deploy is at a remote location (at a different country).
Can anybody help me in this regard
Regards