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: *

  1. xspanner

    system information

    thnx tb!
  2. xspanner

    system information

    Hi. I want to write a code which displays some system information, for ex. main board type, cpu type&speed, hdd type&size etc... Has anyone a good idea how is the best way to do this?
  3. xspanner

    Create a Line Object

    thanks poltergeist
  4. xspanner

    Create a Line Object

    No they don't, but i have to move and delete them during run-time
  5. xspanner

    Create a Line Object

    thanx poltergeits this is what i have been looking for. I have to create more lines. Could you send me a version with an array example? set lineObj(i)=Controls.add does not work..... thanx
  6. xspanner

    Create a Line Object

    hi everyone. I want to create 50-60 line OBJECTS during run-time. Is there any way? Those lines have to be objects like lines drawn in design-time because i need their coordinates, drawing properties etc.. and i have to delete some of them later..
  7. xspanner

    Create a Line Object

    Thanks very much. This works.
  8. xspanner

    Create a Line Object

    thanks tsh73 now I draw lines and store coords in a file, BUT another problem came : here is my code: DrawWidth=4 ForeColor=vbRed BorderStyle=3 Line(10,10)-(700,10) the BorderStyle=3 line does not work because the form has a BorderStyle property too (fixedsyngle, double..etc), and it...
  9. xspanner

    Create a Line Object

    Thanks, but i have to create up to 50 lines and they must be objects, because i have to save their positions. thanks
  10. xspanner

    Create a Line Object

    Please anyone give me a code which creates a Line object on a Form for example when I click on the Form I tried Dim myline as Line Set myline = Line and etc .. but it does not work Thnx
  11. xspanner

    continue a session

    Hi. I start a session with session_start() and I query the id with session_id(). And i want to continue that session with another browser window. Is it possible? Thnx for any help.
  12. xspanner

    cookie expiration

    The cookie which I set does not expire at the time which i ment to at all! For example if I set a cookie : SetCookie("cookie_1","cookie_one",time()+300), it should expire in 5 minutes if I am right, but it expires in 6 seconds. If I set to time()+600 it expires in 7...
  13. xspanner

    problem with cookie exoiration

    The cookie which I set does not expire at the time which i ment to at all! For example if I set a cookie : SetCookie("cookie_1","cookie_one",time()+300), it should expire in 5 minutes if I am right, but it expires in 6 seconds. If I set to time()+600 it expires in 7...
  14. xspanner

    How do I prevent direct access to a page?

    thanx very much
  15. xspanner

    How do I prevent direct access to a page?

    I have a web page written in php and I use a lot of 'steps' and 'actions'. Is there anything i can do to block access to my site in a way like this : http://www.mysite.com/index.php?action=play&step=fast I want to be accessible only like this www.mysite.com or www.mysite.com/index.php
  16. xspanner

    problem with importing users

    Hi everyone. I use ldifde.exe and csvde.exe to import/export users form/into active directory. The exporting works fine but when i try to import into the AC i get the folowing error : Logging in as current user using SSPI Importing directory from file "out.csv" Loading entries. Add...
  17. xspanner

    active directory users

    hi everyone!. Is there any way to export/make a backup of 200 AD users, their quota entries and security rules(directory and file access) and then import/restore them in a newly installed win2k server? I apreciate any help ! THNX.
  18. xspanner

    Local Policies

    a "classic" way to do this is to set up a win2k server and join the other xp machines to this (server)-domain. Then on the win2k server you edit the domain security policy and that's all. It will apply to all the xp machines joined to this server.
  19. xspanner

    security policy problem

    thnx, it works.
  20. xspanner

    security policy problem

    I have a win2k server with 20 workstations. My problem is the folowing : I cannot open the "domain controller security policy" and the "domain security policy" in the administrative tools. I am a member of all kind of administrators. I can create accounts, delete other admin...

Part and Inventory Search

Back
Top