Click here to Skip to main content
15,791,602 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Question about NotifyCollectionChangedEventArgs Pin
Richard Deeming1-Mar-22 22:42
mveRichard Deeming1-Mar-22 22:42 
QuestionAnimation on DataGridRow jumps to wrong row when scrolling Pin
Mc_Topaz28-Feb-22 0:31
Mc_Topaz28-Feb-22 0:31 
AnswerRe: Animation on DataGridRow jumps to wrong row when scrolling Pin
Gerry Schmitz28-Feb-22 9:11
mveGerry Schmitz28-Feb-22 9:11 
GeneralRe: Animation on DataGridRow jumps to wrong row when scrolling Pin
Mc_Topaz28-Feb-22 21:28
Mc_Topaz28-Feb-22 21:28 
QuestionLabelprint on Thermotransfer Pin
Member 118002289-Feb-22 1:34
Member 118002289-Feb-22 1:34 
QuestionRe: Labelprint on Thermotransfer Pin
Eddy Vluggen9-Feb-22 4:13
professionalEddy Vluggen9-Feb-22 4:13 
QuestionWPF c# onStartUp() view model problem with multiple data inputs Pin
StealthRT5-Feb-22 8:31
StealthRT5-Feb-22 8:31 
AnswerRe: WPF c# onStartUp() view model problem with multiple data inputs Pin
Gerry Schmitz5-Feb-22 19:16
mveGerry Schmitz5-Feb-22 19:16 
You don't appear to be varying your input path. You need a list or a "box path counter".
var imageSource = new ImageSource(Path.Combine(@"C:\photos\boxes\", "box1"), 
TimeSpan.FromHours(1));


"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

AnswerRe: WPF c# onStartUp() view model problem with multiple data inputs Pin
Kevin Marois21-Feb-22 12:29
professionalKevin Marois21-Feb-22 12:29 
QuestionWpf System.Windows.Media.ImageSourcesConverter cannot be applied Pin
StealthRT1-Feb-22 17:08
StealthRT1-Feb-22 17:08 
AnswerRe: Wpf System.Windows.Media.ImageSourcesConverter cannot be applied Pin
Richard Deeming1-Feb-22 22:49
mveRichard Deeming1-Feb-22 22:49 
GeneralRe: Wpf System.Windows.Media.ImageSourcesConverter cannot be applied Pin
StealthRT2-Feb-22 3:39
StealthRT2-Feb-22 3:39 
GeneralRe: Wpf System.Windows.Media.ImageSourcesConverter cannot be applied Pin
Richard Deeming2-Feb-22 3:44
mveRichard Deeming2-Feb-22 3:44 
Question(beginner) There must be a better way (TextBlock properties) Pin
Maximilien26-Jan-22 6:08
Maximilien26-Jan-22 6:08 
AnswerRe: (beginner) There must be a better way (TextBlock properties) Pin
Richard Deeming26-Jan-22 6:33
mveRichard Deeming26-Jan-22 6:33 
GeneralRe: (beginner) There must be a better way (TextBlock properties) Pin
Maximilien26-Jan-22 10:10
Maximilien26-Jan-22 10:10 
QuestionConverting a byte[] to a ImageSource means huge memory leak Pin
Starwer24-Jan-22 12:42
Starwer24-Jan-22 12:42 
AnswerRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Gerry Schmitz24-Jan-22 17:15
mveGerry Schmitz24-Jan-22 17:15 
GeneralRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Starwer24-Jan-22 20:58
Starwer24-Jan-22 20:58 
GeneralRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Gerry Schmitz24-Jan-22 22:26
mveGerry Schmitz24-Jan-22 22:26 
GeneralRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Starwer25-Jan-22 8:56
Starwer25-Jan-22 8:56 
AnswerRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Richard Deeming25-Jan-22 22:51
mveRichard Deeming25-Jan-22 22:51 
GeneralRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Starwer26-Jan-22 10:10
Starwer26-Jan-22 10:10 
GeneralRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Gerry Schmitz27-Jan-22 7:33
mveGerry Schmitz27-Jan-22 7:33 
GeneralRe: Converting a byte[] to a ImageSource means huge memory leak Pin
Starwer27-Jan-22 21:29
Starwer27-Jan-22 21:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.