16,002,251 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by JOE Heart Under Blade (Top 31 by date)
JOE Heart Under Blade
7-Mar-16 22:23pm
View
tq very much bro, you always come up with a better solution every time i ask a question. take my 5 bro. tq very much.
JOE Heart Under Blade
7-Mar-16 22:22pm
View
tq very much for remind me about that, yeah that's true, it's a 2000. tq very much.
JOE Heart Under Blade
21-Mar-15 1:41am
View
haha.. thanks for the tips... it's great.
JOE Heart Under Blade
20-Mar-15 5:04am
View
why the formula like this TotalPrice = BasePrice * 1.06?
not like this TotalPrice = BasePrice * 0.06?
JOE Heart Under Blade
15-Mar-15 23:10pm
View
yeah that is my last option actually, so i just ask here 1st before do the last option. maybe someone outside they got an others option. because i know codeproject is the best reference site. anyway thank you bro.
JOE Heart Under Blade
7-Mar-15 1:20am
View
thank you sir. for sure for that
JOE Heart Under Blade
6-Mar-15 23:52pm
View
Sergey Alexandrovich Kryukov... Thank you very much sir.
u know what. every time i ask a question u always help me out to solve my problem here. thank you very much sir. it's solve my problem.
JOE Heart Under Blade
6-Mar-15 23:20pm
View
Reason for my vote of 5 \n wow... Great!!! this is what i am looking for bro... thank you!
JOE Heart Under Blade
6-Mar-15 22:10pm
View
Deleted
This is my xaml code sir. Thank you
<usercontrol x:class="UserRoleTreeViewUC"
="" 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:telerik="http://schemas.telerik.com/2008/xaml/presentation" xmlns:userrolemanagement="clr-namespace:UserRoleManagement" d:datacontext="{d:DesignInstance Type=userRoleManagement:UserRoleTreeViewVM,
IsDesignTimeCreatable=False}" d:designheight="259.271" d:designwidth="514.135" mc:ignorable="d">
<usercontrol.resources>
<datatemplate x:key="TreeContent">
<textblock text="{Binding Title}">
<hierarchicaldatatemplate x:key="SubTree"
="" itemtemplate="{StaticResource TreeContent}" itemssource="{Binding SubModules}">
<textblock fontweight="Medium" text="{Binding Title}">
<Style x:Key="ExpanderStyle" TargetType="{x:Type ToggleButton}">
<setter property="IsEnabled" value="True">
<setter property="IsTabStop" value="False">
<setter property="Cursor" value="Hand">
<setter property="Template">
<setter.value>
<controltemplate targettype="{x:Type ToggleButton}">
<grid>
<grid x:name="ButtonOver"
="" width="16" height="16" margin="0,4,0,0" horizontalalignment="Right" verticalalignment="Top" opacity="0">
<rectangle width="Auto"
="" height="Auto" horizontalalignment="Stretch" verticalalignment="Stretch" radiusx="3" radiusy="3" stroke="DeepPink">
<rectangle.fill>
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
<gradientstop offset="0" color="#FF00BCFF">
<gradientstop offset="1" color="#FF027BA6">
<gradientstop offset="0.5" color="#FF00A5E0">
<gradientstop offset="0.501" color="#FF005674">
</LinearGradientBrush>
<rectangle x:name="CollapsedVisualOver"
="" width="2" height="8" margin="7,4,0,0" horizontalalignment="Left" verticalalignment="Top" fill="#FFFFFFFF" radiusx="0" radiusy="0">
JOE Heart Under Blade
6-Mar-15 22:08pm
View
Deleted
This is my xaml code sir. Thnak You
<usercontrol x:class="UserRoleTreeViewUC"
="" 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:telerik="http://schemas.telerik.com/2008/xaml/presentation" xmlns:userrolemanagement="clr-namespace:UserRoleManagement" d:datacontext="{d:DesignInstance Type=userRoleManagement:UserRoleTreeViewVM,
IsDesignTimeCreatable=False}" d:designheight="259.271" d:designwidth="514.135" mc:ignorable="d">
<usercontrol.resources>
<datatemplate x:key="TreeContent">
<textblock text="{Binding Title}">
<hierarchicaldatatemplate x:key="SubTree"
="" itemtemplate="{StaticResource TreeContent}" itemssource="{Binding SubModules}">
<textblock fontweight="Medium" text="{Binding Title}">
<Style x:Key="ExpanderStyle" TargetType="{x:Type ToggleButton}">
<setter property="IsEnabled" value="True">
<setter property="IsTabStop" value="False">
<setter property="Cursor" value="Hand">
<setter property="Template">
<setter.value>
<controltemplate targettype="{x:Type ToggleButton}">
<grid>
<grid x:name="ButtonOver"
="" width="16" height="16" margin="0,4,0,0" horizontalalignment="Right" verticalalignment="Top" opacity="0">
<rectangle width="Auto"
="" height="Auto" horizontalalignment="Stretch" verticalalignment="Stretch" radiusx="3" radiusy="3" stroke="DeepPink">
<rectangle.fill>
<LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
<gradientstop offset="0" color="#FF00BCFF">
<gradientstop offset="1" color="#FF027BA6">
<gradientstop offset="0.5" color="#FF00A5E0">
<gradientstop offset="0.501" color="#FF005674">
</LinearGradientBrush>
<rectangle x:name="CollapsedVisualOver"
="" width="2" height="8" margin="7,4,0,0" horizontalalignment="Left" verticalalignment="Top" fill="#FFFFFFFF" radiusx="0" radiusy="0">
JOE Heart Under Blade
21-Feb-15 0:49am
View
i don't get it. why the size during runtime didn't follow like the value that we already set in xaml?
JOE Heart Under Blade
19-Mar-14 21:07pm
View
actually i m doing a project using vb6.0 vb.net2008 and vb.net 2010. to do the comparison and choose the best one. we cannot say "the worst project i ever done is using vb.60"
thank you guys :)
JOE Heart Under Blade
19-Mar-14 21:01pm
View
Mr.Chill60
u knw what?
thanks you very much bro. it's really work!
i am really really Appreciate it bro..
positive thinking always make u become a positive person with positive answer!
thank you very much!
JOE Heart Under Blade
18-Mar-14 21:18pm
View
thanks for your solution. i already register the vbalSGrid6.ocx on my machine, but the result is same. still giving me that kind of error. any others solution sir?
thanks.
JOE Heart Under Blade
7-Feb-14 19:49pm
View
it's display like this "An Error are occurred during restore.detail:errorkind"
JOE Heart Under Blade
9-Jan-14 1:14am
View
Reason for my vote of 5 \n nice
JOE Heart Under Blade
15-Dec-13 22:46pm
View
Reason for my vote of 5 \n this i great!
JOE Heart Under Blade
13-Dec-13 22:25pm
View
did you mean that your background image slide show like a content as your webpage content? the background image didn't run as a background during runtime but run as content in the webpage?
JOE Heart Under Blade
12-Dec-13 20:32pm
View
sir, i got two function who doing different process. but i want to execute this function at the sametime. it is possible the background worker can run two process at the same time and each of the function doesn't have any connection? how?
JOE Heart Under Blade
10-Dec-13 19:56pm
View
sorry sir.. i got what do u mean... actually i want to add data of 2 rows, not column. sorry my mistake. is this condition can use in my case?
JOE Heart Under Blade
22-Nov-13 20:04pm
View
Reason for my vote of 5 \n great.
JOE Heart Under Blade
15-Nov-13 0:23am
View
thank you very much sir... i got what do you mean and i have try it out and i think is similar to the MDI doing.
thank u.
JOE Heart Under Blade
14-Nov-13 20:54pm
View
thanks for the advice sir...
so if i want to develope my project, what is the proper way i use if i reject using MDI?
JOE Heart Under Blade
11-Oct-13 0:09am
View
THANKS VERY MUCH TNTINMN...
ur post is really helping me out bro....
thanks again... :)
i just solve this matters after read ur comment.
thanks...
JOE Heart Under Blade
17-Sep-13 4:16am
View
the reason why my vote of 5 is...
this is what i m looking for....tq.
JOE Heart Under Blade
20-Jun-13 7:32am
View
try to change the port become 4370. i use the same sdk with u and it's working fine.the port automatically set to 4370.
JOE Heart Under Blade
20-Jun-13 7:30am
View
i use the same sdk also... and the port is same with u vikashgohil.... 4370.
JOE Heart Under Blade
29-Apr-13 21:16pm
View
post some example of ur code so everyone can see it and i'll give u some solution...
JOE Heart Under Blade
21-Apr-13 23:40pm
View
i just do like this. and it's working...
Sub DGatt_CellFormatting(ByVal sender As Object, _
ByVal e As DataGridViewCellFormattingEventArgs) _
Handles DGatt.CellFormatting
If e.Value IsNot Nothing Then
With Me.DGatt.Rows(e.RowIndex).Cells(e.ColumnIndex)
If e.Value.Equals("Record Not Found") Then
.Style.BackColor = Color.Yellow
.ToolTipText = "No record founded in this cell"
End If
End With
End If
End Sub
thanks very much...
JOE Heart Under Blade
21-Apr-13 21:45pm
View
tq very much for give an solution... i never use this function before... but it's really work... tq very much...
JOE Heart Under Blade
17-Apr-13 20:56pm
View
this is winforms... tq
Show More