| Thread | Last Post | Replies |
|
| System Event | 06 Oct 2005 15:20 GMT | 2 |
When I write a program for event Log to check how many pages printed in my organization, I check print Event in System Event. My program works fine but when someone prints 2 or more copies in winword of the same document, the print event log shows only one page printed. See
|
| Changing execution privilege | 06 Oct 2005 15:20 GMT | 3 |
Hi U all. Any good ideas (examples) to solve following problem? I have a managed Web Applications using Windows authentication and running with current users privileges (impersonated). I would like to
|
| eof character in c# | 06 Oct 2005 14:50 GMT | 10 |
I am facing a weird issue. Here it goes: I am writing a c# app for a client with which I will read some data and generate a .dat file for them from that data. Then the client will read that .dat file and do something based on it's contents at their end. My
|
| .NET Framework 2.0.50727 | 06 Oct 2005 14:32 GMT | 5 |
Where can I download the .NET Framework (Redistributable or SDK) 2.0.50727? Or is it olny available to MSDN subscribers?
|
| Please if someone can help me !!! | 06 Oct 2005 13:32 GMT | 6 |
Please if someone can help me !!! I need client and server code(principle based on AJAX) for next problem: i have 3 <select> tags on html page.(it must be NO page reload(callback) only select(controles) regeneration !!!)
|
| Assembly binding / codebase redirect from GAC | 06 Oct 2005 08:12 GMT | 7 |
I am trying to prevent an assembly being loaded from GAC and instead want it loaded from the application's base directory. However, the assembly always gets loaded from GAC. How to have it loaded from the application directory? I read about the bindingRedirect trick in the NG, ...
|
| 360 .NET | 06 Oct 2005 07:53 GMT | 19 |
Can I develop in .NET for the Xbox 360 computer?
|
| top level exception handler behaves differently w/o debugger | 06 Oct 2005 03:33 GMT | 5 |
I've got the following code sample to reproduce my issue: Public Class Form1 Inherits System.Windows.Forms.Form Shared Sub main()
|
| DataGrid AddRow during ItemDataBound | 05 Oct 2005 21:15 GMT | 1 |
Relatively new to .NET so please bear with me... I'm making an ASP.NET web application and am using VB to code. I'll try to set the stage here... The class and property names are generic to make the question simpler. First off, I've got three classes:
|
| Free Copies of Visual Studio 2005 and SQL Server 2005 at Launch Tour | 05 Oct 2005 20:17 GMT | 8 |
Microsoft is posting that they will be giving away free versions of Visual Studio 2005 and SQL Server 2005 to every attendee at their launch event. Does anyone know the specifics on the versions they will be giving out???? Pro, enterprise, gasp.. express...
|
| change datagrid column width with code | 05 Oct 2005 20:11 GMT | 1 |
I have a .NET 1.1, C# desktop application. In this app, there is a window wherein I use the DataGrid control to display info for the user to edit. I then grab that data (which initially comes from an accumulator table) and call a stored procedure that places this data in a ...
|
| Are events threaded by default? | 05 Oct 2005 18:53 GMT | 2 |
Say I have two seperate timers in my app (it's strictly an example, I don't really...) and each of the timer events calls the same method of the form's class. Will these interfere with each other at all? Will they run as if they're threaded?
|
| SmartClient? | 05 Oct 2005 17:52 GMT | 2 |
Obviously a newbie question but: Is a .Net app automatically a "SmartClient" app? If I build a frontend in VB.Net or C+.Net and use a SQL Server backend (assuming some sort of ADO.NET involved) is that what MS refers to as a "SmartClient" app?
|
| How to print a PDF file in C# ? | 05 Oct 2005 15:46 GMT | 3 |
I'm trying to make an application in C# that can, from a DataSet, create a PDF file. I'll made that (and it works) using iTextSharp library. Now I want to print this PDF file within the code.
|
| IS THIS POSSIBLE: Creating a virtual file | 05 Oct 2005 15:44 GMT | 3 |
Here's the situation: I have several 3rd party applications that write trace files and log files. We are now being mandated to "scrub" the trace files and log files in realtime. "scrub" = remove sensitive data from trace/log.
|