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 .



Leave a Reply Deja Responder

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Puede usar estos tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Suscribirse sin comentar


Custom Search

New Articles Nuevos Artículos

Incoming Search Terms for the Article Próximos Términos de búsqueda para el artículo

VISUAL BASIC KEYGEN VISUAL BASIC keygen - -- all todo - -- C# file viewer C # visor de archivos - -- c# text file viewer c # visor de archivo de texto - -- code c# window pda camera código c # ventana pda cámara - -- C# file preview C # archivo de previsualización - -- c# pdf preview c # preview PDF - -- C# open outlook and attach file C # abrir perspectivas y adjuntar archivo - -- open email attachment in vb6 abrir archivo adjunto de correo electrónico en VB6 - -- text editor source c# code editor de texto fuente código c # - -- thumbnail source code c# miniatura código fuente c # - -- c# preview pdf c # preview PDF - -- read attachment mail cpp leer archivo adjunto de correo CPP - -- c# text editor source c # editor de texto fuente - -- file preview C# archivo de una vista previa de C # - -- thumbnail from video file+C# miniatura de archivo de vídeo + C # - -- preview files as text outlook vista previa de archivos de texto como perspectivas - -- C# Outlook document viewer C # Outlook documento espectador - -- file attachment vb code archivo adjunto VB código - -- Visual Studio C++ Source COde Reader Free Visual Studio C + + lector de código fuente libre - -- texteditor sourcecode for visual basic texteditor código fuente para Visual Basic - -- arabic visual basic download árabe Visual Basic descargar - -- vedio previewers for outlook vedio perspectivas para previewers - -- visual basic download Visual Basic descargar - -- c++ previewer c + + previsualización - -- outlook 2007 file preview C++ Outlook 2007 una vista previa de archivos C + + - -- C++ code reader C + + lector de código de - -- strong name key preview handler in c# fuerte nombre clave manejador de vista previa en c # - -- Attach file with Outlook by c# code Adjuntar archivo con Outlook de código c # - -- visual studio Outlook previewer Visual Studio Outlook previsualización - -- c# preview pdf file c # vista previa de archivos PDF - -- c# + pdf preview c # + PDF vista previa - -- code for merging video files in VB código para la fusión de archivos de vídeo en VB - -- download free c# sourse code descargar gratis c # sourse código - -- mobile windows vb attachment email móviles de Windows VB archivo adjunto de correo electrónico - -- "source code c#" "código fuente c #" - -- vista preview pane c source files vista panel de vista previa c ficheros fuente - -- vb coding device attachment VB dispositivo de codificación archivo adjunto - -- c# document viewer c # documento espectador - -- c++ source code mobile network c + + el código fuente de redes de telefonía móvil - -- c# sourcecode for downloading a file c # código fuente para descargar un archivo - -- c# vista window preview c # Vista ventana de vista previa - -- c# open file from mobile device c # abrir el archivo de dispositivo móvil - -- default c++ file viewer por defecto c + + visor de archivos - -- how i can attachments file in mail + c# ¿Cómo puedo archivos adjuntos en correo + c # - -- windows explorer c# source code preview explorador de Windows c # código fuente de previsualización - -- windows explorer file custom preview c# explorador de Windows vista previa de archivos personalizados c # - -- C# source code file extension C # código fuente extensión de archivo - -- c# preview extension registry c # vista previa extensión del registro - -- c إلى C++ c إلى C + + - --