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

    Listing Folders and Related Permissions

    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
  2. dakkarin

    Loading file at startup

    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...
  3. dakkarin

    TRegistry and CreateKey Problem

    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...
  4. dakkarin

    Client Server Problem

    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...
  5. dakkarin

    Making a Program Written In Borland C++ Windows Service

    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
  6. dakkarin

    Preventing For Openning Multiple Instances

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

    Putting all images in a folder on preloading

    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...
  8. dakkarin

    HTML tags in memo box

    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...
  9. dakkarin

    About Borland Developer Studio 2006

    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...
  10. dakkarin

    Borland SQL Query with Paradox DB

    hi i have designed a program that runs with paradox db and one of the fields of my table is like that Ex: ---- Field name:Genre Field 1 Content:Action,Drama,Comedy,Thriller Field 2 Content:Action,Mystery,War what i want to do is when user entered Action and Thriller it will find the correct...
  11. dakkarin

    Quick Report for Kylix

    Does anyone know where can i install a quick report component for kylix 3 enterprise edition because as i seen there is no default quick report component on kylix Liars Do Not Fear The Truth If There Are Enough Liars
  12. dakkarin

    Abbrevia and Kylix

    I was using abbrevia(zip tool for borland)in windows with borland c++ 5.0 but when i tried to use same packages for kylix 3.0(in suse) it didnt work(or i couldnt make it work im not sure)does anyone know what must i do to install abbrevia to kylix? Thanks Liars Do Not Fear The Truth If There...
  13. dakkarin

    executing an application

    does anyone know how can i execute an application within borland ? Liars Do Not Fear The Truth If There Are Enough Liars
  14. dakkarin

    Reading from excel file and transffering to database

    Hi i want to desing a program that will read rows and columns in a excel file and then take the data and insert it into database is something like that possible with borland i already knew the database part but i dont know how can i take datas from excel file Liars Do Not Fear The Truth If...
  15. dakkarin

    TImage and gif files

    Hi im designing a program which will take any kind of image and put it into database a part of my program is like this Graphics::TBitmap *bitmap = new Graphics::TBitmap(); Image1->Picture->LoadFromFile(OpenDialog1>FileName)...
  16. dakkarin

    Taking source of a web page

    Hi im designing a program which will take the content of the web page that the user write into my program but is it possible with borland if it is whats the components name? Thanks
  17. dakkarin

    Making my program installable

    Hi i want to learn how to make my program which is written with borland installable i mean when i give the executable file of my program to another person who has no borland installed the program isnot working so i guess an install shield is needed for the programs working how can i do it ? Thanks
  18. dakkarin

    Getting a file from internet

    Hi im trying to design a program that will download a zip file that i write the url of. Is something like that possible with borland if it is how? Thanks
  19. dakkarin

    does anyone here know to install abbrevia from source

    Hi im new about the abbrevia and i read the readme file but i couldnt to what it said to install i have completed 3 steps of it 1. Unzip the release files into a directory (e.g., d:\abbrevia). 2. Start Delphi or C++Builder. 3. Add the source subdirectory (e.g., d:\abbrevia\source) to...
  20. dakkarin

    Getting Blob type data and convert it into TPicture

    Hi i have a borland database which includes BLOB binary tipe field that stores pictures its inserting good with the dbnavigator but i want to take the data back manually and convert it to TPicture so i dont know how to do it i make my code something like this but it didnt work field =...

Part and Inventory Search

Back
Top