There is a device running on Embedded XP. It measures some parameters of the fiber optics line. It is connected to a network.
Operator resides far from that device and wants to...
The c++ generates array of numbers which must be plotted in the browser.
Also there are some numbers which must be displayed in edit box.
I want that data could be updated automatically every 5...
There is a computer where C++ program runs. I want to connect to it with a browser an see the data in the browser. The data is calculated by the C++ program.
As i understand there must be...
I have Apache server installed. I'm using Flot library to plot data in the browser.
The data is generated in other software written in C++.
I want the JavaScript to send command (when user press...
I don't know what controls do you use. I had a tab control. I did subclassing only for it, not for controls that is have. I worked for me.
As i understood you have flickering when you resize your...
So there are main thread message loop and secondary internal message loop. When resize happens messages are sent to internal loop and not processed in thread's...
I'm checking messages in a message loop. After i call GetMessage i'm trying to identify message from message field of the MSG structure. I found that identifiers differs from those...
I have several edit controls and buttons on an edit control. When a number is entered and the user press enter i would like that nothing would happen.
So i would like to disable the...
I'm debugging a software and i need to dump selected variable (array of float or double values) to a txt file (or into other format) from debugger.
Is there any Plugin available for Visual Studio...
The structure is initialized to 0 before call. After GetScrollInfo the structure is the same as before calling GetScrollInfo. GetScrollInfo returns 1. GetLastError returns 0. So it seems everything...
Yes. My case is as you described above. Number of menu items is variable. (when user adds a new graph to plot a new menu item is added). Each menu item has fixed number of sub-items. I think that...
The problem is that my menu is not static (number of idx may vary on program running). So when i add a new idx menu item i must generate unique menu id's for it. So there must be a dynamic storage...