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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RichieMac

  1. RichieMac

    Passing an open OleDbConnection?

    Thanks for the help guys!
  2. RichieMac

    Passing an open OleDbConnection?

    Hi Is it possible to pass an open connection to another class?
  3. RichieMac

    Individual datagrid elements?

    Sorry I should have added that I want to take the individual elements and write them separately after some validation.
  4. RichieMac

    Individual datagrid elements?

    Hi, I've successfully managed to populate my datagrid but I was wondering if there was any way to then find the last Row and look at the individual elements. e.g. If a new entry was made to the bootm of the grid how can I then write this new data to my data source. thanks Richie
  5. RichieMac

    login screen issues

    Then I better make a start. :-) Like I said earlier I'm sure you'll be hearing from me very soon.
  6. RichieMac

    console app problem

    Thanks digiduck. I was almost sure there was a way to do it I just didn't know how. Thanks again.
  7. RichieMac

    login screen issues

    What I need to do is create a system that manages three levels of log in (User, Manager and Administrator) where each role has certain responsiblities. I also need to store all this information in a suitable format (encrypted passwords etc). Finally the system has to (obviously) have the...
  8. RichieMac

    console app problem

    Ok I'll stick with this way for now. Thanks again.
  9. RichieMac

    console app problem

    Thanks for the help. But isn't there some way of setting VS so that you don't have to add this line?
  10. RichieMac

    int conversion warning

    Thanks for the help.
  11. RichieMac

    int conversion warning

    Hi Could anyone tell me what this warning means: warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss of data Thanks
  12. RichieMac

    console app problem

    Hello all, A quick question that is probably something very simple. I have a console app that when I run it the console never stays open for long enough for me to see the output. How do I set VS.net so that the console stays open until I close it.
  13. RichieMac

    login screen issues

    THank you for the responses. I probably didn't explain myself very well but you seem to have the idea of what I was asking. I understand that it is difficult to write anything that can be ported without any changes but I was thinking about keeping the changes very minimal. My main concerns...
  14. RichieMac

    login screen issues

    Hi all, Don't know if I'm in the right place so forgive me if I'm not. What I need to know is if anyone knows of anywhere I can find out about creating login screens and the issues that surround the development of them. In particular I need to know about different levels of security and what...
  15. RichieMac

    How do I check for user roles?

    Hi Nel, No I'm not using ASP. I'll look into the WindowsIdentity object and see what I come up with. Thanks for the pointer. Richie

Part and Inventory Search

Back
Top