Preview C#, Visual Basic, and C++ Source Code files Direct in Attachments Without Opening Vorschau C #, Visual Basic und C + + Quellcode-Dateien zum Herunterladen in Direct ohne Öffnen
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. Wenn Sie die Entwickler oder Programmierer, können Sie in der Lage sein können, schnell eine Vorschau der Inhalte oder die Source-Code enthalten in einem Quellcode-Datei, ohne zu öffnen Sie die Datei in Ressource hungrig Standard-Viewer Visual Studio, um es, vor allem wenn Sie die Quellcode-Datei-Anhang in 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 und Microsoft Office Outlook 2007, die eingebaute Funktion in der Vorschau oder previewers ist in der Lage zu machen und zeigen den Inhalt für die meisten gemeinsamen Datei-Typen, und es ist auch möglich, die Fähigkeit zur Vorschau nicht unterstützte Dateitypen mit custom preview handlers add-ins Preview-benutzerdefinierte Handler-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. Allerdings nur, wenn Sie wollen, können eine Vorschau auf C #, Visual Basic und C + +-Code-Dateien (. Cs,. Vb,. Cpp, und. H Erweiterungen), hier ist ein einfacher Trick, um die Vorschau-Handler für diese Quelle Dateien, ohne jegliche Installation.
By default, Windows Vista and Office 2007 comes with Microsoft Windows TXT Preview Handler, which is the preview handler that renders .txt text files. Standardmäßig wird Windows Vista und Office 2007 kommt mit Microsoft Windows TXT Vorschau Handler, der die Vorschau-Handler das macht. Txt Text-Dateien. 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. Allerdings ist diese Vorschau Windows TXT-Handler kann mehr Dateitypen als es tatsächlich registriert sein, um die Unterstützung von Standard-, als nichts in dieser Vorschau Handler, schränkt sie auf die Zusammenarbeit mit nur einem Text-Datei mit. Txt ", und es wird verhindert, dass aus arbeiten Text-Dateien mit anderen Erweiterungen.
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. Wie Sie wissen, C #, Visual Basic und C + +-Quellcode-Dateien in. Cs,. Vb,. Cpp und. H Erweiterungen sind auch eine Textdatei, die wird voll unterstützt das Rendern von 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. Allerdings, Windows Vista und Outlook 2007 keine Eintragung der Vereinigung dieser Dateitypen zu erbringenden für die Vorschau von Windows TXT Vorschau Handler standardmäßig aktiviert. 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. Damit die Unterstützung der Vorschau für die Datei mit der Endung. Cs,. Vb,. Cpp und. H, einfach kopieren und fügen Sie den folgenden Text in ein Text-Editor, und speichern Sie sie als Datei mit Namen. Reg-Erweiterung. Then double click on the .reg registration file to merge or insert the registry value into Windows registry. Dann machen Sie einen Doppelklick auf die. Reg-Datei registrieren zu fusionieren oder legen Sie den Registry-Wert in der Windows-Registrierung.
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. Einmal registriert, können Sie nun eine Vorschau anzeigen oder den Quellcode direkt aus Outlook 2007 auch wenn es senden als E-Mail-Anhänge, ohne die Notwendigkeit einer offenen Quellcodes Datei in Visual Studio oder andere Text-Editor.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren .
Related Articles Verwandte Artikel
- Download .cs, .vb, .js and .sql Files Code Preview Handler for Vista and Outlook 2007 Download. Cs,. Vb,. Js und. Sql Dateien Code Vorschau Handler für Vista und Outlook 2007
- Free Download: Vista and Office 2007 Preview Handler Pack to Support More File Types Kostenloser Download: Vista und Office 2007 Vorschau-Handler Pack unterstützen mehr Dateitypen
- Free Download: Preview Handler Association Editor to Group Same Type of File with Different Extensions Kostenloser Download: Vorschau-Handler Association Editor zur Gruppe dieselbe Art von Datei mit verschiedenen Erweiterungen
- Adobe PhotoShop (PSD) Preview Handler Free Download Adobe Photoshop (PSD) Vorschau Handler Kostenloser Download
- Foxit PDF Preview Handler Free Download Foxit PDF-Vorschau Handler Kostenloser Download
- Enable Previews in Windows Vista Folders with Preview Pane Aktivieren Sie Previews in Windows Vista Ordner mit Vorschau Fenster
- Reset “Always Warn Before Previewing This Type of File” Setting in Outlook 2007 Reset "Immer warnen vor Vorschau Diese Art von Datei" Einstellung in Outlook 2007
- Modify Vista and Office 2007 File and Attachment Preview Handlers to Support Foxit PDF Reader Ändern Vista und Office 2007-Datei und die Beilage "Vorschau"-Handler unterstützen Foxit PDF Reader
- How to Enable or Disable Media and Video Thumbnail Preview in Windows XP Wie Aktivieren oder Deaktivieren von Media-und Video-Vorschau Vorschau unter Windows XP
- Microsoft Visual Studio 2008 Trial Download Microsoft Visual Studio 2008 Testversion herunterladen
































