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

leenmie

@leenmie
About
Posts
24
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error loading ActiveX control in secondary desktop ?
    L leenmie

    Could you give some code ?

    C / C++ / MFC c++ help com adobe debugging

  • Layered Windows and DirectX ??? [modified]
    L leenmie

    I create a topmost window using CreateWindowEx() function (use WS_EX_WINDOWLAYERED|WS_EX_TOPMOST). It is normal, but when my window is upper an window form of an application which use DirectX (such as a game), my window disappear ??? Only the part upper window which use DirectX is disappear, other part is oke. What is this problem ???

    C / C++ / MFC game-dev question graphics help

  • handle mouse input problem ????
    L leenmie

    I use mouse_event() function to write a script in windows. It worked well, but in many games, it didnt worked. How could I make it work in games (using DirectX, i think) ????

    C / C++ / MFC graphics game-dev tools help question

  • what is the tech. of MouseKeys
    L leenmie

    MouseKeys is an application in Accessibility Options which help us control mouse by Keyboard. I wonder how MS program that application ? It is different from AutoIt, which could help us write macro in Windows. AutoIt Macro doesnt work in many launched program, especially games, but MouseKeys does. It simulate Mouse really. Who knows this technique, share me plz. Tnx all.

    C / C++ / MFC question help

  • error when run app. in other computer
    L leenmie

    release sure.

    C / C++ / MFC help c++ json question lounge

  • error when run app. in other computer
    L leenmie

    I made a win32 application by VS2005. Im not using MFC, just use standard win32 api ( the option in General of Project Setting is Use Standard Windows Libraries). But when I run my app. on other computer, it failed (an error and advice reinstall ....). And then, i make a blank app for a test. It's a default application when create a win 32 project. When I run it on other computer, error like above too. What's the problem ???:doh:

    C / C++ / MFC help c++ json question lounge

  • Beginning with VC++
    L leenmie

    I think you should learn more about C++. If you write a win32 app., it's WinMain(). Good luck.

    C / C++ / MFC c++ help

  • problem in publishing
    L leenmie

    Im using MS VS 2005. I made a solution, built a solution in realease, and tested on my computer. My program worked well. But when I copied the realease to another computer, it didnt run ( an error and advice "reinstall your application "!!!). I checked all the dll (in my solution, just 1), and test in many computers, but it still broken. But It still run well on my computer. What's the problem ??? -- modified at 23:45 Friday 10th February, 2006

    C / C++ / MFC help visual-studio question

  • winpcap undeclared
    L leenmie

    I'm using winpcap. I get error when I use find_alldevs_ex() and such function _ex (indentifier undeclared error) , but I could use find_alldevs() and other with no problem. Anyone had this problem before, plz give me a guide.

    C / C++ / MFC help tutorial

  • build project with chosen icon
    L leenmie

    No, im using raw api. That's the problem.

    C / C++ / MFC question

  • build project with chosen icon
    L leenmie

    I want to build my project whose execute file (.exe) have an icon I chose. How could i do it ?

    C / C++ / MFC question

  • fake input , cant understand ~.~
    L leenmie

    It didnt work at all. I'm sure send message which use SendMessage successfully ( try WM_CLOSE and it worked). But if try to send message WM_MOUSEMOVE, WM_LBUTTONDOWN or WM_KEYDOWN nothing happen. I used Spy++ and did a copy, but nothing happened. That's why I cant understand.

    C / C++ / MFC help game-dev question

  • fake input , cant understand ~.~
    L leenmie

    The game is not very important, I mean any application, such as Notepad, Paint, Wordpad ....

    C / C++ / MFC help game-dev question

  • fake input , cant understand ~.~
    L leenmie

    I want to make a program which do a fake input. It sounds a foolish program, but I want to make it for a special purpose. I run an application (ex. a game like Age of Empire, Starcraft, so on). And then I run my program. My program create a window (use CreateWindowEx()), and now, I want anything I do on this window will do on that application (I move the mouse, the mouse(pointer) in that application move, I click the mouse, the mouse in that application click, ...). I tried to get a handle of that application and send message to it (use FindWindowEx() and SendMessage() ) but nothing happened. I also tried SendInput() and AttachThreadInput(), but I failed too. It may be really foolish, but my program need to do a task like it. Could you help me solve this problem ? -- modified at 4:38 Wednesday 18th January, 2006

    C / C++ / MFC help game-dev question

  • Send mouse message
    L leenmie

    I used Spy++ to get parameter, and try to SendMessage. But it dosent work. I cant understand what happened ????

    C / C++ / MFC json help question

  • Send mouse message
    L leenmie

    I'm trying to send mouse message to a application programmatically . I use win32 API SendMessage() to MS Paint (just 4 a test) to draw : SendMessage(hwnd_paint,WM_LBUTTONDOWN,0,position). There was no error but nothing happened. Is there something wrong ?

    C / C++ / MFC json help question

  • Prevent endtask the application
    L leenmie

    I want to build an application which is determine the time a customer use a computer (a netcafe' software, like that). But a customer can easily endtask my application with TaskManager. Is there a way to prevent the app ended by the user ( the user may be log on admin acc) ? I know many program cant be endtask (and the most is viruses ~.~), but I dunno the tech. This is not just prevent user open TaskManager.How I solve this problem ? Tnx all. -- modified at 22:09 Friday 13th January, 2006

    C / C++ / MFC sales help question

  • How to block a window ?
    L leenmie

    I try the first, it make the window "always on top", not "always activated". The second, I think it will not succeed. Because it is not really "always activated" : another window will be activated (by a click ex.), and then, we activate the window we want. That's what you do, but it's not the achieve. Tnx alot. -- modified at 21:48 Friday 13th January, 2006

    C / C++ / MFC help tutorial question

  • How to block a window ?
    L leenmie

    In function WindowProc(), I switch msg WM_KILLFOCUS and then, I PostMessage WM_SETFOCUS (i try SetFocus() function too), but it cant keep the focus for my window. When I click another windows, my window lose the focus. Is there anything wrong ?

    C / C++ / MFC help tutorial question

  • How to block a window ?
    L leenmie

    Tnx alot. Two windows cant be activated. But could we make a window always activated ??? I try to use PostMessage() with WM_MOUSEACTIVATE in a while loop but it make my program run very slowly and the result is not always as I want. Anyone have a solution ? -- modified at 6:45 Friday 13th January, 2006

    C / C++ / MFC help tutorial question
  • Login

  • Don't have an account? Register

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