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

  • Users: Firemyst
  • Content: Threads
  • Order by date
  1. Firemyst

    $_REQUEST issues

    Hi there, I have multiple PHP 4 scripts which set variables in the program similar to: $r_admin_email = $_REQUEST["admin_email"]; where $_REQUEST["admin_email"]; is obviously passed in through a form. However, there are times when this value is not passed along. Then the...
  2. Firemyst

    Unanswered question -- can anyone help?

    Hi there, I need to be able to tell if an NT user has their machine "locked" -- where they hit "ctrl-alt-delete" and select "lock workstation". Is there any way to do this using VB6? Thanks!
  3. Firemyst

    Is there a way to tell if a machine is "locked" in VB6?

    Hi there, I need to be able to tell if an NT user has their machine "locked" -- where they hit "ctrl-alt-delete" and select "lock workstation". Is there any way to do this using VB6? Thanks!
  4. Firemyst

    A way to add graphics to a list box?

    I currently have a list box that allows multiple selections and the style is set to "checkbox". Is there a anyway to add any sort of graphics to the list box? Either next to each list item, in the background, or anywhere else? Thanks
  5. Firemyst

    Multiline text field not accepted carriage returns?

    Hi there, I have a multiline text field which is not accepting carriage returns. I have the lock property set to false. When I hit the carriage return ("enter" key), it clears the text in another multiline text field I have set as locked. Does anyone have any ideas on what I may...
  6. Firemyst

    How can I have multiline text auto-scroll to the bottom?

    Hi there, I have a multiline text field which contains status messages. Everytime a new status comes up, it's appended to the text field. Unfortunately, the scrollbars always seem to reset to the top. How can I set it up and/or program the text field so that when a new status is appended...
  7. Firemyst

    Does VB 6 allow for any sort of threading?

    So I can have multiple processes working in parallel which do not interact with each other?
  8. Firemyst

    A way to tell if a machine is locked in VB6?

    Hi everyone, In VB6, is there a way to tell if a user has their machine "locked"? If so, how? Thanks!
  9. Firemyst

    Is there a VB function similar to "net send"?

    Hi everyone, Is there a VB6 command that works similarly to: net send userid message so launching the shell isn't necessary? If so, what is it? Thanks!
  10. Firemyst

    How to execute DOS commands from VB?

    Hi everyone, I'm writing a VB6 application, and need to have it execute the DOS "net send userid message" command so that the particular user "userid" who's logged into the network will receive the "message" in the popup box on their workstation. Can anyone please...
  11. Firemyst

    How to determine is a user is logged in to the network?

    Hi everyone, I'm writing a VB6 application and need to know how to be able to determine if a user has logged into the NT4.0 network. There are multiple machines, so the user may not always log into the same machine. But I need to know if the user is logged in somewhere. Is there a way to do...
  12. Firemyst

    HASH issues

    Hi there, I have the following hash data structure. I have two issues: 1) how do I add to it? 2) how do I reference the lowest level array values from it? For example, if I want to add another "test" value in the "heading" key of the "datestamp1" key of the...
  13. Firemyst

    hash of a hash of a hash issue...

    I'm working on upgrading a calendar for my company. We currently build a hash of a hash which holds an array. For example: push(@{$events{$datestamp}{"event_num"}},$event_num); and reference as: ${$events{$datestamp}{"event_num"}}[$x] The datestamp holds the date of the...
  14. Firemyst

    Between MS Updates, ASP on IIS no longer works :(

    Downloaded and installed a bunch of MS W2K Server Updates. Now, ASP will not run. However, perl, php, and other items run fine on the webserver. Here's the error I receive: --- Server Application Error The server has encountered an error while loading an application during the processing of...
  15. Firemyst

    No one knows how to solve this W2K issue?

    Don't tell me that with the thousands of brilliant people using Tek-tips no one can seem to solve this issue: http://www.tek-tips.com/viewthread.cfm?spid=96&newpid=96&sqid=576415 :)
  16. Firemyst

    Boot problem w/ multiple hard drives

    Hi there, I have a W2K Server with two partitions: D and F. Let me emphasize THERE IS NO "C" PARTITION. "D" contains the operating system. "F" contains the website and everything associated with it. Whenever we install a secondard hard drive (on an EIDE cable)...
  17. Firemyst

    MySQL Service won't start cuz of an error

    Hi there, I have MySQL installed on a W2K server. The "service" was installed, but now will not start when my machine starts up. I receive the following in the event log: ----- The MySql service failed to start due to the following error: The system cannot find the path specified...
  18. Firemyst

    Problem with online help system!

    Hi everyone! On my W2K server, whenever I click a link from the &quot;windows help&quot; ( start menu | help ) I receive an error similar to: ---------- A run time error has ccurred. Do you wish to debug? Line <whatever> Error: object doesn't support this property or method ----------- The...
  19. Firemyst

    &quot;guest&quot; can't print but &quot;admin&quot; can?

    HI there, I Have a W2K server with a shared network printer attached. I can print fine from the server, but not from any networked workstation. In the &quot;services&quot; manager, this is the error message being received: &quot;Document failed to print due to GDI/Driver error in...
  20. Firemyst

    Inaccessible boot device issue

    Hi there, Here's my dilemma... I was running a machine with two IDE hard drives. The first, C:, crashed. The backup drive had two partitions D: and F:. The machine runs and boots fine, and I've set the default drive letters to be D and F (so C no longer exists on my system). The issue is now...

Part and Inventory Search

Back
Top