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 Wanet Telecoms Ltd 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: Mengbillar
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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
  6. 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
  7. 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...
  8. 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...
  9. 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, "#")...
  10. Mengbillar

    Copy File without shell

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

    Winsock busy even after prog is closed

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

    Email without mail client

    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 :)

Part and Inventory Search

Back
Top