Wireless router and cards. Thousands of people across the road at he coffeeshop with laptop can't be wrong.
Depends on the distance between buildings but a cheap temp system can be set up for around $100 per user.
Worth a try and no cabling costs.
********Byte me ********
I am currently using my Dial-up account at work and home. I want to get ADSL at home and be able to dial in to a dedicated dial in device to get access to the net (via ADSL) from work. I don't want ADSL at both locations and don't want to leave a computer running at home while I'm not there...
I am using this code to redirect to different pages in my domain.
<a href="http://www.mydom.com/redirect.php?url=1
redirect.php looks like this:
<?
switch($url){
case '1': $links = "http://www.mydom.com/page1.html";break;
case '2': $links =...
Oh to be a programmer, Life is so easy..... <smile>
Seriously, Maybe the primary key is there for a reason..... to PREVENT duplicate entries from being added to the database.
If you are adding the record using code you can trap all errors and write them to an error log for later analysis.
I...
Haven't tested this but should return a lot of info about network resources including domain name..
Private Declare Function WNetEnumResource Lib "mpr.dll" Alias "WNetEnumResourceA" (ByVal hEnum As Long, lpcCount As Long, lpBuffer As NETRESOURCE, lpBufferSize As Long) As...
Edit the server registration properties and uncheck the option for "Show System Databases and System Objects".
B-) <br>
<br>
<br>
********Byte me ********
Alt255,
Thanks for the warning, I was overdue for a backup of the registry and an ERD for NT so I did that before testing on NT. The results however were excellent. Worked perfectly for 50+ wallpaper changes without a problem.
I unfortunately do not have a Win98 machine in the building as I...
Alt255,
Worked it out, I was on the right track systemparametersinfo. Just had the syntax wrong. The following code will do the trick on 95. Will test on NT tommorow
Public Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As...
Thanks Alt255, I will keep it in reserve for want of something better. I have tried many techniques including Showwindow, Closedesktop, opendesktop, paintdesktop and redraw window but all with no success. The only success I've had is using SystemParametersInfo to remove the wallpaper but it...
I'm still having the same problem on W95. I also get handle 128 and update 1. I've tried UpdateWindow, RepaintWindow, OpenDesktop, CloseDesktop and PaintDesktop to no avail.
Alt255, Can you repost your alternative from your last message as it disappeared before I could try it.
I'm glad I'm not...
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.