vahidmy

وبلاگ شخصی وحید محمدی

vahidmy

وبلاگ شخصی وحید محمدی

وحیدمی

وبلاگ شخصی وحید محمدی . یک تایپیست که عاشق علم و تجربه است.


آدرس وبلاگ وحیدمی :

Home Page


https://vahidmy.blog.ir

+


Archive

آرشیو و بایگانی وبلاگ وحیدمی

https://vahidmy.blog.ir/archive

+


نقشه وبلاگ وحیدمی:

Sitemap

https://vahidmy.blog.ir/sitemap.xml

+

خوراکخوان وبلاگ وحیدمی

Feed

RSS

https://vahidmy.blog.ir/rss

+

آدرس مورد استفاده خزنده ها روباتها و موتورهای جستجوگر

Robot

https://vahidmy.blog.ir/robots.txt


+

مشخصات وبلاگ وحیدمی:


ساعات انتشار پست جدید وبلاگ :

بیست و چهار ساعته

وضعیت انتشار پست : نامنظم . در طول شبانه روز و در صورت صلاحدید ؛ پست جدید منتشر می کنم.


نام مدیر : وحید محمدی

گونه : وبلاگ شخصی با آدرس اختصاصی و محتوای عمومی

ژانر : تمام ژانرها

کاربرد : همه منظوره

هدف وبلاگ : به اشتراک گذاشتن دانش و تجربه با مردم و پرداخت زکات علم

مقصد مدیر وبلاگ : کسب رضای خداوند .

جنس وبلاگ : وبلاگ شخصی

تاریخ تاسیس : تیر 1398 خورشیدی



موضوعات وبلاگ : تمام علوم و فنون و مسائل مختلف در تمام زمینه


کپی برداری از مطالب وبلاگ وحیدمی به شرط لینک دادن به آدرس اصلی وبلاگ با دامنه vahidmy.blog.ir ، بلامانع و آزاد است . با خیال راحت ، کپی برداری نمایید . هیچگونه کپی رایت و انحصار برای وبلاگ وحیدمی ، وجود ندارد .

بروزرسانی:

وبلاگ وحیدمی منحصرا توسط سایت بلاگ دات آی آر به آدرس blog.ir میزبانی می شود . بنابراین بجز دامنه vahidmy.blog.ir سایر دامنه ها جعلی و فیک و خطرناک هستند .
برای مشاهده نکات جدید و ترفندهای امنیتی لطفا به آدرس زیر مراجعه فرمایید:

https://vahidmy.blog.ir/post/1



آدرس وبلاگهای تخصصی :

https://spasm.blog.ir

https://fasmy.blog.ir

https://binasm.blog.ir

طبقه بندی موضوعی
مطالب پربحث‌تر
  • ۰۱/۰۴/۱۱
    adc
نویسندگان
پیوندها

Tag feature

سه شنبه, ۲۳ اسفند ۱۴۰۱، ۱۱:۴۴ ب.ظ






 https://vahidmy.blog.ir/post/675




Tag feature  .



The Tag implementation's purpose is to execute pre-defined actions from inside the Source Editor, by a simple Right-Click on a Tag Comment. This feature is only valid as a comment, in order to not add any reserved word into RosAsm's syntax. It is case insensitive and the Numbers are Decimal only.


Any kind of instant actions can be implemented that friendly and easy way. Actually implemented:



; Tag Dialog 1000


We suppose, here, that you have some Dialog in PE Resources, with an ID value set to 1000.


In the Source,  you can insert a comment like the one above . Once done, if you Right-Click on ''Tag'', the desired Dialog will directly be launched into the Dialog Editor. It might be a good idea, when you write your 'Proc DialogProc: ', for example, to insert such a comment right above. This will save you from having to recall the Dialog ID, from having to search (in cases of many other Dialogs, in the Application), and to quickly and simply switch, in the Click time, from the Source Edition to the associated Resource Edition.



; Tag Wizard Form 'Path...........' 


This Tag is built automatically by a Wizard (actually, only the Form Wizard), when it pastes back the Wizard Edition into your Source.


Once the Wizard Edition Source is pasted, a simple Right-Click on 'Tag' will re-run the Wizard, for a re-Edition.



; Tag End


Is just an End-Mark, used by the Wizard to know where the Wizard Edited Source ends.



; Tag Unicode LabelName


RosAsm sources Editor is Ascii only. Right-Clicking upon this Tag runs a Dialog devoted to the Unicode String Declarations.


If no Data matching with LabelName is found inside your Source, this feature will paste it, when back from Edition. If some matching Data is found, it is loaded into the Unicode Editor, for re-edition, and the substitution is done automatically, when you close the Dialog. This dialog offers a Button for defining the display Font. Do not forget to select the proper Script, at the bottom of the ChooseFont Dialog, if required.


When back from editon, the Data looks like this:


; Tag Unicode LabelName


[LabelName: U$ 0xxxx, 0xxxx, 0xxxx,..., 0 LabelNameNchars: D$ 027]


... where LabelNameNchars is the number of Unicode Chars in the Data Block, not considering the trailing zero.



; Tag Menu 1000


Runs the Menu Editor for the given Menu ID. The Dialog shows, then, a Button saying [Replace in Source], instead of [Store Equates to ClipBoard] so that, when leaving the Edition, the previous Menu Equates Declarations Set could be replaced automatically by the new one.




~~~~~~~










  • ۰۱/۱۲/۲۳
  • vahidmy

Assembly

RosAsm

Tag

Tag feature