1. Artikel
  2. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  3. Forum
  • Anmelden
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. Paules-PC-Forum.de
  2. Mitglieder
  3. Xarzu

Beiträge von Xarzu

  • Platform Builder and C#

    • Xarzu
    • 22. Januar 2009 um 04:37

    Platform Builder ist ein Werkzeug für den Aufbau einer Windows-CE-Betriebssystem auf Ihrem Computer geladen und dann auf einem Windows-CE-Gerät.

    All dies geschieht durch Platform Builder. Und ich kann sie alle durch die Microsoft Visual Stuido Development Environment (IDE).

    Ich möchte, dass die Automatisierung des Prozesses der Verwendung der Platform Builder. Bisher habe ich nur wissen, wie die Verwendung der durch den Platform Builder IDE. Ich möchte die Plattform Builder durch ein anderes Programm, geschrieben in C #.

    Ein weiterer Ansatz, um dieses Ziel zu lernen, wie man mit Platform Builder von der Befehlszeile aus. Wenn es getan werden kann, von der Kommandozeile, dann könnte auch durch einen C #-Programm. Ich habe ein paar Links hier und da, die sagen, dass Sie tun können, eine Plattform bauen Builder von der Kommandozeile aus, aber so weit, sie sind nicht so gut.

    *** tips?

    Dieser Link: http://msdn.microsoft.com/en-us/library/ms924536.aspx spricht über "Wie Verwenden der Befehlszeile zum Erstellen, Anpassen, und eine Run-Time-Image", aber es hat Links zum Thema erstellen ai OS Design (http://msdn.microsoft.com/en-us/library/aa448498.aspx), die mit der IDE.

    Es wäre toll, eine gute Link zu diesem Thema. Wenn ich tun kann, was ich tun müssen, mit der IDE, ich sollte in der Lage zu tun, was ich tun müssen, von der Kommandozeile aus. Wenn ich tun kann, was ich tun müssen, von der Kommandozeile aus, ich sollte in der Lage zu tun, was ich tun müssen aus einem C #-Programm. Das ist mein Ziel.

    ===========================

    Platform Builder is a tool for building a Windows CE Operating system on your computer and then loading it on a Windows CE device.

    All this is done through Platform Builder. And I do it all through the Microsoft Visual Stuido Development Environment (IDE).

    I want to automate the process of using the Platform Builder. So far, I only know how to use the Platform Builder through the IDE. I want to use the Platform Builder through another program written in C#.

    Another approach to this goal is to learn how to use Platform Builder from the command line. If it can be done by the command line, then it could also be done through a C# program. I have seen some links here and there that say that you can do a Platform Builder build from the command line, but so far, they are not so good.

    *** tips?

    This link: http://msdn.microsoft.com/en-us/library/ms924536.aspx talks about "How to Use the Command Line to Create, Customize, and Build a Run-Time Image" but it has links about Creating ai OS Design ( http://msdn.microsoft.com/en-us/library/aa448498.aspx ) that requires using the IDE.

    It would be great to find a good link about this topic. If I can do what I need to do using the IDE, I should be able to do what I need to do from the command line. If I can do what I need to do from the command line, I should be able to do what I need to do from a C# program. That is my goal.

  • XML und EMAIL

    • Xarzu
    • 16. Dezember 2008 um 03:08

    XML kann das eine sehr cool trick.

    Wenn Sie den Namen ein XSL-Datei in der XML-Datei, können Sie produzieren, was aussieht wie eine formatierte HTML-Datei, wenn Sie die XML-Datei in einem Browser.

    Die Frage, die ich haben, ist dieser. Wie würden Sie eigentlich einen tatsächlichen HTML-Datei, die gesendet werden können als formatierte E-Mail, indem Sie diese XML-und XSL-Combo?

    Lassen Sie mich es einen anderen Weg.

    Zunächst einmal, darüber nachzudenken. E-Mail hat die Fähigkeit, senden Sie HTML-formatierten Text.

    Zweite aller, diese. XML zusammen mit einem angegebenen XSL-Style-Sheet kann geladen werden in einem Browser eine HTML-Dokument (rechts?).

    So kann das gleiche gesagt werden, für ein E-Mail-Nachricht? Wenn E-Mail ist anspruchsvoll, zu senden und zu HTML-Datei richtig formatiert und als wenn sie angezeigt wurde in einem Browser, kann es auch zu den gleichen mit einer XML-Datei?

    Ich kann mir vorstellen, nicht. Ich könnte mir vorstellen, dass es nicht Ziehen Sie diesen Trick. Ich kann mir vorstellen, dass die erste Festlegung des Arbeitsplans, wäre, den XML-und XSL-Dateien, um die HTML-Datei und verwenden Sie dann, dass die generierten HTML-Datei als E-Mail.

    Also, was Code oder Werkzeuge verwendet werden können, um diese HTML-Datei?

    Hier ist ein Follow-up-Frage:

    Werfen wir einen Blick auf die Frage nach hinten gehen die andere Richtung. Gibt es ein Werkzeug oder eine 3rd-Party-Programm, kann eine HTML-Datei und getrennte sie in ein XML-und XSL-Datei, die tatsächlich die gleiche Sache in einem Browser als den ursprünglichen HTML-Datei?

    Habe ich mich einmal entschieden, wie ich möchte, dass die HTML-Datei zu lesen, gibt es eine Art von Werkzeug, wird Split ein HTML-Dokument in ein XML-und XSL-Datei, die Anzeige in einem Browser die gleichen sind wie die HTML wird?

    Ich kann mir vorstellen, dass es könnte eine integrierte Funktion für Dreamweaver oder eine andere Web-Authoring-Tool. Es shoule werden, denke ich.

    Wir Kapitäne müssen dies tun wollen etwas von Zeit zu Zeit


    =============


    XML can do a very cool trick.

    If you include the name of an XSL file in the XML file, you can produce what looks just like a formatted HTML file when you load the XML file into a browser.

    The question I have is this. How would you actually produce an actual HTML file that can be sent as a formated email by using this XML and XSL combo?

    Let me put it another way.

    First of all, consider this. Email has the capacity to send HTML formated text.

    Second of all, consider this. XML along with a stated XSL style sheet can be loaded into a browser to produce an HTML document (right?).

    So can the same be said for an email message? If email is sophisticated to send and html file properly formatted and presented as if it was being viewed in a browser, can it also to the same with an xml file?

    I imagine not. I would imagine that it could not pull off this trick. I imagine that the first order of business would be to use the xml and xsl files to produce the html file and then use that generated html file as the email.

    So what code or tools can be used to produce this html file?

    Here is a follow-up question:

    Let's look at the issue backwards going the other direction. Does there exist a tool or a 3rd party program that can take an HTML file and split it up into an XML and XSL file that will effectively display the same thing in a browser than the original HTML file?

    Once I have decided how I want the HTML file to look, is there some sort of tool that will split an HTML document into an XML and XSL file that will display in a browser the same way as the HTML will?

    I imagine that it might be a built-in feature for dreamweaver or some other web authoring tool. It shoule be, I think.

    We masters must want to do this sort of thing from time to time. http://www.c-plusplus.de/forum/viewtopi…51.html#1631051

  • C# dll

    • Xarzu
    • 29. November 2008 um 08:26

    Wie können Sie, falls Sie nicht wissen, Englisch? Ist das nicht alle Source-Code basiert auf Englisch?
    Wie auch immer, hier ist meine Frage.
    Nach jemand schafft eine DLL in C # mit dem Microsoft Visual Entwicklung
    Umgebung, Wie würde eine andere Programmierer nehmen, dass Code, um ein neues Projekt, dass beinhaltet die DLL's Source - und machen ein GUI, das die API-DLL's?


    How can you program if you don't know English? Isn't all source code based on English?
    Anyway, here is my question.
    After someone creates a DLL in C# using the Microsoft Visual development environment, how would another programmer take that code, make a new project that includes the DLL's source and make a GUI that uses the DLL'S API?

Windows 11

  1. Datenschutzerklärung
  2. Impressum
Community-Software: WoltLab Suite™