im having problems establishing a wireless connection between 2 pcs. to connect im using the philips cpwua054 usb adapter (11g) on both sides.
problem is, according to feedback on both ends they do connect, however, the automatic IP assignment fails. They come up with something like...
Okay im trying to connect my desktop with a WLAN dongle to a notebook with a WLAN PC-Card.
Now i set the wlan up and all that, so far even without security to minimize the source of problems.
it does show as connected on both ends, too (signal strength: excellent)
However, most of the time, they...
Hi, im looking for a function or something, that tells me when a file was changed.. basically, the program should monitor the file and read its contents whenever it changes (its a log file, and logs should be recorded and analyzed). Now i think, just reading the file every second is an...
hey all
how can i download a page from the INet and put its source in a string? i want to make a prog that continously scans a page for certain content and tells me if something was found, and i guess this is the best way to do it
Hi all
This might not be the best spot to ask this, but maybe someone here knows of a programm with which i can write applications on my Windows CE powered PPC? i know there is one that does it for basic but i dont know which one. anyone have any ideas??
M
hey all
time for a new problem =)
i think most of you know this, when you press 4 keys or more at the same time all you get is a beep and nothing works... i believe there is a way to change that even w/o buying a new kb. does anyone know how?
M
hi there
i just got a new PC case that now has front usb interfaces. however i dont seem to get those to work. i really dont even know how to plug it in the mainboard. there i find something like this:
| x x x x x || x x x x x |
|x x x x x x || x x x x x |
USB2 USB1
now i...
Hi all
I want to make an application that opens a word document, searches thruogh it for a special string, and then either tells it found something in line x or closes it and opens the next etc etc
Why dont I use windows' search options for it? because i want to search in a very special font...
I have a slight speed problem. I have one veeery long string, and one single character which occurs quite often in it. now i want to get these chars out. i used this piece of code:
Do Until InStr(1, temp, "#") = 1
temp2 = temp2 + Chr(Val(Mid(temp, 1, InStr(1, temp, "#")...
I want to copy (and send via winsock) a file, so i cannot use any of the 'normal' copy methods. what i tried is this
Open <file> For Binary Lock Write As #1
Dim temp As String * 1, length As Long, a As Long
length = LOF(1)
a = 0
While a < length
Get #1, , temp...
OK I have a problem. I was trying a few things with the winsock tool. now i have a two-form-progra, where each form simulates an own program. using different ports but the same IP, i could connect both using winsock, send some data, etc. This all worked fine. BUT after I closed the program, e.g...
Hi there
I have searched through thos forum quite a bit, but almost all email threads ive seen were using/linking to outlook in one way or the other... can i possibly send a mail by using nothing but Winsock? Thanks for your help already :)
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.