-2
votes
0answers
21 views

How to Change Desktop on windows OS

I'm tired of using static pictures as my desktop. so I 'm tring to make a dynamic desktop by coding. I'm not making a video. My plan was to make the program draw pictures and update these pictures to ...
-2
votes
0answers
33 views

Why does uninitialised return value cause Invalid Window Handle err in CreateWindowEx?

After the following is run HWND m_hWndFrame; ... m_hWndFrame = CreateWindowEx(...) m_hWndFrame is NULL and GetLastError gives "Error 1400 - Invalid Window Handle" but this works fine: HWND ...
0
votes
0answers
10 views

SetLayeredWindowAttributes to make CEF transparent not working on Windows XP

I use SetLayeredWindowAttributes with LWA_COLORKEY to replace a color (#ff00ff) with transparency, in order to achieve transparent background in the CEF1 example. It works well on 7/Vista. On Windows ...
0
votes
1answer
11 views

React to failed login in Windows, and launch an interactive window

I need to place a link on the Windows home screen (before a user is logged in) When this link is clicked, I want to launch a browser pointed at a specific web app. This would be used to enable ...
0
votes
0answers
19 views

Set filesystem name for drive

Is there a way to trick Windows into reporting a different FS type for a drive letter instead of a real one (NTFS)? The drive itself is virtual, created by subst.exe Obvious solution would be to make ...
-2
votes
2answers
36 views

WinApi - How To Prevent A Window From Opening

Can I forbid new windows to open on Windows ? I just want to prevent that another window steals my focus not even for a split second. Is that possible? And if yes how?
1
vote
0answers
31 views

Java App as desktop background (or C++)

after some searching a lot of stuff about 3rd party softwares for active desktop backgrounds with HTML etc (not interested), I was wondering if it is at all possible to create a java program that ...
0
votes
1answer
38 views

compiling BUTT with mingw64 cannot convert 'char*' to ' LPWSTR {aka wchar_t*}' in assignment

I'm trying to compile BUTT (http://butt.sourceforge.net/) on windows with MingwW64. I seem to be running into errors of the type error: cannot convert 'char*' to 'LPCWSTR {aka const wchar_t*}' the ...
1
vote
2answers
94 views

Windows 8: Unable to allocate 2GB with 3GB User Address Space

I'm trying to create a Windows 8, 32-bit program for testing. Testing includes a large allocation, and I'm having trouble. The OS was booted with /3GB, the machine has 8GB and a page file, and the ...
0
votes
0answers
48 views

How (best) to post WM_QUIT to a running process?

Goal: Shut down a running 32 bit GUI process under windows I have access to the executable pathname. There are potentially more than one copy of this software running, but only one started from a ...
0
votes
0answers
18 views

creating rebar control and introduction a band with toolbar into the rebar

I use this code to create a rebar control, and introduction a band with toolbar into the rebar. But when the window is displayed, the toolbar is not representation in the rebar. #include ...
1
vote
1answer
56 views

How do I allow dragging files for specific control(s) in Delphi

I would like to accept files as soon as someone drops a file to a specific control (e.g. TMemo). I started with this example: http://delphi.about.com/od/windowsshellapi/a/accept-filedrop.htm and ...
0
votes
0answers
20 views

ShellExecute failing with access denied

I am using psexec to start an executable in a remote system. The remote system is 64 bit while the exe pushed using psexec is 32 bit. While running "psexec", I am providing the admin credentials of ...
0
votes
1answer
41 views

API or SDK for generating an AVI from bitmaps

I have an C++ VS2010 Windows MFC/GDI application, and I'd like to be able generate an AVI to create an animation from a series of bitmaps. Any recommendations for an appropriate API or SDK? edit: ...
0
votes
1answer
78 views

SetWindowLongPtr returning ERROR_ACCESS_DENIED

I am still struggling with hooks. My goal is: Set a hook in notepad.exe Subclass it (my final goal is to subclass the Edit class and show the content in my own window) Disclaimer: I know there ...
0
votes
1answer
53 views

Child Windows that does not occupy client area

In the Win32 API (pure win32), The Menu bar does not occupy any area from the client area of the window. Which means the origin coordinates of the client area is right under the menu bar to the left. ...
0
votes
1answer
27 views

WINAPI Hook - determine whether a new directory was created [closed]

Is there any way to create a callback that reacts after the user created a new folder in the explorer?
0
votes
1answer
97 views

Get name Drive Hardware

hello someone could help me how to get the name of the drive / hardware / / 'C: \' 'D: \' ....... example NameDrive function (const sDrive: string): string; begin   result: = GetDriveName (sDrive); ...
2
votes
2answers
55 views

Is it possible to embed one application in another application in Windows?

I'm writing a Windows application in Visual C++ 2008 and I want to embed the calculator (calc.exe) that comes with Windows in it. Does anyone know if that is possible, and if it is, can you give me ...
1
vote
1answer
59 views

ProcessID confusion

I'm confused. Why do notepad.exe have three different process ID's? 1)Spy++ says 000000A48 (eh?) 2)Taskmanager says: 2632 3)GetWindowThreadProcessId says: 1744 I guess that 2632 is the right ...
0
votes
0answers
29 views

How to implement per file thumbnail for file association?

I have a file type that I want to associate with my program. I could make every file of that type have the same standard icon like how all HTML files look the same or all txt files, but what I want to ...
-2
votes
2answers
39 views

Windows file API compatibility win 7 vs win XP

I am using some file functions like createFile, readFile in windows.h and I am developing under windows 7. Should I worry about windows XP users of my program? They have a different version of ...
3
votes
4answers
42 views

Show an (custom) error when “required” runtime libraries are not present?

I've been making a program in Visual Studio 2012, what comes with it is that when I send my application to someone, they need the VS2012 Runtime, which sometimes they don't know where to download or ...
4
votes
1answer
57 views

Why is lua's string pattern matching doing this?

I have an external application which monitors CPU and GPU temperatures... I am using LUA w/ the alien extension to grab these values (via GetWindowText) and to do some pattern matching on these ...
0
votes
1answer
39 views

Convert bitmap bits from GetDIBits to jpeg for winsock transmission

I am making a screenshot and retreiving the bits of the bitmap into a char buffer. I am wanting to send this over winsock to another program. This is successfull but sending the bitmap is processor ...
0
votes
0answers
31 views

Windows - Interacting with desktop while screen is locked

When you are connecting to Windows machine with Remote Desktop you can see and interact with desktop even though screen is locked on actual machine... Now my question is: is it possible for your ...
0
votes
2answers
64 views

How to show more than 50 push buttons on a window?

I have created a Window and then, created 50 buttons on this Window but I can only see 10 buttons on my window. Rest are out of view since I am not able to scroll the window down. I have added auto ...
0
votes
2answers
47 views

How does windows identify a USB device uniquely?

How does windows identify a USB device uniquely, even though the device data supplied from the USB device is common to all devices of that make ? To state this alternatively, Windows can distinguish ...
0
votes
3answers
43 views

What does this bit of MSDN documentation mean?

The first parameter to the EnumFontFamiliesEx function, according to the MSDN documentation, is described as: hdc [in] A handle to the device context from which to enumerate the fonts. What ...
-1
votes
0answers
34 views

expected primary-expression before ')' token - error while using Win32

I'm simplifying my program by calling a simple function to make a WNDCLASSEX object. void WndClassBuilder(WNDCLASSEX* wndClass, int style, int cbClsExtra, int cbWndExtra, HINSTANCE* hInstance, HICON ...
0
votes
3answers
45 views

How to launch an executable on the end of installation correctly?

I'm launching my Windows application this way after the installation completes: !define MUI_FINISHPAGE_RUN_FUNCTION "LaunchApplication" ... Function LaunchApplication ExecShell "" ...
0
votes
1answer
50 views

Windows 8 Getting Absolute X Y Coordinates of Touchscreen (regardless of window) [duplicate]

I've scowered MSDN/Google for the past few days and I've been unable to find the answer to this question. I'm looking to get the X Y coordinates of a touch/multiple touches on a touchscreen device ...
0
votes
2answers
31 views

What is the correct way to detect that an IShellItem refers to a Library?

I'm using the common file dialog with FOS_PICKFOLDERS to let the use pick a location to save files. If the user selects a library, e.g. Library\Documents then my current code fails at the point where ...
1
vote
1answer
42 views

How can I change my system colors to default?

In my C++ application I wrongly changed system color: const INT val = COLOR_HIGHLIGHTTEXT; const COLORREF color = RGB(255,0,0); ::SetSysColors(1, &val, &color); How can I restore ...
0
votes
2answers
35 views

Handle postthreadmessage() inside a thread which is blocking in while(1) loop or use “Event Driven Sockets”

I have a single server multiple client udp application. There is a single thread (thread#1) with a single socket (socket#1) to receive data from client#1 continuously. The task of this receiving ...
0
votes
0answers
29 views

How to add automatic scrolling bar to a window when number of buttons exceeds window size. (winapi)

I have created a window and added almost 50 buttons to it. But the problem is that I can only see a few of those buttons as my window does not scroll up/down or left/right to show me the remaining ...
4
votes
0answers
24 views

DPAPI: Using CryptUnprotect before user logs in

I am using DPAPI to store an XML data. The data after CryptProtectData is stored in a file. In one of my use cases, this data needs to be decrypted before any user logs in to the workstation. Since, I ...
0
votes
0answers
37 views

RC2247 : Cannot open Rc file : Resource explorer cannot load resource ; Load failed

I have a win 32 project i am working on and the resource file were working fine till yesterday. Now when i try to open the resource file to edit, it crashes and gives me the following error: ...
1
vote
2answers
39 views

Double-buffering *framework* in C and Windows GDI

Background: My client has a very extensive proprietary forms library which is effectively implemented in C (actually, it's a proprietary object-oriented language that basically wraps Windows controls ...
1
vote
1answer
54 views

change color in progress bar win 32

I am trying to change the color of background and bar in a win 32 progress bar in the following way : HWND hwndPB =CreateWindowEx(0, PROGRESS_CLASS, NULL, WS_CHILD | WS_VISIBLE |PBS_SMOOTHREVERSE ...
1
vote
0answers
53 views

How to turn off the display of a Win8 tablet

Is there a way to turn off the display of a Win8 Tablet without putting the tablet in sleep mode? I use following C++ code, but this code puts the tablet in sleep mode: const LPARAM OFF = 2; // ...
-1
votes
1answer
65 views

Blocking sockets v/s non-blocking sockets in multi-threaded single server multiple client application [closed]

I had been working on a Server Client aplication where Server is going to service(sendto + receivefrom)'x' number of Clients at a time. For this purpose, I have created 'x' number of threads on Server ...
-2
votes
0answers
44 views

Crash in closesocket(..)

I see a crash in perl(cpan) which seem to come from closesocket(..). The exception code of the crash is CX00000008. Perl treat socket and file as unix using descriptor, call closesocket(..) and when ...
0
votes
0answers
33 views

RegisterDeviceNotification fails with 1066 'service-specific error'

This error happens only in Debug configuration and in Windows vista/7. In Release or xp, everything works perfectly. Any idea for why it might happen? And how might I find this service specific ...
0
votes
1answer
42 views

remove button from a window

Using c++, I have created a window with a "WNDCLASS" structure. I have then used "CreateWindow" again with the system class "button" and set the parent handle to the handle of the window already ...
0
votes
0answers
31 views

How to make custom windows interface completely different than standard window style like of Cyberlink PowerDVD

I can make default styled windows using win32 API for my windows application. Now I need to draw custom windows with custom border, custom maximize, minimize buttons, custom styled windows controls ...
0
votes
1answer
40 views

SetTimer does not change time interval

I am using SetTimer to put a timer in my game, the timer will be triggered every 1000 ms, after some time, I want to change the time interval of the timer, so I call SetTimer again with the same ...
3
votes
2answers
49 views

How does the Windows shortcut know about renaming the file to which it refers?

How does the Windows shortcut know about renaming the file to which it refers? How to intercept the message when the file was renamed? Is there a corresponding function Win32 API for this?
0
votes
1answer
29 views

gdi32.dll not linked to Code::Blocks?

I can't use GetStockObject in my program. Apperently I'm not linked to gdi32.dll. It's in the system32 folder so I don't see why it can't access it. I'm using Code::Blocks. I know this is a stupid ...
1
vote
1answer
46 views

How network event FD_WRITE is generated when using Event Driven Sockets?

I am working on newtwork event based socket application. When client has sent some data and there is something to be read on the socket, FD_READ network event is generated. Now according to my ...

1 2 3 4 5 84