First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
GetWindow on windows 7 donn't returns child window
hi all i am trying to get child window of "Progman", i am doing so HWND hwnd=FindWindow("Progman",0); HWND icon=GetWindow(hwnd, GW_CHILD); but it is returing same window. it was working good on windows xp but now i have windows 7. please help ... 17 Feb 2010 14:29
Determine the size of the Taskbar
Hello, how can I determine the visible hight and width of the taskbar and where the taskbar is docked (top, right, left, bottom) using plain C (WinAPI)? And how can I determine whether the taskbar has the auto-hide feature enabled? Thomas ... 17 Feb 2010 13:21
WaitForSingleObject() and Process termination,...
> Hi, Are you asking for haiku, again? All right. Here you go: Termination of process is not the same as object destruction. ... 17 Feb 2010 00:07
Can a dialog control be grayed and still receive messages
Hi, Is there a simple way to gray a dialog control and have it still receive messages (I'm looking for WM_MOUSEMOVE). Thanks, Jan ... 21 Feb 2010 03:49
How to compile COM components written in VC6.0 in Visual Studio2010
* glitteringsounds: Hello, I have to compile COM components written in VC 6.0 or edited and modified in Visual Studio 2003 in Visual Studio 2010. It is giving error messages like ' error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is r... 17 Feb 2010 00:07
Problem with AddIPAddress IP API
Hi all, I am trying to update the IPv4 address of an Adapter on a windows server using AddIPAddress API. I can see that whatever IP address or the subnet mask I try to work with I always get the error "Object Already Exists" error as the return value of the same. I want to use AddIPAddress to update the IPv4 ad... 17 Feb 2010 00:07
How to compile COM components written in VC6.0 in Visual Studio 2010
Hello, I have to compile COM components written in VC 6.0 or edited and modified in Visual Studio 2003 in Visual Studio 2010. It is giving error messages like ' error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended' IntelliSense: #error... 17 Feb 2010 00:07
How to make a Dialog resizable
How to make a Dialog resizable Hi, I am dealing with dialog window created usign ResEdit as a resource editor. Now, I'd need to make a window resizable and to have all the child controls in it resize themselves according to the dialog size. Can iy actually be done? This is the code for the dialog: ... 17 Feb 2010 00:07
U++ 2070 released
Website: http://www.ultimatepp.org Download: http://code.google.com/p/upp-mirror/downloads/list U++ is BSD licensed C++ cross-platform rapid application development suite focused on programmers productivity without sacrificing runtime performance. What is new in version 2070: TheIDE: * User interface for F... 23 Feb 2010 04:38
htmlhelp - uuid.lib library unrecognized
Hallo, I get the following warning if I link my app against the htmllib.lib library using MinGW gcc (3.4.5/4.4.0) ---snip--- Warning: .drectve `-defaultlib:uuid.lib ' unrecognized Warning: .drectve `-defaultlib:uuid.lib ' unrecognized ---snap--- What is going wrong and how can I fix this warning? Thomas... 15 Feb 2010 08:41
First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40