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: winline
  • Content: Threads
  • Order by date
  1. winline

    Save a key to an INI file

    I am trying to make a function were you can save a key to an INI file. But it only works if the [section] doesn't exist. Here is the code and I hope you can help me on this one! FUNCTION saveINIkey$ (file$, section$, key$, value$) what$ = "[" + section$ + "]" OPEN file$...
  2. winline

    Taking a FULL screen capture

    I would like to ask how to make a full screen capture, not just of the current window. I would like to make a good screen capture program. Thanks in advance - Tim
  3. winline

    Making a "Virtual Drive"

    Hi! I would like to know if there is anyway I can make a virtual drive show up in Explorer? And if there is - can i pass to Explorer the current dir's files + folders?? Thanks in advanced
  4. winline

    How many strings are in an array

    Hi Fello Tek-Tipions! I want to read a file into an array. OK - that is done OK. I use this as my code: Open For Input As #1 Dim stringVar$ stringVar = Input(Lof(1), 1) Dim a a = Split(stringVar, vbCrLf) but how can i then see how many lines of text there are in the arrary? Thanx in advance
  5. winline

    getting a "parram" variable from a VB ActiveX in IE

    I have made an ActiveX dll in Visual Basic and I would like to ask this: How can you load a &quot;parram&quot; variable from explorer into VB. EG: <object classid=&quot;clsid:D27CDB6E-ARtD-11CF-96B8-444553540000&quot; id=&quot;NetPets.sytes.net&quot;> <param name=&quot;ID&quot...
  6. winline

    Making a basic server

    How can I code a basic server that runs on port 67? It will be a basic server that needs only to run a WWW server so it only needs to share files. The directory to share files will be C:\WWWser Thanks in advance

Part and Inventory Search

Back
Top