| Thread | Last Post | Replies |
|
| Performance analysis | 06 Jan 2005 11:18 GMT | 5 |
my newly created application (a mixture of .net code and C++ Dlls) seems to soak a lot of processor time - even more than i expected. Now, there might be a bottleneck in my application but I can't figure out where. That's why I'm looking for a tool (doesn't matter if commercial or ...
|
| Dynamically generating an image then printing | 06 Jan 2005 10:06 GMT | 7 |
I am trying to create a "print preview" window for a web site using asp.net. I have got a long way down the road to the solution but the problem I have now is that the text and lines on the printed page are fuzzy. The following code sample will illustrate the point:
|
| Question regarding SQL CE and flash storage | 06 Jan 2005 09:01 GMT | 2 |
I am developing an application for PPC2003, and I want too put my SQL CE db on a flash card. But I'm a little concerned about flash lifetime! Most flash memory have a limit of 100.000 write/delete cycles, and I'm wondering if this could cause
|
| Overridable Scope | 06 Jan 2005 08:53 GMT | 2 |
Here is a good one!! A book I am reading on OOP states 'If any method is marked to allow overriding, the access can be changed by a derived class.'
|
| Delegates and Exceptions | 06 Jan 2005 07:45 GMT | 12 |
I have been experimenting with delegates and exceptions. I know that when an exception occurs on a separate thread it is saved and retrieved when EndInvoke is called, but why can't I rethrow it?
|
| Businessweek Makes Linux Torvalds one of the Top Managers of 2004 | 05 Jan 2005 22:56 GMT | 5 |
So much for Gates style management: http://www.businessweek.com/magazine/content/05_02/b3915628.htm
 Signature An artist is someone who produces things that
|
| Is there an easy way to copy a DataView (or even the DataGrid showing the DataView) to the Clipboard? | 05 Jan 2005 21:00 GMT | 4 |
I simply want to copy the DataView and paste it into an email. What's the best way to accomplish that? I could obviously write the XML to a string and copy the string, but that's "ugly" for an email. Thanks.
|
| Help! How to debug if only release version crashes... | 05 Jan 2005 20:54 GMT | 2 |
Hi, gurus, I am new with visual studio... I am trying to build a standalone C++ project by MS visual C++, the problem that I have is: if compile it as "Release" version, it crashes by a certain combination of the operations, while if
|
| Smalltalk | 05 Jan 2005 20:50 GMT | 8 |
I doubt this is the correct group to post this in, but since I couldn't find a better place, here goes. Smalltalk is a very mature, highly portable pure object language. From my view of it, it lacks the development and marketing support that a company
|
| Open Powerpoint Slide from a WinForm | 05 Jan 2005 20:44 GMT | 2 |
I have a VB.Net application and a PowerPoint presentation explaining how each form in the application works, etc.. I would like to select and display the slide appropriate for each form by pressing the F1 key. In other words, I want to use the powerpoint presentation for my help ...
|
| Guarding against old DLLs | 05 Jan 2005 20:23 GMT | 3 |
.NET applications look in the executable's directory (among other places) for any DLLs that it depends on. If an application finds an older version of a DLL than the one it was compiled against, does it exit gracefully or crash? And, is that check performed at startup, or will ...
|
| Windows 2003 Service | 05 Jan 2005 18:50 GMT | 2 |
Is there a specific process or permissions that must be granted to get a .NET (framework 1.4) Window Service to run properly on a Windows 2003 Server? I built a Windows Service to start two local programs (Putty and Pageant) located on a Win 2003 Server. The service installs but ...
|
| ASP.NET and Active Directory Authentication | 05 Jan 2005 18:07 GMT | 1 |
I'm trying to get an ASP.NET Application to work with Active Directory but not having much luck. On the MS Website I found this example : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/active_ directory_authentication_from_asp__net.asp
|
| MS Charts Problem | 05 Jan 2005 17:25 GMT | 6 |
I added the MS Chart COM object to my program and it seems to work fine. But when I installed the updated program on the client's machine the I get the following error message file or assembly name MSDATASRC was not found Can that be related to the fact that I have office 2002 and ...
|
| question about a phrase | 05 Jan 2005 17:09 GMT | 1 |
hey all, i was reading an article on Testing.Net Application Blocks and I came across a phrase in the article: White box testing
|