| Thread | Last Post | Replies |
|
| PropertyGrid-Need HELP | 15 Jul 2005 09:40 GMT | 2 |
Im new to PropertyGrid . I dont know how to set the property of the object that is changed in the property grid . All that my form has relative to propertygrid is : propertygrid.SelectedObject=first; //object
|
| Component Services Explorer does not reflect changes! | 15 Jul 2005 06:59 GMT | 2 |
I have started using COM+ and cannot make Component Services Explorer refresh the changes I make via RegSvcs.exe from the command line. I have tried all the Refresh, and Refresh all Components, but in the end, to see the real configuraiton of the COM+ apps I am forced to shutdown ...
|
| Communication between appdomains | 15 Jul 2005 03:26 GMT | 5 |
I have the following situation: 2 appdomains that both use an assembly (DLL). There is important information in this DLL which can be modified at runtime by either appdomains. What I need is a mechanism so that I can notify one appdomain when the other has
|
| KNOW MI WAN IP WITH C# | 15 Jul 2005 02:58 GMT | 3 |
Hello evrybody, I have to implement a simple module that can retrieve my own ip adress but if i am behind a firewall i have to get my wan ip that's to say my external ip adress!!!
|
| Format of .NET assemblies | 15 Jul 2005 00:46 GMT | 8 |
I have few questions about the format of .NET assemblies: Are all .NET assemblies created in Portable Executable (PE) format only or is there any other format supported? If so, which format gives better performance?
|
| know my wan ip with c# | 15 Jul 2005 00:03 GMT | 1 |
Hello evrybody, I have to implement a simple module that can retrieve my own ip adress but if i am behind a firewall i have to get my wan ip that's to say my external ip adress!!!
|
| Features of C#.NET | 14 Jul 2005 23:00 GMT | 20 |
I am New to this group and concept too. Can anyone tell me about drawbacks of java overcomed by .NET
 Signature Regards,
|
| Cross AppDomain call overhead - Test Results | 14 Jul 2005 22:52 GMT | 1 |
After developing basic plug-in system I have put it to performance test. The general concept is two app domains one, the primary hosts main application, secondary runs plug-ins (dynamic assemblies pre-compiled or compile-on the first use)
|
| SerializationException with wrong dll version / PublicKeyToken | 14 Jul 2005 20:27 GMT | 2 |
I've made some .NET software in C#, existing of 2 appls and 2 dlls (let's call them: My.Crls.dll & My.Wrap.dll). I signed all (strong name) with keys and all seemed to work fine. All 2 apps and 2 dlls are always installed in the same directory.
|
| Thread class in Framework 2.0 | 14 Jul 2005 17:44 GMT | 3 |
In the .NET Framwrok 2.0 the methods Suspend(); Resume(); of the Thread Class are marked as Obsolete
|
| repeater question | 14 Jul 2005 16:51 GMT | 1 |
I want to set a unique id for each item in a repeater like this: <asp:repeater id=__theTabStrip runat="server" DataSource='<%# DataBinder.Eval(Container,"TabText") %>'> <ItemTemplate>
|
| Typed DataSet: "Cannot get value because it is DBNull": Why still using it? | 14 Jul 2005 16:34 GMT | 5 |
Something I don't understand about a Typed DataSet: When a value in the DataSet is DBNull, it throws this error: "Cannot get value because it is DBNull". But aren't Typed DataSets invented to make life easier, to be able to get to
|
| how to change the value of Request.ServerVariables["HTTP_REFERER"] on the ser ver? if not possible is there some way to change it by sending back javascript to the client and having the client automaticaly do something to change the value of Request.Server | 14 Jul 2005 15:24 GMT | 1 |
how to change the value of Request.ServerVariables["HTTP_REFERER"] on the ser ver? if not possible is there some way to change it by sending back javascript to the client and having the client automaticaly do something to change the value of Request.ServerVariables["HTTP_REFERER"] I ...
|
| Converting a C struct to C# for a P/Invoke call (struct in structs and unions) | 14 Jul 2005 13:10 GMT | 4 |
Hi, i want to make a call to a dll and I need to pass a pointer that then gets converted to a struct via the Marshal.PtrToStructure method. The thing is, the struct is a bit complicated.
|
| TcpClient work on emulator but fail in real PocketPC | 14 Jul 2005 12:56 GMT | 2 |
I am relatively new and recently wrote a application using C#, compact .net framework on Pocket PC. Everything works accordingly in emulator from Visual Studio .Net. It can connect to server and perform whatever logic according to my requests.
|