Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars
You last visited: Today at 20:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



1D bzw. 2D Array mit Processlist

Discussion on 1D bzw. 2D Array mit Processlist within the Guild Wars forum part of the MMORPGs category.

Reply
 
Old   #1
 
blauwiggle's Avatar
 
elite*gold: 0
The Black Market: 123/0/1
Join Date: Apr 2006
Posts: 1,722
Received Thanks: 476
1D bzw. 2D Array mit Processlist

Die Frage ist ganz simpel. Wie kann ich in einer ListBox ein 1D bzw. 2D Array mit Processlist anzeigen? Das Bsp. in der Hilfe bringt mich auch nicht wirklich weiter.
blauwiggle is offline  
Old 12/31/2008, 15:26   #2
 
elite*gold: 0
Join Date: Nov 2008
Posts: 576
Received Thanks: 191
for i=1 to processanzahl
listbox.additems= processarray[i]

xD
__wadim is offline  
Old 12/31/2008, 15:31   #3
 
Valvepro's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 374
Received Thanks: 198
Meinst du soetwas?

PHP Code:
#include <GUIConstants.au3>

GUICreate("Processe"378113193125)
$Lst GUICtrlCreateList(", 8, 8, 361, 97)
$list = ProcessList()
for 
$i = 1 to $list[0][0]
    GUICtrlSetData(
$Lst,$list[$i][1] & "           " & $list[$i][0])
next
GUISetState(@SW_SHOW)

While 1
    Switch GUIGetMsg()
        Case 
$GUI_EVENT_CLOSE
            Exit
    EndSwitch
WEnd 
Valvepro is offline  
Old 12/31/2008, 15:51   #4
 
blauwiggle's Avatar
 
elite*gold: 0
The Black Market: 123/0/1
Join Date: Apr 2006
Posts: 1,722
Received Thanks: 476
Danke
blauwiggle is offline  
Reply


Similar Threads Similar Threads
Array-Problem
05/13/2010 - AutoIt - 0 Replies
Also ich habe die System-Zeit und das System-Datum in einen Array geladen: #include <Date.au3> Global $dat, $tim $dat = _NowCalcDate() If @error Then Return $tim = _NowTime(5)
[RELEASE](Mayn) Working exe to see it in CE processlist
09/04/2009 - 12Sky2 Hacks, Bots, Cheats & Exploits - 26 Replies
here u go guys, just put this exe in ur 12s2 folder (dont forget to make a back up of the old one), delete the dunmsgr.des and start the game. U will see the exe is back on the CE processlist. best regards
Hilfe mit Array in C#
02/11/2007 - .NET Languages - 3 Replies
Also ich bräuchte mal eure Hilfe. Wir haben als Aufgabenstellung : Ein Array feld mit beliebig vielen zahlen(aufsteigend sortiert) dann sollen wir eine Zahl einlessen und diese wird dann wieder aufsteigend in das array feld rein sotiert.(ganze Zahlen) Also ein bisschen was hab ich schon geschafft naja nicht viel ^^: Also da werden mal die standart Zahlen ausgegeben und die Zahl zum einsotieren eingelessen dann werden die standart Zahlen noch so weit bis sie geordnet werden müssen...



All times are GMT +2. The time now is 20:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.