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 SkipVought 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. tosh5457

    Push to stack null terminated string

    Hi... My question is how do I push a null terminated string (to use windows API functions) to the stack? For example, if I want to push "hello" i would use push 68656c6c6f right? What if i wanted "hello" to be a null-terminated string?
  2. tosh5457

    Application Icon

    Like this one... http://www.developerfusion.co.uk/res/content/2982/Image3/
  3. tosh5457

    Application Icon

    Hi.. Can anyone tell me how to change my application's icon to console executable files(like C:\windows\system32 applications) icon? I've tried to do it from an .ico file, but the resolution of the icon isn't so good... I'm using Delphi 6, help me please.
  4. tosh5457

    MainMenu templates

    Aw, looks like I've got some work to do. Thanks for helping
  5. tosh5457

    MainMenu templates

    I screwed up. i accidentally deleted some templates from MainMenu component. Is there any way to get them back?
  6. tosh5457

    Can't use TRegistry neither TChild

    Hmm, i still can't use TChild..
  7. tosh5457

    Can't use TRegistry neither TChild

    I'm really a begginner >_>. i didnt have Registry on uses list.. sorry for bothering
  8. tosh5457

    Can't use TRegistry neither TChild

    I'm just a programming & Delphi begginner and somehow i can't use TRegistry neither TChild class. when i declare a variable with TRegistry or TChild type the compiler's error message is "undeclared identifier : 'TChild'". The same happens with TRegistry. I'm using Delphi 6 Enterprise edition...

Part and Inventory Search

Back
Top