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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AbbasAkhtar

  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,

Part and Inventory Search

Back
Top