Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 13:05

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

Advertisement



Einzelne Variable färben

Discussion on Einzelne Variable färben within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 14
Join Date: Feb 2013
Posts: 129
Received Thanks: 2
Einzelne Variable färben

Ich würde gerne, dass nur immer die $zahl1 Variable rot angezeigt wird, habe aber keinen Plan wie ich das anstellen soll, ich schaffe immer nur alles ein zu färben...

Code:
#include <GUIConstantsEx.au3>

Opt("GUIOnEventMode", 1)

GUICreate("Test", 300, 150)
GUISetOnEvent($GUI_EVENT_CLOSE, "_exit")
GUICtrlCreateListView("Zahl 1|Zahl 2", 25, 25, 150, 100)
$viewlist = GUICtrlCreateListViewItem("", -1)
GUICtrlCreateButton("Drück mich!", 200, 25)
GUICtrlSetOnEvent(-1, "_start")
GUISetState()

$zahl1 = 1
$zahl2 = 2

Func _start()
   GUICtrlSetData($viewlist, $zahl1 & "|" & $zahl2)
EndFunc

Func _exit()
   Exit
EndFunc

While 1
   Sleep(100)
WEnd
Hätte auch noch eine 2. Frage, und zwar würde ich gerne das, die Internetseite anklickbar ist, und ich dann direkt in den Browser geleitet werde.

Quote:
MsgBox(0, "", "http://www.google.de/")
Vielen Dank im Vorraus

meinselite
meinselite is offline  
Old 04/21/2013, 13:17   #2
 
Der-Eddy's Avatar
 
elite*gold: 400
Join Date: Nov 2008
Posts: 67,909
Received Thanks: 19,503



"Autoit ListView color (row)" in Google eingeben
Der-Eddy is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Rüstungen färben
04/17/2011 - Metin2 Private Server - 1 Replies
hallo ich möchte gerne die rüstungen ferbän ohne das die hände und arme diese farbe annehmen pls help
Cost of accessing a casted variable vs. assigning the casted variable? (C#)
01/05/2011 - CO2 Programming - 5 Replies
I know that in unmanaged C++, casting is at compile-time, so it's better to avoid the assignment and simply access it for all instances. However, in C#, I have no idea since I'm pretty new to it.
Überprüfen ob Variable Eine Variable ist
10/16/2010 - AutoIt - 26 Replies
Hey leute ich wollte fragen ob/wie man überprüfen kann ob eine Variable eine Variable ist z.b. so $k = 1 $i = $k if $i = VARIABLE Then msgbox(0,'$i ist eine variable!!','') endif PS:Wp releast man nochma TuT (z.b. für metin2??)
Waffen färben
05/07/2010 - Metin2 Private Server - 6 Replies
Hey ich hab dan nach gesucht aber nix gefunden undzwar ich wollt fragen wie ich waffen färbe zu ein VMs Schwarz machen danke ;)
haare färben
11/12/2007 - General Art - 7 Replies
kann mir jemand sagen wir man photoshop haare färben kann?



All times are GMT +2. The time now is 13:05.


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.