| Thread | Last Post | Replies |
|
| Assembly running under compact or full? | 08 Jul 2005 02:35 GMT | 3 |
This is such a basic question yet I'm having a hard time finding the answer. I have an assembly that can run both under the .NET Compact framework as well as the full framework. I need to know within that assembly which one I'm running under so that the assembly can adjust it's ...
|
| .Net 2.0 Bug, IE hosted .net 1.1 windows forms no longer work afte | 07 Jul 2005 23:05 GMT | 2 |
I have several windows forms controls that I have built for my company and I host them in IE on our intranet. These forms are compiled with vs2003 and .net 1.1. The problem is that when I installed beta 2 of .net 2.0 on my PC these hosted forms no longer worked, I think they ...
|
| CANNOT CREATE EXCEL PROJECT | 07 Jul 2005 20:07 GMT | 3 |
I get an error msg that says "Cannot create project" when I try to create an Excel project using VSTO...but it does not happen w/MS Word....can someone please help?
|
| SQL .NET STRING PROBLEM | 07 Jul 2005 20:01 GMT | 1 |
I am using this connection in my .NET 2003 web application , in order to establish a connection with my sql database , that is in a MS 2003 server. The database is defined in a INSTANCE "Server=SERVER\INSTANCE,port;Database=Your_Database_Name;User
|
| Custom controls - advice wanted | 07 Jul 2005 19:12 GMT | 2 |
I'm building a custom control based on scrollablecontrol. I want to show a tool panel in the client rectangle. This is a panel holding some text boxes etc through which the user enters business data. I want the Tool panel to 1. stay in the client rectangle when the user scrolls, ...
|
| How can I Use ADODB in XP Embedded | 07 Jul 2005 18:38 GMT | 2 |
I would like to know how to Use ADODB in "XP Embedded". My program was originally designed for desktops using .NET Framework 1.1, but now I would like to run it on "XP Embedded". But when I access the AccessFile(*.mdb). "XP Embedded" told me that I don't have ...
|
| How can I pass events through a form in XP... | 07 Jul 2005 17:23 GMT | 2 |
I have an app that in 2K will allow a user to click on an application that is running below the current application by simply defining a bitmap with a transparent section. HOWEVER in XP the transparent area "blocks" or "recognizes" the click event.
|
| ThreadPool.RegisterWaitForSingleObject() | 07 Jul 2005 13:38 GMT | 2 |
I'm writing a component that is responsible for simultaneous communications with multiple hardware devices, connected either serially (RS232) or as per means of TCP/IP over a LAN connection. Active connections are represented by instances of a 'Connection' class which derives ...
|
| Namespace hierarchy chart | 07 Jul 2005 13:11 GMT | 1 |
Is there a graphical representation of the system namespace hierarchy, with boxes and so on? I know there is this one here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fsystemhierarchy.asp
|
| sp1 installed? | 07 Jul 2005 10:55 GMT | 1 |
How can I tell if sp1 for .net 1.1 is installed? I spoke to Microsoft engineer and they told me you cannot depend on the registry setting, but need to look at a specific dll version. Does anyone know?
|
| One more try | 07 Jul 2005 09:28 GMT | 3 |
I have 2 questions: 1. I have a base class called class MyBaseObject {
|
| How to determine if code is C# or VB.Net | 07 Jul 2005 08:59 GMT | 8 |
If done some research and did not found a way to do this. Is there an attribute in the assemblies that would give this value? Is there a tool that you can run and extract the language used to generate the MSIL?
|
| regex: NOT operation | 07 Jul 2005 07:00 GMT | 1 |
With the Regular Expressions is there a way to specify a matching pattern that will fail if the text contains a quote. I'm sure it's painfully easy. Cheers
|
| System.IO writers and the BOM getting in the way of integration pr | 07 Jul 2005 00:07 GMT | 3 |
I'm working on an integration project to move data from my own XML format to a legacy file format, so this file may be manually imported into the downstream app. The downstream app internally recognizes Unicode characters. However, the
|
| 2005 Upgrade Problem | 06 Jul 2005 22:53 GMT | 1 |
I upgraded from .Net 2003 to 2005. I already had .net 2003.....and Office 2003 installed. So I proceeded to upgrade to 2005 by installing .net 2005 and then reinstalling 2003 Office. When I do this, I cannot open an Excel Workbook template in VSTO.....It say Project Cannot be ...
|