| Thread | Last Post | Replies |
|
| strong name assembly | 23 Sep 2005 09:03 GMT | 2 |
I want make my assembly strong named. Now I have the Error "Microsoft.Practices.EnterpriseLibrary.Logging.dll is not strong named" What can I dou ?
|
| Scanned Documents | 23 Sep 2005 08:26 GMT | 1 |
Anybody ever figure out how to use a web page UI to allow someone to upload an image from a scanner? I understand you can scan a document, save it on the hard drive - then via the web UI you can upload the image somewhere and save it.
|
| saving grayscale | 23 Sep 2005 08:26 GMT | 4 |
I'm using bmp.Save() and the bmp is in PixelFormat.Format8bppIndexed. But when I open the image with Gimp, it tells me that the image is RGB and not grayscale.
|
| Problem in selecting row after sorting in datagrid... | 23 Sep 2005 08:13 GMT | 1 |
I have one specific question for DataGrid In the Form Load event of the Form, I am binding data with DataGrid. On clicking Row the CurrentRowIndex is updated and it gives me correct rowindex.
|
| sharing files(very urgent) | 23 Sep 2005 07:46 GMT | 1 |
i have one windows application.(accessing files one machine to another machine) and also having one shared folder in my machine and one shared folder in others machine. so, my task is how to move files, copy to these folders.
|
| Adding a comment to a XML document: WriteXML | 23 Sep 2005 07:28 GMT | 3 |
Hi, how can I write a comment to a XML document when I am generating the XML document via the DataSets WriteXML method? Thanks in advance Mark
|
| Can't use DataTable in vb.net | 23 Sep 2005 06:42 GMT | 2 |
I can't use DataTable! I try to write: Dim myDataTable As DataTable = New DataTable("ParentTable") I then get "Type expected" for the DataTable (in Task List)
|
| build a custom authentication provider EL | 23 Sep 2005 04:42 GMT | 5 |
I'm planing to use the enterprise library in a new web project, and I was looking at the Security application block which came by defaul with one provider called database authentication provider. I want to develop new authentication provider that will work with LADP.
|
| How to create Type from TypeCode... | 23 Sep 2005 04:19 GMT | 3 |
Does anyone know if there is a built-in function for creating a Type from a TypeCode? Type t = somefunction(TypeCode.Int16);
|
| Contacts database is empty | 23 Sep 2005 03:47 GMT | 1 |
I'm using the MCAD/MCSD self-paced training kit to study for .Net certification. However, I'm stuck in chapter 5, because my best attempt at installing the example Contacts database leaves me with no user-defined tables. I have successfully established a connection, but
|
| RasDial | 23 Sep 2005 02:52 GMT | 1 |
I have been working for hours trying to get the RasDial API function working in VB.NET with no success. All i ever get back from the API is error 87, Invalid Parameter. Does anyone have any .NET code that sucessfully does this?
|
| WebClient | 23 Sep 2005 01:49 GMT | 2 |
the following code dosn't get me HTML why? can any one help Imports System.Net Dim myWebClient As New WebClient() Dim myDatabuffer As Byte() =
|
| Where's the API specification? | 22 Sep 2005 21:26 GMT | 2 |
I'm a Java developer and have just been given a .Net project to take over. I'm looking around for some sort of API specification like Javadocs, but have had no luck. Does this sort of thing exist, or am I dreaming?
|
| ACT! 2005 - Stuck in Read Only, or something | 22 Sep 2005 19:19 GMT | 1 |
I have ACT!2005. I was playing with the settings and now I am completely locked out of all of the features. I am such a moron. I can log in, but all of the tabs, "Add contacts, Delete contacts, etc" are grey. Also, all of the tabs across the top of the page, "File, Edit,
|
| Layout Issue | 22 Sep 2005 19:17 GMT | 1 |
I'm not even really sure if this can be solved by using a particular layout or not. Here is the scenario... I have a form that holds several custom controls. I want to provide my
|