| Thread | Last Post | Replies |
|
| Histogram | 17 Aug 2006 22:13 GMT | 2 |
Does anyone know if there is a way to create a histogram in .NET framework? Or should you start from the scratch? Thanks, Pranesh
|
| .net VB Free online Tutorial | 17 Aug 2006 15:50 GMT | 2 |
Can some direct me to free online tutorial or ebook resoures for VB .net ? Thanks kindly for all your input
|
| Very long first cold startup problem | 17 Aug 2006 15:45 GMT | 4 |
A cold start of my application takes about 15 seconds. Further startup takes only 1 seconds. After a reboot other cold start takes less than 15 seconds, perhaps 3~4s. I tried to improve cold start by NGEN everything in the installer.
|
| Pointed in the right direction? | 17 Aug 2006 14:49 GMT | 7 |
I am planning on writing an application that has some base functionality...for instance a basic PIM. But I want to be able to add functionality to this PIM in the future...but I want to do so in the form of pluggable modules. This way I can increase core functionality, or ...
|
| drawing on the desktop ? | 17 Aug 2006 14:02 GMT | 2 |
is it possible to draw on the desktop (like a "dynamic" wallpaper)? I'd like to add system informations and custom enterprise data. Thanks, Steve
|
| VS2003 Sp1 | 17 Aug 2006 12:09 GMT | 1 |
|
| help converting c# to c++? | 17 Aug 2006 08:49 GMT | 11 |
Is there any way to convert this code to c++ from c#? System.Web.HttpContext.Current.Session["CookieContainer"] = outputChannel.Options.CookieContainer; Thanks in advance.
|
| Passing parameters from VB.Net to JScript function-reg | 16 Aug 2006 23:01 GMT | 1 |
Hai all, I am developing a Vb.net application which uses the VSA scripting engine.The scripting language is Jscript. At a point I got struck.
|
| Exe + dll system.management.dll | 16 Aug 2006 22:22 GMT | 4 |
I am new to the .net framework. Created a windows application(ui) and added the references system.management.dll and system.windows.forms. The exe is build and runs very good.
|
| Loss of ADO.NET Provider in Crystal Report 9 | 16 Aug 2006 20:54 GMT | 2 |
I've just installed the .NET Framework 2.0 and have lost the ADO.NET provider that I used in the Crystal Reports Designer (Version 9). I used to see the ADO.NET (XML) as a data source provider but it is now missing.
|
| Dialing a modem and playing a soundclip from c# web form code | 16 Aug 2006 19:35 GMT | 5 |
Hi, I want to recreate my own version of http://snakesonaplane.varitalk.com/ . So basically I want to start with a basic, make the modem dial a number and play a soundclip to the person that answers. Can someone point me in the right direction?
|
| VB.NET Express speed issue | 16 Aug 2006 18:11 GMT | 1 |
I've written a programme that processes stock market price data in VB.NET 2005 Express. I've optimised the code as much as possible, eg:- using arrays, not passing parameters to functions, etc... The code is slow because it is processing large amounts of data many
|
| Strange behaviour from StarProcess - Does not open IE for download | 16 Aug 2006 16:07 GMT | 2 |
I have an app that uses the startprocess command in order to download another clickonce app. On the majority of the client PCs everything works fine, however on some PCs the startprocess doesn't open the browser window so the download cannot start and nothing happens. If I open ...
|
| Assembly.CodeBase // Getting it statically without object instantiation | 16 Aug 2006 15:44 GMT | 2 |
Here is the msdn code for getting the .CodeBase property of an Assembly Assembly SampleAssembly; // Instantiate a target object. Int32 Integer1 = new Int32();
|
| readonly List as a property, how can I achieve this? | 16 Aug 2006 15:24 GMT | 2 |
I have the following : private List<int> _myList = new List<int>(); public List<int> myList {
|