Forum: C# Nov 27th, 2007 |
| Replies: 2 Views: 2,631 hi all,
I have a panel which contains a picturebox and two textboxes. in one of the textbox, some large content is to be displayed. this content is dynamic and i want the textbox to wrap the text... |
Forum: C# Nov 15th, 2007 |
| Replies: 0 Views: 1,221 hi all,
I need to monitor a folder (also for the subdirectories) for changes or renaming. i am trying to use the File system watcher control and has set the path of the directory.
i have... |
Forum: C# Oct 17th, 2007 |
| Replies: 1 Views: 6,344 hi all,
I am using a listview to display thumbnail of images with some text. i have used largeicon view to display them.
i have created the thumbnail images and its displayed. as in explorer,... |
Forum: C# Oct 11th, 2007 |
| Replies: 1 Views: 4,021 hi all,
how to wrap a text of a item to the next line of listview
if the length is too long?
i found in msdn that the labelwrap property works only if the view mode is set to largeicon or... |
Forum: C# Oct 9th, 2007 |
| Replies: 3 Views: 684 hi,
You may be new to .net development, but this is the basic work. a simple search in google will help you solve your problem.
nobody here is going to do homework for you. We have the most... |
Forum: C# Oct 4th, 2007 |
| Replies: 3 Views: 4,792 hi,
I am not sure whether i understood you fully. but a timer runs in a thread.
Why do you want to have a timer in a new thread?
could you please elaborate your requirement so that we can... |
Forum: C# Oct 4th, 2007 |
| Replies: 1 Views: 522 hi,
Check out this link.
http://www.thescripts.com/forum/thread227955.html
and also this.
the code is in vb. you can convert it to csharp as well,... |
Forum: C# Oct 3rd, 2007 |
| Replies: 2 Views: 8,765 hi all.
Is it possible to display an image in all buttons in a
datagridview(Windows Forms) button column? if yes,
can you help me how to do it?
Thank you,
Regards |
Forum: C# Oct 3rd, 2007 |
| Replies: 3 Views: 2,409 hi
You are welcome, please post the thread as solved.so that it can help someone.
Regards
Exelio |
Forum: C# Oct 3rd, 2007 |
| Replies: 3 Views: 2,409 hi,
In VS 2005, the ConfigurationSettings is obsolete. try using the following.
Add a reference to System.Configuration,
then in the code,
using System.Configuration;
string... |
Forum: C# Oct 3rd, 2007 |
| Replies: 2 Views: 2,179 hi,
Ofcourse that makes the difference, thanks a lot.its working now.
Thanks again
Regards
Exelio |
Forum: C# Sep 29th, 2007 |
| Replies: 1 Views: 8,565 thanks guys.i solved it myself.
for anybody's reference, i used beginedit(true) and endedit() methods within the cell click event to update the cell valyes.
Thanks again
Regards
Exelio |
Forum: C# Sep 29th, 2007 |
| Replies: 2 Views: 2,179 hi all,
I am working in a windows application. i have a text say for eg,
<img src="http://static.ibnlive.com/pix/sitepix/06_2007/kumaraswamy_cm90.jpg"
alt="BACKTRACKING? Kumaraswamy says he... |
Forum: C# Sep 28th, 2007 |
| Replies: 1 Views: 8,565 hi all,
I am using a datagridview to display contents of a xml file. say i have a xml file like this.
<xml version="1.0" encoding="UTF-8">
<maincategory>
<cat1>
<title>Category1</title>... |
Forum: C# Sep 28th, 2007 |
| Replies: 0 Views: 1,957 hi all,
I am using a datagridview to display contents of a xml file. say i have a xml file like this.
<xml version="1.0" encoding="UTF-8">
<maincategory>
<cat1>
<title>Category1</title>... |
Forum: C# Sep 24th, 2007 |
| Replies: 5 Views: 3,959 hi,
try using the SelectionChanged event of the datagridview. you can use arrow keys to navigate through the records and this event gets fired automatically.
Hope this helps.
Regards |
Forum: C# Sep 24th, 2007 |
| Replies: 3 Views: 907 Show codes for What?
If you could explain your problem clearly,people may help you out.
Thanks
Regards
Exelio |
Forum: C# Sep 24th, 2007 |
| Replies: 6 Views: 5,508 hi all,
i am trying to display a xml file in a datagridview.
i am using windows application with C#.
say for example, i have a xml file like this,
<xml version="1.0" encoding="UTF-8">... |