Click here to Skip to main content
16,022,413 members

Comments by Ignatius Baron Rio (Top 5 by date)

Ignatius Baron Rio 14-May-24 13:51pm View    
Yes. Programming can be frustrating when you are a beginner. I also have another question on my profile https://www.codeproject.com/Questions/5382337/How-do-I-display-the-button-function-from-my-drink. I can't seem to make a function from one form to another.
Ignatius Baron Rio 8-May-24 6:24am View    
Thank you for your help it works.
Ignatius Baron Rio 25-Apr-24 5:42am View    
I tried but still nothing happened. See "my what I have tried" section if i had done it correctly. Thanks
Ignatius Baron Rio 25-Apr-24 5:37am View    
Deleted
<usercontrol x:class="WPF_LoginForm.Views.DashboardView"
="" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:WPF_LoginForm.Views" xmlns:viewmodels="clr-namespace:WPF_LoginForm.ViewModels" xmlns:converter="clr-namespace:WPF_LoginForm.Converter" mc:ignorable="d" d:designheight="450" d:designwidth="800">



<usercontrol.datacontext>
<viewmodels:dashboardviewmodel>

<usercontrol.resources>
<converter:bytetoimageconverter x:key="ByteToImageConverter">


<border>
<border.background>
<lineargradientbrush startpoint="0,0" endpoint="1,1">
<gradientstop color="{StaticResource winBorderColor1}" offset="0">
<gradientstop color="{StaticResource winBorderColor2}" offset="0.75">
<gradientstop color="{StaticResource winBorderColor3}" offset="1">


<grid>
<textblock text="DashBoardView"
="" foreground="Black" fontsize="50" fontweight="Medium">



Ignatius Baron Rio 25-Apr-24 5:36am View    
Deleted
I tried but nothing happened. I also did the binding correctly
<usercontrol x:class="WPF_LoginForm.Views.DashboardView"
="" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:WPF_LoginForm.Views" xmlns:viewmodels="clr-namespace:WPF_LoginForm.ViewModels" xmlns:converter="clr-namespace:WPF_LoginForm.Converter" mc:ignorable="d" d:designheight="450" d:designwidth="800">



<usercontrol.datacontext>
<viewmodels:dashboardviewmodel>

<usercontrol.resources>
<converter:bytetoimageconverter x:key="ByteToImageConverter">


<border>
<border.background>
<lineargradientbrush startpoint="0,0" endpoint="1,1">
<gradientstop color="{StaticResource winBorderColor1}" offset="0">
<gradientstop color="{StaticResource winBorderColor2}" offset="0.75">
<gradientstop color="{StaticResource winBorderColor3}" offset="1">


<grid>
<textblock text="DashBoardView"
="" foreground="Black" fontsize="50" fontweight="Medium">