Forum: C++ Dec 18th, 2007 |
| Replies: 0 Views: 1,203 hi all,
I am using ORCA to validate the product key in C# 2005 windows application.
i am using the following C++ code in a dll to be added to the MSI for validation.
UINT __stdcall... |
Forum: C# Nov 27th, 2007 |
| Replies: 2 Views: 2,598 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,213 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,273 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: 3,977 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: XML, XSLT and XPATH Oct 9th, 2007 |
| Replies: 1 Views: 4,916 hi guys,
i solved it by myself. for everybody's reference,
iter1 = iterator.Current.SelectChildren("content", "http://tools.search.yahoo.com/mrss/");
i need to include the namespace URI in... |
Forum: C# Oct 9th, 2007 |
| Replies: 3 Views: 680 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: XML, XSLT and XPATH Oct 9th, 2007 |
| Replies: 1 Views: 4,916 hi all,
i have the following xml file.
<rss version="2.0" xmlns:media="http://tools.search.yahoo.com/mrss/" >
<channel>
<title>SWF media</title>
<link>http://www.blogdigger.com/media/</link>... |
Forum: C# Oct 4th, 2007 |
| Replies: 3 Views: 4,601 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: 519 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,667 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,391 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,391 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,156 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,462 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,156 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,462 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,955 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,917 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: 902 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,437 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">... |
Forum: ASP.NET Aug 17th, 2007 |
| Replies: 0 Views: 590 hi all,
On the top 100 pages of a site I would like to add a list of pages that people who visited that page had also visited during their visit.
i will at the maximum post 5 links that was... |
Forum: ASP.NET Dec 26th, 2006 |
| Replies: 1 Views: 1,073 hi all,
I am working on a project where i need to extract all the rss feeds in a given url.Also i need to give a alert whenever a new feed is added in the rss file.
I am able to extract all... |
Forum: ASP.NET Dec 5th, 2006 |
| Replies: 1 Views: 6,107 hi raju,
If you want to move the file from one directory to another within the same client machine,try using the move method of the directory class.
use system.io namespace and use the... |
Forum: ASP.NET Nov 23rd, 2006 |
| Replies: 5 Views: 5,849 Hi,
Go to Control panels -> Administrative tools -> Internet information services, and browse to your application folder. right click it -> properties -> directory security tab -> click the upper... |
Forum: ASP.NET Nov 22nd, 2006 |
| Replies: 5 Views: 5,849 hi,
I am not sure why u r being prompted for userid and password in mozilla.see if authentication mode is set on in the options for mozilla
and try again.
Thanks and regards
Exelio:) |
Forum: ASP.NET Nov 22nd, 2006 |
| Replies: 5 Views: 5,849 hi,
I had the same problem as u had. i reinstalled my IIS and it worked fine. Also for the error,
"unable to start debugging on the web server. access is denied"
after u reinstall the IIS,... |
Forum: ASP.NET Nov 17th, 2006 |
| Replies: 0 Views: 2,523 Hi,
Can someone tell me how to put one page in frame from
event in another frame.
There is a frameset on the page with 2 frames (top
bottom) I have a paging done in top frame and when i... |
Forum: ASP.NET Nov 16th, 2006 |
| Replies: 0 Views: 1,365 hi,
I am creating a rss feed for a blog site. I am able to create the rss(XML file).
I would want to implement paging in the xml file created. say i would like to display only 5 items per... |
Forum: ASP.NET Nov 14th, 2006 |
| Replies: 0 Views: 1,049 hi guys,
I am creating a blog site.I need to create a rss feed for the same.
I am able to create a rss feed it.but i would like to know how to read the rss file in asp.net.
Thanks and... |
Forum: ASP.NET Nov 9th, 2006 |
| Replies: 5 Views: 2,070 hi,
Really thanks for ur responses especially to tgree.
After i resize the images, they are displayed with correct resolution.
But i need to tilt the images to a certain angle and once i do... |
Forum: ASP.NET Nov 8th, 2006 |
| Replies: 1 Views: 4,251 hi,
I have a text element which needs to be rotated at 90 degrees.
i put the text in a div layer and used the following code to rotate,
... |
Forum: ASP.NET Nov 8th, 2006 |
| Replies: 5 Views: 2,070 hi,
I am doing an application which displays images dynamically.i have resized the images to fit to the screen.
Now when i display the images, the images seems to be pixelized.
There are... |
Forum: ASP.NET Oct 26th, 2006 |
| Replies: 3 Views: 2,270 hi,
Really thx for help.
I tried using ASP.NET and it worked fine. But i have a doubt.Is there no option in javascript by which i can do the same.
Like draw an empty image and set the text... |
Forum: ASP.NET Oct 24th, 2006 |
| Replies: 3 Views: 2,270 hi guys,
I need to create an image with a plain background and a color.and in that ,i need to bind a text and an logo.
The text and the logo(a jpg file) are dynamic.
How can i do this in... |
Forum: ASP.NET Sep 30th, 2006 |
| Replies: 4 Views: 6,263 hi kathy,
There is an error in ur code if u notice.
System.Data.SqlClient.SqlDataAdapter SqlCmd=new System.Data.SqlClient.SqlDataAdapter("Select * From Person Where Username='" +... |
Forum: ASP.NET Sep 26th, 2006 |
| Replies: 2 Views: 1,461 hi,
I need to select a directory using asp.net.Using the file control will select the files from the directory.But i need the user to select the directory itself in which he wants to save the... |
Forum: VB.NET Sep 25th, 2006 |
| Replies: 5 Views: 8,700 hi seth,
I have tried the same coding with access too and i dont seem to have a problem.
Check ur provider path again.
Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Registry Path=;Jet... |
Forum: ASP.NET Sep 20th, 2006 |
| Replies: 1 Views: 3,101 hi all,
I need to create a zip file which can hold atleast 50 images.I have searched in net and found that there is a component which can help me with this.
But i dont want to use a free... |
Forum: VB.NET Sep 20th, 2006 |
| Replies: 1 Views: 1,271 hi sunil,
To create a webservice, |