WPF Custom Controls Part 5 – custom Scroll Bar
נתחיל בקריאה של הפוסט הקודם שלי כאן . לא כי אני מפרסם את עצמי.. אני מתבסס על ידע שמוצג שם. מה שנרצה לעשות הפעם זה "ללכת עם אבל להרגיש בלי" ננסה להגדיר ScrollBar משלנו ונגדיר קודם מה המטרה שלי. אני רוצה LineScrollBar שזה אומר , שיגלול ... המשך לקרוא>
Uriel99 , 05-14-2013 11:42
WPF Custom Controls - ScrollViewer & ScrollBar
אני ממשיך במדריך זה ונכנס לחלקים נוספים בעולם ה ,custom Controls בפוסט הבא נראה איך בונים Scroll Bar עם תוספת לוגיקה/התנהגות משלנו.אבל כדי להבין מיהם השחקנים במגרש נצטרך (לצערי) לבצע סקירה על שני הפקדים והצורה הבסיסית שבה הם פועלים ועל זההפוסט ... המשך לקרוא>
Uriel99 , 05-07-2013 15:18
XAML as DSL
About 3 years ago, when .NET 4 and Visual Studio 2010 were just released, I’ve blogged (part 1, part 2) about the changes that took XAML from its WPF inception to the System.Xaml namespace and System.Xaml.Dll assembly, to be available more generally ... המשך לקרוא>
pavely , 05-05-2013 16:14
Send to mail, sql query result as csv file
התקבשתי לפתח תוכנה קטה שתדע להריץ שאילתא בבסיס נתונים, לקבל את התוצאה ולשלוח אותה במייל כקובץ csv. מייד נכתוב אותה יחד. ( ניתן להוריד קבצי מקור – כאן לא נראה את כל הקוד, רק את החלקים החשובים).   למעשה הפתרון שלנו יהיה מורכב משלושה פרוייקטים ... המשך לקרוא>
Shlomo , 04-19-2013 3:26
Animated GIF image in WPF
GIF image is a special format (Graphics Interchange Format) of image, it is actually a series of photos, that repeat in circle over and over what make them into animation, until here its great, the challenge is implement gif image as resource ... המשך לקרוא>
Uriel99 , 04-19-2013 0:05
WPF Image Source Dynamic Loading by Converter
You can change your image source for example inside DataGridCell using Simple Converter The converter getting enum Value as parameter and load Uri from your resources. public object Convert( object value, Type targetType, object parameter, System ... המשך לקרוא>
Uriel99 , 04-10-2013 15:35
Visual Studio 2012 Freeze in WPF project
It kind of bug and yet, even in update 2 of installation it happening. I am talking about real freezing and not for seconds, but for minutes. The reason for the problem is quite simple , visual studio contains part who called Xaml UI Designer ... המשך לקרוא>
Uriel99 , 04-10-2013 2:56
WPF Enum to Color Converter
You have an Enum who present some value. In case you would like to use it to transfer it for visual element as Color you just need to use Value Converter like this one: public class SystemOverviewStatusToColorConverter : IValueConverter { public ... המשך לקרוא>
Uriel99 , 04-04-2013 6:32
Blend Behaviors + DependencyPropertyDescriptor = Memory Leak
In the past couple of weeks, I was taking part in a focused effort to find and fix memory-related issues in one of my client's applications. In this post I want to write about a specific type of memory leak that I found more than once, which ... המשך לקרוא>
Levi Moshe , 03-14-2013 8:37
WPF – flat style Tab control
before: after: In WPF everything is possible especially in design issues , Tab-Control is one of best simple-Multi-functionality Controls, and his basic purpose is to separate User interface abilities to more convenience inner controls ordered ... המשך לקרוא>
Uriel99 , 02-24-2013 1:50
Page 1 of 81 (807 items) 1 2 3 4 5 Next > ... Last »