Questions tagged [objectbrowser]

38 questions
0
votes
1 answer

how can i shift focus to the Object Browser Search box

I'm trying to divorce myself from my mouse in order to become more product and in order to do this I must find key-combos for common operations. Every time I launch the object browser in VS, the focus is on the tree of namespaces and classes. How…
Rory Becker
  • 15,551
  • 16
  • 69
  • 94
0
votes
2 answers

Where is the physical location of user defined .GlobalEnv variables in R and how to delete them permanently?

Problem: I needed to use Matlab within R. Then I added relevant package R.matlab. I defined variables in a demo example of working with Matlab within R. The defined variables are: data, path, pathname, x, y The contents of the variables…
Erdogan CEVHER
  • 1,788
  • 1
  • 21
  • 40
0
votes
1 answer

How to get Description attribute values to show up in the Object Browser?

I have a library written in VB. It has enums with the following: Public Enum ModelRelationshipTypes _ IHaveZeroOrOne
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
0
votes
2 answers

How to see the list of objects in current file in Visual C++ 2012?

Assume we have the huge Visual Studio solution and there are many files (tabs) opened. Does Visual Studio 2012 (Visual C++ particularly) have any View panel which will show the interactive list of objects from the current file when I switch to the…
yakov
  • 444
  • 3
  • 14
0
votes
1 answer

VS 2012, Object Browser, How to determine which members(methods, properties) are inherited?

I'm using Object Browser in Visual Studio 2012 to get the idea of what a class/interface is, who is its parent etc. There is a way to show inherited methods and properties by checking "Show Inherited Members" in settings. However I can't understand…
Aremyst
  • 1,480
  • 2
  • 19
  • 33
0
votes
1 answer

Why the Object browser window is doesn't show anything

i have downloaded wmi tools from microsoft page, when i am opening the wmi object browser, it shows like this So how to view the event details of local system by using wmi.
Gomathipriya
  • 905
  • 7
  • 19
  • 38
0
votes
1 answer

Why does Object Browser not find ole32 functions?

This may be a dumb question - so be it, I'm a newb. But I'm trying to implement a code snippet pszReturn = (char*)::CoTaskMemAlloc(ulSize); And when I try to type in the function CoTaskMemAlloc, Intellisense does not find it. Now I looked it up,…
0
votes
1 answer

Object Browser not through Visual Studio

How do I run Object Browser directly from Windows and not from Visual Studio? I'm using Object Browser to study .Net classes. It's much better than MSDN, because it allows me to skip derived members. For example, when I research AnimationTimeline I…
Avi
  • 15,696
  • 9
  • 39
  • 54
1 2
3