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: devinci
  • Content: Threads
  • Order by date
  1. devinci

    http works from LAN but not web

    Ok first i've got a OpenBSD box has a firewall and also runs the httpd server. it's connected to a cable modem so DHCP from ISP. got one of does dyndns.org account and i can't get to the site from the web. I've got the port 8080 open on firewall. httpd is listen on 8080. what else do i need to...
  2. devinci

    apache installed now what !!!!!!!!!!!!!!!

    Hi I've installed Apache 1.3.24 on my OpenBSD 3.1 box. I used the binarie install for openbsd from apache ........... everything installed great and i can see the default page of apache. So i made the changes to the httpd.conf file to reflect my setup. Now my problem i edit the...
  3. devinci

    need help with dates

    Hi...I want to be able to display a list of all the person that are suppose to start on the next Monday. Let say that I click on the report today, I want to print all the people that are going to start on Monday and during that week. Hope somebody will be able to help...Thanks
  4. devinci

    Calculating Dates

    Hi...I'm trying to figure out the best way to code this... I have a certain date, let say 05/14/02, I'm trying the get the exact date after 20 weeks from that date. Any help would be greatly appreciated....Thanks
  5. devinci

    Read HTML source code

    Hi...I don't know if anyone can help me...I'm trying to do a class module to be able to read some html code, so that I can assign to some variables a certain value. I hope that someone will be able to help. Thanks.
  6. devinci

    How to create an ini file

    Hi...I'm trying to figure out how would I be able to create an ini file within my code...when the user runs a program I want to be able to create an ini file to store information without the user knowing about it. Thanks...
  7. devinci

    Do any one know how to use the MoveFileEx function

    I'm trying to delete a file when the computer boots up. This is the code I have... Declare Function MoveFileEx Lib "kernel32" Alias "MoveFileExA" ( _ ByVal lpExistingFileName As String, _ ByVal lpNewFileName As String, _ ByVal dwFlags As...
  8. devinci

    How to delete a file when you reboot

    I'm doing an uninstall application. I want to be able to delete the entire folder. I can't delete the uninstall.exe while it's still running. How would I write the code so that when your computer reboots, the file is then deleted. Thanks...
  9. devinci

    OS information

    Hi...I'm having a problem with finding information on the OS installed, I'm able to get the information on the version, but I can't figure out how to get the OS language. I'm hope somebody can help me...Thanks.
  10. devinci

    Please help with registry keys

    I'm doing an uninstall application...I want to delete the entire folder for the application. The thing is that I can't delete the uninstall.exe while it is running. So what is the best way to delete the folder when you reboot the computer. Thanks...
  11. devinci

    Need help with finding a path

    I want to be able to search to see if a shortcut to an executable file exists. This is the code that I have. The thing is that the shortcut exists but it always send me false when it search for the path. Thanks.. Public Function FileExists(FileName As String) As Boolean If Dir(FileName)...
  12. devinci

    Delete an executable file and all shortcut

    If I want to uninstall an executable file...how would I search to see if any shortcut of that file exist to be able to delete them... Thank...
  13. devinci

    Create a shortcut

    Hi...I need to be able to create a shortcut for an executable file on the desktop and in the start menu. I need to be able to create it on both windows NT, 2000 and windows 95, 98 and ME. Thanks for helping...
  14. devinci

    Progress Bar

    This is the code that I have to copy a folder and all it contents. I want to be able to show the progress of the copying action on a progress bar. Thank you for your help... SourceDir = App.path & "\" & "Files\*" TargetDir = gstrPath & "\" & "Files\&quot...
  15. devinci

    I need to know if java is install on the computer

    Ok...here's my problem. I'm trying to know if java run is installed on the computer. If it is installed, I want to know which version it is. And if it's not installed I want to be able to launch the java setup without the user knowing about it. Thank you...
  16. devinci

    Search if a file exist

    I'm trying to code this a function.... I have the name of the file, just the name not the path of the file...I need to search starting from the c:\ and searching all is directories to see if the file exists...If the file exists, I want to know the full path. If the file doesn't exist, I want...
  17. devinci

    help on creating a "html help file"

    i need help creating a html help file to add to my program. do i need to create a simple html file or files and then link does to the prog. or do i need to convert them into .chm files to link to the prog. thankx

Part and Inventory Search

Back
Top