Hi I want to develop a software that will list the folders in a volume and when i select a folder it will show its permissions.By permisssion I mean which user has which rights on that folder is anything like that possible?
If it is, how?
Thanks
Liars Do Not Fear The Truth If There Are Enough Liars
it is possible but how can i know or change the order of programs at boot?
I mean it reads a csv(converted from excel) file but i dont know which order does it start?
Liars Do Not Fear The Truth If There Are Enough Liars
Hi i have developed a program that designed to start at windows reboot(written the program executable to registry hklm->software-microsoft-windows-run)
and the program has to read a file when it started(the read file function included in program's constructor)
however if i execute the program by...
Hi
I have written a program that needs to add a key under hkey local machine-system-.......
but whatever i try to do i always failed does anyone know is there a way to supress this permission staff or is there a way to add administrator password to tregistry
here is my code...
Hi I have written a client-server program and i have all kind of events such as client disconnected client connected etc..
However if user doesnt close the program and restart the computer my client disconnect event is not working.
What should i do to fix it?
Liars Do Not Fear The Truth If...
Hi
I wrote a client server program with borland c++ builder 5 however I want my client program to be able to work as windows service
Does anyone know how can i do that without commercial tools?
Thanks
Liars Do Not Fear The Truth If There Are Enough Liars
Hi I wrote a program with borland c++ builder 5.0 but I want people not able to open more than one instance of my program how can i prevent this?
Thanks
Liars Do Not Fear The Truth If There Are Enough Liars
Hi I have a problem with javascript
I'm trying to make a preloading with putting onload function to body part of html but what i want to do is taking all images in /htmlroot/images folder to a javascript array because i dont want to write the name of jpg file to my .js everytime when i add a new...
Hi i want to learn something about memo box
i have text in a StringList and it includes html tags like <br> <i> etc.. is there any way to covert them c++ chars automaticly i mean is there a way every time a <br> sees in the memobox it ll automaticly replace it with \n
if it is possible how...
yeah im just suprised when i first saw it
it was like completely same as the vs2005
did microsoft buy borland or something ?
Liars Do Not Fear The Truth If There Are Enough Liars
Hi i just wonder are there any site on the web that describes new features of borland developer studio 2006
it seems too different from old borland i couldnt use it
it doesnt even have db table where can i learn the new features and are there any tutorial for it?
and last question why does it...
ok i gave up from sql,its too complicated in borland im trying to do it with table
but i have some problems when i search a string in a field and then i want the table look to other records but its not doing this it always finds the same record
is there something wrong with my new code...
no it is not according to your message i have changed my code like this but nothing changed
TDataSet *datareader;
tablo->Active = false;
sorgu->SQL->Clear();
sorgu->SQL->Add("SELECT Userid,Genre FROM divx where Izlendi=False");
sorgu->Open()...
i made my program like this
genreliste = new TStringList();
tablo->Active = false;
sorgu->SQL->Clear();
sorgu->DataSetField->Visible = true;
sorgu->SQL->Add("SELECT Userid,Genre FROM divx");
sorgu->Open();
for (int...
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.