Re: RosAsm

From: wolfgang kern (nowhere_at_nevernet.at)
Date: 04/30/04

  • Next message: The Wannabee: "Re: Ann: Luxasm 00.01.00 (2004-04-08)"
    Date: Fri, 30 Apr 2004 13:43:45 +0200
    
    

    "The Wannabee" suggested:

    [about monfile solutions]

    ...

    | But to be able to update the resources as well,
    | so that they could change while exe runs. But I guess, not possible ?
    | And embedded directory, inside the exe. ?

    Why not? several code-sections ...

    Not a bad idea in general, but if I think of M$-programs (usually >1GB),
    the virtual memory (spell: harddisk) wont stop moving then.
    But it could make sense for all applications which fit into physical
    memory (perhaps 'all' ASM-created apps).

    ---other thread---

    | A correction to my code for anyone who does not have the info :
    | Heres is the list:

    Thanks, and in return a bit-sorted, less verbose:

    ----SetWindowPos-flags [struct WINDOWPOS],[DeferWindowPos]---
    0001 SWP_NOSIZE ignore cx and cy
    0002 SWP_NOMOVE ignore x and y
    0004 SWP_NOZORDER ignore hWndInsertAfter
    0008 SWP_NOREDRAW DON'T redraw ANY changes.
    0010 SWP_NOACTIVATE DON'T activate the window.
    0020 SWP_DRAWFRAME Draw a frame around the window.
        =SWP_FRAMECHANGED
    0040 SWP_SHOWWINDOW DISPLAY window.
    0080 SWP_HIDEWINDOW HIDE window.
    0100 SWP_NOCOPYBITS CLEAR window
    0200 SWP_NOOWNERZORDER Don't change owner WinPos Z order.
        =SWP_NOREPOSITION
    0400 SWP_NOSENDCHANGING Windows 95 only:
                             Prevents the window from receiving WM_WINDOWPOSCHANGING
    0800 ?
    1000 ?
    2000 SWP_DEFERERASE ?? RosAsm equ
    4000 SWP_ASYNCWINDOWPOS ?? RosAsm equ
    8000 ?
    __
    wolfgang


  • Next message: The Wannabee: "Re: Ann: Luxasm 00.01.00 (2004-04-08)"

    Relevant Pages

    • Combobox: WM_SETTEXT doesnt work while Sendkeys works ???
      ... I need to transfer data from an excel workbook to an *.exe program. ... I have successfully drilled down to each control window in the *.exe using ... I've tried using SendMessage and WM_COMMAND referencing the control ID's. ... Const CBN_EDITCHANGE = &H6 ...
      (microsoft.public.vb.winapi)
    • Re: Newbie Question HELP!
      ... >print because this only seems to run in python shell, or is there a way to ... Others have mentioned ways to get an EXE, but I am wondering if you are really ... go back to the "DOS"/console window (or start one and cd to the ... and you'll be able to re-run your script by just typing python myprog.py (or even just myprog.py ...
      (comp.lang.python)
    • Re: DLL and communication from another process exe
      ... It is risky to do cross-thread SendMessage, but if all you want is a bool, then if you are ... If I were doing this in a DLL, I might consider creating a UI thread in the DLL that ... creates an invisible window that handles the communication. ... EXE gets SendMessage from DLL ...
      (microsoft.public.vc.mfc)
    • Re: How to keep my com exe alive?
      ... You need to create a top-level window. ... This window can receive WM_ENDSESSION as Igor already ... Microsoft MVP, MCSD ... I use the Lockand does not call Unlockanywhere, the exe will go ...
      (microsoft.public.vc.atl)
    • Re: For Function with Pipe Problem.
      ... for details and see if you can use it to get that visible window. ... > Any ideas how to run an exe aplication to foreground? ... > Every time it runs it pops svchost window (wsh script). ... >> Just change the string that cmd points to to whatever your batch file is. ...
      (microsoft.public.win2000.cmdprompt.admin)