Prince J
Prince J
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
gmap is a package that i must use through
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
or atleast assumed it
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
Plus i assume easier to update
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
He says due to the fact it's easier to manage environment specific configuration
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
- 2 concurrent packages on sql was a mistake on my part in the setup i instead installed microsoft instead of system - configuration package was recommended i'd use for the project that includes 1 class library and 2 wpf's - Gmap same answer as above
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
Yep trying to work on a project and basically i fucked up somewhere in the setup
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
my bad
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
Oh i mean caches
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
I tried to clear cookies to fix the issue as sum recommended it for me to do
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
45 replies
CC#
Created by Prince J on 7/8/2024 in #help
Packages issue
Hmm what you mean by that
45 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
Btw thanks it worked out at the end
19 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
Alright i will try to fix it, i didn't exactly use designer or atleast tried to utilize as low as possible on this one
19 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
For point 3 the reason i utilized label is due to the fact i wanted to make my background beige and visible which is i was adviced to do beforehand. My logic was that i first decide on the background and then the grid as usually in my coding backgrounds are usually decided at the first line of code
19 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
Couldn't do an $code for sum reason
19 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
Yes i can the xaml code is in this txt
19 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
Next up the whole code snippit is this: <Grid> <Label Background="Beige" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" Margin="0,10,0,597"> <Grid Width="756" Height="173"> <Grid.ColumnDefinitions> <ColumnDefinition Width="auto"/> <ColumnDefinition Width="*"/> <ColumnDefinition Width="auto"/> </Grid.ColumnDefinitions> <Image Grid.Column="0" Source="images/logo.png" Margin="0,0,99,10"/> <TextBlock Grid.Column="1" Text="Red Jordy" FontSize="36" VerticalAlignment="Center" Margin="0,0,200,0" FontFamily="Bradley Hand ITC" TextAlignment="Center"/> <Button Grid.Column="1" Content="Login" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,0,10,0" Width="57" Height="30"/> </Grid> </Label>
19 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
No description
19 replies
CC#
Created by Prince J on 3/18/2024 in #help
Issue with WPF
Basically what i mean is when i start my application the header shows the 1st photo as result. The reason i showed that snippet of code is because that's where i believe something went wrong
19 replies
CC#
Created by Prince J on 3/11/2024 in #help
For a XAML code, what code do you usually utilize to create a header to put your logo in?
Thanks
33 replies