Made a workbook in 2010, now the radio buttons don't work when opened in 2013 - radio-button

Just as the title says - the radio buttons cannot be selected, and the user also can't right click on them. I struggled to find someone else who had the same problem, but we followed the steps in these two posts and it did not fix it:
Here
&
Here
If it's any help, when the cursor is hovering over any other part of the document, it is the thick plus sign, but when it is hovered over the buttons, it still turns into a regular pointer cursor the same way it would if they were working.
Thank you for your help!

We figured it out. My user didn't enable content, haha. -_-

Related

VBA - How to insert characters from the press of a command button

I'm building a home surveillance system for use in my home and possibly to publish on my blog. However; I've ran into a problem. We only use a mouse for input, and most people use only mouse. So, I needed to build an on-screen keyboard. I got a VBA frame and put a text box, and layed out a load of buttons to make a keyboard. I need help with the code that makes it so that when you press a key it will put that character in the text input box so that the user can see what they are entering. If you know, or could suggest a fix, please reply! Thank you!

Why is my visual basic button greyed out?

Everytime I create a visual basic button and place it on form it is greyed out. I have no idea and I'm sorry if this is a stupid question but I've googled everywhere and I can't find a solution to why my button is greyed out. The same thing occurs when I create a label too, I can't click it.
In button's properties 'disabled' option must be turned on.
Another way to enable it is in your code
button1.enabled=true

wacom and myscript set handwritng recognition function

im not sure if its the right place to put my question, but i think maybe get an answer here.
the last few days thinking about a way to make μυ work easier.
What I want is to write by hand and convert into text on the computer.
namely when I am on a page with multiple text forms like this im writing now,
when i choose a text form with a pen (like wacom graphic tablet) write on a surface and the automaticaly when i stop or pressing a button the text turn into text in the form.
my title say about wacom because i found bamboo scribe.. if someone uses this please explain me whats can do and if can work for me.
i test myscript. with fullscreen tool wich you can write everywhere on the screen is easiest but when you finish you have to press a button on the program to insert the text in the selected area.
so my question is there any way to press that button with the button placed on stylus pen?
i saw that you can set functions when a button clicked on the wacom tablet or on pen.
i have not bought yet anything because im searching if is out there anything could do what i want better. something made for that particular job
Thanks and sorry for my bad english..

VB.NET Putting the menu into controlbar like Firefox

The new Firefox versions do not have the regular menus anymore.
Instead the menu can be reached by clicking the orange button which is somehow integrated into the form's controlbar. This saves some space on the client area.
I would like to do the same with VB.NET and WinForms.
Could anybody please tell me
a) what this is called? I did not find any information on this on Google, perhaps because I just didn't find the right term.
b) Perhaps a starting point on how to do this?
Thank you very much.

Dreamweaver how to get properties bar back

Oh my word. I struggle with the actual codeing of my website, and now something sooooo stupid has to happen....
In dreamweaver.. i think i pressed the wrong button or something, and now i cant fix it..
You know on the right hand side (usually) there is a window where you can set the properties of lets say a textbox. Like its name, its contents, its id etc.
That box has dissapeared... Now theres only some random boxes of properties i have NOOOO idea what for...
Can any one tell me how i can get that back please? The default ones back? (like a reset settings button somewhere?
Thank you!
Ruan.
Go to the Window menu and select Properties to get it back. Alternately, Control-F3.