Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynab/telemess
Demo Telegram message
https://github.com/tynab/telemess
csharp message telegram telegram-api telegram-bot telegram-bot-api telegram-bots telegram-desktop telegram-userbot telegrambot telemess windows-form-application windows-forms windows-forms-application windows-forms-csharp windows-forms-csharp-dotnet winform winforms winforms-application yan
Last synced: about 1 month ago
JSON representation
Demo Telegram message
- Host: GitHub
- URL: https://github.com/tynab/telemess
- Owner: Tynab
- Created: 2023-05-15T18:32:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:02:37.000Z (9 months ago)
- Last Synced: 2024-12-02T08:59:05.516Z (about 2 months ago)
- Topics: csharp, message, telegram, telegram-api, telegram-bot, telegram-bot-api, telegram-bots, telegram-desktop, telegram-userbot, telegrambot, telemess, windows-form-application, windows-forms, windows-forms-application, windows-forms-csharp, windows-forms-csharp-dotnet, winform, winforms, winforms-application, yan
- Language: C#
- Homepage:
- Size: 362 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# TELEMESS
Demo Telegram message.## IMAGE DEMO
## CODE DEMO
```c#
public FrmMain()
{
InitializeComponent();
pnlBar.MouseDown += MoveFrm_MouseDown;
pnlBar.MouseMove += MoveFrm_MouseMove;
pnlBar.MouseUp += MoveFrm_MouseUp;
Region = FromHrgn(CreateRoundRectRgn(0, 0, Width, Height, 10, 10));
}
```### PACKAGES
- Tynab.YANF » 1.0.1