Send to FSI and Xamarin Studio for Windows - xamarin-studio

Although I can open the F# Interactive window in Xamarin Studio for Windows, I can't send F# code from a fsx or fs editor to the interactive window. There's no key binding such as "Send code to interactive" to be bound to the Alt+Enter keys and there's no context menu for the same when the code is selected in the window. Is there some other way to enable the key binding?
Thanks

Related

Visual Studio 2015 displays controls without 3D effects

For some reason, VS 2015 is showing checkboxes, radiobuttons, etc. with a flat look:
Is there a way to make them look like this:
This is after just starting a new project with however it is initially setup. I'm running Windows 10. Any ideas?
If you want the Windows 95/98 "old look" you can disable the use of Visual Styles in your application:
Right-click your project in the Solution Explorer and press Properties.
Go to the Application tab and untick Enable XP visual styles.

How to open a file with the source code editor in MonoDevelop/Xamarin Studio for Mac OS X?

In Visual Studio, when I have a file with an extension the IDE doesn't recognize, I can right click on it, and the following menu appears:
If I click on "Open With...", I get the following dialog that lets me choose which editor I want to use to open the file with. It even lets me choose an editor as a default editor.
On Xamarin Studio for Mac OS X, when I try to do the same thing, I get the following menu instead:
I want to open this file with the Source Code Editor, just like other files with known extensions. However, this file (.vcg, a CG vertex shader) is not recognized, and I only get the option to open it with the hex editor.
Eventually I cannot open it on the source code editor as I want.
I tried dragging and dropping the file into the editor, but nothing happens. I tried looking for file associations in the Preferences, but nothing even remotely close is available.
I tried setting the default program for that file extension to Xamarin Studio in the OS, but Xamarin Studio still does not believe me that I may want to open this file with the source code editor.
I am using Xamarin Studio 4.2.3 (build 54).
How can I open an arbitrary file like this with the source code editor?

wpf project to pixelsense application

I'm trying to write a Microsoft surface application for Samsung sur40 pixelsense machine. I have found some sample projects online and run them on the MS Visual C# 2010, but I want to convert these projects into applications so that I can put them into Samsung sur40 and run them in its surface mode. Do you know how I can actually achieve this?
In order to write these type of applications, I am using the following OS, programs and tools.
Embedded Windows 7 Professional 64-bit
Microsoft Visual C# 2010 Express Edition
.NET Framework 4.0
Windows Presentation Foundation (WPF) 4.0
Microsoft XNA® Framework 4.0
Windows PowerShell and DMTF DASH support, and enhanced administrator tools
MS Surface 2.0 SDK(an Input Simulator allows me to develop and test projects on Windows 7 PCs)
Everything is working properly and I can test the sample projects on my PC. I just want to make a Visual Studio project to run in the Samsung sur40 machine. Please help me if it is possible? If you need further explanations to answer my question, please let me know and I try to expand the problem. Thank you in advance.
Menual install !
you can't see the folder "c:\ProgramData"
because the folder's option hide~
so..
C:\ProgramData\Microsoft\Surface\v2.0\Programs --> copy and paste!! and find!!
you create a shortcut of the ApplicationName.XML in your project for MS Surface applicaion
copy shortcut file and paste --> "C:\ProgramData\Microsoft\Surface\v2.0\Programs"
and following this steps :
In Windows mode, click Start, click All Programs, click Microsoft Surface 2.0, and then click Surface Configuration Editor
In the left pane, click Application Launcher.
In the Application Launcher pane, in the Launcher title box, type the title text you want to appear above Launcher.
The title text will be placed just above the Launcher menu and is left-justified. You cannot change the font, font size, font color, justification, or location of the text.
Click OK to save your setting and close Surface Configuration Editor, or click Apply to save your setting and continue configuring Surface. Restart Surface Shell for your settings to take effect.
click : http://technet.microsoft.com/en-us/library/gg680380.aspx

visual studio skybound.gecko component disable right click?

I'm designing a program with visual studio 2010 and I'm using skybound gecko component that is firefox 3.5 based web browser control.
I want to disable right click menu.
How can I disable or hide when I press right mouse button?
Thanks...
this is the link what the problem is
Just Enable the NoDefaultContextMenu or just add a context

How to launch moonlight control out of browser

I've created Silverlight 4 control using visual studio and now I'm trying to launch it out of browser using moonlight (os openSuse 11.2). I've installed moonlight 2.99.0.7. On "Advanced" tab of moonlight configuration I've found checkbox "use firefox to execute out-of-browser application".
But even after checking it's still impossible to use silverlight control out of browser (also this checkbox is unchecked each time when I open configuration, even if I've checked it before).
When right-clicking on the Silverlight application, you should get an "Install (yourapp)" entry.
Clicking it will install your application out-of-browser.