| Thread | Last Post | Replies |
|
| Error while installing library | 18 Oct 2004 21:34 GMT | 3 |
I'm receiving an error message when trying to reference my dll I've just built and installed on my development workstation. Where can I find the proper procedures for developing and then conducting a user test of installation of the dll on the same machine?
|
| Any Way for Console Application to _not_ pop up CMD window? | 18 Oct 2004 21:00 GMT | 2 |
I'd like to be able to use simple console applications and have the administrator schedule them via Scheduled Tasks. But every time they run, the cmd window pops up. This happens even when the program produces no output and prompts for no input.
|
| Expect100Continue | 18 Oct 2004 20:12 GMT | 11 |
This property of the System.Net.ServicePointManager class is not available in the Compact Framework. I apparently need it for one client of ours. They have a proxy server and we are getting a "417 Expectation Failed" error when posting data.
|
| Restrict instatiating of objects to interface types? | 18 Oct 2004 19:03 GMT | 14 |
All properties and methods of a class are implementations of two (or more) interfaces. Is it possible to enforce that only instances of the class can be instantiated if they are already declared as one of those interfaces?
|
| DataSets | 18 Oct 2004 17:56 GMT | 4 |
Is there a way to use SQL like terminology but instead of accessing a database use DataSets? I ask because in the current project I am doing there is need to create tables dynamically as results of queries. These tables are then used
|
| Failed to install MS .Net Framework 1.1 and #J.Net in prerequisite | 18 Oct 2004 17:47 GMT | 3 |
I tried to install MS Visual Studio. Net 2003 student version but somehow it always failed to install the prerequisite components which were the MS .Net Framework 1.1 and MS #J. Net package. My computer is running WD XP SP1 (I uninstall SP2 after the above failure) with Norton ...
|
| Datagrid probem MS What happened to response within 2 days??? | 18 Oct 2004 17:07 GMT | 2 |
<b>This is my 2nd time posting this question without a response from Microsoft</b> I have a form that fills a datagrid on load and binds it to controls. If I move the currency manager in code, the grid's selected row does not follow.
|
| Find controls on a windows form | 18 Oct 2004 15:25 GMT | 11 |
Hi, I have a windows form with several controls on it. I need a function which finds a specific control on this form. Is there any function for that already built? If not, could you advice me how to tackle this problem?
|
| Install Windows Service Using Setup Project | 18 Oct 2004 14:13 GMT | 2 |
I'm trying to install a Windows Service programmatically using a setup project. I've successfully installed the service using InstallUtil, but I want to make life easy for my customers, so I'm trying to figure out how to do it with a setup project. I've scoured the web trying ...
|
| Thread.Abort | 18 Oct 2004 09:23 GMT | 5 |
Is it *ever* safe to call Thread.Abort? In which cases it is so?
|
| App.Path replacement | 18 Oct 2004 07:17 GMT | 16 |
in VB6 i use App.Path to determine the path my executable run from. what is the VB.NET / framework replacement fot that? TIA, z.
|
| Migration of an access DB to a distributed solution | 18 Oct 2004 06:25 GMT | 1 |
Can anyone please give a few hints as to the general direction to take to migrate an Access 2003 DB to a distributed .net solution. Muchly appreciated in advance Ross Petersen
|
| sn.exe not found on my pc ? | 18 Oct 2004 04:51 GMT | 2 |
I am looking for the strong name utility tool sn.exe on my pc and I am surprised that it is not there ! I have installed visual studio professional 1.1. on my system. Where to find it ?
|
| How Can I go there!!!! | 18 Oct 2004 03:59 GMT | 2 |
Hello every body, I want to go to Microsoft Canada but I don't know if I can go there by public transit or not. I know the address. I called TTC,211 ,... but nobody could help me!!!! If you know, please let me know.
|
| XP Styles with .NET 1.1 | 18 Oct 2004 03:36 GMT | 3 |
I wonder, what is the best method to enable Windows XP Styles (or Themes..
:)) within .NET 1.1 application? I found some article, where author has described post-build modyfication of app.manifest from Win32 Resource of .exe file to bind against comctl32.dll
|