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 bkrike 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
  • Content: Threads
  • Order by date
  1. 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.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. dushkin

    How to minimize a window

    hi. i have tried everything at this point. my code to minimize a form is: Form f = new Form(); f.WindowState = FormWindowState.Minimized(); from what i have read that should work. but it doesn't. I am thinking that there is a properties value that is competing with this command. i have...
  12. dushkin

    Assembly Reference Parser Error

    hi. does anybody know how to correct the below problem? The code i have and the assembly version i have are different. is this as simple as finding my current assembly version and replacing it with the assembly number below? how do i get my current assembly version? thanks in advance. [ERROR]...
  13. dushkin

    missing assembly reference

    hi. i have a solution with two project folders in it: solution1 (namespace MyName) ---project1 (myctl.cs) ---project2 (myfile.cs) project 1 has a control in it that is called from project 2. the reference outside of the immediate project gives me an error: The type or namespace name 'myctl'...
  14. dushkin

    quick gui question

    hi. quick question on panel design. i have a splitter that needs to stop at a panel's panel. is there a way to do that? thanks in advance.
  15. dushkin

    Library Includes

    apologies for the second question today... i am getting started with C# and am trying to include the p2p sdk from MS. am not sure how to include the associated Library files. Could soomebody tell me how to add a "dot lib" file. thanks.
  16. dushkin

    splitter probs: what am i doing wrong?

    Hi. I have spent the better half of the day tring to get this splitter to work on my form. not sure what i am doing wrong. i have 2 panels, each with components on them. I want the splitter to rest between each panel. Also, is there a way that C# provides to make this splitter "clickable"...
  17. dushkin

    Microsoft's P2P SDK

    does anybody know if somebody builds an application in the microsoft p2p sdk, are they locked into running it on Win XP? I want to design a chat software using the new sdk but i want to be able to run the client (written in c#) anywhere. I am aware of JXTA, Gnutella, etc but prefer using this...
  18. dushkin

    ASP.NET Compiler Complaints: &lt;%...value...%&gt; & Tag repetition

    Hi. I am trying to come up to speed with ASP.NET and am translating some of my old asp files. I have a few questions here. 1) I am wondering why "<% value %>" is causing so many problems when i am trying to translate a VBScript to C#. For example, what would...
  19. dushkin

    from vbScript to C Sharp

    Hi. For those of you with some knowledge of C#, I am wondering why "<% value %>" is causing so many problems when i am trying to translate a VBScript to C#. For example, what would src="project/navBar.asp?url=<%=Server.URLEncode(Request.QueryString("url"))%>" look like translated to C#? The...
  20. dushkin

    where are my classes?

    mebbe this is a admission of newbiedom but, it seems that I am missing numerous classes called for by the code i am writing under (at least in this case) the System namespace. I need System.Convert and it isn't there. In the Intellisense, it shows that I only have 11 classes under System. Is...

Part and Inventory Search

Back
Top