Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 10:40

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

Advertisement



TextBox problems

Discussion on TextBox problems within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
tomtom19's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 239
Received Thanks: 74
TextBox problems

Hey Guys,

I need help by making a textbox...
I got some codes for that founded at Internet but they are Editable.
I want to make the textbox not editable...

Here is my code i use now (editable)
Code:
$textbox = GUICtrlCreateInput("My text", 8, 350, 150)
What's the code to make it NOT editable?
tomtom19 is offline  
Old 07/15/2013, 13:07   #2
 
elite*gold: 0
Join Date: Jul 2013
Posts: 4
Received Thanks: 2
Is a TextBox necessary?
I would use CreateLabel..

PHP Code:
$textbox GUICtrlCreateLabel("My text"8350150
SatoshiSutairu is offline  
Thanks
1 User
Old 07/15/2013, 13:11   #3
 
tomtom19's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 239
Received Thanks: 74
Quote:
Originally Posted by SatoshiSutairu View Post
Is a TextBox necessary?
I would use CreateLabel..

PHP Code:
$textbox GUICtrlCreateLabel("My text"8350150
Oh i will paste this is my AutoIt Script!
Thanks for posting

Thanks man!
The Label worked
tomtom19 is offline  
Old 07/16/2013, 19:18   #4
 
elite*gold: 0
Join Date: Apr 2013
Posts: 980
Received Thanks: 734
Quote:
Originally Posted by tomtom19 View Post
Hey Guys,

I need help by making a textbox...
I got some codes for that founded at Internet but they are Editable.
I want to make the textbox not editable...

Here is my code i use now (editable)
Code:
$textbox = GUICtrlCreateInput("My text", 8, 350, 150)
What's the code to make it NOT editable?
Here is the code o.o
Hope i have help..
GUICtrlSetState($textbox,$GUI_DISABLE)
Virus.bat is offline  
Old 07/26/2013, 07:41   #5
 
c0w's Avatar
 
elite*gold: 3653
The Black Market: 378/0/0
Join Date: Aug 2008
Posts: 30,854
Received Thanks: 529
And by the way, you dont have to code your whole gui. just youse koda which usually comes along with your autoit installation
c0w is offline  
Reply


Similar Threads Similar Threads
[C#] TextBox Aktualisieren
06/15/2013 - .NET Languages - 6 Replies
edit: hat sich erledigt.. sry
textbox splitten
03/13/2013 - General Coding - 1 Replies
moin, folgendes Problem: Ich habe eine Textbox und mit diesen Code habe ich schon die Maximalanzahl an zeichen eingestellt Dim zeichenanzahl As Integer = TextBox7.Text.Count If zeichenanzahl > 2 Then
Abfrage zur TextBox
02/15/2013 - .NET Languages - 6 Replies
Hey, ich wollte eine Abfrage machen ob : Die Zahlen in der Textbox kleiner als 1 sind. Private Sub bt1w_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt1w.Click If tb1.Text > 1 Then timer1.Start() End If
TextBox und RichTextBox [VB]
06/06/2010 - .NET Languages - 7 Replies
Hi, Ich hab ein Problem und zwar...: Ich will das man in einer RichBox nicht schreiben kann und das wenn man den Text in der TB eingiebt da er erscheint in der RichBox aber dann wenn man einen anderen Text angibt das er dann nicht verschwindet.
Wie textbox in textdatei !?!
04/30/2010 - General Coding - 1 Replies
Hi comm, ICh habe das problem das ihc mir ein passwort gen coden will der mir die daten dich ich da in eine textbox eingebe in eine txt packt und speihert hier mal ein code schnipsel und das prob is das er das nciht macht und ich mir nicht erklären kann wie ich das problem löse sufu hat nichts gebracht und google gibt mir nur scheißhoffe ihr könnt mir helfen. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim fileno As...



All times are GMT +1. The time now is 10:40.


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.