Delphi-PRAXiS
Seite 1 von 2  1 2      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi GroupBox erstellen? (https://www.delphipraxis.net/24558-groupbox-erstellen.html)

Pseudemys Nelsoni 22. Jun 2004 23:08


GroupBox erstellen?
 
hi,

hoffe das mich mathias simmack hier nich erwischt :\

also ich habe in luckie's tuts und auch im MSDN nachgeschaut, habe aber dazu nichts gefunden... also wie erstelle ich eine groupbox? wie ist der klassen-name usw?

MrKnogge 22. Jun 2004 23:11

Re: GroupBox erstellen?
 
aus der Online-Hlfe:
Zitat:

The GROUPBOX statement creates a group box control. The control is a rectangle that groups other controls together. The controls are grouped by drawing a border around them and displaying the given text in the upper-left corner. The GROUPBOX statement, which you can use only in a DIALOG statement, defines the text, identifier, dimensions, and attributes of a control window.

When the style contains WS_TABSTOP or the text specifies an accelerator, tabbing or pressing the accelerator key moves the focus to the first control within the group.

Syntax

GROUPBOX text, id, x, y, width, height [, style [, extended-style]]

Parameters

style

Specifies the control styles. This value can be a combination of the button class style BS_GROUPBOX and the WS_TABSTOP and WS_DISABLED styles.
If you do not specify a style, the default style is BS_GROUPBOX.

For more information on the text, id, x, y, width, height, style, and extended-style parameters, see Common Statement Parameters.

Example

This example creates a group-box control that is labeled "Options":

GROUPBOX "Options", 101, 10, 10, 100, 100


See Also

DIALOG
So, wenn's das war, dann können wir den Thread schön untergehen lassen, und Mathias mekr nichts :mrgreen:

Pseudemys Nelsoni 22. Jun 2004 23:18

Re: GroupBox erstellen?
 
:mrgreen:

hoi MrKnogge, wo haste denn das gefunden? also unter welchem begriff?

danke schonmal (falls es klappt :D)

MrKnogge 22. Jun 2004 23:22

Re: GroupBox erstellen?
 
Ich hab derzeit für n Abschlussprojekt den Schul-Laptop für eine Woche mit D7Enterprise. :lol:
Start->Programme->Borland-Delphi7->Hilfen->SDK->Win32

Die API-Hilfen sind glaub ab der prof dabei.

aso, und da dann einfach nach groupbox suchen :wink:

Christian Seehase 22. Jun 2004 23:25

Re: GroupBox erstellen?
 
Moin Zusammen,

Zitat:

Zitat von MrKnogge
Die API-Hilfen sind glaub ab der prof dabei.

so man kann, sollte man sich allerdings das PSDK bei Microsoft herunterladen (bis zu 355MB), da diese Daten mit Sicherheit aktueller und vollständiger sind ;-)

MrKnogge 22. Jun 2004 23:28

Re: GroupBox erstellen?
 
56K :cry:

Pseudemys Nelsoni 22. Jun 2004 23:37

Re: GroupBox erstellen?
 
das psdk habe ich, aber da finde ich unter "groupbox" nichts brauchbares, also ich weiss nicht wo ich den klassenname einer groupbox finde

NicoDE 22. Jun 2004 23:57

Re: GroupBox erstellen?
 
Zitat:

Zitat von Pseudemys Nelsoni
das psdk habe ich, aber da finde ich unter "groupbox" nichts brauchbares, also ich weiss nicht wo ich den klassenname einer groupbox finde

[msdn]GROUPBOX+control+sdk+tools[/msdn]
BTW, es ist ein normaler Button mit BS_GROUPBOX...

supermuckl 23. Jun 2004 00:03

Re: GroupBox erstellen?
 
nu lasst doch mal den thread untergehen *g*

Luckie 23. Jun 2004 01:29

Re: GroupBox erstellen?
 
Zitat:

Zitat von Pseudemys Nelsoni
also ich habe in luckie's tuts und auch im MSDN nachgeschaut, habe aber dazu nichts gefunden...

Komisch, ich finde da aber was bei den Demos - was mich auch sehr gewundert hätte, wenn dem nicht so gewesen wäre. :roll:


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:02 Uhr.
Seite 1 von 2  1 2      

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz