| Thread | Last Post | Replies |
|
| Enterprise Library DAAB via COM | 22 Nov 2006 10:16 GMT | 5 |
I have a .net 2005 class library project that relies upon the Data Access Application Block from the 2006 Enterprise Library. I want to call my project from a legacy VB6 application. Simple calls from the VB6 project to the .net project work fine but any call
|
| C# ListView large multi selection | 22 Nov 2006 09:20 GMT | 1 |
I have a ListView with multi select I have 2 events: SelectedIndexChanged and ItemSelectionChanged If user selects 200 items, these events will be called for 200 times How can I get only 1 event on this 200 multi selection ?
|
| C# .NET 2005 Express Install | 22 Nov 2006 08:45 GMT | 2 |
I have C# .NET 2003 installed on my computer along with the .NET Framework 1.1. Recently, I installed SQL Server 2005 Express to give it a go and had to install the .NET Framework 2.0. Everything works fine so far. I would like to check out C# .NET 2005 Express. Do I have to ...
|
| SourceSafe | 22 Nov 2006 08:19 GMT | 6 |
I am a sole developer and am cnsidering buying sourcesafe. I sometimes code at home and was wondering if there is a way to transfer the database as well as the code on two different machines in two different locations? I am the only one that will be checking in and
|
| Confused: vs2k5, 3.0 framework, wcf/wpf and orcas | 22 Nov 2006 06:40 GMT | 4 |
Now that vista and the 3.0 framework are gold, I'm a bit confused, so any clarification would be very helpful. The 3.0 framework is gold and is downloadable etc. What is not 'gold' and 'supported' is the WCF/WPF addons to vs2k5. But here's where I get confused.
|
| Help!! How can I get the information of memory used by a process?? | 22 Nov 2006 04:13 GMT | 2 |
Here is a part of my code: internal bool Excute(string input) { ProcessStartInfo psi = new ProcessStartInfo();
|
| Cloning a Database with VB.Net | 22 Nov 2006 02:18 GMT | 2 |
Using SQL Server 2005 Express. I need to periodically duplicate an entire database and rename it. Most tables are empty but some are to be prepopulated. I was thinking of having a "template" database called perhaps "EmptyDatabase", and then copy that
|
| How to enable IME on a custom UserControl? | 21 Nov 2006 22:30 GMT | 5 |
We have a custom word processing type editor built with C# and .NET 2.0 and we need to support typing in languages other than English. I want to be able to use the Windows IME to enter in text similar to how it works in a text box.
|
| vista / vs2005 | 21 Nov 2006 21:02 GMT | 5 |
http://blogs.msdn.com/ericnel/archive/2006/10/17/top-level-technologies-products -not-supported-on-windows-vista.aspx are MS really saying that they do not have a development enviropnment for Vista that will be supported and work out of the box, with no warnings or requirements to ...
|
| Sytem Icons | 21 Nov 2006 20:38 GMT | 1 |
Is there a way to place sytem icons suchs as the ones use in a message bos (i.e exclamiation, information, question, etc) on a form. Is there a way to do it with =out a picturebox and still control its position?
|
| propertyGrid impossibility | 21 Nov 2006 18:59 GMT | 1 |
Combo boxes property values in property grids are done using the use of enums. private enum Fruit {
|
| Always on top application | 21 Nov 2006 18:14 GMT | 2 |
Firstly I am not a programmer. I'm a support engineer implementing technical projects. I have a question which hopefully someone will be able to help answer this for me. We are using a demo system that 'profile' documents into
|
| How to check wo object are equal? | 21 Nov 2006 17:26 GMT | 14 |
What is the proper way to check if two object are equal ? I do not mean equal on Object type only but also object value's thnaks for help regards
|
| Console.WriteLine(s) Is Missing Line Terminator? | 21 Nov 2006 17:13 GMT | 13 |
I have a simple VB code: Sub OutputLine(ByRef Level As String, ByRef InfoString As String) Const gSTDOUT As Integer = -11 Dim hStdOut, BytesWritten As Integer
|
| Add Downloaded 3rd Party Control to Tool Box - How Do I | 21 Nov 2006 16:53 GMT | 1 |
I have downloaded a 3rd party calendar control. It is supplied via a dll. I have added a reference to the dll in the Project's References. How do I get the control to appear in the toolbox?
|