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 > september 2006 > threads for sunday september 3

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 29 30

Problemb for DllImport
Posted by reshm.shah NO[at]SPAM gmail.com at 9/3/2006 11:50:32 PM
I want to use one dll written in VC++ 6.0 I written all code for dllimort & declare the extern function to be called. But i am getting the Error particular Dll is not loaded What else i cam do? Urgent ...more >>

Problem installing vs 2003 sp1
Posted by John at 9/3/2006 11:26:11 PM
Hi I have downloaded the VS7.1sp1-KB918007-X86.exe file but when I try to install it, it runs for a while and asks for license confirmation etc. but then comes up with a dialog asking for the location of vs_setup.exe file. I have searched the drives but have not been able to locate the vs_s...more >>

DataSource/DataBind
Posted by ThunderMusic at 9/3/2006 11:08:56 PM
Hi, This question probably went back a couple of times, but I didn't find anything about it on google, so I ask here... What is the best way to use the DataSource/DataBind pattern in a class? I would like the user to be able to set a data source and I'd like my class to be able to use this...more >>

Immediate Command
Posted by Larry Rebich at 9/3/2006 10:00:14 PM
In VB6 I could enter an immediate command to, for example, determine the value of a variable. Is there some why to do this in VB 2005? Something like: ?sUserName would return: "Joe Blow" Thanks, Larry Rebich ...more >>

Console.Write vs Debug.Print
Posted by Larry Rebich at 9/3/2006 9:57:57 PM
I notice a lot of VB 2005 samples use Console.Write instead of Debug.Print. How do I view the Console.Write output. In what window? Larry Rebich ...more >>

monitoring files in-use with Process
Posted by Carlos at 9/3/2006 6:54:02 PM
hello, I need to know if a file is being used by some application. Using System.Diagnostics.Process I cannot obtain all the archives opened in applications mdi (for example Word). Since I can do it? ...more >>

Aggregation in C#
Posted by Bruce One at 9/3/2006 4:44:01 PM
In C#, how would people implement a relationship between Customer class and Request class, considering a customer may have 0-n requests and a request must belong to 1 and only 1 customer...? Would about the following options? OPTION 1 -------------------------- public class Customer() {...more >>

What does the [Flags] attribute actually do?
Posted by martin at 9/3/2006 1:07:01 PM
Hi, I have used bitfields in C before and I understand all the AND/OR operations etc. While learning C# I was told to mark all by "bitfield enums" with the [Flags] attribute. Do why? Exactly what does this attribute do? The MSDN docs says: " Indicates that an enumeration can be treated as...more >>



detect if IE is open/running from visual studio setup project
Posted by mjobbe NO[at]SPAM hotmail.com at 9/3/2006 9:27:50 AM
Hi, I'm creating an MSI for a client app using a Visual Studio Setup Project. I'm trying to detect if Internet Explorer is running on the target computer before I start the installation. How do I go about detecting this? Thanks. ...more >>


DevelopmentNow Blog