Nadekai
Nadekai
CC#
Created by Nadekai on 5/4/2024 in #help
I need to make this textbox not move
thankas
32 replies
CC#
Created by Nadekai on 5/4/2024 in #help
I need to make this textbox not move
No description
32 replies
CC#
Created by Nadekai on 5/4/2024 in #help
I need to make this textbox not move
No description
32 replies
CC#
Created by Nadekai on 5/4/2024 in #help
I need to make this textbox not move
Also doesn't work
32 replies
CC#
Created by Nadekai on 5/4/2024 in #help
I need to make this textbox not move
<Window x:Class="Password_manager.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Password_manager" mc:Ignorable="d" Title="MainWindow" Height="300" Width="400"> <Grid> <Label Margin="25">Select account</Label> <ComboBox Name="AccountBox" Width="140" Height="30" Margin="25,48,0,0" HorizontalAlignment="Left" VerticalAlignment="Top"> </ComboBox> <StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center"> <TextBlock Height="40"> <Run Text="Password: "/> <Run Text="{Binding ElementName=AccountBox, Path=SelectedItem}"/> </TextBlock> <TextBlock x:Name="AccountPassword" Width="300" Height="40" FontSize="30"/> </StackPanel> <Button Width="120" Height="20" Margin="20,190,255,75" Click="Button_Click">Create New Account</Button>
</Grid> </Window>
32 replies
CC#
Created by Nadekai on 5/4/2024 in #help
I need to make this textbox not move
Why is the button now displaying?
32 replies
CC#
Created by Nadekai on 5/4/2024 in #help
I need to make this textbox not move
Not using designer
32 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
<PasswordBox Name="PasswordBox" Width="300" Height="30" FontSize="30" HorizontalAlignment="Right" Margin="20" KeyDown="KeyPress" ></PasswordBox>
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
aye
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
No description
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
than old shit happens
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
If you mean when pressing enter
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
Depends on how you mean it
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
MainWindow does
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
mainWindow doesn't exist
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
if I leave it the way you wrote it
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
also gives error
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
now it doesn't open window
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
No description
190 replies
CC#
Created by Nadekai on 4/16/2024 in #help
✅ Lost again
tried
190 replies