| Thread | Last Post | Replies |
|
| Remote folder (and files) | 24 Jul 2007 20:07 GMT | 1 |
i need that my application share a remote folder/files to an other one. I would like to know any suggetsion how can i do (if it is possibile). Maybe can i use TreeView control and i have to use it by remoting? Or i have to build a whole new protocol via tcp/ip between 2 application ...
|
| Web service - Large dataset problem | 24 Jul 2007 15:56 GMT | 3 |
I have a web service that is up and running. I query a central database on the client side and pass the DataSet to the webservice. It works fine for small datasets. When I try to call a webmethod on that webservice for a large dataset (A table with 300,000 rows), I get the
|
| Is there a way to request an update to a MS article? | 24 Jul 2007 15:21 GMT | 1 |
Microsoft Articles. Is there a way to request an update to an article. http://msdn2.microsoft.com/en-us/library/ms978496.aspx That was a 1.1 article, I'd like to see an update for 2.0 (esp adding
|
| How to install Language packs in Vista? | 24 Jul 2007 13:35 GMT | 1 |
When I installed the language pack, the setup program shows a message that "You must use add/remove windows features to install the language pack". But in the "add/remove windows features" I can not find language packs, when I chosen to install all the items of .NET Framework 3.0, ...
|
| windows xp shutting down | 24 Jul 2007 06:39 GMT | 1 |
My pc shuts down by itself while in use whether online or playing games, or on MSN etc. We have to leave it for 5 or 10 minutes before we can switch it on again. There is no set time pattern when in use- it can happen at any time! Please help. Been doing this for well over a year ...
|
| Clicking a Button in IE using C# | 24 Jul 2007 00:14 GMT | 2 |
I am a bit new to the dot Net Framework. I want to know if it is possible to click a button in Internet Explorer using C#. I know that we can start an instance of IE using System.Diagnostics.Process.Start("http://www.yahoo.com/");
|
| Exception when closing threaded splash screen using Invoke | 23 Jul 2007 23:48 GMT | 1 |
I have an application that seems to crash upon startup in isolated situations (double clicking an associated file). I looked into it a little bit and noticed it was getting to the point where it was closing a splash screen that the problem occurred.
|
| Trust Listen port in the window service | 23 Jul 2007 22:51 GMT | 3 |
I am not sure that what I want to know is a big problem, but ... I created windows service which listen internet connection to some port. Everythings ok, but windows firewall denyed any connection to this. Can somebody tell me what should I do please?
|
| Checking against null in generic code | 23 Jul 2007 19:33 GMT | 5 |
How to check if a value of generic type is null f it is not known if it is a reference type or simple type. Lets look at the example: class Test<Type1, Type2> where Type1 : IEnumerable<Type2>
|
| Multiple Base Classes in .Net | 23 Jul 2007 19:16 GMT | 9 |
Appologies for starting a separate thread with the same name, but I don't seem to be able to reply to the other thread without crashing my newsreader(Omea pro). Anyway.. to the point....
|
| Visual studio crash on stopping debug multithead app | 23 Jul 2007 16:57 GMT | 3 |
have some one with same experience?
|
| Regex search: advanced search range settings? | 23 Jul 2007 13:02 GMT | 3 |
I'm using .NET 2.0. I need (for performance reasons) to restrict Regex searches to a certain portion of a large string. The Regex.Match functions allow me to input the beginning and ending position of the search. However, what I need is to find
|
| Add a DLL into GAC, but fail to find it from reference windows of Visual Studio. | 22 Jul 2007 16:33 GMT | 1 |
I have a C# library project. I've built a strong named DLL, then add it into GAC via gacutil /i XXX.dll. After adding it, I can see it in gacutil /l. But I fail to find it in reference window in Visual Studio. What is problem?
|
| Read Write to file or console | 22 Jul 2007 10:57 GMT | 3 |
How come line 1 will output garbage to the screen, but line 2 will output a good number to a file? How can I make line 1 out put a good number to the screen String* dayStr = System::DateTime::Now.ToString("dd"); Int32 dayInt = System::Int32::Parse(dayStr);
|
| Web based timesheet application | 21 Jul 2007 16:53 GMT | 1 |
http://www.livetecs.com TimeLive Web Collaboration Suite is an integrated suite that allows you to manage project life cycle including tasks, issues, bugs, timesheet, expense, attendance.
|