gamer50082
gamer50082
Explore posts from servers
CC#
Created by gamer50082 on 5/5/2023 in #help
❔ the feature your trying to use is on a network resource that is unavailable
4 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
ok
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
stuff
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
needed to add
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
solved
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
still not working
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
extremely dumb of me
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
MongoDB.Driver
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
ahjhh nvm
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
NuGet packages?
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ how to get this dependencies
winform csharp
16 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ login registration form not working
nvm i am using html website then
6 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ login registration form not working
using System;
using System.Windows.Forms;

namespace AuthWinForms
{
public partial class MainForm : Form
{
public MainForm()
{
InitializeComponent();
}

private void RegisterButton_Click(object sender, EventArgs e)
{
var registerForm = new RegisterForm();
registerForm.Show();
}

private void LoginButton_Click(object sender, EventArgs e)
{
var loginForm = new LoginForm();
loginForm.Show();
}
}
}
using System;
using System.Windows.Forms;

namespace AuthWinForms
{
public partial class MainForm : Form
{
public MainForm()
{
InitializeComponent();
}

private void RegisterButton_Click(object sender, EventArgs e)
{
var registerForm = new RegisterForm();
registerForm.Show();
}

private void LoginButton_Click(object sender, EventArgs e)
{
var loginForm = new LoginForm();
loginForm.Show();
}
}
}
6 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ my ui and backend not working together
Send username and password Receive accountType and token
35 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ my ui and backend not working together
Because ip and port
35 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ my ui and backend not working together
Most likely http
35 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ my ui and backend not working together
http://144.24.154.156:5445/auth/register http://144.24.154.156:5445/auth/login Ratelimit 10 request per 1 min Idk if it’s http or https because hosting on ptero
35 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ my ui and backend not working together
And send it here
35 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ my ui and backend not working together
Can you try the code and make a ui
35 replies
CC#
Created by gamer50082 on 4/23/2023 in #help
✅ my ui and backend not working together
Could just be me
35 replies