First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
ChooseFont() issues
I'm having some trouble making ChooseFont() work sensibly. - sometimes the LOGFONT structure that I get back won't instantiate into a logical font correctly --- this particularly seems to be the case for Terminal fonts. What I end up with appears to be System. - no matter what style (bold, italic etc) the user ... 10 Feb 2010 06:40
[Query] How to get handle to context menu of grouped application in taskbar
Hi There, when we have too many instance of same applications running , windows groups them together in taskbar.., and when we right click on the group in task bar it shows a context menu with options like ... "Minimize group" etc..... I want to know if I can get the handle of this context menu ... 7 Feb 2010 16:27
Resize bitmap
first helo all, i am writing program for picture resizing but something is wrong i coudn't anderstud her is my code: bool ResizeBmp(HBITMAP &bmp,int x1,int y1) { int x,y,rx,ry; int i=0,j=0,l=0,t=0; BITMAP bi; int bit=4; if(!GetObject(bmp, sizeof( BITMAP ), &bi)) {return false;} x=bi.bmWidth;... 9 Feb 2010 12:49
Best way to determine a well-known SID?
Are there any SIDs that are of the form S-1–x–y thar are not well-known SIDs? Yes, plenty. The 1 is the revision number of the SID structure. ... 7 Feb 2010 17:35
Flip screen application
Hello everybody! Today I had seen a moving form effect that's really cool you can watch here http://www.youtube.com/watch?v=ZUwhR8AbzcA How can I make my form moving like that ? What technique should I use ??? BTW: I known it will be hard but what ever, I want to make my form flip like that :P ... 9 Feb 2010 05:05
explain this cast....
DWORD GameBase = 0x400000; DWORD* SomePointer = (DWORD*)(GameBase+0x4C62FC); DWORD SomeValue = *(DWORD*)(*SomePointer+0xC); // Change the variable (SomeValue) type accordingly to what the value type is that you're reading at 0xC could anyone please explain what this code is doing..... btw DWORD = unsigned int -... 6 Feb 2010 19:37
Code needed for Parsing PE for Exports
Hello, Any body can give the source of taking the code written in C# for parsing PE exports..? Thanks & Regards Muhammad Usman Khalil ... 4 Feb 2010 14:34
popen in windows application
Hi, Is there any way to get a HANDLE to a new spawned process as the CRT _open() works for console programs? My requirement is _one_ handle for reading and writing. Thank you. -- ------------------------------------ Gernot Frisch http://www.glbasic.com ... 4 Feb 2010 14:34
Screen Capture of Windows Media Player is distorted
I used "Push Source Desktop Filter" to capture the screen. Here is the filter graph: Push Sources Desktop Filter -> AVI Mux -> File Writer While captuing the screen, I played a video in Full Screen from Windows Media Player. I played the captured video back in Windows Media Player. Problem: Occassionally, ... 4 Feb 2010 00:06
Non-modal sizing?
By default Windows handles sizing and moving using a modal event loop. That is, when the user presses the mouse button on the window border, a separate event loop is started up that handles the sizing or moving. It's only when the user releases the button that the application's own event loop is returned to. Unf... 5 Feb 2010 20:40
First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43