English
Forum

Batch-File and what do I?

 
- Page 1 -



Detlef
Tussing
I write with a XProfan Prog data in a .DAT File circa these with a 2. Prog aufzurufen , and to execute.
around the appeal the 2.Prog leichter To make, lass I at the same time a Batchdatei produce Prog2.exe data.DAT still with the appeal becomes always the störende windows CMD Bilschirm displayed.
Can the prevent, or there others Opportunities?
 
Gruß Detlef Tussing
Windows XP, XProfan 10
04/10/07  
 



 
- Page 3 -



Detlef
Tussing
there be I again with of/ one new question

can man the, because it so simply looks

AddFiles *.DAT
electoral$ = @ListBox$(dial File:, 7)

in lieu of of my ChoichBox wheeler in the supra named EDITOR.PRF
install, with the function CREATE(LISTBOX,%HWND,LISTBOX,0013,0023,0132,0255) komm I do not clear
 
Gruß Detlef Tussing
Windows XP, XProfan 10
05/05/07  
 



@Hello Detlef


with the function CREATE(LISTBOX,%HWND,LISTBOX,0013,0023,0132,0255) komm I do not clear


Why come You lest clear ? - You must the Listbox one lever% give. then have You More Opportunities. If the Listbox the Mainwindow comes, then %HWnd. should tappt im dunkeln but on one Dialog-Window, then on place of %HWND the lever% the Dialogfensters:
CompileMarkSeparation
DECLARE list&,x%,y%,xb%,yh%,font%
font%=CREATE(FONT,ARIAL,16,6,0,0,0) Font auswählen
x%=20 diese 4 Werte anpassen
y%=50
xB%=250
yh%=400
-----------------------------------------------------------------
WINDOW 0,0-%MaxX,%MaxY
CLEARLIST
list&=CREATE(LISTBOX,%HWND,,x%,y%,xb%,yh%)
SetFont list&,font%
AddFiles *.dat wenn nötig mit Pfad
MoveListToList(list&)
MoveListToHandle(list&)ab XProfan10
WAITINPUT
DesTroywindow(list&)
05/05/07  
 




Detlef
Tussing
Hello Horst
with

MovelisttoHandle(list&)ex XProfan10

bekomm I The Error Message

function not this Fensterobjekt applicable
 
Gruß Detlef Tussing
Windows XP, XProfan 10
05/05/07  
 



@Detlef
You must first one Window create-
Sorry Have I forget.

Füge to the first CLEARLIST one CLS one.

then ought to it klappen.
naturally can You too with

WINDOW left%,supra%-right%,under%

one Mainwindow with your Maßen create
 
05/05/07  
 




Detlef
Tussing
Hello Horst
but The Fuktion The I with

AddFiles *.DAT
electoral$ = @ListBox$(dial File:, 7)

score Have I not yet !

in the editor.prf, having me IF helped The ChoiceBox5 wheeler editierbar To make, the runs too but I Have not understood Why. now bräuchte I The function that I first any wheelers aufgelistet get, tappt im dunkeln veränder can, vein too new wheelers abspeichern can. yet could I only The in the Prog gelisteten wheelers see, however too new present but not see.

can you me moreover help ?

5 kB
Hochgeladen:05/05/07
Downloadcounter84
Download
 
Gruß Detlef Tussing
Windows XP, XProfan 10
05/05/07  
 



 
- Page 4 -


@Hello Detlef

means, what your Program make should, can I so not discern.

circa you but times the Opportunities the Listbox near To bring, Have I you in the ZIP-File here The Vorlagen of Gerhard Putschalka angehangen. - Entpacke The File time into directory and Try time any Examples through. you become certainly the find, what You need

25 kB
Kurzbeschreibung: Listbox-Examples...
Hochgeladen:05/05/07
Downloadcounter48
Download
 
05/05/07  
 




Jörg
Sellmeyer
Hello Detlef,
Perhaps helps you that here moreover:
CompileMarkSeparation
Def ListBoxStringSel(1) GetString$(&(1),GetCurSel(&(1)))
Declare LB&,Btn&,Wert$,Position%
Cls
LB& = Create(ListBox,%hwnd,1,10,80,400,300)
Btn&=Create(Button,%hwndndern,430,20,60,30)
EnableWindow Btn&,0
ChDir $WinPath
AddFiles *.ini
MoveListToHandle(LB&)

While 1

    WaitInput

    If Clicked(LB&)

        EnableWindow Btn&,(GetCurSel(LB&) > -1)

    ElseIf Clicked(Btn&)

        Position% = GetCurSel(LB&)
        Wert$ = InPut$(ListBoxStringSel(LB&) +  ändern in:,Eintrag ändern:,ListBoxStringSel(LB&))

        If %button = 1

            DeleteString(LB&,Position%)
            InsertString(LB&,Position%,Wert$)

        EndIf

    EndIf

Wend


Greeting
Jörg
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
05/05/07  
 




Detlef
Tussing

thanks you both, so be I already one ganzes Piece moreover
 
Gruß Detlef Tussing
Windows XP, XProfan 10
05/06/07  
 




Detlef
Tussing
The Listbox have I successful eingebunden

another Question to choicebox, if in the enclosed prog the one in the choicebox chosen have,offnet itself a new box. If I then again No dial ought to The 2.Box again vanish, How heist for the commands??

declare box2&,end%,r$,n2%,Text3&,box3&,of$
DEF GETSYSCOLOR(1) !USER32,GetSysColor
Def @FindWindowEx(4) !USER32,FindWindowExA
WINDOWSTYLE 31
WINDOW SUB(DIV(%MAXX,2),DIV(940,2)),SUB(DIV(%MAXY,2),DIV(500,2))-660,500
SETTRUECOLOR 1
CLS GETSYSCOLOR(1)15
SETDIALOGFONT 1

box2&=Create(choicebox,%Hwnd,0,520,250,50,500)
AddChoice(box2&,from)
AddChoice(box2&,one)
@sendmessage(Box2&,$14E,n2%,1,0)
SETFOCUS(%HWND)
WHILENOT ENDE%

if %key = 255
elseif GETFOCUS(box2&)Relais2
r$=gettext$(box2&)
If r$=ein
light
endif
ENDIF
WEND

proc light
Text3&=Createtext(%Hwnd,of:,180,330,90,20)
box3&=Create(choicebox,%Hwnd,0,280,327,50,500)
AddChoice(box3&,5) To
AddChoice(box3&,6)
AddChoice(box3&,7)
AddChoice(box3&,8)
@sendmessage(Box3&,$14E,of$,0,0)
endproc
 
Gruß Detlef Tussing
Windows XP, XProfan 10
05/07/07  
 



DestroyWindow(choicebox&)

so is the Box vernichtet. You must tappt im dunkeln means with want again new set up: CREATE(etc...
 
05/07/07  
 




Detlef
Tussing
the not working
 
Gruß Detlef Tussing
Windows XP, XProfan 10
05/07/07  
 




Frank
Abbing
so becomes your Choicebox definitiv vernichtet. two Listviews on it because not functions?

i want you too requests, no Sammeltreads come into being To let. If you ask to a new trouble have, create Please too a new Thread.
 
05/07/07  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

7.675 Views

Untitledvor 0 min.
Jürgen Strahl06/08/22
Walter04/04/22
supernova12/04/13
Wolfgang11/15/13
More...

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie