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")...
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"...
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...
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$...
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
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
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...
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
I have made an ActiveX dll in Visual Basic and I would like to ask this:
How can you load a "parram" variable from explorer into VB.
EG:
<object classid="clsid:D27CDB6E-ARtD-11CF-96B8-444553540000" id="NetPets.sytes.net">
<param name="ID"...
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
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.