| Thread | Last Post | Replies |
|
| Is there a method like ScreenToWindow() function in C#? | 13 Sep 2004 22:41 GMT | 1 |
hi,all We know the rect.location represents the coordinate. For example, Rectangle rect = ListView.GetItemRect(0);, the coordinate is the coordinate in this ListView control, is there a easy way the get the correspoding coordinate
|
| Printing? | 13 Sep 2004 21:47 GMT | 1 |
Can someone give me some links for articles/tutorials on printing? I'm looking for a crash course. Language doesn't matter; I'm looking for concept.
|
| system.timers.timer for very large intervals | 13 Sep 2004 21:12 GMT | 3 |
I created system.timers.timer for very long interval from TimeSpan.MaxValue: myTimer = new System.Timers.Timer(TimeSpan.MaxValue.TotalMilliseconds) After calling Enable = true I have a ArgumentOutOfRangeException exception. I found out that timer internally uses System.Threading ...
|
| Accessing Web Service via sockets. Error -> | 13 Sep 2004 20:08 GMT | 1 |
I made Web Service (C#) and running it on my localhost (Win2000). It does work from IE and from C# client application. Now I'm trying to create application with Visual C++ 6 and get access to the same WebService. What VC++ application does is : get HTML page from the URL and print ...
|
| .NET application freeze | 13 Sep 2004 19:40 GMT | 1 |
I am currently working on a three tier Web application written by VB.NET for our company. This project is in the user testing stage. However, the application sometimes freeze and we cannot release it
|
| where is the infinite recurssion? | 13 Sep 2004 19:04 GMT | 8 |
this is the original dot net Region.GetRegionScans. i am experiencing StackOverflowException when i call it with a many-rectangle region. i am looking for the recurssion,
|
| Private members and reflection | 13 Sep 2004 18:32 GMT | 8 |
Is there any way to prevent a tool like Reflector (http://www.aisto.com/roeder/dotnet/) from reading and disassembling private members using reflection? I am aware of a suggestion posted here by Microsoft, stating that using
|
| GetCurrentDirectory() leads to error | 13 Sep 2004 18:16 GMT | 3 |
I have the following statements in my code: using namespace System::IO; . .
|
| When should I install .Net framework service packs...? | 13 Sep 2004 17:33 GMT | 1 |
Some new .Net framework service packs were just released and my system admins are asking if they should apply them. I'm inclined to tell them no, simply because you cannot fix something that is not broken. Now if it is a new application I'd say use the latest SP.. Any thoughts....? ...
|
| .Net2 metadata | 13 Sep 2004 17:08 GMT | 3 |
Where to take info that describe new metadata tables (GenericParam, GenericParamConstraint) and other changes? Any links. Thanks.
|
| ThreadPool & Application Domain, how to avoid deadlock | 13 Sep 2004 17:02 GMT | 1 |
Really, I need to know if threadpool is created for each application domain Is possible? Or is the threadpool one for the entire application process.? Thanks
|
| FileSystemWatcher.Created Event Question - Please look! | 13 Sep 2004 15:58 GMT | 3 |
I have the need to monitor a directory for the arrival of files and then to run some processing on those new files. This is easy enough conceptually, the problem I have is that I get an event to handle when the file is first created yet is not fully written to the disk yet. Is ...
|
| error instaling .Net Framework | 13 Sep 2004 15:40 GMT | 2 |
Im getting this erro when I try to install .Net Framework 1.1 Product: Microsoft .NET Framework 1.1 -- Internal Error 2908. {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A} How I resolve this !?
|
| Help with ASP.NET | 13 Sep 2004 14:14 GMT | 1 |
I have Win XP SP1 installed with ASP.NET B2 SDK . I try to run asp.net files ie .aspx but to no avail as the asp engine fails to recognise .aspx files (forget running ) but it runs .asp files fine . Can some one tell me what is wrong ?? Do i need to configure some more file s
|
| repeated data managment on listview control | 13 Sep 2004 14:12 GMT | 2 |
I have a problem using listview control. Well, I belive that this is not realy a problem, but it's consuming me precious time. Here is the scenario (an example of my problem). I have a SqlServer CE table named students that has 2 fields: students
|