| Thread | Last Post | Replies |
|
| Voice recognition in .NET | 18 May 2006 18:21 GMT | 1 |
I want to incorporate voice recognition in a new .NET application I'm developing. I would like to recognize among a group of 30-40 words. But I would also like to avoid using 3dr party libraries... There is this nice solution, this time for the cf, that fits exactly what I'm ...
|
| Reporting Advice | 18 May 2006 18:09 GMT | 1 |
We are in the process of revamping our reporting processes in our .Net 1.1 medical application. Our reporting needs are small - almost alway less than 10 pages usually around 2-3 pages. The data is a mix of databse and live information. The
|
| Garbage Collection issue | 18 May 2006 17:15 GMT | 1 |
I lose reference to an object when inside a 2 line For loop. I am transfering data from one buffer to another buffer. It works fine the first 6 times the For loop is executed and completed. I am transfering data from an unsigned char*__gc [2060]type to a global unsigned char* ...
|
| Programmatically determine who was installed first - IIS or .NET | 18 May 2006 16:09 GMT | 1 |
One gets countless hits when searching for discussions on the need to install IIS before .NET so that ISAPI references are setup properly. It's also documented that one can run apsnet_regiis.exe to correct the situation where .NET is installed before IIS (as in a brand new ...
|
| TryParse and out parameters | 18 May 2006 10:45 GMT | 5 |
Let's say I want to validate something with TryParse but I don't need to convert it. In C#, it seems I must provide that out parameter regardless. In VB, I can pass Nothing. I'd like to be able to do the same in C# instead of having to declare a "dummy" variable for the out
|
| Using manifest file to create XP styles | 18 May 2006 09:19 GMT | 2 |
There is a lot of information out there that shows you how to use a manifest file with your .net application (exe) to enable windows xp styles. I am building a dll for COM interop, which contains a windows form.
|
| hardware requirement for .net 2.0 client windows app | 18 May 2006 08:24 GMT | 1 |
can any one tell me what is the minimum hardware requirement for installing a .net 2.0 client and also for dot net 1.1 client windows application
|
| Code Access Security - General Question | 18 May 2006 06:35 GMT | 1 |
.NET's code Access Security enables administrators to restrict the types of things that a .NET application can do on a local computer. For example, a .NET Windows Forms application can be prevented from writing to the Registry or writing a file to the local disk.
|
| How to pass a DataTable into a Web Service function? | 18 May 2006 06:25 GMT | 1 |
Is it possible to pass a DataTable as a parameter to a Web function? I have failed to do that. How? Thanks for any help! Tedmond
|
| Generate images on the fly | 18 May 2006 03:21 GMT | 1 |
Hello friends, Ours is a garment factory. I have database(SQL Server) The database table contains the measurements for the shirt to make. I want to generate the shirt image on the fly.
|
| DPAPI Examples | 17 May 2006 23:12 GMT | 2 |
At the moment I'm writing a network aware application in C# .Net 2.0 and I'd like to ask the group for advice on how I should store the username and password for the connection. The application is a WinForms based application for Windows XP systems
|
| Try-Catch not catching MDI child error | 17 May 2006 22:54 GMT | 1 |
I am launching a MDI child form non-modally (i.e. "form.Show()") from within a Try-Catch block within a menu Click event on the MDI parent. This child form loads fine, but during operation of a 3rd party control an exception is thrown. This exception goes unhandled and the ...
|
| Data Warehousing | 17 May 2006 20:51 GMT | 9 |
Ok, so I'm semi-new to .NET, having done everything manually with SQL code back in VB6. So before I program this up completely manually again, I thought I'd ask for better ways to think through this problem. We have several client machines, and a central data warehousing server. ...
|
| ISortable | 17 May 2006 19:12 GMT | 2 |
I have a class called Page that contains 2 members, TextObjectArray and ImageObjectArray as follows: public class Page {
|
| anchor target blank closes all windows | 17 May 2006 18:28 GMT | 1 |
I just built a .NET app where I put in the page an anchor such as: <a id="whatever" href="somesite" target="_blank">My anchor</a> for just one of my clients, when they click this anchor, ALL of their open windows associated with my .NET app close. Any idea why?
|