Tagged Questions
4
votes
1answer
52 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 ...
3
votes
2answers
48 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
48 views
My about window wont open
I have been at this for 5 hours believe it or not. I'm very stressed out because it just seems so basic and when I actually get a hold of all this resource stuff, making program will be a lot easier.
...
-2
votes
1answer
57 views
Mouse pointer renderer [closed]
I'm thinking about creating a software with c++ targeting Windows 7 (using Windows api) that allows a second mouse pointer on the same PC, so my question is witch part of Windows is handling the ...
0
votes
0answers
62 views
How to have while loop with a worker thread to prevent blocking main thread in win32 which is handling message queue
I have a progressbar that is it updating with a while loop that is saving the captured images. the problem is that I hava created a cancel button and I want to make sure that when ever I presses on ...
0
votes
0answers
39 views
Google chrome API to retrieve value from advanced settings [closed]
In my c++ code, I want to verify if "Enable phishing and malware protection" checkbox is checked in the advanced settings of google chrome. I'm searching an API that I can use to retrive this value.
2
votes
2answers
75 views
Change cursor permanently
I'm trying to change the cursor permanently to some other cursor.
When I do this all I get is the new cursor until I move the cursor again.
case WM_RBUTTONDOWN:
cursor = LoadCursor (NULL, ...
0
votes
1answer
52 views
win32 api update the progressbar to a method
I have a method which is responsible of saving immes from memory to the harddrive and at the end will return a boolean value. now I have created a progress bar. but I really dont know how I can ...
-2
votes
1answer
51 views
win32 api reading combo box value from a dialog box with two combo boxes [closed]
I have two combobox in one dialogbox, the thing is that I want to find out which string has been selected and get the message from the combobox. I have the following code. but the problem is that from ...
1
vote
1answer
41 views
Have trouble with setting a scroll bar
So i have 2 sub classed windows,both edit controls each has his own individual styles... I need the top window to hold a scroll bar with it since its a chat program,once there are more than 37 lines ...
0
votes
0answers
46 views
List view with tile view style, sub item does not appear?
I'm working on ListView with pure win32 api. But when I set ListView with tile view. then the sub item does not appear beside item.
My code below:
ListView_SetView(m_hwndListview,LV_VIEW_TILE);
//Set ...
0
votes
0answers
26 views
APIs and Development Environment for Windows Desktop Application Manager
I've been looking at applications such as "winsplit" and "divvy". These applications work on windows desktops and provide additional management over the placement of application windows. I'd like to ...
0
votes
2answers
104 views
Adding a combobox to a win32 API
Ok first off this is homework but our teacher encourages us to go above and beyond what he actually gives us as an assignment.. So I want to learn how to add common dialog boxes. I chose to go with ...
0
votes
0answers
122 views
Drawing Custom Window Frame - Windows API and C++
This is a quick question. I am newbie to the windows API, I only have 3 days working with him, and I have been googling about how to create a custom window frame.
I read that you need to use DWM or ...
1
vote
1answer
75 views
Changing the color of font with a click
I'm using win32 API and this is my code(I've already had a little help from this site ;) ).
LRESULT CALLBACK WndProc (HWND hwnd, UINT message,
WPARAM wParam, LPARAM lParam)
...
0
votes
2answers
359 views
VB6 — using POST & GET from URL and displaying in VB6 Form
How can my VB6 form POST 2 vars, pull the results from a URL and then assign a VB6 var to the results?
I need someone to show me VERY basic VB6 sample code or point me in the right direction. This is ...
0
votes
1answer
272 views
How to capture “Enter key” in combobox using WIN32 API (C/C++)?
I want catch event when user press Enter in combobox. How to catch you. For Example:
I type " Nguyen Phong Sac" in my combobox. After pressing Enter key, there is a message is displayed: " Nguyen ...
0
votes
0answers
77 views
New to Windows platform, need help getting started [closed]
We are a group of Students having experience with Systems and Linux, we haven't worked on Windows platform much.
The description asks us to get familiar with "C/C++, Windows ecosystem and media ...
0
votes
1answer
132 views
How to writefile in new line in WIN32 API
I'm trying to write data to file. However, I want to add new data in new line, but now i can't. Can you help me?
HANDLE hFile;
hFile = CreateFile(_T("HELLO.txt"), // file to open
...
-1
votes
1answer
60 views
Win32 Project (API): Compatibility with other version of Windows
I use API to make a programs. It runs pretty well on Windows 7 (with debug file .exe), but it doesn't when I run it on Windows XP. Are there any ways to solve this problem?
1
vote
1answer
69 views
Determine WM_SYSCOMMAND or WM_ENTERMENULOOP what menu item activated?
In Win32 API, in windows messages assume a menu of
&File -- &Edit -- &View
The user clicks File. A WM_SYSCOMMAND (WParam = SC_MOUSEMENU or maybe SC_KEYMENU) and then a WM_ENTERMENULOOP ...
0
votes
2answers
172 views
Resizing the text box with window in win32 api c
i am very new to win32 API coding.
Currently i am facing a problem :
I've created a mdi child window and have inserted a text box into it.The problem stands when I click the maximize button of the ...
1
vote
0answers
170 views
Resizing Window causes smearing near the right border
I have created a standard win32 windows application in Visual Studio 2010. The only addition I have made is a TextOut call in the WM_PAINT handler that displays the alphabet (repeated 4 times for ...
0
votes
0answers
31 views
Get Windows Backup state
Is there a way to check whether Windows backup was done successfully, e.g. get the message which is displayed in the action center when no backup was done so far? I don't want to check the logfiles of ...
1
vote
1answer
39 views
Displaying PDF and website in Windows
In Windows, is there a native way to display PDF files and simple websites?
On Mac, both tasks are very simple:
[[PDFView ...] setDocument:[PDFDocument ...]];
[[[WebView ...] mainFrame] ...
0
votes
0answers
158 views
Python ISimpleAudioVolume / Windows Volume Control
I'm trying to call for the methods of ISimpleAudioVolume which is an audio interface for the Windows volume control with Python, I've tried a lot of things but I just can't figure out how to do it. I ...
0
votes
1answer
80 views
GetDlgItemText returns error 1421
I've used this function and it returns this error so it has to do with the window identifiyer.
But it seems to me like everything is fine,i have set the HMENU field in the child window to 101
then in ...
1
vote
2answers
222 views
Differences between Metro and Windows Forms development [closed]
Maybe is a senseless question (it is?):
it is possible to convert a Metro app in Windows Forms? What are pros and cons that should I consider?
And also: what are the differences between the two ...
0
votes
1answer
254 views
C win32 api unicode to ascii [duplicate]
Possible Duplicate:
How do you convert LPCWSTR to const char *?
I have a function that gets a LPCWSTR string for win32 api usage.
Now I have a function that sends data in ASCII to the IRC ...
1
vote
0answers
162 views
Windows 8 DX11.1 exit app and return to desktop
I'm developing a DirectX 11.1/Windows 8 application, and when I tell it to exit, it always returns to the start menu/modern/metro interface. Is it possible to force it to exit and go to the desktop. ...
0
votes
2answers
232 views
What would be the equivalent of Win32 API in linux?
I don't want to know if there is a one-to-one equivalence between API functions in windows and linux, neither want to know every API function.
I just want to know this for two basic things:
I want ...
0
votes
1answer
88 views
Taking .exe modules Import Table ordinal and finding the import modules function name?
So I load up paltalk.exe as a argument into my c++ command line program and I get this output:
[Walk_Imports]: Imported DLL [0] WSOCK32.dll
--------------------------------------------------
...
1
vote
2answers
353 views
manipulating the simple windows Calculator using win32 API in c#?
Well, I've tried my best to look at code examples and posts all over the web on how to do this, but I haven't been able to make any headway in a few months using windows API to interact with another ...
1
vote
1answer
76 views
Is there a WIN32 API equivalent to JAVA pack()?
My windows application needs to auto resize based on a variable number/size of child objects. The end user is not allowed to resize the window. I already know how to move/resize windows. I just need ...
2
votes
1answer
137 views
What is “Module” in win32 API function GetModuleFileName or GetModuleHandle?
In win32 , in some cases we need a Module handle to perform some action.
But I don't know what is a Module exactly.
Help me please.
0
votes
1answer
86 views
MinGW GCC Not Recognizing MEMSTATUSEX?
I am using MinGW GCC compiler on Windows 7. I am trying to compile source that contains the following code:
MEMORYSTATUSEX mem_stat;
mem_stat.dwLength = sizeof(memstat);
BOOL success = ...
0
votes
0answers
107 views
What other reasons for error 122 in HttpSendRequest
I have some simple Win32 API WinInet code to retrieve the header from a webpage and check the responding status. Once I have done the appropriate connections to the site 192.168.111.222 I run these ...
1
vote
2answers
104 views
Hooks - the type or namespace HookType could not be found
I am trying to learn about hooks in the Win32 API with C#. What I am trying to actually do is how to call a command when there is a low-level user activity like a mouse-move or a keystroke. I am ...
0
votes
1answer
386 views
Drag Drop Win API 32
I'm trying to drag and drop a ListView item from my program to another (like dragging a path to something lie VLC, and it plays a video file). I'm using the CF_HDROP clipboard format. CopySelection is ...
0
votes
0answers
25 views
Automation of finding windows functions's signatures
I have a list of 200+ windows function and I need to get all of these function's signatures.
For instance, if I have GetNameInfoW I'm going to google, searching for GetNameInfoW function, going to ...
3
votes
2answers
336 views
what does WINAPI stand for
I've started to learn Win32 API in C.
I saw the main function is something like that
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow) { .. }
but I ...
0
votes
1answer
892 views
win32 API open a jpg in a picture control c++
i want to know if there's a way to print a jpg onto a picture control rectangle (that i build with ResEdit) the action that should print the image is case IDC_BUTTON1: and the target i want to view ...
0
votes
1answer
175 views
open jpeg with win32 api c++
i've a simple dialog created with ResEdit
BOOL CALLBACK AppDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch(uMsg)
{
case WM_INITDIALOG:
SetClassLongPtr(hDlg, ...
0
votes
0answers
22 views
RPC integrity privilege in processs
I have 2 processes running in my system (Windows 7 )one of them is with medium integrity level and the second is with a low integrity level.
if my medium integrity send an RPC call to the low ...
0
votes
2answers
115 views
C++ API DLL Project
I have a C++ project which uses an API that comes with DLL and LIB files, as well as a header file.
I want to create a win32 forms project.
My question is how do I link the project with the dll and ...
3
votes
1answer
101 views
Tracking the progress of WMI Defrag Class
I am looking at something like this:
http://www.codeproject.com/Messages/2901324/Re-the-result-of-DefragAnalysis-method-in-csharp.aspx
Which is perfect for my needs. I ran it as a thread and ...
0
votes
2answers
797 views
How to find a child HWND of a child window of a child window (3 levels deep) with Win32 API?
Suppose I've this Window hierarchy for one of the processes:
Main Window (class name: XYZ_Widget_1)
`- Child Window (class name: XYZ_Widget_0)
`- Child-Child Window ...
0
votes
2answers
1k views
How to add icons to menu items in c++ win32 API [duplicate]
Possible Duplicate:
InsertMenu/AppendMenu - How to add Icons to menu and submenus using C++ and win32
Hello I have a menu in c++ here is the code of it
HMENU hMenu = CreateMenu();
HMENU ...
0
votes
0answers
312 views
NtQuerySystemInformation Hook Failure
After successfully building a trampoline and learning more about process memory space, I tested the trampoline on MessageBoxA. It worked perfectly so I decided to finally put the code to the use it ...
0
votes
1answer
234 views
Windows create window API
I am new to Windows programming. On Windows OS, almost every application opens a window, and I want to know that if all these applications invoke the same API CreateWindow() to create their windows?
...
