Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Borland C++ Builder » zu screenshots machen eine frage

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 < [ 2 ]
000
16.01.2005, 13:52 Uhr
muhahahaha
Funsofts next Userpic model 2006 :D


hi leute


kann man screenshots auch hinter dem fenster machen also praktisch wie das form durchsichtig machen??


wäre dankbar wenn ihr mir helfen könntet!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
16.01.2005, 15:30 Uhr
Bruder Leif
dances with systems
(Operator)


Moin!

Im Prinzip kein Problem, wenn Du vorher das Programm versteckst (Application->Hide), dann den Screenshot machst, und das Programm wieder anzeigst (Application->Show)... andere Möglichkeiten sind mir nicht bekannt...
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
16.01.2005, 18:57 Uhr
muhahahaha
Funsofts next Userpic model 2006 :D


danke!







Bearbeitung:

Nicht so der sagt mir nämlich:

Hide is not a member of Forms::TApplication

und

Show is not ...


Dieser Post wurde am 16.01.2005 um 19:06 Uhr von muhahahaha editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
16.01.2005, 19:28 Uhr
Bruder Leif
dances with systems
(Operator)


Hups... OK, dann


C++:
ShowWindow(Application->Handle, SW_HIDE); // Verstecken
ShowWindow(Application->Handle, SW_SHOW); // Anzeigen


--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
18.01.2005, 17:41 Uhr
muhahahaha
Funsofts next Userpic model 2006 :D


das klappt auch nit dan bleibt das form ganz stehen
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
18.01.2005, 17:44 Uhr
muhahahaha
Funsofts next Userpic model 2006 :D


das klappt auch nit dan bleibt das form ganz stehen
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
18.01.2005, 17:44 Uhr
Bruder Leif
dances with systems
(Operator)


OK, das war daneben. Habs jetzt mit Delphi durchgetestet, die richtigen Konstanten sind SW_MINIMIZE zum verstecken und SW_RESTORE zum wieder anzeigen.
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
18.01.2005, 17:46 Uhr
muhahahaha
Funsofts next Userpic model 2006 :D


klappt auch nit
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
008
14.02.2005, 09:48 Uhr
~Veasel
Gast


Probiers mal mit...

C++:
Form1->Hide();    //Verstecken
Form1->Show();  //Anzeigen



ODER


C++:
Form1->FormStyle = Minimized;  //Minimiert
Form1->FormStyle = Normal;     //Normal

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
009
14.02.2005, 12:53 Uhr
~Veasel
Gast



Zitat von Veasel:

Form1->FormStyle = Minimized; //Minimiert
Form1->FormStyle = Normal; //Normal



Das muss natürlich


C++:
Form1->FormStyle = wsMinimized //Mininiert
Form1->FormStyle = wsNormal    //Normal



heißen...
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 < [ 2 ]     [ Borland C++ Builder ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: