| Thread | Last Post | Replies |
|
| Embedding a Control in DataGrid | 24 Jan 2005 19:11 GMT | 1 |
How do I embed a combo box in a datagrid column
|
| Microsoft .NET Framework 1.1 Service Pack 1 | 24 Jan 2005 18:10 GMT | 1 |
I tried to download and install the .NET Framework update and got the following message during the installation: "An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll"
|
| problem with relative paths inside windows service? | 24 Jan 2005 17:52 GMT | 5 |
I have two application which 'evaluate'( New FileStream(path....) relative path, when evaluating the path inside a window service it always return something like
|
| Remoting: singleton well-known | 24 Jan 2005 17:49 GMT | 1 |
I am using singleton well-known remoted object. My client applictaion creates an instance of the object, and the remoting plumbing works, creating the transparrent proxy and so on... The server's method adds the received parameters to some collection, starts
|
| Third-party vendors recommendations for Scanning and OCR/OMR | 24 Jan 2005 17:40 GMT | 1 |
We're in the design phase of an application that will involve both scanning and recognition of scanned documents. The recognition piece will involve primarily OMR, rather than OCR. We're shopping for a third party vendor to use for the scanning and
|
| Saving codes source file date-time stamp for run-time use | 24 Jan 2005 17:32 GMT | 4 |
Using C# and VS.net. During the compilation of a class, I would like to take its source file date-time stamp and save it for later reference during run-time. How can you get this information saved off during the build process? and of
|
| MessageQueue message information | 24 Jan 2005 15:23 GMT | 4 |
Is it possible to get the name of the sending message queue when receiving a message ? I could not find any information in the System.Messaging.Message itself which gives this information.
|
| Chartfx Help | 24 Jan 2005 15:11 GMT | 1 |
I'm creating a realtime graph with a fixed start and end point on the x axis (100 to 200). In that range i want to plot about 300 points, however, in doing so the range i set as max and min changes... any ideas?
|
| time consuming issue with a HttpWebRequest and StreamReader | 24 Jan 2005 14:11 GMT | 5 |
Hi, i have a vb.net windows application that makes HTTP requests with the framework's HttpWebReqeuest object. i have about 10 different requests that takes between 30 to 500 for the Request.GetResponse function to execute. this is acceptable.
|
| GetCurrentUserAndDomain .Net replacement | 24 Jan 2005 13:26 GMT | 3 |
Is there a .Net equivalent for the Win32 API call GetCurrentUserAndDomain? I need to be able to get the users name at form load time in C# application -- Ron Harter | Tongue, Tied and Twisted
|
| USING EXCEL SHEET INSTEAD REPORT IN WINDOWS APPICATION | 24 Jan 2005 11:20 GMT | 3 |
HI,SIR I WANT TO USE AN EXCEL SHEET INSTEAD REPORT WHENEVER I CLICK GENERATE EXCEL REPORT BUTTON SO THAT USER CAN SEE THE DATA IN EXCEL SHEET AND SAVE IT AND PRINT ALSO.IS THERE IS A NY WAY TO GENERATE EXCEL SHEET AS I CLICK A
|
| Drag/Drop Weirdness | 24 Jan 2005 09:52 GMT | 2 |
Came across something today, just wondered what other people's views are. Imagine a tree control with lots of nodes. You can drag/drop the nodes on top of each other (obviously, you can't drag a parent node onto a child, etc, basic rules apply).
|
| Interop assembly size | 24 Jan 2005 08:21 GMT | 2 |
I was trying (with success) to implement some COM functionality within my .NET program (I'm using SQLDMO ListAvailableSQLServers function). Well, it works fine. However, my program needs interop assembly to
|
| Crystal reports | 24 Jan 2005 04:16 GMT | 1 |
Is there a seperate newsgroup for Crystal Reports in .NET ? I wish to know what DLL's to package with an application for deployment of a Windows.NET application using the Crystal Reports (in rich client), developed using the Crsytal.NET bundled along with VS.NET . Does the user need ...
|
| Understanding AppDomainSetup.PrivateBinDir | 24 Jan 2005 01:57 GMT | 4 |
This code gives surprising results. At the end, "test1" is "test" and "test2" is null AppDomainSetup setup = AppDomain.CurrentDomain.SetupInformation; setup.PrivateBinPath = "test";
|