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. winline

    Save a key to an INI file

    Thats not the problem. Sorry - my english isn't very good so I find it a bit hard to descipe what I mean. Do forgive me ;) I know that Tim$ will return nothing. It is after I have run: saveINIkey("tim.ini", "Boot", "Copy", "(C) 2002 WNLINE Networks")...
  2. winline

    Save a key to an INI file

    It works -==MOSTLY==- ;) I have everything working ONLY if it is called twice. Here is the code so far: DECLARE FUNCTION saveINIkey$ (file$, section$, key$, value$) DECLARE FUNCTION getINIkey$ (file$, section$, key$) CLS CLEAR 3000 tim$ = saveINIkey("tim.ini", "Boot&quot...
  3. winline

    Save a key to an INI file

    well, it will only work if the section you are writing it to doesn't exist. I need this changed so if the section DOES exist yet the key not it will ad it after the section starts And then if the section exists and the key exists that it would overite the key with the new key provided when you...
  4. 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$...
  5. 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
  6. 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
  7. winline

    How many strings are in an array

    Thank you al for your help
  8. winline

    QBasic Run Please Run ! 4.5 Editor

    16 bit MS-DOS Subsystem C:\Windows\Command\QB.exe Invalid Start-up Directory, Please Check Your PIF File, Choose Close To Terminate The Application. That sounds like you have upgraded from WINDOWS 98. Anyway, click Start> Run> cmd and type "del...
  9. 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
  10. winline

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

    ithought - wow! i can ask here. well NO I CANT damn there goes my five buck down the drain....
  11. winline

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

    Well, i guess that no-one knows how to do it. Thanks any-way. Tim
  12. 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...
  13. 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