How rename a .rc file in made Visual Studio 2012? - visual-studio-2012

I have been doing some fixes in a project made in MFC/C++ ; I want to know how to rename the .rc file. I will explain more specifically in this picture:
"DbcEditor.rc" is the name that I want to get changed
The other question, once the program is running and compiled, the main form has a main title, How could I edit it? I just want to change the text in the form, not the name itself for the object, I will explain it better with the following picture:
"THE CURRENT MAIN FORM" is the text that I want to change:
Those are my questions, I would really appreciate if you guys could help me with it.

You need the "Properties" windows, see the image below. It's different than Solution explorer.
When you are editing the dialog, click on Dialog's title, then click F4 button. It should show you "Properties". You can change dialog's caption and other properties. Or you can click on dialog's controls, and edit properties of each control.

Related

Acumatica I cannot change aspx screen with ASPX Editor

I need to insert: OnDataBound="grid_RowDataBound" to a PXGrid.
My issue is, that I cannot make the insert with Acumatica ASPX Editor. As soon as I GENERATE CUSTOMIZATION SCRIPT, the code inserted disappears.
Now, if I edit that aspx screen with VS, I'm able to insert and save my change, but this change is not reflected in the Acumatica screen.
Do I have to compile the changes in VS?
Any help is appreciated.
Thanks in advance.
Alfredo
Some aspx page cannot be edited. I too got this same situation in moving tab item to other place in the grid. but it did not allow me to do. So I used java script code to move the tabs.
I dont know whether this works or not.
Try to edit the aspx page in the file editor by adding the page that you want to customize and publish it.
File Editor is the nothing but "file" which you can see left pane of the project Editor

Excel: Can't remove add-in ribbon

I was playing around with adding some custom buttons in VBA. The problem is that I've somehow created a menu in a ribbon that I can't remove. There a no add-ins enabled, but every time I open a new document (without any code) the add-in menu is there. Does anyone know how to remove it?
I know how to create and delete menus and buttons with commands like:
Application.CommandBars("Formatting").Controls("TEST").Delete
But the problems is there there are no controls in this menu and I can't know what the command bar is named, I've already with with "Menu Commands" and multiple generic delete all code that I found on google, without luck.
After trying for a while, I was able to find a solution myself. It turns it was not just a menu that I had created, but a button without a caption. I was able to remove it by right-clicking the "button", pressing "Delete Custom Command", and then restart (if you don't restart, it will just show up again).

Designer HELP Release 9.0.1FP10 SHF315

This very annoying and I can't figure how to change it. When in Designer And I click on Help >> Help Contents from drop down menu it displays it differently than what I have been used to seeing and is very hard to navigate through. Is there a way to change the behavior? I recently got new Hard drive with Windows 10 opperating system
This is what I am used to seeing and is very navigable:
IBM Support was able to reproduce this and is looking into the issue. I did find a work around.
Open Help Contents from the drop down Help menu.
Right Click on the window and select properties.
Highlight and copy the Address (URL) line
Open a browser (not IE) and paste it in the Address line and go to the page.
It should then present it in a usable form. If not, then click on the first content and that should do the trick.
A problem report has been created with IBM or HCL or whatever they are called now: SPR # ZNDNBA7TEV: Domino Designer Help Contents Display Issue

How to exclude some directories from "Analyze -> Inspect Code" in Android Studio?

One code directory is from a long working library, but the code inspector complains about many issues in it. How do I exclude it from analysis?
I've tried looking at the settings, and also tried right clicking on various things through the analysis.
I'd like the code inspection to work for most of my project, but not from parts of it that work and analysis is unneeded. In this case, it is a complex open source C language library where I do not want to touch the code.
Okay - I feel a bit dumb, but so others don't have to go through this, here are details. Also, it is very easy to screw this up - the Android Studio GUI will let you do stuff that looks good in the dialog, but doesn't work. It took me several tries to find the magic that works.
Here is the procedure:
From the main menu, select "Analyze" then "Inspect Code"
Click the button next to "Custom Scope"
Click the three dots button - to the right on the same line. A new dialog will pop up.
Click the plus ( + ) - upper left, to start a new Custom scope
Give it a name
Select "Local" or "Remote"
In the drop-down of the new dialog, select Project view
Of the four icons, click them until only the one for file display is emphasized
Find the top directory of what you want to analyze, and click "Include"
Find each directory you want to exclude, and click "Exclude" for each
Click OK - the custom scope dialog will close
Click OK - the analysis will run
In the future, that scope is available by name, but remember that it does not honor the implied scope if you right-click a directory in the hierarchy.

How to investigate the origin of an excel add in?

I got a hand me over task to figure this out.
So the original person that set this excel add in has quit
and now I need to find out what add ins this is...
where do I start? any pointers?
I check registry but I can't see anything that tells me where this add in comes from.
I also check From File > options > add ins. And still don't see anything useful that can tell me where this add ins come from.
Also in Customize ribbon, it just shows custom toolbars
I tried to export the customer ribbon import export , still does not tell me anything useful
screen shot. it is not shown in the screenshot below but this is under add ins TAB.
PDF and microsoft lync active add in is not the GWL and AIG import add ins...
This will at least give you the path where the add-in exists.
File --> options-->add-ins
If none of this helps I refer you back to -->How do I remove a custom toolbar from an Excel workbook?
I figure out an XLB file under
C:\Users\\AppData\Roaming\Microsoft\Excel\Excel14.xlb
if I copy this XLB file to a different computer the add in tab / ribbon will appear automagically.
I think I will post another question about how this XLB file works? I want to know how to configure this XLB file from scratch, because I cannot open this XLB file to understand what has been customized. I will post another question. but if you have any suggestion to read or links that will be appreciated.. Thanks for all the help!
also suggested by another member sam plus plus "customize the ribbon to point to macro's or other commands' This may not even be an addin. If you right click on any tab in the ribbon you can select customize ribbon and look for these options" <-- maybe this is enough clue for me to google more info .. thanks again!

Resources