flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3, 4, 5, 6, 7, 8, 9 |
Author |
|
Roman
Did support two windows text edition in easy code ide ?
|
|||
![]() |
|
EasyCode
Hi all,
A new version of Easy Code 2 has just been released (2.02.0.0042). Download it at: http://www.easycode.cat/English/Download.htm (English version) http://www.easycode.cat/Download.htm (Catalan version) http://www.easycode.cat/Spanish/Download.htm (Spanish version) Please follow the instructions in the Setup-Portable-Edition.txt file. Bug Fixes: ======= 1. Fixed a bug that caused Fasm 64-bit projects to fail to be built when they had the option "This project will run in Unicode mode" checked (in the "Project Properties"). 2. Fixed an issue that could occur in Windows 11 when the installed physical memory is greater than 4GB. Added Features: =========== 1. The 'About' box now shows the amount of physical memory installed. 2. New 'hid.inc' and 'hid.lib' files for all supported assemblers. Deprecated Features: =============== None - Please read and follow the directions within the AsmC.txt, Fasm.txt, Masm.txt, SolAsm and UAsm.txt files located in the 'EasyCode' folder - Enjoy Easy Code! |
|||
![]() |
|
Roman
what about resources for dialog box or menu window ?
format compatable with fasm ? i mean fasm compile resources from ide easy code ? |
|||
![]() |
|
Roman
I found in file *.ecw this:
Code: Begin Button = Button2 BackColor = 0x8000000F Border = 0 Cancel = 0 ClientEdge = 0 ClipSiblings = 1 CursorIcon = [None] CursorShape = 0 Default = 0 DragAndDrop = 0 DrawFocus = 1 Enabled = 1 ExStyle = 0x00000000 Font = Segoe UI,10,400,0,0,0 ForeColor = 0x80000012 Height = 26 ImageType = -1 Layout = 2 Left = 121 MouseLeave = 0 MultiLine = 0 OwnerDraw = 0 NormalStyle = 0x54000300 Picture = [None] PicturePosition = 0 RightToLeft = 0 StaticEdge = 0 TabOrder = 1 TabStop = 1 Text = Button1 ToolTipText = Top = 29 Visible = 1 Width = 80 End Could you might do this format ? Code: Button2.IDE = 110 Button2.BackColor = 0x8000000F Button2.Border = 0 Button2.Cancel = 0 Button2.ClientEdge = 0 Button2.ClipSiblings = 1 Button2.CursorIcon = 0 Button2.CursorShape = 0 Button2.Default = 0 Button2.DragAndDrop = 0 Button2.DrawFocus = 1 Button2.Enabled = 1 Button2.ExStyle = 0x00000000 Button2.Font EQU "Segoe UI",10,400,0,0,0 Button2.ForeColor = 0x80000012 Button2.Height = 26 Button2.ImageType = -1 Button2.Layout = 2 Button2.Left = 121 Button2.MouseLeave = 0 Button2.MultiLine = 0 Button2.OwnerDraw = 0 Button2.NormalStyle = 0x54000300 Button2.Picture = 0 Button2.PicturePosition = 0 Button2.RightToLeft = 0 Button2.StaticEdge = 0 Button2.TabOrder = 1 Button2.TabStop = 1 Button2.Text EQU "Button1" Button2.ToolTipText = Button2.Top = 29 Button2.Visible = 1 Button2.Width = 80 ;End Last edited by Roman on 18 Jul 2022, 17:50; edited 2 times in total |
|||
![]() |
|
Roman
I write macro ResGUI Button2,"button',Top,Left,Width,Height,Text,IDE
This create window "button',Button2.Top,Button2.Left,Button2.Width,Button2.Height,Button2.Text,Button2.IDE And i simple do iclude 'res.ecw' in my program. |
|||
![]() |
|
Goto page Previous 1, 2, 3, 4, 5, 6, 7, 8, 9 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.