Drawing a border and background color with a handle to a window.
Windows Forum » Programming and Scripting
by famatto
1M ago
``` #include <Windows.h> #include <Richedit.h> HWND hwnd; HWND panel; HWND richEdit; WNDPROC oldStaticProc; int WINAPI WinMain(HINSTANCE, HINSTANCE, PSTR, int); LRESULT CALLBACK WindowProcedure(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); LRESULT CALLBACK StaticProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); #if _DEBUG #pragma comment( linker, "/subsystem:console" ) int main(int argc, const char** argv) { return WinMain(GetModuleHandle(NULL), NULL, GetCommandLineA()... Read more ..read more
Visit website
Need to use HWND_TOPMOST for two windows, API
Windows Forum » Programming and Scripting
by Elsy
1M ago
I have a project where i have two windows that i fullscreen on my two monitors. i have successfully been able to make one of these windows always on top by using: SetWindowPos(hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_SHOWWINDOW); But when i try to set my second window on top, it deactivates HWND_TOPMOST on my first window. I am aware that this is a feature in windows API, but i really need to go around it somehow. How can i have two windows utalize HWND_TOPMOST at the... Read more ..read more
Visit website
Harnessing the Potential of Weather APIs for Enhanced Applications
Windows Forum » Programming and Scripting
by leoxiy
2M ago
Weather APIs provide developers with access to real-time and forecast weather data, enabling the integration of weather information into applications and services. With features like current conditions, hourly and daily forecasts, radar imagery, and historical data, weather APIs offer valuable insights to users across various industries. From powering weather apps and websites to supporting logistics, agriculture, and tourism, these APIs play a crucial role in decision-making and enhancing... Read more ..read more
Visit website
Difference between architecture and infrastructure in software?
Windows Forum » Programming and Scripting
by Rishab7
4M ago
Hello, I've been working on implementing level order traversal in my project and encountered some challenges. I followed the guidelines for level order tree traversal. While the content was helpful, I'm currently facing specific issues in applying the concepts. Here are the challenges I'm dealing with: 1. Incomplete Implementation: The provided information seems incomplete, and I'm struggling to understand the complete implementation steps. Are there additional resources or examples... Read more ..read more
Visit website
How to run multiple pages on the same HWND in win32 api C code
Windows Forum » Programming and Scripting
by eagle
4M ago
Hi, I'm trying to develop a simple project on a win32 api using C compiler. I've been trying to draw multiple pages on the same window object, and whenever I press a button, it redraw the new page. But it turned out that win32 programming is much complex than I thought. The problem is that the page isn't erased My complete code, in the attachment. Also I want to understand the main functionality of "WindowProcedure" and how it works. There are different tools and I don't know how to... Read more ..read more
Visit website
Navigating Changes: Adapting to the Evolving Instagram API
Windows Forum » Programming and Scripting
by leoxiy
4M ago
The Instagram API is a gateway to leveraging Instagram's features for app integration, facilitating media sharing, user engagement, and content analysis. However, recent API changes, especially regarding data access and functionality limitations, have impacted developers. How have these alterations influenced your app development or strategies? Share your experiences, insights, or workaround solutions for adapting to these shifts in the Instagram API landscape. Let's dive into... Read more ..read more
Visit website
How to connect JavaScript to Python in an Chrome Addon?
Windows Forum » Programming and Scripting
by Rishab7
5M ago
I want to connect my .js code with my .py in a Chrome Add-on. I want some text from JS being analyzed by the Python ki I've implemented. Then the return value from Python should get passed back to my JS file. Is this possible to do? It's ok when the Add-on is only runnable locally. I'm looking for the easiest, not the best solution. Thank y'all Right now, I've tried my best with the Python Shell import in JS, but I can't seem to get this to work. When add the "import {PythonShell} from... Read more ..read more
Visit website
Exploring the Best Front-End Frameworks: Insights and Recommendations!
Windows Forum » Programming and Scripting
by Rishab7
5M ago
Hey, Hope everyone is doing well! Recently, I came across an insightful article discussing the top front-end frameworks. The article provides a comprehensive overview of various front-end frameworks, and it got me thinking about the dynamic landscape of web development. Here are a few key points I found interesting: React, Angular, and Vue.js Comparison: The article delves into the strengths and use cases of React, Angular, and Vue.js. I'd love to hear your experiences with... Read more ..read more
Visit website
Grocery APIs: Revolutionizing Shopping Experiences - Share Your Insights
Windows Forum » Programming and Scripting
by leoxiy
6M ago
Hello, grocery shoppers and tech aficionados! Let's explore the exciting world of Grocery APIs. Whether you're a developer, a grocery store owner, or just passionate about convenient shopping, join this thread to discuss and learn more about Grocery APIs. What are your experiences with these APIs? Share insights on how they can enhance the grocery shopping process, and any creative applications you've come across or developed. Whether it's online grocery delivery, inventory management, or... Read more ..read more
Visit website
Exploring Stock Market APIs
Windows Forum » Programming and Scripting
by leoxiy
6M ago
Greetings, fellow investors, and tech enthusiasts! Let's delve into the world of Stock Market APIs. Whether you're a seasoned trader or a developer interested in financial data, this thread is for you. Share your experiences with Stock Market APIs, suggest reliable providers, and discuss the kind of data you access. What are your preferred use cases for these APIs? Let's exchange ideas, tips, and insights on harnessing Stock Market API for better investment strategies, portfolio... Read more ..read more
Visit website

Follow Windows Forum » Programming and Scripting on FeedSpot

Continue with Google
Continue with Apple
OR