<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Slider erstellen?]]></title><description><![CDATA[<p>Hi,</p>
<p>bin so ziemlich neu in der WinAPI.<br />
Habe zumTesten ein Programm welches alle<br />
Arten von Objekten anzeigen soll.<br />
Also ComboBox, Textfelder etc.<br />
Habe aber noch keine Slider hinbekommen.</p>
<pre><code class="language-cpp">#ifndef ELEMENT_H
#define ELEMENT_H

#include &lt;windows.h&gt;

#using &lt;mscorlib.dll&gt;
#using &lt;System.dll&gt;
#using &lt;System.Drawing.dll&gt;
#using &lt;System.Windows.Forms.dll&gt;

using namespace System;
using namespace System::Drawing;
using namespace System::Windows::Forms;

#include &lt;windows.h&gt;
#include &quot;OpenGLApp.h&quot;

__gc class SForm : public Form
{
public:
	SForm( OpenGLApp* opengl );
private:
	Label *lblItemSelected;
	Label *lblItemSelected2;
	Label *lblItemSelected3;
	Label *lblItemSelected4;
	Label *lblItemSelected5;
	Label *lblItemSelected6;

	ComboBox *cboModelsystem;
	ComboBox *cboModels;
	ComboBox *cboCaptureSize;
	ComboBox *cboSingleMulti;
	ComboBox *cboFirewireUSB;

	Button	*btoStart;

	TextBox *tboThreshold;

private:
	void SelectionChanged(Object *Sender, EventArgs *Args);
	void OnButtonClicked(Object* Sender, EventArgs *Args);
	void OnPressEnter(Object* Sender, KeyPressEventArgs *Args);

};
</code></pre>
<p>Wo erhalte ich eine Übersicht der möglichkeiten von der WinAPI?</p>
<p>Gruß und Dank</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/84936/slider-erstellen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 23:26:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/84936.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Sep 2004 15:52:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Slider erstellen? on Fri, 03 Sep 2004 15:52:39 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>bin so ziemlich neu in der WinAPI.<br />
Habe zumTesten ein Programm welches alle<br />
Arten von Objekten anzeigen soll.<br />
Also ComboBox, Textfelder etc.<br />
Habe aber noch keine Slider hinbekommen.</p>
<pre><code class="language-cpp">#ifndef ELEMENT_H
#define ELEMENT_H

#include &lt;windows.h&gt;

#using &lt;mscorlib.dll&gt;
#using &lt;System.dll&gt;
#using &lt;System.Drawing.dll&gt;
#using &lt;System.Windows.Forms.dll&gt;

using namespace System;
using namespace System::Drawing;
using namespace System::Windows::Forms;

#include &lt;windows.h&gt;
#include &quot;OpenGLApp.h&quot;

__gc class SForm : public Form
{
public:
	SForm( OpenGLApp* opengl );
private:
	Label *lblItemSelected;
	Label *lblItemSelected2;
	Label *lblItemSelected3;
	Label *lblItemSelected4;
	Label *lblItemSelected5;
	Label *lblItemSelected6;

	ComboBox *cboModelsystem;
	ComboBox *cboModels;
	ComboBox *cboCaptureSize;
	ComboBox *cboSingleMulti;
	ComboBox *cboFirewireUSB;

	Button	*btoStart;

	TextBox *tboThreshold;

private:
	void SelectionChanged(Object *Sender, EventArgs *Args);
	void OnButtonClicked(Object* Sender, EventArgs *Args);
	void OnPressEnter(Object* Sender, KeyPressEventArgs *Args);

};
</code></pre>
<p>Wo erhalte ich eine Übersicht der möglichkeiten von der WinAPI?</p>
<p>Gruß und Dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598976</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598976</guid><dc:creator><![CDATA[dad_an_der_fh]]></dc:creator><pubDate>Fri, 03 Sep 2004 15:52:39 GMT</pubDate></item><item><title><![CDATA[Reply to Slider erstellen? on Fri, 03 Sep 2004 21:07:05 GMT]]></title><description><![CDATA[<p>Das sieht irgendwie nicht nach WinAPI aus?!</p>
<p>Ansonsten: <a href="http://msdn.microsoft.com/library/en-us/winprog/winprog/windows_api_reference.asp" rel="nofollow">Windows API Reference</a> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/599176</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/599176</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Fri, 03 Sep 2004 21:07:05 GMT</pubDate></item></channel></rss>