Ashish, I am using each side-by-side on a single machine without any negative side-effects. Regards, Randy ... From: Ashish Gupta<mailto:ashish_cal5@...>...
Randy Ynchausti <mailto:randy_ynchausti@...> wrote this on Monday, ... I get some stupid errors in crating a SETUP project in VS2003 Winform application....
In a message dated 29/07/2005 14:09:02 GMT Standard Time, ... Thanks Ian, The case is, I have a small form, that I am openinig it using a java script function...
Hi gopeekrishna,
have look thorugh this article..
http://blogs.msdn.com/csharpfaq/archive/2004/03/07/85562.aspx
On Fri, 29 Jul 2005 mgopikrishna_143...
Dear all i am using Active directory there is a function in the active directory called "ChangePassword" i activate it by invoke the function is successfull...
Hi Brian, Thanks alot for the help. Yes, it works much better and more efficient. P -- In CSharpNET@yahoogroups.com, "Newtz, Brian" <brian.newtz@b...> ... it ...
Hi I have been going through a few articles to achieve what I am trying to achieve, basically, trying to make the webpage cotents to resize in propotion with ...
Hi , I am using a control XtraGrid from DevExpress in this code.My question is specific to this control. Using the Xgrids designer, i have added two columns: ...
Dear Ashish Yes you can install the two version of the visual studio.. because each one works on a different version of the framework.. just choose two...
In a message dated 29/07/2005 14:09:02 GMT Standard Time, ... Good morning Ian even thought it's raining all over the UK:-) Thanks for your response. I am...
You can use ArrayList class with XtraGrid. I think the problem is that you are using Struct. In the XtraGrid documentation they show a sample that use ...
Hi John, It sounds like you're rebinding after a save and for some reason the data it is binding to does not reflect the change you've just made, possibly you ...
Hi Ali, Thanks for your reply. I have tried using a Class instead of a structure, but i still face the same problem. I had written to devexpress and they have...
Hey, I have a RichTextBox containing a string : "We live on planet earth. Let live." What I need to do is highlight all instances of "live" and "earth". Here...
Hi Ian, Thanks for your reply. Sorry if I didn't explain my issue in a correct way, but I think the case is completely the reverse to what you suggested, the...
Hi Any text box in a pop form in ASP.NET can only remember the value that was initially loaded with. Any new value or edited value in that box would not be...
Hello All, I have this following requirement, Every thing to be in .net and in C# platform 1. I want to create an application which should have a video clips,...
Investigate NTFS file permissions for a start. ... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of pp kum Sent: Monday, August...
I disagree with those sentences, I've used popups with that functionality with no problem at all, with text boxes or whatever, being posted back by a server...
Hello to all I m working on TAPI in c sharp ,can any body help me to povide links or examples or ebooks or any other important issuses (i.e classes in csharp...
Hi everyone! I'm building an aplication and I would like to use Octaga Player ActiveX in it (it is a viewer od X3D format which works with IE as a plugin)....
In a message dated 02/08/2005 20:46:53 GMT Standard Time, ... Hi Fer, thanks for your reply, and yes logically I didn't think it would make a difference, but I...
Thanks Dude!! This works gr8!! _____ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Debanjan Bhowmik Sent: Tuesday, August 02,...
Hi Please close and ignore this post. Thanks for your input and contribution, all of you were right in what you suggested. Regards. [Non-text portions of this...
John, The problem is that AFTER the save your code is rebinding to the old datasource, which hasn;t been updated. Also, why repost the same question with a...
Hi Guys, I'm having a brain meltdown... I'm sure this is something i've done before, but can't figure out how. I want an interface to have a static method, but...
Ian, Yes, you must be having a complete meltdown ;) Just as the compiler is telling you, you cannot have a static modifier in an interface. ~AND~ An interface...
Well that's what i thought.... but i know i've achieved what it is i am trying to achieve (admittedly, i think i may of done it without interfaces) and so i...