Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dushkin
  • Order by date
  1. dushkin

    translation tool

    hi. Thanks for taking the time to respond - that was very helpful. I am looking into the .NET CF which looks like the (pricy) solution to what i am trying to accomplish. Thanks again for your help.
  2. dushkin

    translation tool

    hi. does anybody out there know if there is a "visual basic to embedded visual basic" translation tool in existance? If not, does anybody know of any good resources in going about moving a VB project to an embedded invironment? Thanks in advance.
  3. dushkin

    access denied

    hi. thanks for replying. because i am new to sql, i assigned the guest user all roles in the hopes that something would work. As for IP/Named Pipes, I am using TCP/IP with DNS pointing back to the local machine (gateway server). I am not sure if that is what you mean, tho. 192.168.0.10 is...
  4. dushkin

    access denied

    hi. i am new to sql. I am trying to run client tools on my local computer for a networked databse. I have installed client tools and sp3a. I have successfully registered the remote database but when i try to connect it tells me "Access denied". I have read a lot fo web Info (and played around...
  5. dushkin

    Unrecognized Domain Controller

    Hi. I am not sure what i am doing wrong - my domain controller has been installed with the defaults on win server 2003. i have one other box that is the database that i am trying to connect to. the other box keeps telling me that it can't find the DC when i try to join the domain from there...
  6. dushkin

    function reference problem

    hi. thanks, but all that does is print out the sql line directly above it. the problem i have is with comm.ExecuteScalar... it breaks and says it is waiting for another function to end. I am not sure how to error check that break. thanks again...
  7. dushkin

    function reference problem

    can you tell me how to do that? every time i try to messagebox.show or write to a console it breaks at the same point comm.executescalar. i am not able to see error output unless i mouse over code during debug.
  8. dushkin

    function reference problem

    Hi. I tried this in SQL and nobody could figure it out. I am stuck on a sql/logic problem. No matter what i do i get the same error - waiting for another function to complete. the database is working fine and i still get the same error. When i try to print to a messagebox, it breaks at the same...
  9. dushkin

    problems adding group

    i just realized that there might be a better group for this posting. still, if anybody out there knows about this stuff, i'd really appreciate it. cheers.
  10. dushkin

    problems adding group

    hi. i am getting the below error when trying to give write privledges to a new CMS application but when i look in the active directory location, my machine is there under "domain controllers". any ideas why this is happening? "The following domain is not listed in the "Select Location" dialog...
  11. dushkin

    getting a hashed password

    that is what i guess i am not understanding. the registered hash is on the word "duck", lets say. the hash is "thrhehdhcnfhhsdhg", lets say. now, on login, the hash on "duck", gets a encrypted value of "nkaswdfasjsdf"... something completely different. in this way, no two passwords will...
  12. dushkin

    matching SHA1 passwords

    hi. i am new to security and databases. i have recently built a members db with a sha1 password column in it. Now, when i log in, i want to be able to discover the appropriate password for the appropriate email address. how do i do that for a hashed password? if i use the hashing function on the...
  13. dushkin

    getting a hashed password

    let me put this another way... how does one match the hashed password in login to sql server with the hashed password that exists in the Members file? I can't hash it again. How do you get the appropriate SHA1 hash at login to match the already hashed pwd in the database? any help would be...
  14. dushkin

    getting a hashed password

    hi. i am new to sql and recently wrote a login.aspx script that doesn't work no matter what i seem to do. I have a SHA1 hashed password in the database and i am wondering if there is something in particular i have to do to verify it. It authenticates true or false based on the email/pass match...
  15. dushkin

    Compiler Error in System File

    hi. thanks for the response. i don't think that is it. the file is a "hidden file" that is referenced at an odd spot: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\website\b73ee41c\60c28a1f\hovs9xg8.0.cs the line "public_aspx()" doesn't exist in my files. I have either...
  16. dushkin

    Compiler Error in System File

    a follow up. sorry about the poor formatting in the code blcok. the red line is 151. any help would be great. thanks.
  17. dushkin

    Compiler Error in System File

    Hi. I am not sure how to tackle this error. The error is in a file that i didn't wite ... a system file i think. It shows the location of the file but i don't want to muck about in files that i didn't produce. Does anybody recognize this? thanks in advance. Error Message: Compiler Error...
  18. dushkin

    layout problems

    hi. sorry for the gui problem but i am having a suprisingly difficult time getting the various components on the top of my form to behave appropriately. i am trying to acheive the effect of www.linkedin.com with a panel on top and tabstrip just below. when i try to move the tabstrip up just a...
  19. dushkin

    TabStrips gone wild

    thanks! that did the trick. i had it in the directory that the Readme.txt suggested, not my root directory. thanks tons - looks good now.
  20. dushkin

    TabStrips gone wild

    hi. i am starting to play with tabstrips and have the control on a WebForm. In design time, the control looks great - color and underlined font. WHen i compile, all i see is plaintext for what was previously a colorful tabstrip. the color is defined accoring to Microsoft's specs: <ie:TabStrip...

Part and Inventory Search

Back
Top