Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 1020(0.006 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8
How can I login in a ftp server using a username and password?
Zones: Web BrowsersDate Answered: 12/15/1997 Views: 0
I have a question I was hopping you could answer:       I have designed a program similar to the Office toolbar but, I want to be able to display a different interface for each user. I need to be able t...
Zones: Visual BasicDate Answered: 07/20/1998 Views: 0
How do I retrieve the full user name from an NT environment?   I've tried using Environ("username") and WNetGetUser but this only retrieves the logon id whereas I want the full user name associated...
Zones: Visual BasicDate Answered: 08/19/1998 Views: 0
I want to map a networked drive (x:\) to correspond with thier user name.  I have a logon script x:\server\%username% but don't know if this is right, Do I also place this in the profile for the us...
Zones: Windows NTDate Answered: 07/11/1999 Views: 0
Recently, I have been noticing the frequency of a quick screen message that the operating system is dumping some files in my cache to make room. Where I click to "edit/preferences/advanced/cache"...
Zones: New UsersDate Answered: 06/18/1999 Views: 0
Folks, I'm using Access 97 on NT 4 workstation (& server) and I want to be able to capture the username of the person currently logged on. Environ$("UserName") will return the system login na...
Zones: MS AccessDate Answered: 04/28/2000 Views: 0
I have a field on a form which users select a email address for approval...(samirmistry/tech/@ibm).  What I need on a view is if a user enters the database and view that person will only see the do...
Zones: Lotus NotesDate Answered: 12/21/2001 Views: 0
Hi, I want to use ldap towards winnt to authenticate users in my intranet web application. The user enters his winnt username and password - and after having checked that the username exists...
Zones: ASPDate Answered: 12/01/2002 Views: 0
I am trying to develop a simple user registration system for some pages on my site.  I have a database of usernames/passwords.  The only example of a this kind of security I have used so far is the...
Zones: ASPDate Answered: 03/20/2002 Views: 0
I am trying to access a list of SID values on a remote server using TRegistry. This is the code: Uses Registry; procedure MyProc; var   MySList : TStringList;   MyReg : TRegistry;   i : I...
Zones: Delphi ProgrammingDate Answered: 06/17/2002 Views: 0