Vb code archiv

    • Beta

    Es gibt 10 Antworten in diesem Thema. Der letzte Beitrag () ist von noBlubb.

      Hallo leute.
      ich habe mir mall gedacht ein Vb code archiv zu bauen ich hofffe es gefällt euch :)
      also das programm beinhaltet visual baisc Codes nur vb.net aber wenn ihr mir vb-codes pern pn sendet oder per dateianhang zb c++ c# und so weiter dann kann ich sie einbauen und achja ich möchte bitte eure bewertung für dieses programm :) wie ihr es findet und ob ich es weiter machen sollte

      Verwendete Programmiersprache
      Visual Basic .NET 2010
      .Net Framework 4.0


      Systemanforderungen:
      NET Framework 4.0

      ::Edit::
      Form ist vergrößerbar!
      Win8 x64 Bit Ready
      Win7 x32 bit Ready
      win 7 x64 Bit Ungetestet
      Xp x64 Bit und x32 Ungetestet
      ::Edit::

      Download:
      Dateianhang!



      Lizenz/Weitergabe:
      Freeware



      Edit by LaMa5:
      - Umfragen laut Spezialregeln "Showroom" Nr. 5 nicht zugelassen
      --> Umfrage entfernt
      Bilder
      • Archiv.PNG

        82,35 kB, 701×624, 568 mal angesehen
      Dateien

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von „Hobby > vb“ ()

      Fehlende Informationen nachreichen!!

      Hi,

      Bitte noch folgende Informationen nachreichen:
      - VB-Version (IDE)


      bye ...

      LaMa5.
      Die Wissenschaft wird nie ein besseres Kommunikationssystem in den Büros erfinden können als die Kaffeepause.
      (Autor: Earl Wilson, amerik. Schriftsteller)

      https://www.serviceteam-md.de
      Ich glaube es geht um sowas wie den Keygen, und wie du manche Dinge machst. Geht garnicht: Shell.
      "Life isn't about winning the race. Life is about finishing the race and how many people we can help finish the race." ~Marc Mero

      Nun bin ich also auch soweit: Keine VB-Fragen per PM! Es gibt hier ein Forum, verdammt!
      Spoiler anzeigen

      VB.NET-Quellcode

      1. private void ComboBox1_SelectedIndexChanged(object sender, EventArgs e)
      2. {
      3. if (this.ComboBox1.Text == "String Verschl\x00fcsselung")
      4. {
      5. this.FastColoredTextBox1.Text = this.TextBox1.Text;
      6. }
      7. else if (this.ComboBox1.Text == "Langsam Einblenden")
      8. {
      9. this.FastColoredTextBox1.Text = this.TextBox2.Text;
      10. }
      11. else if (this.ComboBox1.Text == "Pr\x00fcfen ob anwendung l\x00e4uft")
      12. {
      13. this.FastColoredTextBox1.Text = this.TextBox3.Text;
      14. }
      15. else if (this.ComboBox1.Text == "Textdatei jede zeile auslesen")
      16. {
      17. this.FastColoredTextBox1.Text = this.TextBox4.Text;
      18. }
      19. else if (this.ComboBox1.Text == "Text zeichen auf bild")
      20. {
      21. this.FastColoredTextBox1.Text = this.TextBox5.Text;
      22. }
      23. else if (this.ComboBox1.Text == "vorm Beenden der form nachfragen")
      24. {
      25. this.FastColoredTextBox1.Text = this.TextBox6.Text;
      26. }
      27. else if (this.ComboBox1.Text == "Datei aus Resourcen extrahieren")
      28. {
      29. this.FastColoredTextBox1.Text = this.TextBox7.Text;
      30. }
      31. else if (this.ComboBox1.Text == "Keygen Generator Code")
      32. {
      33. this.FastColoredTextBox1.Text = this.TextBox8.Text;
      34. }
      35. else if (this.ComboBox1.Text == "Shutdown Codes")
      36. {
      37. this.FastColoredTextBox1.Text = this.TextBox9.Text;
      38. }
      39. else if (this.ComboBox1.Text == "Progressbar")
      40. {
      41. this.FastColoredTextBox1.Text = this.TextBox10.Text;
      42. }
      43. else if (this.ComboBox1.Text == "Uhrzeit")
      44. {
      45. this.FastColoredTextBox1.Text = this.TextBox11.Text;
      46. }
      47. else if (this.ComboBox1.Text == "Downtdown")
      48. {
      49. this.FastColoredTextBox1.Text = this.TextBox12.Text;
      50. }
      51. else if (this.ComboBox1.Text == "Windows media player")
      52. {
      53. this.FastColoredTextBox1.Text = this.TextBox13.Text;
      54. }
      55. else if (this.ComboBox1.Text == "Hindergrund Musik laufen lassen")
      56. {
      57. this.FastColoredTextBox1.Text = this.TextBox14.Text;
      58. }
      59. else if (this.ComboBox1.Text == "speicher Dialog(Texte)")
      60. {
      61. this.FastColoredTextBox1.Text = this.TextBox15.Text;
      62. }
      63. else if (this.ComboBox1.Text == "Lauf Text")
      64. {
      65. this.FastColoredTextBox1.Text = this.TextBox16.Text;
      66. }
      67. else if (this.ComboBox1.Text == "Msgbox Yesno Dialog ")
      68. {
      69. this.FastColoredTextBox1.Text = this.TextBox17.Text;
      70. }
      71. else if (this.ComboBox1.Text == "INI Datei")
      72. {
      73. this.FastColoredTextBox1.Text = this.TextBox18.Text;
      74. }
      75. else if (this.ComboBox1.Text == "langsam einblenden die form")
      76. {
      77. }
      78. }


      You srsly?
      Das ist doch nen Witz, oder?