| Thread | Last Post | Replies |
|
| TAPI in C# | 13 Mar 2005 10:22 GMT | 2 |
I could not locate a telephony API implementation in C# (.net) . I suppose I can use unmanaged DLLs or COM from C# but this will mean I will have to write C# wrappers around TAPI calls. I would rather not rewrite the entire thing.
|
| Checking whether "SomeString" is Directory or File... | 11 Mar 2005 22:46 GMT | 1 |
how can i find out, whether a given string specifies a Path or a file... System.IO.File.Exist(UnknownString) does not work for my application. i exactly need to know if the strng is a path or a file... But how the h*** can i find it out....
|
| "\n" does not work inside a textbox control class | 06 Mar 2005 23:08 GMT | 2 |
i am about to burst!!! how can i make my string break inside a textbox? i mean with a control charater like "\n", but it does not work! i have a string and i must set the wrap manuall, not controled by the wordwrap property of the textbox. as i alread said: "\n" does not work!
|
| Help - P2P connection in .Net - like Yahoo does for IM | 05 Mar 2005 17:06 GMT | 1 |
I want to develop p2p (peer-to-peer) communication connection for chat in .Net (Lang: c# - preferable) NOTE: if two LAN are behind their own router then also it should work as yahoo, msn messenger works.
|
| Adding a reference to a GAC registered assembly | 03 Mar 2005 16:38 GMT | 1 |
How do I add a reference to an assembly that is registered in the GAC? I have just signed the assembly with a strong-name and added it into the GAC and above to reference it from my web page. However, couldn't find it in the COM folder of the Add Reference option.
|
| Creating Strong-Name Assembly | 03 Mar 2005 09:53 GMT | 2 |
I have created a component using VB.NET and trying to register it in the GAC. To do that I tried to sign my assembly with a strong name and I encountered 2 problems. Problem 1:
|