Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

LiquidKnight

@LiquidKnight
About
Posts
30
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Editboxes show unknown chars as ??
    L LiquidKnight

    or even better make it show up as a hex char i dont know how though any ideas? - LiquidKnight

    C# question security help

  • Would this be a good submtion?
    L LiquidKnight

    People lock there front doors in hope that there alarm goes off or they hear someone trying to get in. Plus, it keeps out idiots; there never has been a perfect protection on anything thats not the purpose of the word protection protection means to protect, not to make immune. Its unfit to compare a computer program to a door of a house they are entirely differn't in so many ways. Partly because most people don't walk around going up to houses and trying to open them cuz they know if they do they will end up in jail, where as a peice of software is differn't. so yea.. - LiquidKnight

    Article Writing question

  • Would this be a good submtion?
    L LiquidKnight

    I was thinking of including my PE File Encryptor I wrote in masm32 :p - LiquidKnight

    Article Writing question

  • Would this be a good submtion?
    L LiquidKnight

    I was thinking of submitting an article about advanced software protection. The article I saw a long time ago about software protectiong that was entited "Software Protection 2.0" did not include many of the techniques I wanted to discuss. The article would get into some of the methods that anti-cracking software encryptors/protectors/packers use to protect other applications like shareware ect. I was wondering if this would be an ok type of a post u know it would be getting into lots of the assembly code protectors, and revealing some of there secrets such as protectors like Aspack, HASP, ect use to detect debuggers, confuse disassemblers, stop applications like ProcDump, WinDiasm ect. I was wondering if you thought it would be a good idea or not? - LiquidKnight

    Article Writing question

  • Execute an external .EXE
    L LiquidKnight

    Amazingly enough its the same in C++ you use shell execute. I am not familar with the pascal langauge but I am guessing the shell execute is a bit more extended then pascal. Yet don't quote me on that anyways this is how you do it. Code: HINSTANCE ShellExecute( HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT nShowCmd ); or for exe file execution ShellExecute(NULL,"open","myfile.exe",SW_SHOW); any other questions feel free to ask at my aim name vethax0r - LiquidKnight

    C / C++ / MFC question c++ delphi

  • C++ Downloading images?
    L LiquidKnight

    Ok, I already know how to download a simple webpage using C++ but now I have reached a more complex issue. I was wondering exactly how you download images. Not just any images in particular but I have noticed some websites post there images using PHP script. So the address could be somthing like images.php?img_id=12 (some number) which points to a image. More particularly im having trouble figuring out 1 how to download the image fully to the hard drive and 2 I am also having trouble reading png files. Does anyone have any resources on this? I have checked code project and I have failed to find any useful articles that describe this particular conflict. - LiquidKnight

    C / C++ / MFC c++ php tools help tutorial

  • Math Expressions?
    L LiquidKnight

    I need a C++ Code or class of some sort that takes a CString tuype or some other string type and solves an equaiton like this 9829*a^3-677*a^1+1051*b^3=7553*c^1+2544*d^2-6038*b^1+197577 when i replace the values of abcd ect - LiquidKnight

    C / C++ / MFC c++ question

  • How to update a exe icon from within
    L LiquidKnight

    feel free to message if u have any other questions i know alot :/ lol - LiquidKnight

    C / C++ / MFC tutorial question announcement

  • Copy protection help
    L LiquidKnight

    I know quite a lot about this subject and I have made a few of my own software protection schemes in general, im also good at cryptography, I have made a few basic implementations of what you are calling a "registration process" feel free to message me for help. AIM: vethax0r or LiquidIceKnight MSN: spartaucshaxor@hotmail.com No, I dont use ICQ, dont email that hotmail address cuz I won't reply, and if I do you may not like the response. - LiquidKnight

    C / C++ / MFC help question

  • How to update a exe icon from within
    L LiquidKnight

    Im not exactly sure on what you mean by "update" your icon. I am assuming you mean to change the icon on the window of the application itself and not the EXE's icon completely. If this is wrong say so. But anyways to update an icon on the window itself you could do it a varity of ways. If your using MFC you could simply use SetIcon after loading it from the resource using the LoadIcon function. If your talking about doing this in a Win32 application you may have to do it a bit differnt. If you mean your trying to update the icon for the EXE completely so that even the icon of the .exe file in your folder changes it would be a bit more hard. For more info feel free to contact me im not sure exactly what your question is my AIM is LiquidIceKnight or vethax0r my MSN is spartacushaxor@hotmail.com (dont email me here) if you only have yahoo my yahoo name is killereaglesoftware, and if you really don't have any of those and must reply to me only by means of email when it would be so much easier to explain through means of chatting feel free to email me. killereaglesoftware@yahoo.com - LiquidKnight

    C / C++ / MFC tutorial question announcement

  • Small logic game..
    L LiquidKnight

    Yea, it was ment to be hard. - LiquidKnight

    The Lounge com game-dev

  • Small logic game..
    L LiquidKnight

    I made a small logic game if anyone wants to try it out its kinda fun but kinda hard, its not very like "FANCY" but it works. You can dowload if you want at here. - LiquidKnight

    The Lounge com game-dev

  • Big Integer Class?
    L LiquidKnight

    LISP isnt a language its a joke. - LiquidKnight

    The Lounge c++ question

  • Registry and C++/MFC
    L LiquidKnight

    I was wondering I see many registry classes and such for to write to registry, read registry, ect. However I have never seen any code on how to search the registry for differn't values like lets say I wanted to search tne enitre registry for a key name or specific data how would you go about doing that? - LiquidKnight

    C / C++ / MFC c++ windows-admin tutorial question

  • Big Integer Class?
    L LiquidKnight

    Ok Im mostly trying to make a program to calculate a buch of differnt forms of memory. bit bytes kilo bytes mega bytes giga bytes tera bytes peta bytes exa bytes zetta bytes yotta bytes ect. And its hard to calculate such huge numbers for bits and they are going to -'s same with bytes when I use _int64 's plus it isnt giving me decimal values for tera zeta ect. type of bytes because its an integer - LiquidKnight

    The Lounge c++ question

  • Big Integer Class?
    L LiquidKnight

    Is it able to do scientific notation? - LiquidKnight

    The Lounge c++ question

  • Big Integer Class?
    L LiquidKnight

    Does anyone know where I could find a big integer class for excessively large numbers using MFC or a Big Double Class for MFC or even both? If so do you have a I link in which I could download it? - LiquidKnight

    The Lounge c++ question

  • Inline Assembler?
    L LiquidKnight

    I was wondering if someone could message me on AIM and help me determain exactly what a few of these assembler codes do and stuff like that. I have a few codes written in inline assembler and I want to make sure they dont do anything bad could someone message me on aim : LiquidIceKnight - LiquidKnight

    C / C++ / MFC help question

  • I am searching for someone good with assembly
    L LiquidKnight

    I was wondering if someone really good with reading and understanding assembly can help me understand a few code snipplets I have found. If they could please message me on aim: LiquidIceKnight - LiquidKnight

    The Lounge algorithms help

  • Im only nearing the finish of highschool.
    L LiquidKnight

    Yea i know thats what i have thought but it seems like eveyrone is all GET A DEGREE GET A DEGREE if you get what i mean.. Sure it owuld be nice but i really dont see a reaosn to get one - LiquidKnight

    Work Issues game-dev c++ graphics com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups