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 Wanet Telecoms Ltd 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 fcjm

  1. fcjm

    Help on user in control panel, registry, system tray

    Hello, Does any one have any ideas on how to write a script in VBScript which will do the following: 1) Lists all the users in the Control Panel 2) Check if a specific data is in the registry 3) Lists all the software enabled in the system tray. Is VBScript the best way to do these? I know...
  2. fcjm

    Upload a large file

    Does anyone knows how in php I could upload a large file (8 mb)? Besides setting the php.ini in the server. I can upload an image or file in my server as long as it is not greater than 2 mb. Any ideas?
  3. fcjm

    Know the path of an image

    Thanks. But I need to do it in Php. Any ideas?
  4. fcjm

    Know the path of an image

    Does anybody have any ideas on how could I get the full path of the image which is located in a local computer? I used an input box and its type is file. When I browse for an image, I can get its name. But what I want is to be able to preview the image by using its path. Any ideas? Thanks
  5. fcjm

    Modem Detection

    Does anyone has any ideas on how I would be able to detect if there is a modem physically connected to my computer without using controls like MsComm? Thanks.
  6. fcjm

    Form to be placed in the lower right

    The program I'm creating will be given install in other computers. It's easier to install a program if it's less control and it's size is lesser compare to an application with so many controls. Thanks for your answers, I found a code which solve my problem. Here it is: Option Explicit...
  7. fcjm

    get the values in a website

    Thanks for the answers. But is there another way to get the data in a website without using a control? How about using API? Any ideas?
  8. fcjm

    Form to be placed in the lower right

    Thanks for the suggestions. The suggestion of strongm is correct. But is there another way where I don't need to use control like using API?
  9. fcjm

    Form to be placed in the lower right

    Does anyone know how could I place my form in the lower right of the window without covering the taskbar? Even if user changes the display settings, the same thing will happen. Any ideas? Thanks.
  10. fcjm

    Open a website

    By using the API ShellExecute. As much as possible I don't want to use controls. Do you have any idea on how could I do it.
  11. fcjm

    Open a website

    Does anyone have any idea on how I can open a website in a specific size? I don't want it to be in full screen, I want it to be like the MSN Messenger size and I want to remove some menu bar without manually removing it in the Internet Explorer. Thanks.
  12. fcjm

    Find last occurence of a string

    Thanks a lot. Sorry it's really 31.. I just had a wrong count. Thanks to both of you.
  13. fcjm

    Find last occurence of a string

    Is there a function or a short way to find the last occurence of a word in a string? For example I want to find the last position of "VB" in the string "VB 6.0 is a better version of VB 5.0". I should get 30 as the position of VB and not 1. Any ideas? Thanks.
  14. fcjm

    Copying Data from the Web

    Is there any way that you can not get the html codes but only the text. Like <html> should be eliminated.
  15. fcjm

    Internet connection

    I'm using RAS API to connect to the internet. The problem is I can't detect if the number to dialed is busy or wrong username and password was given. It just didn't connect. How could I know if this is case, I'm placing my code under a timer which means that I can't say a message that it is not...

Part and Inventory Search

Back
Top