Hey everyone,
Yes, I do use the backets. I just put up the snippet of PHP code.
As for the javascript option -- it's not possible. We're not allowed to use javascript to check. So everything has to be on the PHP side.
If the PHP developers are reading this, I should just be allowed to do...
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...
Hey there,
Yes, I've tried posting this thread with a subject more related to the issue. However, those threads generated absolutely no responses (for the latest, just look under Tuesday's postings).
One would think there'd be an API to determine if a machine is locked, but I couldn't find...
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!
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!
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
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...
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...
What I need to do is see if the user currently logged in has their machine locked or not. If their machine is locked, it means they might not be around and thus I cannot execute certain parts of my application.
So somehow I need to be able to tell.
Any help would be appreciated.
Thanks!
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.