all groups > dotnet general > may 2006 > threads for monday may 29
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 31
How to add user control as treenode to a treeview
Posted by Carol at 5/29/2006 11:52:02 PM
Hi,
I am working in C#, windows application.I want to know,
How can i add a user control as a treenode to a TreeView control using C#.
What are all the steps that i need to take in order to accomplish the above
task?
Any examples or links will be helpful.
Thanking You,
Carol
... more >>
Questions on cryptography
Posted by Nerd at 5/29/2006 9:13:22 PM
I am trying cryptography in dotnet using the
System.Security.Cryptography namespaces.
I have a couple of questions
1. If I use SymmetricalAlgorithm RijndaelManaged as the algorithm and
if I
share the Key that I use with other applications that wants to decrypt
this. will they be able to decr... more >>
It seems to be the most basic questions that I don't see answered.....
Posted by ljh at 5/29/2006 7:30:03 PM
Perhaps I am somewhat dense.....but, I still need to know.....
What do you need to do in order to ship a SQL server Express or Developer
edition database with your Visual Studio .Net 2005 application?
Does SQL Server Express need to be installed on the target machines? Or,
can the database ... more >>
appl: sample source code
Posted by shun at 5/29/2006 4:45:17 PM
Hello,
I am going to design employee attendance regiter using ASP.NET, to track the
employees login time, logout time with date, i.e user when access the site
it asks for login details (user name and password). if it is correct user
enter the second screen and clicks the button, after click... more >>
Get name of current property by reflection
Posted by Guido Kraus at 5/29/2006 4:24:01 PM
Hi,
I wonder how to get the name of the currently executing property by using
reflection in .Net 2.0
If I use System.Reflection.MethodInfo.GetCurrentMethod().Name from within a
property I get something like "set_MyProperty" instead of "MyProperty". Is
there a way to get the current prope... more >>
Deleting non readable attribute from eDirectory - LDAP through ADSI/System.DirectoryServices
Posted by chat_devil NO[at]SPAM hotmail.com at 5/29/2006 3:41:33 PM
hi,
does anyone know if it is possible to remove an attribute that can not
be read into the ADSI property cache/collection.
i'm trying to do an eDirectory password change from .net directory
services. eDirectory uses the "userPassword" property to change the
password and for a normal user, th... more >>
VS2005 Reference problem updating bin directory
Posted by Coder at 5/29/2006 2:21:12 PM
After updating to VS2005 we noticed that references are not always
updating our bin directory in the case of indirect references.
For example:
PROJECT 1
PROJECT 2 (ref project1)
PROJECT 3 (ref project2)
PROJECT4 (ref project 3)
When compiling project4, I should see the DLLs of all... more >>
Sitemap and Response.Redirect
Posted by Gerhard at 5/29/2006 12:43:01 PM
I have an application that uses a navigation control based upon a sitemap.
One of the nodes in the sitemap is <siteMapNode url="~/MyPages/Tasks.aspx"
title="My Work" description="My Work" />
The application path is http://localhost/ScherzerPhase1
When I navigate using the control it all ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
OpenFileDialog throws "Illegal characters in path"
Posted by Shilpa at 5/29/2006 3:27:30 AM
Hi,
I have a OpenFileDialog on my windows form whose filter is *.*.
I want the users to be able to further filter the files by giving *.doc
or *.zip etc in the "file name" field of the dialog (Just like it
happens in the open file dialog of MS Word)
Currently, if the user enters a wild card c... more >>
Cannot install window service in C#
Posted by Saravana Raj at 5/29/2006 3:22:40 AM
I am using C# with Visual Studio 2005 and have created a Windows
Service. This service can be installed using the command line utility
'installutil' and the service appears and runs correctly in the
services control panel. Hower if I create a setup and deployment
package in Visual Studio for the... more >>
Shape and Line
Posted by John at 5/29/2006 12:00:00 AM
Hi,
I am beginner in .NET
I can't find Shape and Line control in controls toolbar (that was in VB6).
What am I missing?
Thanks,
John
... more >>
|