VBA IDE Icons *.svg *.ico - vba

Can someone please tell me how I can get the VBA IDE icons files [pictured]
I have spent the last several hours trying to find a way to expose them via FaceId all the links I have found are either for making a ribbon or a form with the faces on there I just want the files.
Google wasn't my friend this time, even with the advanced search tools where you can specify the type as an icon

I used the BeCyIconGrabber as detailed in the comment from #Vegard from How to Geek
Still took a while to find what I was after, I also found this which has some of the icons I was after.

Related

BigQuery public datasets cannot be found (`bigquery-public-data`)

In the left panel of BigQuery, the dataset bigquery-public-data is nowhere to be found.
I have no idea how it disappeared. Does anyone have a solution to integrate it back?
I am currently enrolled in the Google Data Analytics course and just found where an instructor told us how to pin the bigquery-public-data to the explorer!
In the search bar of your explorer, type "public" and then select the broaden search in blue. This should populate the bigquery-data-public so that you are able to pin it to your explorer.
I have spent two days trying to figure this out so I hope this reaches someone in need!
In the old (Classic) UI, you can pin the project back by following the steps in the "Adding a project" section of this document. There is a screenshot in the link.
I'm not sure how it disappeared from your Console, but there is a "Remove project from panel" option in the down arrow icon next to each pinned project.

Intellij search in file causes full screen box to appear

Apologies if this belongs on a different stack exchange site.
Using Intellij Ultimate v 2017.1.1 on OSX Sierra, when I do a search in file, using CMD+f, I get an unusable full screen search dialog. Has anyone seen this ? Images attached.
Before clicking CMD+f (all is well)
I try to search for something:
Any help appreciated. The Internets has so far yielded no help.
This issue is already fixed, please see https://youtrack.jetbrains.com/issue/IDEA-170295 for details.
It was caused by the Swing MigLayout misbehavior when system DPI was extremely high.
This can happen if you accidentally paste a huge block of code into the finder, try CMD+f and then CMD+a and finally delete.

Creating a help book for Mac app

I've taken a look at the Apple docs for creating help files that use the built-in help menu at the Apple doc site. I think I have a pretty good grasp on the concepts, as long in the tooth as they may be. I searched a bit further on the web for a shorter tutorial-ish way to do something, in my opinion, rather simple. I found a bunch and most describe a process found here.
However, for the life of me I can't get it working on 10.9 using Xcode 5.0.2. I have created the help files, added the Apple hooks in the header of the html file, run the Help Indexer, added the files to Xcode, and added both CFBundleHelpBookFolder and CFBundleHelpBookName to my Info.plist. The help menu item opens Help, however it does not open my help file. I get a page that says "The selected topic is currently unavailable."
Does anyone out there have a better tutorial to create a very simple help book and get it working?
I understand your confusion. When I first tried to add a Help Book to my application, it never seemed to work, but eventually using the Apple Help Programming Guide it got there. I found I had to actually install the app into /Applications before the system would find it. (I am not sure if this is strictly necessary).
NOTE I am not sure the link you listed is correct. The Apple Help Programming Guide states:-
Select the help bundle in the Add Files dialog and click Add.
Select the “Create Folder References for any added folders” radio button and click Add
PS I suggest you examine the Package Contents of your app, and check that it actually does contain the Help Book.

Code Lens Toggle Shortcut?

I totally dig the new code lens stuff in VS2013 but I feel it is to intrusive and would like to be able to toggle it on and off with my keyboard. I was wondering if anyone knows of a shortcut or an extension that will allow me to toggle it on and off? I have searched google and some forums but I am unable to find anything. I am assuming this does not exist yet since I have 0 results but I figured I would ask.
There's no shortcut for it at this stage, and you can't assign one in the VS keyboard options. I suggest people vote for this feature on the Visual Studio User Voice site.

UI Designer not in Solution Explorer and unable to get the tool

First of all, I am developing an application in VB.NET, till yesterday it was all good. I saved the project and closed it, now when i started working on that application, i found that there was no way to open the UI area for the application. I am able to see the code behind it i.e. on dashboard.Designer.vb but not the UI. I am able to see the the application after running it using F5. What would be the possible reason for it, and how i can solve it.
Secondly, i tried to find search a lot for this tool but unable to get any, if somebody can tell me what tool is this or any similar tool, it would be of great help.
I was searching for long and found the answer:-
What we need to do is just add the following code in the blank dashboard.vb file
Public Class dashboard
End Class
And this will get the form back.
The second question was answered by #Code Gray
1. Outlook like sidebar and display in Outlook
2. Outlook navigation bar control for .NET application