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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|