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!

Search results for query: *

  1. GCTIberica

    ActiveX Windows Server 2000

    I have a problem with an activeX which works perfectly fine with any windows applications, but with a web application, it doesn't work! :-( I am using Windows Server 2000. I have another machine with Windows Professional 2000 and the ActiveX works fine with but web and windows apps. Supposedly...
  2. GCTIberica

    TCPServer + client

    Hi I have a little problem I have a TCP client and server. The client sends data which could be any length, and without distinct characters to know the end of text etc I need to capture this from the server but I can´t seem to do it. text := AThread.Connection.ReadChar; This captures only one...
  3. GCTIberica

    capture closing computer

    Hi Unfortunately this doesn´t work when I power off the computer I don´t think anything can capture this...
  4. GCTIberica

    Previous Date

    Thanks very much I was using TDate instead of TDateTime and thats why I couldnt get it working thanks
  5. GCTIberica

    capture closing computer

    Hi Does anyone know anything about closing a computer using the off switch (not closing the programs) - how I can capture this with code? I need code that captures when a computer is switched off thanks
  6. GCTIberica

    Previous Date

    Hi Does anyone know of an easy way to find the date of the previous day? Thanks
  7. GCTIberica

    unique integer indentifier

    Hi All Thanks for your time. I don´t know what I was thinking - somehow I think of the most difficult things first. I am using a database, so why don´t I just use a unique identifier?????? Sorry all
  8. GCTIberica

    unique integer indentifier

    Hi lance Thanks for the reply However, this MAC ID is also a string - I need an INTEGER. Also, the MAC ID is unique to each machine - I need a unique identifier each time I run the code!!!
  9. GCTIberica

    unique integer indentifier

    Does anyone know of a unique identifier that is an integer (not GUID) and is not system time?
  10. GCTIberica

    disable keyboard

    hi StellaIndigo Thanks for your response. What exactly is Kiosk Mode though? Thanks
  11. GCTIberica

    disable keyboard

    Hi Minions Thanks for the help, but this doesn´t work for Win2000 or WinNT! This task seems pretty impossible in W2K
  12. GCTIberica

    HTTP VB .Net

    Hi all Has anyone written a client server application that sends files using HTTP in VB .Net? Or does anyone know any helpful documentation on this? I need to send text files from a client application and the server receives these and returns a wav file. Thanks in advance
  13. GCTIberica

    control string

    ok found it on internet http://www.webopedia.com/quick_ref/asciicode.asp - incase anyone needs it!
  14. GCTIberica

    control string

    Sorry OK, #13 is the control string for the return character, for example. From Delphi Help: A control string is a sequence of one or more control characters, each of which consists of the # symbol followed by an unsigned integer constant from 0 to 255 (decimal or hexadecimal) and denotes the...
  15. GCTIberica

    control string

    Hi I have been looking on the internet but have found nothing. I want the control string for "CTRL + Z" Does anyone know what it is? And does anyone know where I can find a list of all the control strings? Thanks
  16. GCTIberica

    ADO

    OK, I have a problem and I would love a little bit of help! I have a client server application. The server has an ADO connection to the SQLServer DB. At the minute there are about 25 clients which constantly hit the server. Soon, there will be over 200 clients! However, the problem is that...
  17. GCTIberica

    disable keyboard

    Thanks all However, this still doesn´t really get around the problem I have! I can change the keyboard settings, I can disable the windows key... I can´t however disable CTRL+ALT+DEL or even disable CTRL+ESC or ALT+TAB or ALT+F4 So if users have access to a keyboard, they can do what they like...
  18. GCTIberica

    ADO problem

    Hi Zathras I have the queries as objects! Really I should only have one adoquery to access the db, but it doesn´t seem to work :-(
  19. GCTIberica

    ADO problem

    OK, I have quite a problem with ADO! In my server, I have an ADOConnection and an ADOQuery. These are "supposed" to run concurrently, however, it doesn´t seem to work! Therefore, if I send 2 queries to the server at the same time, sometimes the values are lost - they don´t reach...
  20. GCTIberica

    disable keyboard

    Hi Unfortunately I can´t block the mouse, as I am using touch screen input!!!!!!

Part and Inventory Search

Back
Top