First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
Propblem with TerminateProcess
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:f2c4d1d7-554e-452e-a786-0be0d97fd242(a)k18g2000prf.googlegroups.com" type="cite"> <b... 11 Feb 2010 00:39
create win32 status bar
Hi, I am tring to create a regular status bar via C++ code, the following is an excerpt: [code] #define STRICT #include <windows.h> #include <windowsx.h> #pragma comment (lib, "comctl32.lib") #include <commctrl.h> (...) #define IDC_STATUSBAR 600 HINSTANCE hInst; // Gloabl (...) // HANDLE_MSG (... 10 Feb 2010 17:56
calculating process size from map file
Hello, Is it possible to calculate my process size (excluding DLL's) from the MAP file? Basically, I'd like to know how much memory my executable is using before it allocates any memory of its own. Perhaps there is a better way to do this? Thank you, Mick ... 9 Feb 2010 21:55
How to call global functions of dll with void* (or some more generic pointer)
Hello, I need to call all global functions(probably several) that are exported in a DLL but using only single generic pointer. I am loading dll with LoadLibrary function and getting all exports with GetProcAddress, this needs to be type casted with that function pointer of which type the function is really its... 11 Feb 2010 02:49
ImageList + extract image
Hello I am trying to extract a bitmap from an imagelist (VC6, SDK, XP and +) I create a DC(NULL) then i use ImageList_Draw to display the image in this DC, i get the HBITMAP and it works fine but the image is displayed on screen. How can i get an invisible DC ? Jean ... 9 Feb 2010 08:21
how to gray a menu item
Hi, I have some difficulties understanding how to go about using EnableMenuItem() function (I need to gray a menuitem) BOOL EnableMenuItem( HMENU hMenu, UINT uIDEnableItem, UINT uEnable ); Now, I have the menu defined in an .rc and .h files like the following: //resource.h #define IDM_MENU ... 11 Feb 2010 17:19
How to get handle to context menu of grouped application in taskbar
On Feb 8, 1:28 am, Arif Ali Saiyed <arif.ali.s...(a)gmail.com> wrote: 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 g... 8 Feb 2010 00:11
Executing Commands From Windows Service
I have a script, which runs as a Windows service under the LocalSystem account, that I wish to have execute some commands. Specifically, the program will call plink.exe to create a reverse SSH tunnel. Right now I'm using Python's subprocess.Popen to do so. When I run it interactively via an admin account, all is... 8 Feb 2010 02:21
ANN: Seed7 Release 2010-02-07
Hello, I have released a new version of Seed7: seed7_05_20100207.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in plac... 7 Feb 2010 18:42
Executing Commands From Windows Service
* T: On Feb 7, 4:43 pm, Sean DiZazzo <half.ital...(a)gmail.com> wrote: On Feb 7, 11:02 am, T <misceveryth...(a)gmail.com> wrote: I have a script, which runs as a Windows service under the LocalSystem account, that I wish to have execute some commands. Specifically, the program will call plink.exe... 7 Feb 2010 17:35
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42