Hi, I mean, I added few more items on the menu and the toolbar, to the one already existing. but it is not showing up when I run. I need not add any code, as I have already done it. So what I did was, just add or more items for the menubar and toolbar,and it is not showing up...thanks a lot for the help you are doing. thanks
ashsri
Posts
-
Menu not loading???? -
Menu not loading????Hi, I have done a project and it was working fine all these days. Finally I had to add one more function so I created a new toolbar and attached the function to it,but when I run, this new toolbar button is not showing up. I also added this item in the menu bar....after running it is not showing up....any idea why is it acting like this??? Please do help, i have a deadline. I am sure it is nothing to do with the project, so I was thinking is this something to do with the system files of vc++. Thanks a lot
-
Selecting Region of Interest(ROI) in imagesHi, I want to select a particular part of the image by drawing a frame around them(like in paint brush) or by clicking on two points on the image to indicate the range of selection. I do not know how to do it in VC++ and also I am using CXIMAGE for processing images. Please do help me, I know this is big...but please give me some tips. Thanks in advance
-
vc60.pdbhi, I do also get this message when doing my project, even though the file is actually present in your DEBUG folder. Click on CANCEL button on the message box of "PLEASE ENTER THE PATH OF VC60.PDB", then it will work. Do not worry, this will never show up in the executable file. Hope this works for you...as it does work for me. Good Luck
-
creating Menubar in dialog based prj.Hi, I have a dialog based project in vc++ 6.0, I need to add Menu bar to the dialog box. So I have inserted a Menu(IDR_MENU1) and created it the way I want.But I do not know how to add it to the dialog box. Please do help me. Thanks
-
CxImage-adding *.h files to ext. dependenciesHi, I am doing an image processing project. I have downloaded CxImage, I wanted to append the *.h files of CxImage to the external dependecies. When I tried adding them by going to Project | Add files and then selecting a particular *.h files, it adds the *.h files to the Header folder. Can any one tell me how to work with CxImage and add the *.h files to the external dependencies. Thanks
-
displaying images in a dialog boxHi, I wanted to display images(*.bmp, *.jpg, t.tiff...) in a dialog box, I came across CxImage in one of the articles in the code project,But I do not know how to attach it to my project and how to use it. Can anyone please help. Or does anyone know...how to use GDI+ for displaying images. Thanks
-
starting an image project in VC++?Hi, I want to display load and display and image which present in the directory in VC++. I will be using menus, toolbars... Using SDI, we can get toolbars inbuilt and not much of code to be written, but I do not know how to display an Image, as there are no controls to place. Using Dialog based, there is no menus and toolbars. I wanted to know, which is the better one to do an image processing project and also how to display and image. Please do help. Thanks