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...
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...
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
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
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.
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...
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...
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...
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.
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...
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)...
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...
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\"...
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...
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...
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
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.