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

    console app

    i wunt to run a console app, without it shhuttin it down i dnt wunt it to close ? how can i do this ??
  2. AbbasAkhtar

    add edit delete new tables in database

    Hi again i need some help with mysql and php again, this is my problem: Is it possible to retreive only 1 line in a table in a database for example, if i had a database called mydb and a table within called details, and it's like this First Name Age Abbas Akhtar 17 John Smith 23 can i do...
  3. AbbasAkhtar

    mysql in php help for database

    OK, I've finally managed to figure out and to create a blank database in mysql called mydb and create a table called details which is like this field: type: null: name varchar(20) yes age char(2) yes what i want to do in php using apache server is how to do this: receive a count of all...
  4. AbbasAkhtar

    database mysql in apache using php as well

    I need some help, ok, this is what i want to do, i have got the hang of php and i want to do this, i also have mysql installed too and i use apache server, i want to be able to: create a database file, blank database file called mydb add to this database, information name, age, sex edit this...
  5. AbbasAkhtar

    php help please for variables

    yes., i have the funy thing is i used webmonkeys guide. but their tutorials, i folowed their tutorials for the above, well thanks ,i think ur idea will work, ill test it thanks man.
  6. AbbasAkhtar

    php help please for variables

    Hello, I need some help with php, this is what I'm trying to do is pass on variables/parameters from one html page to another, it really is important, I'll explain my problem near the end, this is my system configuration. Windows Millenium Edition My online digitalamt.co.uk server is apache...
  7. AbbasAkhtar

    file transfer using tclientsocket and tserversocket

    can anyone tell me if this code works, ive tried it and works for a almost 3 megabyte bmp file, works fine, ive tried it, offline only though, someone sed it does not work for larger files, but i dont no if he means online or offline ? can someone test this code please, and if it doesnt work for...
  8. AbbasAkhtar

    saving password in exe

    can someone please check this code out, it works for me, but there is something strange going on, when i compile the exe, it saves and reads from itself, and the app doesnt need to shutdown, and when u open the exe in wordpad, and go to find and look for the ini settings u saved in the...
  9. AbbasAkhtar

    error reading a line from text file - 4096 limit?

    o i see, i thot u meant the whole textbox not just a single, line, hmmmmm interesting, i never tried that before lol, well if u get the solution post back up here wot u done, ill try soem research too.
  10. AbbasAkhtar

    error reading a line from text file - 4096 limit?

    its actually EM_EXLIMITTEXT so do this SENDMESSAGE(memo1.handle,EM_EXLIMITTEXT,0,999999999); i think this gives u a max of at least 800 megabytes in memory, lol more than enough
  11. AbbasAkhtar

    error reading a line from text file - 4096 limit?

    its actually EM_EXLIMITTEXT
  12. AbbasAkhtar

    error reading a line from text file - 4096 limit?

    explain this further, post some of the code which saves the text to, but i need a further explanation, first of all, check the rtichtext property (assuming u have a richtext control on), PLAINTEXT is true or false, i think the propertyt is plaintext or richtext or something , if plain text =...
  13. AbbasAkhtar

    Creating Help files.

    yes i no a way, its in the house, ill get back to u in a day or 2, cause im using the method myself in my app, no problemo, p.s. canu say thanku again, it feels nice :) lol, ill b bak,
  14. AbbasAkhtar

    Creating Help files.

    use this one, its really cool, and simple to use, not very advanced, but it works for me http://www.breittechnologies.com/ the download link is here http://download.com.com/3000-2383-10150287.html?tag=lst-0-1 hope that helps, tell me if it helps :) geddit lol
  15. AbbasAkhtar

    jpeg and forms

    ive ytried this, it wont work, sometimes it pops up a message ("do u wunt to over write this file bla bla") so the encryptin is not finished yet, i tried application.processmessages too, is there any way to scramble the image pixels using sum number,
  16. AbbasAkhtar

    jpeg and forms

    hi, i am having the followin problems, if anyone cood help wud be gr8 i am tryin 2 encrypt a jpeg, either scramblng it or wotever, althot i use tcrypt from torry.net but it requires u to add an infile and outfile, i jus wunt to be able to replace the same file being encryted, it wont let me do...
  17. AbbasAkhtar

    TWebBrowser cannot copy/paste !

    YES YES NOW I HAVE THE ANSWER, it was sendkeys i used and it worked great, all it did was something like this webbrowser1.setfocus; umm, then i forgot the sendkeys code, o well, i no it was sendkeys to do most of the cut copy paste etc. features for the web browser, it was quick and easy. the...
  18. AbbasAkhtar

    TWebBrowser cannot copy/paste !

    no no no thats not the proper way, look, tonite ill do it, tomorow or the day after ill post the righty code, this is NOT finished yet, wait for me ok, ill get the right method, ive never used that method ever in my life, ok ill get the solutions tonite or tomoro,
  19. AbbasAkhtar

    TWebBrowser cannot copy/paste !

    there is a way to do it, have a look in the visual basic source code websitess, and search for web browser code, and study it, then just change it do delphi, i no it works, cut copy and paste, cuz i made a web browser tool once, if ur still stuck, get bak to me, ill see wot i can do.
  20. AbbasAkhtar

    screen snap find and colour coding

    thanks, i was hoping to avoid print screen, because wot if the user is doign copy and paste pictures, see the problem here, also, my program and the whole comp slows/or freezes for a milliseoncd when the snapshot if saved, is there any other way to strop this from happeneing, thanks clive...

Part and Inventory Search

Back
Top