| Thread | Last Post | Replies |
|
| WHat is the Directory? | 29 Dec 2005 12:56 GMT | 5 |
I have created a "DLL LIB" in c# that I use in several ".EXE" projects. But I need to know where this DLL fil is located on disk from inside my DLL, NOT where the EXE file is located.
|
| How can i detect TCP/Ip pcaketsin cSharp | 29 Dec 2005 11:53 GMT | 5 |
I am new in Netwrok porgraming in cSharp.how can i detect Tcp/Ip packet in c#.Net.Any body knows please tell me, what are the interfaces or classes are supported regrading on TCP/IP packets.Please tell me any website refrences
|
| DirectX Redistributable Files For .NET | 29 Dec 2005 11:07 GMT | 2 |
We have a program written in C# which uses Microsoft.DirectX.DirectPlay. The program seems to work fine on the computer with which it was written, but when it is the matter of running it on another computer (with Win XP sp2, DirectX 9.0b installed before installing .NET framework ...
|
| Listening for dialog box from another program | 29 Dec 2005 10:59 GMT | 4 |
I am trying to make a program that times how long it takes to do something in another program. Is there away to make my timer program listen for a dialog box to open on the other program and then perform some functions in my timer program? I do not have the source code for
|
| Reflection on Web Proxy Object | 29 Dec 2005 10:57 GMT | 1 |
I am writting an application in which without running the code I want to know whether WebServiceA is calling WebSerbiceB ? or any other WebService or any other reference. In case of class Library I can get the information using Reflection.
|
| Create instance of a class not defined in my code - Urgent | 29 Dec 2005 10:03 GMT | 1 |
For a class (let's call it Config ) not defined/known in my code, I want create an instance. Specifically, something like: Config config = (Config)serializer.Deserialize(stream); Which parameters does the function need and how to use Reflection
|
| Need Help with regular expression | 29 Dec 2005 09:12 GMT | 2 |
i'm looking for a RegEx which can find these type of string from the bunch of html lines. if any one can help me here, would be appriciated. <a href="/url?sa=p&pref=ig&pval=2&q=http://www.google.co.in/ig%3Fhl%3Den"
|
| Traversing XML or Hash table Which is fast | 29 Dec 2005 07:31 GMT | 2 |
can any one tell me which is fast traversing a XML file or a hash file is fast, i got few few field names and values in XML which i will use to retrieve. I can use Hash File also to do the same operation, Can any one tell me which is faster.
|
| Replacing escape character? | 29 Dec 2005 07:27 GMT | 2 |
I have a string with the following XML and need to remove all of the back slashes "<ROOT><Person PersonId=\"56102\" /><Person PersonId=\"56104\" /><Person PersonId=\"71266\" /></ROOT>"
|
| locking objects | 29 Dec 2005 07:13 GMT | 8 |
Suppose I have a method (MethodA()) and I do some data access in it (e.g. get results from DB SPs on some select query). This method is fired via a event (say button click). Now if I keep on clicking the button and MethodA() is kept on called what happen to the calls that are ...
|
| Adding custom control in DataGrid | 29 Dec 2005 05:24 GMT | 2 |
I would like to display a Checkbox and a string value in each cell of DataGrid. I am trying to bind it with Custom user control consist of a Textbox and a check box. The size of DataGrid (both rows and columns) are not of fixed size. I am using Visual Studio 2002/2003 IDE for ...
|
| Multithreading - Accessing Object | 29 Dec 2005 04:23 GMT | 4 |
An object 'X' is created inside a thread by object 'A'. The functionality of object 'X' is used only inside that thread. Inside the thread procedure, the object 'X's methods are called. That object has a Dispose method that needs to be called.
|
| Using multiple RegexOptions | 29 Dec 2005 03:00 GMT | 1 |
I have a quick question, I would like to use multiple RegexOptions like RegexOptions.SingleLine and RegexOptions.IgnoreCase at the same time, but I haven't been able to find any resource telling how to get the syntax correct to make it happen.
|
| How to prevent code from being executed by the Designer? | 29 Dec 2005 02:51 GMT | 7 |
How can I prevent a few lines of code contained in the constructor of a Form from being executed by the Designer? Thanks, Fabio
|
| currentcell backcolor | 29 Dec 2005 02:01 GMT | 1 |
I have a datagrid & a datatable, and when I use the mousemove event, I run into trouble. private void dgMouseMove(object sender, System.Windows.Forms.MouseEventArgs e) {
|