| Thread | Last Post | Replies |
|
| Is the C# lock statement FIFO? (first come first serve) | 06 May 2004 02:09 GMT | 3 |
If I have the following code: object a = new object(); void DoSomething() {
|
| source control software | 06 May 2004 01:13 GMT | 3 |
Does anyone recommend a good source code control software other than Visual SourceSafe that integrates well with VS2003? One specific requirement we have is to require that comments be entered on an edited file before it can be checked in, which through our experience, VSS does not ...
|
| Problems with CPU usage | 06 May 2004 01:11 GMT | 4 |
We are developing applications in VB.Net which might be very CPU intensive. Our problem is that other applications running on the same machine is barely getting any processor resources at all. This is especially problematic when running our application on a terminal server. Other ...
|
| OpenFileDialog - MyDocument Problem. | 06 May 2004 01:01 GMT | 4 |
I am currently supporting one of the .Net application build with C# language. The application uses lots of delegates, in using the delegates the ShowDialog of the OpenDialogControl hangs the Application when users click on MyDocument button. If any body came across this issue or ...
|
| DataGrid control question | 05 May 2004 23:42 GMT | 3 |
Does anybody know how to set a cell as read only in DataGrid control. My situation is the cell editable/read only decided by another column's value on the same row. Thanks inadvance Christina
|
| creating .pdf files dynamically without 3rd party components | 05 May 2004 21:24 GMT | 2 |
Is there a way to save a page/some data(read variables) as a .pdf files without using 3rd party components? Any Sample code would be really helpful. Thanks in Advance.
|
| forum/discussion software | 05 May 2004 19:02 GMT | 1 |
I'm developing a community/discussion/collaboration/groupware/bulletin board type application which will be ASP.Net based, using RDBMS for persistence. I'm looking for any standard frameworks or toolkits that I could take advantage of, especially open source stuff. I can't re-use a ...
|
| sqldatareader not having a valid connection after db restarts? | 05 May 2004 18:58 GMT | 1 |
I have a business object (c#) running on an app server that talks to my sql server 2000 (2 separate physical machines). If sql server gets restarted (i.e. someone kicks the cord out of the wall on the db server and it needs to be restarted), the connections that IIS is ...
|
| batch file | 05 May 2004 18:10 GMT | 3 |
FOR /f "tokens=1-3 delims=/" %%a in ('date /t') do set vl=%%a%%b%%c md "%vl%" this would create a folder named Tue 05042004 how can i get rid of the "Tue " part?
|
| How to call a VB6 application from Windows Service Application | 05 May 2004 17:09 GMT | 3 |
I hope this is a right place to post my question I'm working on a Windows service application with VB.net. The purpose is to let the service application as a monitor to periodically check a launching flag file. If the flag was found the service will trigger to run a finance ...
|
| Programming with ever-changing formulas | 05 May 2004 16:50 GMT | 3 |
Has anyone had experience programming with functions or formulas that occasionally change? We're working on a pricing app and it would be straight-forward enough to build it with a known formula (price = a+b+c/d), but we
|
| Registering managed COM interop as LocalServer instead of InProc | 05 May 2004 15:18 GMT | 1 |
I have managed dll which I want to register as LocalServer, I am under the impression that using regasm is registering the COM component in InProc. Is there a way to register the COM components as LocalServer instead of InProc? Thanks,
|
| MSDN and paper towels | 05 May 2004 14:54 GMT | 1 |
It's the oddest thing... I bought some paper towels at Vons today and accidentally slid my MSDN card through the reader instead of my Vons card. It gave me a discount on paper towels. I'm going to try using the MSDN card to buy gas tomorrow. I'll let you know what happens ...
|
| Leaking ToolTips | 05 May 2004 14:35 GMT | 1 |
I'm working on a C# Windows Forms application that is leaking memory. I've been using the SciTech NetMem Profiler 2 (A really great tool, BTW) to track down leaks. I've found one related to ToolTips that I've been unable to fix.
|
| Open EventLog | 05 May 2004 14:11 GMT | 2 |
i have made an aplication, that uses Eventlog object, my problem is i need to open the eventlog in my aplication with all entrys how can i do this ? thks
|