Preview C#, Visual Basic, and C++ Source Code files Direct in Attachments Without Opening Vista previa de C #, Visual Basic y C + + archivos de código fuente en directo sin necesidad de abrir archivos adjuntos
If you’re the developers or programmers, you can have the ability to able to fast preview the contents or the source code contained inside a source code file, without having to open up the file in resource hungry default viewer Visual Studio to view it, especially if you receive the source code file attachment in email. Si eres el desarrolladores o programadores, puede tener la capacidad de poder rápidamente una vista previa de los contenidos o el código fuente que figuran dentro de un fichero de código fuente, sin tener que abrir el archivo de recursos que padecen hambre visor predeterminado de Visual Studio para verla, especialmente si usted recibe el código fuente de archivos adjuntos en correo electrónico. In Windows Vista and Microsoft Office Outlook 2007, the built-in preview feature or previewers is able to render and show the contents for most common file types, and it’s also possible to extend the preview capability to unsupported file types with En Windows Vista y Microsoft Office Outlook 2007, incorporado en función de vista previa o previewers es capaz de hacer y mostrar el contenido común para la mayoría de tipos de archivo, y también es posible ampliar la capacidad de vista previa para tipos de archivo no compatible con custom preview handlers add-ins vista previa de los manipuladores de costumbre add-ins . However, if you just want to be able to preview C#, Visual Basic, and C++ code files (with .cs, .vb, .cpp, and .h extensions), here is a simple trick to enable the preview handlers for these source files without any installation. Sin embargo, si sólo desea poder obtener una vista preliminar de C #, Visual Basic, C + y + código de archivos (. Cs,. Vb,. CPP, y. Extensiones h), aquí es un simple truco para que la vista preliminar para los manipuladores de estas fuentes archivos sin ningún tipo de instalación.
By default, Windows Vista and Office 2007 comes with Microsoft Windows TXT Preview Handler, which is the preview handler that renders .txt text files. Por defecto, Windows Vista y Office 2007 viene con Microsoft Windows Vista previa TXT Handler, que es el manejador de vista previa que hace. Txt archivos de texto. However, this Windows TXT Preview Handler can handle more file types than it’s actually registered to support by default, as nothing in this preview handler that restricts it to working with just a text file with .txt extension, and prevents it to working from text files with other extensions. Sin embargo, este Windows Vista previa TXT Handler puede manejar más tipos de archivo que se trata en realidad de inscritos para el apoyo por defecto, como no hay nada en esta vista previa manejador que se limita a trabajar con sólo un archivo de texto con la extensión. Txt, y evita que trabajo desde archivos de texto con otras extensiones.
As you know, C#, Visual Basic, and C++ source code files in .cs, .vb, .cpp and .h extensions are also a text file, which is fully supported to render by Windows TXT Previewer Handler. Como ustedes saben, C #, Visual Basic, C + y + código fuente en los archivos. Cs,. Vb,. CPP y. H extensiones son también un archivo de texto, que cuenta con el pleno apoyo para hacer de Windows TXT previsualización Handler. However, Windows Vista and Outlook 2007 don’t register the association of these file types to be rendered for previewing by Windows TXT Preview Handler by default. Sin embargo, Windows Vista y Outlook 2007 no se registra la asociación de estos tipos de archivo que se dictó para obtener una vista previa de Windows Vista previa TXT Handler por defecto. To enable the support of preview for file with extension of .cs, .vb, .cpp and .h, simply copy and paste the below text into a text editor, and save it as a file name with .reg extension. Con el fin de permitir el apoyo de una vista previa de archivos con extensión. Cs,. Vb,. CPP y. H, simplemente copia y pega a continuación el texto en un editor de texto, y guardarlo como un archivo con nombre. Prórroga reg. Then double click on the .reg registration file to merge or insert the registry value into Windows registry. Después, haga doble clic sobre el archivo. Reg fichero de registro para fusionar o insertar el valor de registro en registro de Windows.
Windows Registry Editor Version 5.00 Windows Registry Editor Version 5,00
[HKEY_CLASSES_ROOT\.cs\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}] [HKEY_CLASSES_ROOT \. Cs \ shellex \ (8895b1c6-b41f-4c1c-a562-0d564250836f)]
@=”{1531d583-8375-4d3f-b5fb-d23bbd169f22}” @ = "(1531d583-8375-4d3f-b5fb-d23bbd169f22)"
[HKEY_CLASSES_ROOT\.vb\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}] [HKEY_CLASSES_ROOT \. Vb \ shellex \ (8895b1c6-b41f-4c1c-a562-0d564250836f)]
@=”{1531d583-8375-4d3f-b5fb-d23bbd169f22}” @ = "(1531d583-8375-4d3f-b5fb-d23bbd169f22)"
[HKEY_CLASSES_ROOT\.cpp\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}] [HKEY_CLASSES_ROOT \. Cpp \ shellex \ (8895b1c6-b41f-4c1c-a562-0d564250836f)]
@=”{1531d583-8375-4d3f-b5fb-d23bbd169f22}” @ = "(1531d583-8375-4d3f-b5fb-d23bbd169f22)"
[HKEY_CLASSES_ROOT\.h\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}] [HKEY_CLASSES_ROOT \. H \ shellex \ (8895b1c6-b41f-4c1c-a562-0d564250836f)]
@=”{1531d583-8375-4d3f-b5fb-d23bbd169f22}” @ = "(1531d583-8375-4d3f-b5fb-d23bbd169f22)"
Once registered, you can now view or preview the source code directly from Outlook 2007 even if it’s send as the e-mail attachments, without the need to open to source code file in Visual Studio or other text editor. Una vez registrado, puede ver una vista previa o el código fuente directamente desde Outlook 2007 incluso si se trata de enviar como los archivos adjuntos de correo electrónico, sin necesidad de abrir al código fuente de archivos en Visual Studio u otro editor de texto.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- Download .cs, .vb, .js and .sql Files Code Preview Handler for Vista and Outlook 2007 Descargar. Cs,. Vb,. Js y. Archivos sql Código Vista previa de Handler para Vista y Outlook 2007
- Free Download: Vista and Office 2007 Preview Handler Pack to Support More File Types Descarga gratuita: Vista y Office 2007 manejador de vista previa Pack apoyo a más tipos de archivo
- Free Download: Preview Handler Association Editor to Group Same Type of File with Different Extensions Descarga gratuita: Vista previa manejador asociación al grupo editor mismo tipo de archivo con diferentes extensiones
- Adobe PhotoShop (PSD) Preview Handler Free Download Adobe Photoshop (PSD), manejador de vista previa descarga gratuita
- Foxit PDF Preview Handler Free Download Foxit PDF manejador de vista previa descarga gratuita
- Enable Previews in Windows Vista Folders with Preview Pane Permitir que las vistas previas de Windows Vista carpetas con panel de vista previa
- Reset “Always Warn Before Previewing This Type of File” Setting in Outlook 2007 Restablecer "Avisar siempre antes de la vista preliminar de este tipo de archivo" Configuración de Outlook 2007
- Modify Vista and Office 2007 File and Attachment Preview Handlers to Support Foxit PDF Reader Modificar Vista y Office 2007 del archivo adjunto y Manipuladores de vista previa para apoyar Foxit PDF Reader
- Microsoft Visual Studio 2008 Trial Download Microsoft Visual Studio 2008 Descarga de Prueba
- How to Enable or Disable Media and Video Thumbnail Preview in Windows XP Cómo activar o desactivar los medios de comunicación y vídeo de vista previa en miniatura de Windows XP



























