15,791,806 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 Python questions
View Java 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 nltd (Top 27 by date)
nltd
15-Oct-16 2:42am
View
Thank Foothill so much for your solution. :)
I tried your solution and i could display color of cell. But i cant update refresh when change during running.
private void btn_stop_Click(object sender, RoutedEventArgs e)
{
add_data();
}
I need click second, datagrid changes color cell.
Can you have a solution for me? Thank you so much!
Regards,
NLTD
nltd
23-Jun-16 2:41am
View
Thank you Richard! I created windowsformshost and used datagridview of windows form :(. although I also thank you so much. I will try the solution of you later. :D .
Best wishes,
Duong
nltd
15-Jun-16 22:23pm
View
Hello Richard, thank you so much for your solution.
I have recently used wpf, so i dont understand clearly. Now i only use xaml to design, then i process by code.
Can you explain more about how your doing it?
What the way different to me can use code? because i want to change cell of datagirdview follow timer.
Thank you again.
Best wishes,
Duong
nltd
28-Apr-16 0:43am
View
Hello Everybody,
I am doing a project, which need too display a file dxf. And i downloaded a project of Danilo Corallo and it is vr useful, interesting. But i want to get and display color origin of file dxf. Can i? Thank you so much.
nltd
4-Apr-16 3:37am
View
yes, i am sr i have just edited and taged again.
I used windows media:
WndMPlayer.URL = "";
WndMPlayer.Ctlcontrols.play();
That url is my trouble. When i have url, example: "http://mp3.zing.vn/bai-hat/Say-Something-A-Great-Big-World-Christina-Aguilera/ZW68FAE8.html". as in my question, I need to show the xml to find the audio file path. Then i play file audio. This is a bad way :(.
nltd
4-Apr-16 2:55am
View
Dear Afzaal Ahmad Zeeshan,
I feel very glad to receive your enthusiastic guide. But unfortunate for me. My project is a application windows form. :(. Do you have idea for it? plz tell me know. Thank you.
nltd
4-Apr-16 2:18am
View
Thank Afzaal Ahmad Zeeshan!
Can you tell me more about how the way use media streaming ?
nltd
11-Mar-16 4:08am
View
Thank you for your solution, Richard.
I made a windows media, which play file music off in my computer. But i want play a song when i have its link (play onl).
Do you have the idea for me?
Thank you again
nltd
16-Feb-16 22:57pm
View
:). Thank you for your answer . But i need convert it. Can you give me a solution? :(.
nltd
22-Dec-15 20:55pm
View
Thk BillWoodruff! dr is datatable of me. :D. dateEnd is a string, which in my database.
nltd
22-Dec-15 20:53pm
View
I want compare 2 date ex: date_now: 2015/12/23 and date_end: 23/12/2015. I convert string because i only want compare date not have time.
// I have still started begin learn programmer :). I look forward to learning from you, Tomas Takac :D.
nltd
22-Dec-15 4:59am
View
thank PopeDarren! Now i only want to compare 2 string, which have format datetime different. :)
And I was a beginner programmers so still have a lot be need to learn. Can you give me a solution ? plz.
nltd
22-Dec-15 4:51am
View
Hi! thank you so much. But my problem is not at SQL. I got date into SQL and i compared them then true. When both string datetime get into SQL, datetime.now have same format ( dd/MM/yyyy). But i set format datetime in my computer... it was wrong :(.
ex: i have
string date_now = "2015/12/22";
string date_end ="22/12/2015";
how way can i compare them?
nltd
22-Dec-15 4:07am
View
thank Tomas Takac! I tried but it not true. :(. If i set datetime format: dd/MM/yyyy all smoothly. But i am having datetime format: MM/dd/yyyy. :(.
nltd
11-Dec-15 1:57am
View
Thank all! i have done. maybe i am describe bad so you don't understand my question. I'm really sorry :).
nltd
11-Dec-15 1:24am
View
Hi Dave Kreskowiak! Yes, i know it not define "Scroll speed".I mean event mousewhell i can control values of trackbar. if <50 values reduce and increase fast(ex: trackbar.value +=4), >50 will slower (trackbar.value +=1). :).
nltd
10-Dec-15 23:50pm
View
Deleted
Yes, i tried, but i didnt done. Suvendu Shekhar Giri . Can you give a suggestion? :)
nltd
10-Nov-15 21:13pm
View
:). thank you! I read and know sql unrelated DefWndProc()but I can't explain why. when install sqll it not run exactly. Can you?
"You puzzle yourself and want to puzzle us". Not :(. I'm sorry if i make you misunderstood my mind. I am also learning programming so not be proficient and knowledgeable.
nltd
14-Oct-15 12:06pm
View
thank Richard, but i try it too error. :(. i run in win xp and have sql sever 2008.
nltd
15-Sep-15 0:04am
View
Thank my frd vr much :). i got it :D. i declared a list
List<Form> f_unicast = new List<Form>();
at button call form: i add form into list.
M_unicast.Show();
f_unicast.Add(M_unicast);
then i show
foreach (Form item in this.f_unicast)
{
Form _objectset = item;
if (_objectset.Tag != null)
{
if (_objectset.Tag.ToString() == ImageTag.ip)
{
_objectset.Show();
}
}
}
nltd
26-Aug-15 3:17am
View
thanks. :). I solved it
nltd
26-Aug-15 2:11am
View
But now i want my treeview can check only one node or check all.
i can, can't not? :-/
nltd
26-Aug-15 2:09am
View
^^ thank you :).
i tried:
private void treeView1_AfterCheck(object sender, TreeViewEventArgs e)
{
if (e.Node.Checked)
{
if (e.Node.Text == "check all")
{
if (treeView1.Nodes.Count > 0)
{
for (int i = 0; i < treeView1.Nodes.Count - 1; i++)
{
treeView1.Nodes[i].Checked = true;
foreach (TreeNode child in treeView1.Nodes[i].Nodes)
{
child.Checked = true;
}
}
}
}
}
}
nltd
26-Aug-15 2:08am
View
thank you. i have done it.
nltd
14-Aug-15 0:48am
View
:). thank you because of your comment. I used timer enable in form main, i want check status of IP. interval = 100;I do not have any other plans. i will research about "separate thread". But Can you be more specific about it? :(. i am new coder. still have so many things that I do not know.
nltd
7-Jul-15 2:23am
View
Thanks SA, the problem was solved. hope next time you can continue to give my comments.
nltd
6-Jul-15 22:54pm
View
Dear SA! Thank you, but i cant thinks over. :(.
ex: when i click button 2 times, i have 2 images. and i want can move speaker1 when i click it, and speaker2 also.
do you have a idea ? :)
Show More