I want to define an array ,the size of the array can be changed in the SetParameter dialog box.how can I realize this function. Thank you for your help
http://www.codeproject.com/KB/miscctrl/CBarChart.aspx?msg=4112846#xx4112846xx
this link shows how to creat a bar chart,but if the value of the input data is negative, the bar cannot be drawed, can...
Hi all ,
I wrote a program, but there is a problem, it reminds "debug error!", I have found that the problem was in "ginv:: ~ginv (){}" but I don't know how to solve it,can anyone help me with...
Hi all
I am doing some work about image processing using c++ ;How can I draw a red rectangular in a 8 bit bmp file , I can set the pixel value to 255 to creat a rectangular , but it is not red ! can...
Hi all,
I use a dialog in MFC to load and show a bmp successfully, I use a picture control , now I want to mark part of the bmp with red color with the following code:
Hi all ,
I want to load and show images using a single document MFC project , its interface is shown in the attached files, I am new to visual c++, I know how to show a bitmap using dialog based...
Hi all ,
I have written a program ,I want to realize the two different functions in respective Menu lists in MFC.one menu is "Init" to initiate the instrument ,the other is "zernike" to...
Thank you Paul McKenzie, I solved the problem using the second method you suggested. it works well. there's something wrong when I use the first method .It reminds something wrong with "cout <<...
Hi,Igor
I solved the problem using your method ,thank you very much , I met another trouble:
In C language, it can be written as:
printf("Centroid_x = %6.3f mm\n",...
Hi,Igor
(--I wish it is polite to call your name like this, ) I have made a little progress today,now I have a little trouble.
1、In C language it is expressed as " printf ("Camera USB driver...
Thank you very much for your advices, I will try my best to learn C++ and MFC from now , I have to accomplish this task in a few days , maybe I will ask for your advices again if I meet some...
I'm brand new to VC++, I want to realize the function using MFC instead of c, I will be appreciate it if you can give me some help . thank you in advance !