all groups > dotnet framework > april 2004 > threads for friday april 16
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
Getting MX Records With .NET Framework?
Posted by Rick Lemons at 4/16/2004 10:24:56 PM
The Dns class allows you to lookup IP addresses or domain names. Is there a
way to use the .Net Framework to lookup MX records?
Thanks.
... more >>
XML files
Posted by Dave at 4/16/2004 5:48:05 PM
Hi,
I am writing an ATL com object in VC-7 and please somone can tell me how can
i read an xml file using the atl or vc++ function`s???
Thanks
... more >>
Treeview issue
Posted by Anil at 4/16/2004 5:45:26 PM
I am working in C# .NET
If I want to invoke LabelEdit event of TreeView/ListView(property set to
true) from another event what should I do?
I was advised to send a LVM_EDITLABEL / TVM_EDITLABEL message to the
control.
But how to get the integer number for LVM_EDITLABEL / TVM_EDITLEVEL ? Or
... more >>
Problems running apps on Citrix for non-admins
Posted by hpinsley NO[at]SPAM kayescholer.com at 4/16/2004 12:56:38 PM
My managed WinForms application is running fine on Citrix when logged
in as
a local administrator. When running it as a normal user, it seemed
not to
even start. To diagnose the problem, I wrote a simple HelloWorld
WinForms
app that has the exact same behavior.
To continue the investigati... more >>
How to get gdiplus.dll folder?
Posted by Michael Zhang at 4/16/2004 11:51:01 AM
Hi, there
I have a Win32 app that uses GDI+. For WindowsXP, my app cannot find gdiplus.dll, since it is not installed in system folder. I was wondering if any one would know how do I get the name of the folder that gdiplus.dll is installed using some API calls, or do I have to hard code the folde... more >>
Adding com reference on the fly
Posted by Mikael Svenson at 4/16/2004 11:36:33 AM
Is there a way I can add a reference to a component on the fly in C#?
I'm adding a reference to Microsoft Word, but I want to add the
reference to the version the user is running. I have Office 2003 myself,
but unless I distribute the com.interop assemblies this makes it won't
work on another ... more >>
How do I retrieve the Control Type Name?
Posted by Mike at 4/16/2004 11:13:46 AM
I am writing an application (in C++) to interrogate the controls on any
currently running .NET application. Most of the information I need I can
retrieve from the window and class information available through the HWNDs
retrieved using the EnumChildWindows() API.
My problem occurs with control... more >>
When in the heck is a .NET 1.1 Service Pack coming!!!!!!!!!!
Posted by chakachimp NO[at]SPAM yahoo.com at 4/16/2004 10:51:02 AM
And/Or maybe a Visual Studio 2003 Service Pack. I encounter too many
unnacceptable bugs especially with User Controls.
Does anyone know when one will come! Not saying this will solve all my
problems, but it's about time for a service pack!!!!!!
-dave... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VB.Net With Statement
Posted by Rob Shorney at 4/16/2004 8:55:23 AM
Hi,
Please could someone let me know if there is a equivalent command for C#
ie
vb.net
with object
..
..
..
end with
... more >>
What does GC.GetTotalMemory really tell us?
Posted by Daniel Billingsley at 4/16/2004 8:24:04 AM
Jon Skeet posted some code in another thread using the
GC.GetTotalMemory(true) method as a way to demonstrate the amount of memory
being allocated for a certain data type.
That method was new to me and I thought it looked like a great simple way to
implement some general memory monitoring. So... more >>
Disable Dropdown into a Datagrig
Posted by Altair Costa via .NET 247 at 4/16/2004 7:54:00 AM
Hello All,
I hope someone can help me, I need disable a dropdown into a datagrid every time I checked a Html checkbox button. Is it possible?
thanks in advance
--------------------------------
From: Altair Costa
-----------------------
Posted by a user from .NET 247 (http://www.d... more >>
Building satellite assemblies where the template is strong named
Posted by Norm Dotti at 4/16/2004 5:51:09 AM
I need for our customers to be able to generate satellite assmblies for use in our application. The template assembly from which the satellite assemblies are based on is strong named. It seems that the private key is needed in order to generate satellite assemblies. I'm not about to distribute our p... more >>
Nasty No-touch Deployment Problems
Posted by Graham at 4/16/2004 1:31:04 AM
Dear Al
I’d be grateful for any suggestions as to how I might solve some nasty problems I’m having with no-touch deployment (NTD) of WinForms applications.
The problems are on two more-or-less identical production Windows Server 2003 machines that have recently undergone lots of changes – ... more >>
Strong Name for VB COM dll
Posted by brainstogether NO[at]SPAM yahoo.com at 4/16/2004 12:48:19 AM
Hi,
I have a VB COM dll (lets name A) which references another VB COM
dll(lets name B).
I created an assembly for A dll named NETA.dll using tlbimp and then I
want to assign it a strong name and sign it and put it in GAC.
I generated key using sn utility named Akeyfile.sn
When I try to strong ... more >>
|