Search Results

Showing results 1 to 40 of 57
Search took 0.01 seconds.
Search: Posts Made By: Exelio
Forum: C++ Dec 18th, 2007
Replies: 0
Views: 1,194
Posted By Exelio
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,552
Posted By Exelio
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,209
Posted By Exelio
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,169
Posted By Exelio
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,913
Posted By Exelio
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,861
Posted By Exelio
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: 677
Posted By Exelio
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,861
Posted By Exelio
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,470
Posted By Exelio
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: 515
Posted By Exelio
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,531
Posted By Exelio
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,367
Posted By Exelio
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,367
Posted By Exelio
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,136
Posted By Exelio
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,297
Posted By Exelio
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,136
Posted By Exelio
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,297
Posted By Exelio
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,949
Posted By Exelio
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,853
Posted By Exelio
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: 894
Posted By Exelio
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,345
Posted By Exelio
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: 585
Posted By Exelio
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,058
Posted By Exelio
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,001
Posted By Exelio
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,803
Posted By Exelio
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,803
Posted By Exelio
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,803
Posted By Exelio
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,510
Posted By Exelio
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,356
Posted By Exelio
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,044
Posted By Exelio
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,062
Posted By Exelio
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,192
Posted By Exelio
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,062
Posted By Exelio
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,242
Posted By Exelio
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,242
Posted By Exelio
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,214
Posted By Exelio
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,438
Posted By Exelio
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,605
Posted By Exelio
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,071
Posted By Exelio
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,260
Posted By Exelio
hi sunil,

To create a webservice,
Showing results 1 to 40 of 57

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC