How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
member services site
By laborspy on Jul 31
Max Bid: $300


Print selected addresses in batch
By Slicksingh2k on Jul 31
Max Bid: $10


Linux p2p software integration
By Vertigo on Jul 31
Max Bid: $1,000


WYSIWYG Content Editor
By ichibanfl on Jul 31
Max Bid: $75


Product Logo, Splash screen, and icons
By eisengrim on Jul 31
Max Bid: Open to fair suggestions


FTPIndexer
By Narly on Jul 31
Max Bid: $100


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(156 open)
   Access 
(57 open)
   MySQL 
(91 open)
   Oracle 
(13 open)
   SQL Server 
(71 open)
   Other DB 
(25 open)
Documentation / Tech Writing 
(26 open)
   Language (Human) Translations 
(2 open)
Data Entry 
(24 open)
Game Development 
(19 open)
Graphics / Art / Music 
(57 open)
   Graphics 
(64 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(35 open)
     Adobe Premiere 
(3 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(18 open)
   Music 
(13 open)
   Photography 
(4 open)
   3d Modeling 
(8 open)
Language Specific 
(115 open)
   ASP 
(64 open)
   ASP .NET 
(50 open)
   C# 
(42 open)
   C++ / C 
(134 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(48 open)
   Java 
(74 open)
   JSP 
(11 open)
   Perl 
(38 open)
   Python 
(1 open)
   PHP 
(91 open)
   XML/XSL 
(38 open)
   Visual Basic 
(148 open)
   Visual Basic .Net 
(82 open)
   Other 
(62 open)
Misc 
(29 open)
   CAD 
(3 open)
MultiMedia 
(34 open)
   Video Editing 
(6 open)
Network 
(45 open)
   Network Design 
(6 open)
   Network Implementation 
(16 open)
Platforms 
(66 open)
   Windows 
(172 open)
     MS Exchange 
(6 open)
     MS Office 
(19 open)
     Other 
(8 open)
   Internet Browser 
(41 open)
   Linux 
(58 open)
   UNIX 
(23 open)
   Hand Held/PDA Programming 
(12 open)
Requirements 
(15 open)
Security 
(36 open)
Testing / Quality Assurance 
(18 open)
Web 
(169 open)
   Page Design 
(90 open)
   Flash 
(49 open)
   Web Services 
(76 open)
   Web (Other) 
(74 open)
Training 
(14 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Help with VB App and XP User Accounts
Bid Request Id: 34624
Bookmark in my 'To Do' list
Posted by: RogerWilco (66 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 38.54%
Buyer Security Verifications: Excellent
Approved on: Nov 8, 2002
6:33:58 PM EDT
Bidding Closes: Nov 22, 2002
6:37:24 PM EDT
Viewed (by coders): 346 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Language Specific, Visual Basic
Enter chat room for this bid request
(0 active users at Jul 31, 2003 3:32:27 PM EDT)

Description:
I have a VB 6.0 program I wrote that writes text files to subdirectories under its own program folder. It also reads and writes to the registry in different areas. When I run this program under a limited user account on XP, it fails to run because its not allowed to write to that folder or write to the registry. It is installed from the main user account which is normally is and started in the LocalMachine registry key whenever windows begins. I cannot install it from the user account - I want to install it from the main account and let all users use the program.

I found out a limited user account can write to a file in a certain folder in its My Documents but I don't want this. Is there anyway through VB to allow this program to create/write text files in a limited user account but be installed from the main user account?

I'm wanting someone to write me a program that will create a new text file and update it that works in all user accounts of XP. I want to install it from my main account, then change user accounts and run it and see it work without a file/path access error. And I don't want to have to do anything with Windows myself like set permissions - I want to do it all from within VB 6.0. If you can include a demo showing you can do this with a bid, that would be great! I need this asap please!

Thanks


Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
VB 6.0 and XP Limited User Accounts


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
Anil Maurya
(13 ratings)
in Bangalore, Karnataka
India
Bid id: 380,375
 
N/A Nov 9, 2002
9:06:46 AM EDT
 10
(Excellent)
   
My solution is to install a COM server which works as NT service as well. The NT service will be set to automatic so it will run every time the system is run.

I have developed a working server which is attached in the zip file. I have included a small example in JavaScript to demonstrate the capability. The javascript code can be run using the command
WScript TestVbHelper.js
This will create a file c:\test1.txt and write two lines in it. You can edit this file and change the folder name, file name etc. or try similar code from VB code.

You may use it from VB, VBScript, C++ or from any language which can make use of COM objects.

Please run the file install.bat before running the JavaScript code. It registers the service. This must be done from the Administrator account. After that the script can be tried from the limited account.

Please note that once installed all programs which know the object interface can use the services of this object.

We can add functions to manipulate the registry as well on the same lines.

Regards

Anil Kumar Maurya



Attached File
 
 
 
 
  See 5 private reply(ies)
to/from Anil Maurya.
 

This bid was accepted by the buyer!
Anil Maurya
(13 ratings)
in Bangalore, Karnataka
India
Bid id: 380,394
 
$80 (USD) Nov 9, 2002
9:23:41 AM EDT
 10
(Excellent)
   
I forgot to specify the bid amount in the previous entry. Done now ($80)

Regards

Anil Kumar Maurya

 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.96 on 104 jobs 
Securenext
Rated a 9.96 on 114 jobs 
Buddies
Rated a 9.83 on 81 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
Codman
Rated a 9.97 on 151 jobs 
Michael Sharp
Rated a 9.98 on 182 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Maxnet Technologi es Private Limited
Rated a 9.92 on 75 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.