Preview C#, Visual Basic, and C++ Source Code files Direct in Attachments Without Opening Anteprima C #, Visual Basic e codice sorgente C + + Direct nel file allegati senza aprire
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. Se siete sviluppatori o programmatori, potete avere la capacità di rapido in grado di visualizzare in anteprima il contenuto o il codice sorgente contenute all'interno di un file di codice sorgente, senza dover aprire il file in risorsa affamati visualizzatore di default di Visual Studio per vederlo, soprattutto se si riceve il codice sorgente del file in allegato e-mail. 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 In Windows Vista e Microsoft Office Outlook 2007, il built-in funzione di anteprima o previewers è in grado di mostrare e rendere i contenuti per la maggior parte dei comuni tipi di file, ed è anche possibile estendere l'anteprima capacità di tipi di file non supportato con custom preview handlers add-ins personalizzato che praticano l'anteprima di add-in . 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. Tuttavia, se si desidera solo essere in grado di visualizzare in anteprima C #, Visual Basic e codice C + + file (con. Cs,. Vb,. Cpp, e. Estensioni h), qui è un semplice trucco per consentire l'anteprima per i gestori di queste fonte file senza alcuna installazione.
By default, Windows Vista and Office 2007 comes with Microsoft Windows TXT Preview Handler, which is the preview handler that renders .txt text files. Per impostazione predefinita, Windows Vista e Office 2007 viene fornito con Microsoft Windows TXT Anteprima Handler, che è l'anteprima gestore che rende. Txt file di testo. 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. Tuttavia, tale Windows TXT Anteprima Handler in grado di gestire più tipi di file è quello effettivamente registrato a sostegno di default, come nulla in questa anteprima gestore che si limita a lavorare con un semplice file di testo con estensione. Txt, e gli impedisce di lavorare da file di testo con altre estensioni.
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. Come sapete, C #, Visual Basic e codice sorgente C + + file in formato. Cs,. Vb,. Cpp e. H estensioni sono anche un file di testo, che è pienamente supportato per il rendering di Windows TXT Previewer 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. Tuttavia, Windows Vista e Outlook 2007 non si registrano l'associazione di questi tipi di file da rendere per l'anteprima di Windows TXT Anteprima Handler di default. 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. Per attivare il supporto di anteprima per il file con estensione. Cs,. Vb,. Cpp e. H, è sufficiente copiare e incollare il testo qui di seguito in un editor di testo e salvarlo come un file con nome. Reg estensione. Then double click on the .reg registration file to merge or insert the registry value into Windows registry. Quindi fare doppio clic su. Reg file di registrazione di fondere o inserire il valore del Registro di sistema nel Registro di sistema di Windows.
Windows Registry Editor Version 5.00 Editor del Registro di sistema di Windows versione 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 volta iscritto, potrai visualizzare l'anteprima o il codice sorgente direttamente da Outlook 2007 anche se è come inviare allegati di posta elettronica, senza la necessità di aprire il codice sorgente di file in Visual Studio o altri editor di testo.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- Download .cs, .vb, .js and .sql Files Code Preview Handler for Vista and Outlook 2007 Download. Cs,. Vb,. Js e. Sql file di codice Anteprima Handler per Vista e Outlook 2007
- Free Download: Vista and Office 2007 Preview Handler Pack to Support More File Types Download gratuito: Vista e Office 2007 Anteprima gestore pack per sostenere più tipi di file
- Free Download: Preview Handler Association Editor to Group Same Type of File with Different Extensions Download gratuito: anteprima editor gestore di associazione al gruppo stesso tipo di file con diverse estensioni
- Adobe PhotoShop (PSD) Preview Handler Free Download Adobe Photoshop (PSD) Anteprima gestore di download gratuito
- Foxit PDF Preview Handler Free Download Foxit PDF Anteprima gestore di download gratuito
- Enable Previews in Windows Vista Folders with Preview Pane Attiva Anteprima di Windows Vista cartelle con il riquadro di anteprima
- Reset “Always Warn Before Previewing This Type of File” Setting in Outlook 2007 Reset "Avvisa prima di sempre Anteprima di questo tipo di file" Impostazione in Outlook 2007
- Modify Vista and Office 2007 File and Attachment Preview Handlers to Support Foxit PDF Reader Modificare Vista e Office 2007 file allegato e che praticano l'anteprima di sostenere Foxit PDF Reader
- Microsoft Visual Studio 2008 Trial Download Microsoft Visual Studio 2008 Download versione di prova
- How to Enable or Disable Media and Video Thumbnail Preview in Windows XP Come Per attivare o disattivare i mezzi d'informazione e Video anteprima Anteprima di Windows XP



























