I was trying to create a round button. For this, we need to create a class, here is the code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
namespace CircularButton...
What i want. If you click the button (See picture) you can the press keys on your keyboard for example CTRL + D in The white text change to the hotkey you have set. This will be registerd in an enum list Like i have now:
private enum Listry
{
LeftMouse = 1,
RightMouse...
Hi
I want to make a WebBrowser.
Dont ask why i want it to make how i want it.
The buttons (GoBack,GoForward,etc.) should be on Form1.
The webBrowser is on Form2.
How can i controll the webBrowser from Form1?
Please help
Thx
Hi there
I have an app, that depending on what is filled out, when the send command button is pushed, the proper commands are sent.
BUT i would like to add a button that when pushed it would send those commands to a notepad / text file so a person could see exactly what commands would be...
Hi there
I have a small program, that depending on what options you choose / enter, it would send the proper commands.
I would like to add a button, that when pushed would send the commands to a text file, so a person could see what commands would be sent.
is that possible?
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.