First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Set window position on multiple monitors
I have an application that saves its window size and position into a file upon close and reopens in the same position next time. Unfortunately it doesn´t work on a dual screen system, no matter on which screen the window is located before close, it always (re-)opens on the 1st screen. It does keep its position o... 20 May 2010 11:38
UDP Multicast issue XP SP2
Apologies in advance if this newsgroup is considered not relevent, if so please suggest one that is. I have a situation where i need to receive UDP multicasts on a computer that has multiple network cards. The problem i am experiencing is that the udp packets are arriving on the network card of interest (i have ... 19 May 2010 08:13
Problem in porting from 32 bit to 64 bit application
Hi, I have developed a VB.NET2008 application (32 bit ) for GUI automation. It is calling some methodes from VC6 dlls , /win32 APIs and hook APIs(code injection). Inorder to support the 64bit/win7 applications, I have tried to compile all my dlls and VB.NEt application in 64 bit mode. I am facing the following is... 20 May 2010 04:04
ANN: Seed7 Release 2010-05-16
Hello, I have released a new version of Seed7: seed7_05_20100516.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... 16 May 2010 16:49
Messege sent to children when parent is minimised
Hello I need to find out if there are any messages sent to a child window when its parent window is minimised. I need to do this because I have a custom control I have made, but when its parent window is minimised then restored, not all of my control is completely drawn again. This is because I only allow c... 15 May 2010 10:25
Message sent when window is Minimised
Hello What is the message sent to the WNDPROC when the window is minimised? The reason I want to know is because I need to set a bool variable redrawControl = true when it happens. Also when I open a minimised window, is the WM_PAINT message sent? ... 15 May 2010 01:53
Obtain DRAWITEMSTRUCT assoc. with Button
Hello I am trying to change the colour of a button when an event occurs(when I open a colour dialog & select a new colour). So I want to send a WM_DRAWITEM message to my WNDPROC so I need to use this function: SendMessage(hwnd, WM_DRAWITEM, (WPARAM) buttonID, (LPARAM) (??buttons DRAWITEMSTRUCT) ); So I n... 14 May 2010 22:40
getting 64-bit fortran to work on a friend's laptop
James van Buskirk describes in detail how to get a 32-bit dos window to open in the right spot and with the right properties: I poled around a little and found that the thumb drive letter can be given by %cd:~0,2% So I followed this procedure to install 32-bit gfortran on a thumb drive: Find ... 16 May 2010 17:55
an ms-dos reference
Does someone have a link for a contemporary reference for ms-dos? I poked around the net and couldn't really find anything. Thx -- Uno ... 14 May 2010 21:35
the equivalents of some Win APIs and filter driver in Linux OS
Hi there: I need to know the equivalents of a few Win32 APIs in Linux: SetWindowsHookEx(), and the call back function of keyboard message hooking: KeyboardProc(), SendInput(), Keybd_event() that synthesizes a keystroke, and GetKeyboardState(). besides, we will write a filter driver when we need to hook some eve... 14 May 2010 11:41
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22