| Thread | Last Post | Replies |
|
| Obtaining the password of an active directory user | 05 Apr 2004 22:19 GMT | 5 |
Hi people, Does anyone have some idea how to get the password of an active directory user? I tried using the DirectorySearcher object to find the user and the DirectoryEntry.Password property to get the value, but always returns "null"
|
| Why o why use visual studio.net | 05 Apr 2004 20:27 GMT | 2 |
This was something lacking in VS.NET 2002 & 2003, and luckily has made its way into Whidbey previews. Unfortunately, you're going to have to write code until VS.NET 2005 is released next year. Matt Hawley, MCAD .NET http://www.eworldui.net nntp://msnews.microsoft.com/microsoft ...
|
| need to find a document management program | 05 Apr 2004 18:48 GMT | 1 |
My customer wants to scan their documents and organize them electronically and he has asked me to find him a viable solution. These are the criteria. - It must integrate with an existing MS SQL database and the .NET interface - Scanned images should be easily catalogued. I see the ...
|
| Managed C++ application doesn't startup but jumps to debugger instead... Help ! | 05 Apr 2004 17:36 GMT | 1 |
I am trying to find out why a Managed C++ application which works on one machine, doesn't even startup on other machines once the executable is distributed. When the application is started on a machine other than the one is was compiled on, it doesn't start up and instead, the ...
|
| Why o why use visual studio.net | 05 Apr 2004 17:15 GMT | 1 |
I am new in visual studio.net and i find it not so usefull (maybe i'am doing things wrong). I want to create a webapplication with datagrids etc..but why doensnt visual studio put the connection string in web.config file???!!!
|
| windows user control in broswer and namespaces. | 05 Apr 2004 17:13 GMT | 1 |
I just came accross some peculiar behavior. I have a winforms user control that I am developing for use in a browser application. I can make the control display, but only after I finally realised this pattern. If my control is nested in too many namespaces it won't display. For ...
|
| ODBC & Access | 05 Apr 2004 15:14 GMT | 2 |
Sometimes when I have a database open in access I get an error when trying to use the same access database w/ ODB and othertimes....i don't get an erro What am I doing wrong (or for that matter right :)) that doesn't allow me to use share us Regard
|
| Nested Repeater Child Repeater Manipulation on Render | 05 Apr 2004 14:18 GMT | 1 |
First, I'm basing my nested repeater example on this short tutorial: http://www.123aspx.com/redir.aspx?res=29338 I am able to display the Parent/Child data now. However, I'm needing to manipulate the Child Repeater based on criteria being pulled from
|
| COM Objects | 05 Apr 2004 14:00 GMT | 2 |
I'm retrieving all the properties from a DirectoryEntry object and some of the properties are __ComObjects. How can I handle these in my code? Basically, I want to display the values in HRF (human readable format). I'm pretty sure that the values I'm dealing with are date/times ...
|
| dataset casting (merge) | 05 Apr 2004 13:31 GMT | 3 |
How can I cast the dataset I generated the dataset from schema and named it 'Staff'. I use this dataset (staff dataset) as a datasource in the report then I would like to generate the data from Staff dataset, here is the logic Dim ds as DataSe
|
| Comparing byte arrays | 05 Apr 2004 12:20 GMT | 11 |
how can I compare two byte arrays in VB.NET Thank Peter
|
| How to Work with Gabrage Collector | 05 Apr 2004 11:24 GMT | 1 |
hi all, i?m noobie in .Net, and i need to know how to work with the cargabe collector. as an example i have a button?s click event
|
| ASN.1 to XML Convertion | 05 Apr 2004 11:10 GMT | 4 |
I have just opened a career door that leads to ASN.1 which is, it turns and is new to me, a way to represent structured data much as XML is a way to represent structured data. Only ASN.1 is, I believe, a little older and was originally intended as a way to transmit structured data ...
|
| Very urgent!! need help fixing this error | 05 Apr 2004 10:46 GMT | 2 |
Despite all the advise i have recieved from everyone on this group i still cannot fix this error. I am fast approachin my deadline so i need to fix this asap :o I get the error whenever i try to open the a for My coding falls over on this line.... Me.Button2.Image = CType(resources ...
|
| Cancelling an Asynchronous callback method | 05 Apr 2004 10:44 GMT | 1 |
I will be setting up an asynchronous receive routine for a TCP Socket. If the receive callback method is not called within some time interval, I want to cancel the use of the callback method. Does anyone know the way to cancel the use of a callback routine?
|