User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 397,861 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,475 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 57
Search took 0.01 seconds.
Posts Made By: Exelio
Forum: C++ Dec 18th, 2007
Replies: 0
Views: 557
Posted By Exelio
Help regarding MSI Serial Key Validation

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: 1,099
Posted By Exelio
Help Wrapping a text in Textbox

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: 761
Posted By Exelio
Help regarding FileSystemWatcher

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 written...
Forum: C# Oct 17th, 2007
Replies: 1
Views: 2,353
Posted By Exelio
Question Help regarding thumbnail images in listview

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, i...
Forum: C# Oct 11th, 2007
Replies: 1
Views: 1,632
Posted By Exelio
Question Wrap a text in listview

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: 2,313
Posted By Exelio
Solution Re: Xpath navigation in xml file

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 the...
Forum: C# Oct 9th, 2007
Replies: 3
Views: 422
Posted By Exelio
Re: new .net developer

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: 2,313
Posted By Exelio
Xpath navigation in xml file

hi all,
i have the following xml file.

<rss version="2.0" xmlns:media="http://tools.search.yahoo.com/mrss/" >
<channel>
<title>SWF...
Forum: C# Oct 4th, 2007
Replies: 3
Views: 1,343
Posted By Exelio
Re: Window Timer in a new Thread

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 help...
Forum: C# Oct 4th, 2007
Replies: 1
Views: 279
Posted By Exelio
Re: help

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,
http://www.developerfusion.co.uk/show/1021/

Hope...
Forum: C# Oct 3rd, 2007
Replies: 2
Views: 3,452
Posted By Exelio
Question Regarding images in button column of datagridview

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: 1,238
Posted By Exelio
Re: Database Connection

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: 1,238
Posted By Exelio
Re: Database Connection

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: 1,109
Posted By Exelio
Re: Regarding regular expressions

hi,

Ofcourse that makes the difference, thanks a lot.its working now.

Thanks again

Regards

Exelio
Forum: C# Sep 29th, 2007
Replies: 1
Views: 2,625
Posted By Exelio
Solution Re: Help regarding cell click event in datagridview

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: 1,109
Posted By Exelio
Regarding regular expressions

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 never...
Forum: C# Sep 28th, 2007
Replies: 1
Views: 2,625
Posted By Exelio
Question Help regarding cell click event in datagridview

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>
...
Forum: C# Sep 28th, 2007
Replies: 0
Views: 1,395
Posted By Exelio
Question Help regarding cell click event in datagridview

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>
...
Forum: C# Sep 24th, 2007
Replies: 5
Views: 1,808
Posted By Exelio
Re: DataGridView

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: 537
Posted By Exelio
Re: C# codes

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: 1,852
Posted By Exelio
Question Help regarding images in datagridview

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"...
Forum: ASP.NET Aug 17th, 2007
Replies: 0
Views: 316
Posted By Exelio
Help Help regarding recommendation engines

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: 596
Posted By Exelio
Finding updated rss feeds

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 the...
Forum: ASP.NET Dec 5th, 2006
Replies: 1
Views: 2,579
Posted By Exelio
Re: File rename and move

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 directory...
Forum: ASP.NET Nov 23rd, 2006
Replies: 5
Views: 3,543
Posted By Exelio
Re: problem with localhost

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: 3,543
Posted By Exelio
Re: problem with localhost

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: 3,543
Posted By Exelio
Re: problem with localhost

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, right...
Forum: ASP.NET Nov 17th, 2006
Replies: 0
Views: 1,852
Posted By Exelio
Frames in .NET

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 click
on...
Forum: ASP.NET Nov 16th, 2006
Replies: 0
Views: 942
Posted By Exelio
Help Paging in xml

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 page in...
Forum: ASP.NET Nov 14th, 2006
Replies: 0
Views: 794
Posted By Exelio
Creating rss feeds

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 regards
...
Forum: ASP.NET Nov 9th, 2006
Replies: 5
Views: 1,653
Posted By Exelio
Re: Reducing pixelization in images

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 that...
Forum: ASP.NET Nov 8th, 2006
Replies: 1
Views: 2,296
Posted By Exelio
Rotating a text using javascript

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: 1,653
Posted By Exelio
Reducing pixelization in images

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 more...
Forum: ASP.NET Oct 26th, 2006
Replies: 3
Views: 1,369
Posted By Exelio
Re: Creating Images dynamically in Javascript

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 and...
Forum: ASP.NET Oct 24th, 2006
Replies: 3
Views: 1,369
Posted By Exelio
Help Creating Images dynamically in Javascript

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: 3,928
Posted By Exelio
Re: Please help with login page code behind

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='" +
UserName.Text +...
Forum: ASP.NET Sep 26th, 2006
Replies: 2
Views: 888
Posted By Exelio
Help Selecting a directory

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: 4
Views: 4,564
Posted By Exelio
Re: data adapter update method won't work

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: 1,491
Posted By Exelio
creating zip files

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: 860
Posted By Exelio
Re: Webservice

hi sunil,

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

 
All times are GMT -4. The time now is 8:40 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC