Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score Regex question
Stephan Rose - 29 Apr 2006 5:34 PM - 3 messages
Having some trouble with a regex that I hope someone can help me with. The data I am processing looks as follows: 15 items per dataset. Most datasets are on only 1 line of text, however on occasion a few text fields are multi-line making the ...
Score Many Version of Application - Determine .dll running
loren.reeves - 29 Apr 2006 5:27 PM - 2 messages
We have one main Application that is referenced to other Apps and there are many different versions of this Application under different User's Profiles in a Dev Enviornment.  There was supposed to be a setup.exe that was running as the QA version on the DEV box for everyone to push ...
Score IPC with two .net applications
Peter Schmitz - 29 Apr 2006 4:20 PM - 9 messages
Hi, what's the best way to do inter- process communication between two .net applications (one of them a non-interactive .net windows service) - given that a rather high amount of data shall be transferred? Best wishes, Peter ...
Score MSDN Library and VS2005
Gabriel - 29 Apr 2006 4:05 PM - 3 messages
Hello, I'd like buy MSDN library DVD edition. The package include MSDN library for Visual Studio 2003 or/and Visual Studio 2005 ? Anything asked or show during order process. I'd like the version for VS2005 Thanks, ...
Score Windows Version
gralet - 28 Apr 2006 10:14 PM - 2 messages
Hi Well, I need to know the version of the windows where my application will be installed. I think I'll need an api, anyway, I'll appreciate your help, tnks. ...
Score Framework SP2
Rich - 28 Apr 2006 9:59 PM - 4 messages
We applied .Net framework to our dev server and now we get the compilation errors below.  Has anyone come across this or know how to resolve it. Thanks. Compilation Error Description: An error occurred during the compilation of a resource required ...
Score Can't run DLL
tedqn - 28 Apr 2006 7:44 PM - 3 messages
I created a DLL, reference it in namespace and didn't work so I tried a very basic one and same error. I've done this before on another machine and it was pretty plug n play. Don't know what's wrong with this ...
Score ByRef
Arne Garvander - 28 Apr 2006 5:51 PM - 6 messages
How do I pass a variable ByRef in C#? ...
Score UDP to Client
Tom_B - 28 Apr 2006 4:22 PM - 2 messages
Using VB.Net. Wanting to send a UDP message from a server to a client.  The client uses a broadband connection from Comcast Cable. The computer has two IP addresses, one external and one internal.  Which IP address should I be using?  Neither one is working to pass the message. ...
Score How to recognize a JPEG or a GIF image when the file has no extension?
Clément - 28 Apr 2006 4:16 PM - 2 messages
Hi! I download images which have no extension, with a System.Net.WebClient. I would like to save them with a different name and with the extension ..jpg if they really are of JPEG type. Because sometimes I could receive ...
Score MSBuild vs Nant
jomu - 28 Apr 2006 3:18 PM - 4 messages
hi, i need help about wich choosing Msbuild or Nant, if it s MsBuild: i want look about performance, advantages,... Thks for help                                              jomu ...
Score Is it possible to access settings of another application
Artem Kliatchkine - 28 Apr 2006 3:00 PM - 1 message
Hi All, In my project I have a main application which uses settings file to keep it's configuration. Also I have Microsoft office addin which is stored in a separate dll in the same folder. I would like the addin to be able ...
Score CSS
Arne Garvander - 28 Apr 2006 2:45 PM - 8 messages
Is there a news group for CSS? I can set the style for INPUT but I don't have a good way of cascading a style for all my <input type=button>. I have hundreds of them. INPUT ...
Score Question about owner draw for a CheckBox
Laurent - 28 Apr 2006 2:43 PM - 1 message
Hi All, With Framework .NET 2.0 / C# I would like to create a CheckBox  control fully redrawn.  I naturally looked for a style "OwneDraw" and noticed that it does not exist. So, I create a UserControl that inherits from CheckBox and override OnPaint. ...
Score Bitmap.Save and PNG Filesize
powella - 28 Apr 2006 2:42 PM - 2 messages
hey all, Does anyone happen to know how to get .net to save a PNG with a resonable filesize The scenario... I have a 26kb 32bpp png which im loading from stream I then create a new graphics object from that image, ...
Score read X.509 certificate on redirect
kplkumar - 28 Apr 2006 2:10 PM - 1 message
We have a website (website1) that would be authenticating and authorizing the user at logon. At some point when the user clicks on a link to website2 which is physically located in another machine. The website1 would then send a ...
Score How to recover from a WSAECONNRESET (10054)
scarleton - 28 Apr 2006 1:15 PM - 3 messages
I am writing a .NET 2.0 client application uses sockets to communicate with a firmware on an instrument.  The client needs to be able to recover from a lost connection to the instrument.  While trying to send ...
Score NetworkStream/SslStream EndWrite problem.
Andre Azevedo - 28 Apr 2006 12:21 PM - 2 messages
Hi all, I'm writing an async socket server using Networkstream and SslStream. Using the Socket class, the EndSend method returns the bytes writed and you can loop until all bytes are sended. But if you using any stream (Network or ...
Score NumberFormatInfo - currency symbol on the left??
Sam Martin - 28 Apr 2006 10:48 AM - 3 messages
Hi, I've got a web app where i need to show values in specific currencies. for the session i create a Customised CultureInfo which is derived from the culture of the browser, for example, french-france (fr-FR) they display their currencies like 23,22 EUR (symbol) ...
Score Error Creating Assembly Manifest : Object already exists.
sullu - 28 Apr 2006 8:59 AM - 1 message
Hi , When i am trying to build a .NET class library component ,i am getting the following error. Cryptographic failure while signing assembly 'xyz.dll' -- 'Object already exists. Error creating assembly manifest: Object already exists I dont have Administrative Access to the Machine. ...
Score Need help with Generic delegatges, event handlers and methods.
moondaddy - 28 Apr 2006 4:15 AM - 6 messages
I'm trying to learn how to use generic delegates, event handlers and methods.  To do so I built a small sample Console app to see how this can work.  I got it working using the EventHandler<T> from the system name space ...
Score DLL does not load Dynamically
RSS - 27 Apr 2006 6:20 PM - 8 messages
Hi everyone, I have an app that uses some DLL's that are shared across couple applications. There are reasons existing that prevent me from putting them in to the GAC. Each of these app's at some point in time loads a DLL dynamically in this fashion: ...
Score Networking and RAS namespace??
Ricardo - 27 Apr 2006 5:29 PM - 1 message
Is there native classes in .Net Framework 2.0 to manage RAS and Networking? I would like to get information from active connections, network adapters, bytes sent and received, upload and download speed.... etc. Any help will be appreciated! thanks! ...
Score MsBuild & ProjectReference
jomu - 27 Apr 2006 5:13 PM - 2 messages
how can i create a golabel file who can execute a .csproj at different project, that what i was doing: <ItemGroup>     <ProjectReference Include="..\DataAccessLayer\DataAccessLayer1.csproj" />     <ProjectReference Include=".\BusinessLayer\BusinessLayer1.csproj" ...
Score Authentication Error Message, help plzz :(
Mr. Ali Hasan - 27 Apr 2006 4:23 PM - 5 messages
There's a problem in my application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the ...
Score .NET Framework in Windows XP or SP2?
Leslie - 27 Apr 2006 3:49 PM - 9 messages
Is any version of the .NET Framework included in Windows XP or SP2? Thanks, Leslie ...
Score Class Constructors
Samudra - 27 Apr 2006 3:01 PM - 9 messages
I have a class which defines multiple overloaded constructors. Within the class methods is there a elegant way to determine which constructor was used to instantiate the class (without setting flags in the constructor)? ...
Score New messagebox/error dialog?
Jeff Johnson - 27 Apr 2006 2:33 PM - 4 messages
Has anyone here used SQL Server Management Studio (2005) and seen the new messagebox that comes up when there's an error? It's really nice, with buttons along the bottom for accessing the help links and getting the extra ...
Score DataSet.WriteXml()
Steve B. - 27 Apr 2006 10:04 AM - 5 messages
Hi, I'm using the WriteXml method of the dataset to transport data between distributed applications. I'd like to use both XmlWriteMode.DiffGram and XmlWriteMode.WriteSchema in order to package updates of rows and the schema of the dataset. ...
Score Serialization loading problem with IE hosted control and custom class
Kristopher Wragg - 27 Apr 2006 9:48 AM - 5 messages
Hi, I have controls that will hold a custom PictureBox I've been working on, the picture box stores an array of a class I've made which contains an Image a few integers and a string... the controls seem to work if loaded up in Visual Studio, but when ...
Score Uploading files to two servers at same time
dilishtv - 27 Apr 2006 8:04 AM - 4 messages
Hi All, Our .Net Website is using 2 servers and the load balancer pointed to servers according to  their load. Think now i m in first server and i upload a file to the server, next time i refresh it goes to the next server but the file that i uploaded ...
Score WebClient.DownloadFile{Async} considered useless and amateurish?
Douglas Harber - 27 Apr 2006 6:05 AM - 1 message
Is it just me or is the implementation of WebClient.DownloadFile (and it's Async sibling) a total waste of life? Not only does it not support partial downloads, but all of the relevant methods are implemented as private so there's no way to simply extend the ...
Score Timer ellapsed event triggered indefinitly
Raphael - 27 Apr 2006 3:50 AM - 1 message
I'm having some problems with System.Threading.Timer used in a Windows Service with the .NET Framework 1.1 SP1, the following C# code: ---------------------------------------------------------- public delegate void JobDelegate(); private Timer _timer; static private TimeSpan OneDay = new TimeSpan (1, 0, 0, 0); ...
Score SynchronizationAttribute and Monitor.Wait deadlock
Chris Chilvers - 27 Apr 2006 2:54 AM - 1 message
I've found the docs to be rather scant on exactly what the second parameter to WaitHandle.WaitOne(Int32, Boolean) was for. The one named exitContext so I started playing with the synchronize attribute to find out how it all works. ...
Score Why does this.Location.X = 0; generate a compile error?
Dave - 27 Apr 2006 12:11 AM - 12 messages
..X (.Y too) are ints with get/set methods so why does trying to set either one generate a compile error?? ...
Score How does one disable the CrossAppDomain channel?
Eric - 26 Apr 2006 10:02 PM - 6 messages
Anyone writing a custom channel (which we have), needs to be able to disable the CrossAppDomain channel if they want to unit test their code on a single machine.  If you don’t disable the CrossAppDomain channel, then it will take ...
Score Salamander Online Decompiler v2 available
Huihong - 26 Apr 2006 9:57 PM - 4 messages
[link] now supports .NET 2.0, freely available for online use, pls give it a try. It supports generating C#, VB.NET, and MC++. (the upload file size limit is 3MB) With about 250,000 files have neen uploaded and decompiled thus far, ...
Score Multiple observers -- panels
Eric - 26 Apr 2006 9:38 PM - 2 messages
For some reason I am having a problem notifying multiple observers of an event.  Here's the basic idea: MyForm contains two panels LeftPanel and RightPanel (both inherit Panel).  The left one is has a treeview and the right one will have ...
Score VB6 app with .Net 1.1 and .Net 2.0 controls?
holysmokes99 - 26 Apr 2006 8:44 PM - 4 messages
I am working on a large project that currently is based primarily in VB6. There are a number of .Net 1.1 assemblies that are used and registered via regasm in the VB6 application. Is it possible to also use 2.0 assemblies in the same VB6 app, or can only one .Net framework ...
Score Question on ConfigurationElementCollection design
Tim Johnson - 26 Apr 2006 7:33 PM - 8 messages
I have 2 questions on using element collections when building a custom section handler.  I'm using the "declarative" model and I can post the code if necessary.  Basically I'm following the example described here: [link] ...
Score Running .Net 2.0 Application without having .Net Framework installed
schworer - 26 Apr 2006 7:04 PM - 19 messages
I have an odd question. Is it possible to run a .Net 2.0 Applicaiton on a machine that does not have the .Net Framework installed on it?  If it is, please provide details on how to accomplish this. ...
Score Settings independent of assembly version
Jarod - 26 Apr 2006 6:04 PM - 4 messages
Hello, is there a way to save settings independent of the assembly version? ..NET always stores the file user.config below a directory that has the name of the assembly version. When the version of an application changes, the file is written to a new directory and read from there. ...
Score Problem converting from 1.1 to 2.0 & VS 2003 to VS 2005.
Blasting Cap - 26 Apr 2006 4:51 PM - 2 messages
I had a copy of a project that was working in Visual Studio 2003 and Framework 1.1. After a computer crash, I was given VS 2005 and am having more than a little difficulty getting things to open in VS 2005. ...
Score COM Problem
Steve Lloyd - 26 Apr 2006 4:30 PM - 1 message
Hi, I have created a Class Library that is part of an installation package and I want it to be able for use in Excel and Access VBA.  To acheive this I have exposed it to COM.  I did this in VS 2003 and eveything was working fine. ...
Score Wrapping/Using Unmanaged Enums
bidalah - 26 Apr 2006 4:20 PM - 2 messages
Hi, Many in this group have dealt with converting unmanaged enums to managed ones, but my problem is slightly different.  I am created a wrapper for an unmanaged class that uses several enums and contains functions that take whole enums as inputs. ...
Score Compilation error - missing assembly or reference
Varun Bansal - 26 Apr 2006 3:11 PM - 4 messages
Hi, I was trying to compile the following sample code from MSDN using System; using System.Collections; using System.Text; using System.Management.Automation; using System.Management.Automation.Host; using System.Management.Automation.Runspaces; namespace Microsoft.Samples.Msh.Host {     class Runspace01 ...
Score RE: Refresh main web page After closing modal Dialog
T.Stanley - 26 Apr 2006 2:47 PM - 1 message
Hi. Sorry to horn in, but would you mind posting the code you wound up using for your OnUnload event handler?  I am new to code that involves javascript, and would appreciate avoiding my inevitable bugs.  Thanks!!! T. Stanley ...
Score Callback with loadcontrol
moritenw - 26 Apr 2006 2:01 PM - 1 message
hi, I want to write a web page with the callback function with clientside, and when in the simple way only return a string back to client it work ok.but when i try to load a usercontrol dynamically and rendercontrol to a ...
Score .NET encryption
Bmxpert - 26 Apr 2006 1:42 PM - 4 messages
Hi all I have a very specific question. Recently I've created a class that performs a basic encryption on strings passed to it. The encrypted data is returned as a string and then passed over the network via a WebService. The encryption is ...
Score exception handling
Vigj - 26 Apr 2006 12:03 PM - 1 message
Hi I'm developing a com object (later used by a mfc c++ application) in C#. The result is a dll that the C++ application loads and from which istantiates forms, objects etc etc sometimes C# code throws an exception and c++ code gets killed. ...
Score Configuration.Save Bug?
kramii - 26 Apr 2006 11:48 AM - 2 messages
Apparently, if I open a named file using OpenExeConfiguration, modify it and try to save the file using Configuration.Save, the framework appends ".config" onto the fileaname. Is this a bug? Here is part of my test class. There is already a file in my ...
Score Unit Test / Config File / Logging Application Block
Dick - 26 Apr 2006 11:28 AM - 4 messages
I'm trying to write some unit tests to prove that I understand how the Logging Application Block works. I trying to write a test that updates the config and then writes a log. But this is failing with the message "The ...
Score Generating Reports Using VB.NET in MS WORD
z - 26 Apr 2006 6:35 AM - 1 message
hi i want to ask how can we retrieve data from MS sql server table northwind and generate report of same data in formated form in MS word using VB.net ... i need its code can any one help please .. its real ...
Score Generating Reports Using VB.NET in MS WORD
z - 26 Apr 2006 6:35 AM - 1 message
hi i want to ask how can we retrieve data from MS sql server table northwind and generate report of same data in formated form in MS word using VB.net ... i need its code can any one help please .. its real ...
Score Generating Reports Using VB.net
z - 26 Apr 2006 6:34 AM - 1 message
hi i want to ask how can we retrieve data from MS sql server table northwind and generate report of same data in formated form in MS word using VB.net ... i need its code can any one help please .. its real ...
Score Embedded apps resizing in 2.0
Dave Goldberg - 26 Apr 2006 2:33 AM - 2 messages
I have a no-touch application which I created in 1.1. It is embedded within IE, not a stand-alone window. I'm migrating it to 2.0 and one thing (which is a major problem) is that the <object> tag doesn't appear to resize within the ...
Score Assistance interpreting IISState log
Listyanna Goodspeed - 26 Apr 2006 12:07 AM - 1 message
We installed 2 servers with Windows 2003 with SP1. IIS 6 installed with .Net Framework v1.1.4322 I am not a web developer and the vendor is still researching, thus, I am seeking for advice and assistance. We continue to receive the following errors that occur sporadically. ...
Score Monitor a print queue
Russell Thomas - 25 Apr 2006 8:37 PM - 1 message
I wanted to see if anyone knew of anything in the .net framework 2.0 that I could tap into for monitoring a printer’s print queue.  I found some articles about tying into the API but I was hoping for something cleaner that existed ...
Score Delegation fails over remoting if user is logged in for too long
Adam Hughes - 25 Apr 2006 3:10 PM - 12 messages
I am currently using .NET 2.0's secure TCP channel for remoting, and have run into a problem where if a user doesn't log out for a while (usually seems to be about two days), delegation fails.  Having the user log off and back on ...
Score Deserializing "null" value into double
Michael Groeger - 25 Apr 2006 2:45 PM - 7 messages
Hi, we use serialization and deserialization for import/export functionality. When deserialising into a property of type double, we would like to be able to deserialise from a "null" or empty string e.g. <myDouble></myDouble>. But ...
Score How to find out the "GUID" of installed assembly?
Alvaro E. Gonzalez - 25 Apr 2006 2:23 PM - 5 messages
Hi; How to find out the "GUID" of installed assembly? Tks. Alvaro ...
Score <object> usage in ASPX page after IE update
di.popa - 25 Apr 2006 1:48 PM - 2 messages
<object> usage in ASPX page after IE update I have one window form created in C#; before the security update update KB912812(Cumulative security update for Internet Explorer) I use this window form inside a ASPX page using: ...
Score CLR looking for assembly in wrong location
IP - 25 Apr 2006 12:24 PM - 3 messages
I am installing 2 windows services from the command line. When I go to install the first one it installs fine and starts up. The second one installs but won't start. The error message indicates that there was a failure to load ...
Score Need help in COM
AVL - 25 Apr 2006 11:16 AM - 1 message
Hi, I'm a newbie to COM n Serviced Component architecture..I've developed a serviced component and registered it as a  COM component usinf Regsvcs tool of .net... This serviced component has a Amount property which is of type long. ...
Score Detect if a local user/group account exists
Roshan - 25 Apr 2006 10:30 AM - 6 messages
Hi, Given a name, I want to be able to detect if a user or a group account exists with that name on a system and know if its a user or a group. My search yielded the "LookupAccountName" Win32 API but I haven't found ...
Score What Type of a cell in an Excell Spreadsheet
Charles A. Lackman - 25 Apr 2006 8:53 AM - 2 messages
Hello, I have opened an excel file into a .net application and any trying to determine if column 1 is a checkbox or not.  Spreadsheet column 1 has both Text and Checkboxes.  This is what I have tried to far with no success: ...
Score QUERY: .NET 1.1 vs 2.0 min. requirements & performance....
Dhruba Bandopadhyay - 25 Apr 2006 8:51 AM - 5 messages
Just wondering, what is the minimum AND recommended requirements (hardware-wise) to run .NET run-time libraries (the 22MB installation)? Is there a difference in performance & requirements between .NET 1.1 & 2.0? ...
Score Adding reference System.Configuration to a web project: not possible! Why?
Roland_Müller - 25 Apr 2006 8:43 AM - 3 messages
Hi, the warning in VS2005 says: System.Configuration.ConfigurationSettings.AppSettings is obsolete, use System.Configuration.ConfigurationManager.AppSettings instead. Ok, i wanted the change this, knowing the ConfigurationManager is located in the assembly System.Configuration.dll. I go to project references (why does this dialog look other then in ...
Score Double Trouble - bug in double?
Doug - 25 Apr 2006 6:55 AM - 9 messages
There appears to be a bug with Double, unless I'm missing something? The following lines of code are basically all the same. However, some of the numbers evaluate to "true" while others evaluate to "false". I can not figure ...
Score Code Execution
Baren - 25 Apr 2006 5:39 AM - 3 messages
Hi! All Managed codes run under CLR?? Where does Unmanaged Code run?? Thanks in advance, Baren ...
Score MailMessage.Headers and Content-Type
Vlad - 24 Apr 2006 5:20 PM - 6 messages
We are trying to set MailMessage Content-Type to be text/calendar The following code has been used: string subject = "Calendar test 3"; MailMessage emailMessage = new MailMessage(); emailMessage.To = <address> emailMessage.Subject = "my subject"; emailMessage.Headers.Add("Content-Type","text/calendar;method=\"REQUEST\""); ...
Score Is .Net installed?
UJ - 24 Apr 2006 5:06 PM - 6 messages
We're trying to write an install program that can run from the command prompt that will install .Net only if it needs to (mainly because it's a large download to get all of the files.....) Is there a way from the command prompt to know whether .Net has been ...
Score using 1.1 AND 2.0 framework
Nikos - 24 Apr 2006 4:05 PM - 4 messages
Hi all. Let's say that I am making a new application with VS2005 (.NET 2.0) and I am using some components (compiled assemblies) already built with VS2003 (.NET 1.1). On a "clean" PC (I mean without any framework ...
Score datagridview headertext ?
swartzbill2000 - 24 Apr 2006 3:49 PM - 2 messages
Hello, I have a DataGridView that is bound to a table in a DataSet. I want a tab-separated String containing the HeaderText from all the columns in the DataGridView. Is there a property or method of a DataGridView or ...
Score HTTPS Connectivity in C#
Ashish Jindal - 24 Apr 2006 3:42 PM - 3 messages
Hi,     Not sure if this is the correct forum to ask... I am looking for C# library for HTTPS Connectivity.     Or is there anything I can do to tweak WebRequest to make it work with ...
Score Binding to objects and updating read-only properties
Cato Lommerud - 24 Apr 2006 12:03 PM - 2 messages
I've created an app that reads data from a db and populates an BindingList decendant with my own objects. I can then bind controls to the objects properties and updates get saved to the database and everything is perfect. ...
Score ConfigurationSection and Validator
mathiasfritsch - 24 Apr 2006 9:32 AM - 1 message
I try to use the sample in ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref4/html/T_System_Configuration_ConfigurationSection.htm It works but the validators never throw exceptions. Am I doing soemthing wrong or is the sample realy not working? ...
Score Culture
Philipp Druyts - 24 Apr 2006 6:53 AM - 5 messages
Hi, Is there a way to retrieve the culture info from a database server/SQLServer database? Looked on Google ... but nothing really useful found ... Thank in advance for any help ... Philipp ...
Score LicenseProvider.GetLicense() UsageMode
Mark Olbert - 24 Apr 2006 1:29 AM - 6 messages
I'm confused about the UsageMode parameter passed to GetLicense() in my custom LicenseProvider. When I create an instance of a licensed component in a custom UITypeEditor -- which pretty clearly means I'm in design mode! -- UsageMode gets passed as UsageMode.Runtime. This is bollixing up my license provider something fierce. ...
Score Framework2: Changed Behavior for LICX Files
Mark Olbert - 23 Apr 2006 8:32 PM - 4 messages
I am posting this message to two newsgroups because I don't know which one covers the issue, and I need to get a quick resolution. I have a custom license provider (actually, a license framework) that I have used successfully in a number of Framework v1.1 ...
Score EnableRemoteControl in vb.net
Wuhosting Destek - 23 Apr 2006 4:52 PM - 1 message
hi I am making a program for our automation and I need to change EnableRemoteControl property via vb.net code is below Dim obDirEntry = New DirectoryEntry("WinNT://" + Environment.UserDomainName) Dim entries As DirectoryEntries = obDirEntry.Children Dim obUser As DirectoryEntry = entries.Add(user_name, "User") ...
Score Windows Service problem
Stuart Nathan - 23 Apr 2006 11:09 AM - 1 message
I have a windows service that has a timer that checks if an application is running and then tries using GetObject to attach to that application in order to read its object model and get hold of some of its properties, ...
Score Associate URI to a program
zon7mail - 23 Apr 2006 9:48 AM - 2 messages
I'm looking for a way to link an URI with my program. Just as iTunes or MPlayer do with mms://.. or irc:// Any help? ...
Score ServiceProcess output to screen
ThePinkPanther - 23 Apr 2006 5:19 AM - 3 messages
Hello Hopefully it's the right place to ask this question. Let's say i'm building a program which will run as a Service in the background using System.ServiceProcess , And i want it to output data to a user connected to ...
Score How to write a OLE object?
Jimmy Lu - 23 Apr 2006 4:37 AM - 3 messages
Is it possible to write a OLE object(ActiveX) that can be used by a program like WORD, thanks. ...
Score Intranet Error
wrytat - 23 Apr 2006 3:50 AM - 4 messages
I have a program that first check the user name of window account used to login and run the application. Then connect to SQL Server 2005 Express remotely to retrieve some data. So, I build the program, go to the debug ...
Next »