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 strongm 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: *

  1. Mengbillar

    ad hoc connection issues

    Yes I know that much as well (thanks nevertheless) however, even with manually set IPs and all those settings set correctly, it didnt seem to establish a connection that worked for anything, even though windows said the connection was up. Ill try around some more, on different PCs, and see what...
  2. Mengbillar

    ad hoc connection issues

    Okay, im at my brothers place and since im leaving in a bit i probably wont be able to research this particular situation any further. However, i find it interesting that at home i can establish a connection using the same wireless hardware without a problem could it be the OS? here im running...
  3. Mengbillar

    ad hoc connection issues

    well theres the problem, i dont think either is doing that. however, its just a simple 2-pc network and i got it to work before (with other computers) if that helps, both computers are running XP, one Sp1, the other Sp2. even if i manually assign IPs, whether the classical 192.168.0.1 or any...
  4. Mengbillar

    ad hoc connection issues

    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...
  5. Mengbillar

    ad hoc WLAN not working as it should... most of the time

    okay, i have a different pc-card now for my notebook, so they both support G now (and presumably use that) but now i have a different problem: while its no longer a problem to get a connection per se, im now getting the "Wireless network connection is now connected" messege roughly every 5...
  6. Mengbillar

    ad hoc WLAN not working as it should... most of the time

    Yes its a B connection.. so.. what can i do? put my phone away as far as possible? :S
  7. Mengbillar

    ad hoc WLAN not working as it should... most of the time

    idk how they do it but they both end up with one in the end. currently its 169.254.y.x and a subnet mask of 255.255.0.0 on both, they do get assigned when both are on and in range.. (both y and x vary on both, however, i had it work with this configuration already as well...) i also tried the...
  8. Mengbillar

    ad hoc WLAN not working as it should... most of the time

    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...
  9. Mengbillar

    How to keep track of a file

    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...
  10. Mengbillar

    html source code

    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
  11. Mengbillar

    write basic apps on mobile devices

    coo, thanks but thats not exactly what i meant; i dont want to write apps on my pc for my ppc, but i want to code on the ppc itsself! as far as i kno embedded VB3 only lets you write applications on desktop pcs, and not even real applications but those strange .vb files...
  12. Mengbillar

    write basic apps on mobile devices

    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
  13. Mengbillar

    CD-burning with *.BIN file

    uhm well you can avoid all the .cue trouble by using a virtual drive. (comes with clonecd and deamon tools etc i think nero has something like that as well but i heard its buggy..) then you can see if the image itsself even works. if so you can do a on-the-fly copy with any writing program
  14. Mengbillar

    keyboard buffer? or what...

    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
  15. Mengbillar

    internal USB not work

    Thank you!! after i plugged it in accordingly to the pins and what they are good for, it works well :D (lol in some other forum they told me that the front panel wasnt compatible to the MB because it wasnt a 2x5 plug LOOOL good people here know better!)
  16. Mengbillar

    internal USB not work

    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...
  17. Mengbillar

    Browsing Word Through VB

    hehe i *should* have thought of that *g* thanks for pointing me toward this
  18. Mengbillar

    Browsing Word Through VB

    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...
  19. Mengbillar

    String filtering

    Thanks to all of you, I have found it quite fast to Split it into an arraw and process the arrey afterwards then..
  20. Mengbillar

    String filtering

    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, "#")...

Part and Inventory Search

Back
Top