5124
5124
CC#
Created by 5124 on 1/20/2024 in #help
Visual Studio 2022 winforms problem
My friend, I solved it, at the end of 2 days, it turns out that with the new update, there is a feature called Menu, a class called Visual A Menu has come, so the two overlap @ZZZZZZZZZZZZZZZZZZZZZZZZZ
24 replies
CC#
Created by 5124 on 1/20/2024 in #help
Visual Studio 2022 winforms problem
😦
24 replies
CC#
Created by 5124 on 1/20/2024 in #help
Visual Studio 2022 winforms problem
Yes, they are all partisan
24 replies
CC#
Created by 5124 on 1/20/2024 in #help
Visual Studio 2022 winforms problem
@ZZZZZZZZZZZZZZZZZZZZZZZZZ Shouldn't it be partial, it's a winform, and as far as I know, all forms are partial.
24 replies
CC#
Created by 5124 on 1/20/2024 in #help
Visual Studio 2022 winforms problem
I must have a small mistake somewhere, when I opened another form for the experiment, it worked fine before I took any form settings, unfortunately the errors did not leave me when I came back to this project
24 replies
CC#
Created by 5124 on 1/20/2024 in #help
Visual Studio 2022 winforms problem
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Wisdify.Sınıflar;

namespace Wisdify.Formlar
{
public partial class Menu : Form
{
Kullanici kullanici;
public Menu( Kullanici _kullanici)
{
InitializeComponent();
kullanici = _kullanici;
}

private void Menu_Load(object sender, EventArgs e)
{

}
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Wisdify.Sınıflar;

namespace Wisdify.Formlar
{
public partial class Menu : Form
{
Kullanici kullanici;
public Menu( Kullanici _kullanici)
{
InitializeComponent();
kullanici = _kullanici;
}

private void Menu_Load(object sender, EventArgs e)
{

}
}
}
menu.cs (form) I didn't understand the menu I created as a Windows form and I didn't understand why the error was caused by everything is correct from my point of view but I don't know
24 replies
CC#
Created by 5124 on 1/20/2024 in #help
Visual Studio 2022 winforms problem
Excuse me, you wouldn't understand it even if I threw it because my IDE is in Turkish, now I'm sending the official error message: CS1061 : 'type' does not contain a definition for 'name' and no accessible extension method 'name' accepting a first argument of type 'type' could be found (are you missing a using directive or an assembly reference?). CS0144 : Cannot create an instance of the abstract class or interface 'interface'
24 replies