text?
-
- Enthusiast
- Posts: 372
- Joined: Sun Apr 03, 2005 2:14 am
- Location: England
hello 
for Windows Startup, hope this helps
what is "0," ..? - #Directory Number
Regards
kevin

for Windows Startup, hope this helps

Code: Select all
path$=ProgramFilename()
Code: Select all
2) If Result = ExamineDirectory(0, "c:\", "Test.txt") - what is "0," ..?
Regards
kevin

-
- Addict
- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
for a better explanation on 3:
the 0 is the identifier of the directory, this can be any number, as long as it isn't the same as another directory that you have open, this is so you can do multiple directory searches at the same time
и на русском языке:
для более лучшего объяснения на 3:
0 будет обозначением директории, это может быть любым номером, покуда оно не этим же как другая директория вы имеете открытое, это поэтому вы можете сделать множественные поиски директории в то же самое время
the 0 is the identifier of the directory, this can be any number, as long as it isn't the same as another directory that you have open, this is so you can do multiple directory searches at the same time
и на русском языке:
для более лучшего объяснения на 3:
0 будет обозначением директории, это может быть любым номером, покуда оно не этим же как другая директория вы имеете открытое, это поэтому вы можете сделать множественные поиски директории в то же самое время
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
-
- Addict
- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
-
- Addict
- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
Re: I want my programm have count amount its start up.
yes, but it can get very complicated (and i've never done it with plain winapi)spioner wrote:I want my programm have count amount its start up.
I want this do in registry. Can the best- PureBasic edit registry equally as Regedit ?
Can PureBasic read-write registry entry ?
there are a couple of userlibs available that can do it - Droopy's Lib works with unicode I think
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
-
- User
- Posts: 53
- Joined: Wed May 03, 2006 6:34 am
- Location: California, United States
- Contact:
Ваша английская язык вероятно более лучшая чем наш русский. 
The best place to learn about the registry API is the Microsoft MSDN site, but it can be a bit complicated:
http://msdn.microsoft.com/library/en-us ... gistry.asp
You may also find a version of it in Russian somewhere in here, but it looks like most of the documentation links are still to English content:
http://www.microsoft.com/rus/msdn/default.mspx

The best place to learn about the registry API is the Microsoft MSDN site, but it can be a bit complicated:
http://msdn.microsoft.com/library/en-us ... gistry.asp
You may also find a version of it in Russian somewhere in here, but it looks like most of the documentation links are still to English content:
http://www.microsoft.com/rus/msdn/default.mspx
Last edited by Mike Stefanik on Thu Nov 09, 2006 8:36 am, edited 1 time in total.
Mike Stefanik
sockettools.com
sockettools.com
-
- Enthusiast
- Posts: 169
- Joined: Thu Oct 05, 2006 6:44 am
- Contact:
-
- Addict
- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
-
- Enthusiast
- Posts: 169
- Joined: Thu Oct 05, 2006 6:44 am
- Contact: