Jump to content

How to use öäå ?


Qslig
 Share

Recommended Posts

Hello!

Is it possible to use öäå in GUI Menu

Here is the code and it wont work!

;Start GUI
#include <GUIConstants.au3>
GUICreate("Supr Progr")
GUISetState ()                      

;Menyer
$arkiv = GUICtrlCreateMenu ("Arkiv")
$Stäng = GUICtrlCreateMenuitem ("Stäng",$arkiv)


; Håller igång programet tills man stänger det
While 1
    $msg = GUIGetMsg()
    
    If $msg = $GUI_EVENT_CLOSE Then ExitLoop
Wend

Edit: nvm

Edited by Qslig
Link to comment
Share on other sites

Hello!

Is it possible to use öäå in GUI Menu

Here is the code and it wont work!

;Start GUI
#include <GUIConstants.au3>
GUICreate("Supr Progr")
GUISetState ()                        

;Menyer
$arkiv = GUICtrlCreateMenu ("Arkiv")
$Stäng = GUICtrlCreateMenuitem ("Stäng",$arkiv)
; Håller igång programet tills man stänger det
While 1
    $msg = GUIGetMsg()
    
    If $msg = $GUI_EVENT_CLOSE Then ExitLoop
Wend

Edit: nvm

<{POST_SNAPBACK}>

WE do our best Jon and I to have string sending characrers with accent but i your case you cannot use them in the name of the variable so change to

$Stang = GUICtrlCreateMenuitem ("Stäng",$arkiv)

:lmao:

Link to comment
Share on other sites

jpm  thx for the information,  Its not like shit I cant use öäå I was just curius.

<{POST_SNAPBACK}>

I can't use either éèêëï,.... in the variable name. You know these english speaking people never thought that accents can be of some use ... :lmao: (No offense JON)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...