With a little knowledge about it's purpose, we'd be able to help a lot more and suggest the best way to solve this. Its keylogger application. I used windows service but it can not get key states in windows service — SOF User. Add a comment. Active Oldest Votes. Improve this answer. Dirk Vollmar Dirk Vollmar k 53 53 gold badges silver badges bronze badges. Console window flashes and goes back. How do i keep the application running with no window at all?
SOF User: How do you start the application? By double-clicking in Explorer or from the Start Menu? Remove the Console. It doesn't make any sense if you don't have a console window. Show 4 more comments. Sekhat Sekhat 4, 6 6 gold badges 38 38 silver badges 49 49 bronze badges. You make sure it doesn't terminate. There really is not much else to say without more information.
Which is what I wrote Top posting confusion? In the end, that's what I'm now doing--just calling Application. Run , without any parameter, after initializing the SerialPort object and setting up the event handler. My app's been doing exactly what it should since I've turned it into a windowless app, whereas as a console application, it'd die after a couple of hours of inactivity I forget the exact message--something about a safe handle being closed, and the stack trace would include the serial data event handler.
Same code otherwise. This discussion thread is closed Start new discussion. Similar topics Python. Creating module skeleton from unit tests. NET Framework. Windowless ActiveX Controls not supported. Visual Basic. NET forms. Windowless application, pls help. Windowless process child. Windowless exe.
Mobile Development. Software Development. Remote Development and Debugging Tools. How to use Nuget assembly as files with visual studio community. Ms access. It has a windowless mode, and in Chrome on Windows it produces a very strange effect. Whenever we try to paint in the hdc the pixels appear Mkoch 1, 2 2 gold badges 12 12 silver badges 20 20 bronze badges. How do I access a control in a Resource Dictionary from its code behind? I have a windowless application that only consists of an App.
How can I access a control in that Dictionary from its codebehind? Lennart 8, 15 15 gold badges 65 65 silver badges 80 80 bronze badges. This is done on a debian xfce, so far so good. Then i try to run the program from another computer using Eph Bee 1 1 silver badge 13 13 bronze badges.
Softlion How to change or hide cursor? I am drawing the images on the plugin. Now my problem is change my cursor in windowless plugin. Please can one help me. Hiding the process window, why isn't it working?
I have tried several things now to hide the window of a new process in this case it's just notepad. I have read many posts now all Aidal 4 4 gold badges 8 8 silver badges 24 24 bronze badges.
I know how to do it in npapi directly, but not in Firebreath. Please let me know how TechTotie 1 1 silver badge 14 14 bronze badges. How can I overlay html elements over my DirectShow application?
I'm working with a DirectShow application that exports as a Firefox plugin for video streaming. To the best of my knowledge, it seems as though the plugin is being rendered on a separate window from Mike 29 3 3 bronze badges. Show a Sothink menu on top of a Silverlight iFrame I have a Sothink menu on a web page and below it is a Silverlight iframe application. Currently the iframe is covering some dropdown menu items. I have tried solving this problem with z-indexing, I am explaining my requirements Jayapal Chandran 9, 14 14 gold badges 62 62 silver badges 89 89 bronze badges.
MySqlError 7 7 silver badges 19 19 bronze badges. OpenGL ES2. I know that it is necessary to create an OpenGL context, and at least a dummy window for any operation, K0bi 1 1 silver badge 5 5 bronze badges. However, you will find that is more flexible and easier to use than windowed mode.
Now build the rest of the filter graph by calling IGraphBuilder::RenderFile or other graph-building methods. For details on why this happens, see Intelligent Connect. The following code shows a helper function that creates the VMR-7, adds it to the graph, and sets up windowless mode.
This function assumes that are displaying only one video stream and are not mixing a static bitmap over the video. You would call this function as follows:. After configuring the VMR, the next step is to set the position of the video. There are two rectangles to consider, the source rectangle and the destination rectangle. The source rectangle defines which portion of the video to display. The destination rectangle specifies the region in the window's client area that will contain the video.
0コメント