it works fine; the oly problem is that I wonder if it is possible to change the color of the menu item separator. I coulfn't find a way to change its color.
It is possible to check the for the separator and change that color as well. Wile the bacground color of the menu changes, but it will be nice to identify the separator and change its color
I try to change the background color of a menu, but the program crashed when the menu item is a separator. I try to check to see if there is a separator before I make the change, but I cannot get...
I try to write an add in for visual studio. Currently, I can only add one command at a time to the tools menu. I want to know how can I add a menu item with dropdown command to the tools menu or...
I think you approach the problem the wrong way. You have to use the stream class to write the file line by line then read it line by line then delete specific line that you want. The way you have...
I don't know if i answer your question, but you have to click on the property of the specified combobox column and populate it. For instance if your combobox is column3, then you select it by...
I want to know if it is possible to use GetPrivateProfileString to read a section where the keys are duplicate. I try it, but I can only retreive one key. This is my file format
I have a file where I read data. While the data is in the linear format, but it is not straigt fowardto convert it by simply use carriage return and add comma after. My data looks like
...
I used 2D array in order to solve the problem, but it looks like some data are written in the wrong column. I pass the data to couple of 2D array, then do something like that
I am trying to write some data to a CSV format, but I do have a problem. Sime I have a lot of data rows, it looks like some data may not fall into the right column. To get started, I used the...
Basically what I mean, I use memcpy and memmove to duplicate the data in the form of for instance, if I have x[1 2 3]; now after after copy x to y multiple time, y looks like [1 2 3 \0 1 2 3 \0...