| Thread | Last Post | Replies |
|
| Windows form in a web form in.NET | 27 Jan 2006 18:30 GMT | 1 |
I have a windows application to scan images,I want to call its .exe file in my asp.net form. Can anybody tell how can i do this.So that my windows application can run in client machine
|
| Formatting a string with leading zeroes. | 27 Jan 2006 18:27 GMT | 3 |
If I have a number representing a number of minutes and I want to format it as a string with two characters, with a leading 0 if the value is less than 10, how do I do that? Many thanks.
|
| Processing Audio Files | 27 Jan 2006 16:41 GMT | 1 |
What is the best way to process audio files (mp3, wma, wav) in .NET? Specifically, I need to concatenate multiple audio streams into a single stream for download.
|
| I need to convert the COM controls???? | 27 Jan 2006 15:41 GMT | 2 |
I need a web control to browse a cube... I don't know how to use the OWC controls (COM controls in general), when I drag a COM control to my page I can't see all the properties and if I drag another COM control, for example a button I see the same
|
| Forcing JIT of assemblies | 27 Jan 2006 15:10 GMT | 3 |
Is there any simple way of forcing load and JIT of assemblies? In my NUnit tests timing information is skewed because of assembly load and JIT time the first time each assembly is used, and I'd like a simple way of making sure all the assemblies are pre-loaded and JITted if possible ...
|
| Function Output | 27 Jan 2006 15:00 GMT | 3 |
Is there a way so that I can have different classes for output of a function? For instance, I have a function that returns a class and this class can be changed according to the arguments that the function receives. The idea is something like this:
|
| Changing the DescriptionAttribute value | 27 Jan 2006 10:15 GMT | 2 |
How can I change the value of the DescriptionAttribute depending on the CultureInfo context? [ Description( "Description for the property at design-time") ] public object TestProperty
|
| Finding out the users in a group. VB.NET 2005 | 27 Jan 2006 09:07 GMT | 4 |
I need to get a list of users that are in a group from within an application. Does anyone know how to do this and is it subject to the rights that the currently logged on user will have?
|
| system.threading - VB | 27 Jan 2006 03:08 GMT | 2 |
First time with threads. I have a simple but vexing problem. There are two Win Forms FormA and FormB. FormA is shown dialog on the main thread.
|
| Calling COM exposed .net assembly from unmanaged code | 26 Jan 2006 23:46 GMT | 3 |
I have a .net assembly (dll) that is com exposed and is build with 1.1 framework. My main application is in unmanaged c++ EXE. I make a cocreate and create my .net assembly in it. After installing the .net 2.0 on the machine, it seems that whenever my .net assembly dll is loaded, ...
|
| PropertyInfo.SetValue & property walking - Reflection | 26 Jan 2006 22:15 GMT | 4 |
I'm working on a project that requires me to set some control property values at runtime using reflection. However, I'm not sure how to achieve that when it's something like Font.Bold. I need to set the Bold property of the Font object to true or false, but not sure how to go ...
|
| The Com+ Registry Database Detected a System Error | 26 Jan 2006 20:49 GMT | 4 |
I just installed Visual Studio 2005, and when I attempt to debug I am getting this error. I still have 2003 installed also. I am on Windows XP Pro. Any help would be great, I can't find any fixes for this.
|
| Simple way to add "using blah" and references? | 26 Jan 2006 19:16 GMT | 1 |
I have previously coded a lot of Java using the Eclipse environment and recently I have started a C# project in VS.NET 2003. 1) In Eclipse when some class missed the proper "import" statment one could select "Organize Imports" (available using a special key combination) and the
|
| System Error when executing a data adapter object in 1.1 | 26 Jan 2006 18:54 GMT | 1 |
Running VS 2003 on 1.1 framework. Every time my code trys to execute the line ' da.Fill(dt)', I get following exception: ~~~~~~~~~~~~~~~~~~
|
| Model-View-Controller implementation question in .NET | 26 Jan 2006 16:23 GMT | 4 |
Two questions really, the first one "conceptual" and the other more involved with design: 1 - There are two schools of thought where I work on the role of the "controller" task.
|