Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > february 2005 > threads for thursday february 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

ManagementObject
Posted by S.D at 2/17/2005 11:47:01 PM
Hi, i am trying to find the user who locks the file (ms excel or word file ) in a shared folder. I have written the code but wmiObject.GetRelated("Win32_Process") returns no process. How can i find the user? Thanks for your assistance Dim mySelect As New SelectQuery("select * from cim_...more >>


Object reference not set to an instance of an object.
Posted by kon george at 2/17/2005 7:52:39 PM
Can somebody assist. I build this code on a dev laptop and copied across the entire code to a Windows 2003 server with 1.1 framework. It is basic ASP.NE T that uses web service for SQL Server 2000 DB access. The code works fine on my dev laptop, just not on the non dev machine. Here is ...more >>

Do you need a special license to sell a application built using VS
Posted by Budinski at 2/17/2005 6:21:03 PM
I have been offered money to develop an application for a company and I figured .Net would work just fine. But i don't want Microsoft coming after me because I used thier software to build it. I never considered it until now....more >>

Blank dialog box
Posted by Gary Dunne at 2/17/2005 5:19:17 PM
I have a situation where a suport person is on site attempting to use a custom tool that is designed to test the validity of a web service URL. The idea is that you type a value into a text box, click a button and get a response that simpy says "Valid" or "Invalid" ... or if there is an error ...more >>

Open a StreamReader on type File
Posted by Bagger Vance at 2/17/2005 5:06:19 PM
Can I open a StreamReader on type File ( instead of a string filename ) ? ...more >>

Evaluate Expression in while
Posted by Bagger Vance at 2/17/2005 5:03:36 PM
The code below does not work -- but is there a way to do this? I want to both read a line and string sline; StreamReader m_streamReader = new StreamReader(fi); while(sline=m_streamReader.ReadLine()) Debug.WriteLine(sline);...more >>

Web service class, inherit from asmx class
Posted by free.teranews.com at 2/17/2005 4:20:04 PM
After defining a trace file listener, I wrote a small method for doing logging and put it in the main class for a web service, Service1.cs : public void log(string s) { Trace.WriteLine(DateTime.Now+":"+s); } Now I want to access it from other classes in other files, so that they all ...more >>

Call a function from a dynamically created ImageButton
Posted by Patrick Marti at 2/17/2005 3:07:03 PM
Is it possible to call a function from a ImageButton wich I create at runtime? That would be really interesting Many thanks for any suggest. Greetings Patrick Marti ...more >>



DataSet.HasChanges and Textbox.TextChanged Event
Posted by jbsound at 2/17/2005 2:11:04 PM
I have been banging my head against this one and I'm sure I'm missing something: Got a WinForms app in VB.NET with controls bound to a dataset. For the sake of this discussion, let's use just one text box control. When the user makes changes, the first character change in the text box will ...more >>

Search for string in text file
Posted by VB User at 2/17/2005 1:51:02 PM
I need to search for a string in a text file. I suppose StreamReader would work. But can someone help me on this? Thanks ...more >>

Meaning of Afx in MFC
Posted by bglennon59 at 2/17/2005 1:45:03 PM
Does anyone know the meaning for the choice of the letters Afx or AFX in MFC? Just that type of person!!...more >>

Inheriting Permissions
Posted by !!! Klutzo !!! at 2/17/2005 12:49:39 PM
I give permissions for ASPNET on a top level subdirectory. A windows program copies a file into the subdirectory, however, my web service cannot access the file because it does not have permissions. Shouldn't the file automatically inherit permissions by being dropped into that top level...more >>

Networkstream returns ArgumentOutOfRangeException
Posted by Dustin B at 2/17/2005 12:47:09 PM
Since this issue encompasses so many things - I have to generally post it I guess. I'm building an application for a Wireless PDA - when it is connected to the Network I tested a TCPListener & TCPClient connection from the Server to the PDA. The connection allows me to Send from the PDA to ...more >>

Data Grid Individual Column Width
Posted by Rod at 2/17/2005 8:06:58 AM
how do you set the default width of an individual column in a data grid at design time? I can only see how to see all columns to the same default width. many thanks Rod ...more >>

Html feature? Or am I imagining this?
Posted by Varad at 2/17/2005 8:01:05 AM
I think about an year ago I saw on some webiste where they had a table and a table title like this: ---------Table Caption-------- | | | | |--------------------------------| Basically yhe table caption was wit...more >>

How to handle versioning, referencing, building, and deploying assemblies for multiple releases
Posted by loretta.stokes NO[at]SPAM gmail.com at 2/17/2005 6:59:30 AM
I manage our nightly builds for all of our products. Since we have added our .NET assemblies to our nightly build, it has been a learning process. I have come across a couple of situations that I am not sure how to handle without rebuilding or redeploying some of our common assemblies. First let...more >>

.NET Services from pure VS 6.0 C++ DLL?
Posted by Craig at 2/17/2005 6:41:10 AM
Is it possible to write a C++ DLL in Visual Studio 6.0 that can access .NET services? I'm willing to write some kind of little intermediary layer in ..NET C++ that exposes entry points to the 6.0 C++ DLL and then invokes .NET classes/objects, if that is necessary. If this is possible could ...more >>

File Management
Posted by S.D at 2/17/2005 3:49:02 AM
How does microsoft word or excel understand that a document being edited by other user. Can i find document's editor (user who opens document with write access) programatically. Thanks for your assistance ...more >>

VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120
Posted by Bil Muh at 2/17/2005 3:43:08 AM
Hello Developers, I use VC++ .NET v2003. By using Windows Forms .NET, I am developing an application which will work with TCP/IP functions. I can Build my application in Debug Mode normally, but, whenever I want to Build at Release Mode, compiler gives LNK2001, LNK2019 ve LNK1120 errors. I re...more >>

Obtaining object's version
Posted by Richard L Rosenheim at 2/17/2005 1:10:53 AM
Given an object, does anyone have any sample code for determining the version number of it's assembly? TIA, Richard Rosenheim ...more >>


DevelopmentNow Blog