| Thread | Last Post | Replies |
|
| RSACryptoServiceProvider constructor very slow under Win XP | 21 May 2004 22:31 GMT | 1 |
I have a .NET app that uses the RSACryptoServiceProvider class to perform a key exchange with a server. During testing we've found that on some Windows XP machines, the call to the constructor for this class can take 15 or more seconds! On our Win 2K and Win 98 test machines it ...
|
| Class Modifiers via Reflection | 21 May 2004 19:33 GMT | 5 |
Is there a way to determine the access modifiers of a class type in an assembly via reflection? I see that I can determine if the class is public or non-public, but I would like to be able to further sub-divide the non-public modifiers (assembly, family, familyAndAssembly, ...
|
| Search File Content | 21 May 2004 15:01 GMT | 2 |
I would like to create a software that is able to perform searching a string in a file content regardless of file type (ie. word, excel, access etc) However, I cannot find any hint in MS web site to do this. I understand the MS Document Explorer but no API is available Could ...
|
| sending mousedown and mouseup to foreign application | 21 May 2004 14:42 GMT | 4 |
Dear NG, ive got a small C# Application which needs to send a mousedown event, followed by a mouseup event to a foreign window (eg. browser window). I managed to get the appropriate windowhandle and also putting it into
|
| Macro Question | 21 May 2004 10:15 GMT | 1 |
I am writing a macro in Visual Studio .Net 2003, and I was wondering if it is possible for a macro to access properties of objects that are selected. For instance, assume I have the following object declared (on a different page, but it can still be instanciated) Class rectangl ...
|
| MDAC/ Dot.net clash | 21 May 2004 09:54 GMT | 2 |
I am having trouble getting an oledb provider to work in a dot.net page. I get the message : "The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC) version 2.6 or later"
|
| .NEt Application access from LAN | 21 May 2004 08:26 GMT | 1 |
I have developed a simple database application in VB.Net. I have placed the Assembly (EXE) on server computer and want to access the application from other workstations. When ever databound form is going to be displayed security exception
|
| A design ( inheriteance / overriding ) question | 21 May 2004 07:25 GMT | 1 |
Perhaps this question does not fit in this news group but I need some advice and could not figure out where to post this. This is a design / inheritance qus. I have class Task.
|
| anyone can provide simple code for printing??VB.NET | 21 May 2004 04:12 GMT | 2 |
i wish to create a simple print function to print the content of picturebox or richtextbox through my printer... anyone can provide some simple codes?? i found codes from vb.net documentation but i really cant understand wat is that... any help is greatly appreciated...
|
| filesystemwatcher on 98 | 21 May 2004 02:10 GMT | 3 |
Is there any way to use filesystemwatcher on windows 98/me? Any workaround to write a software that uses it on win2K/xp and some other solution on 98/me? I need to receive an event when a new file is created.
|
| Exception Handling and Loops | 21 May 2004 01:49 GMT | 3 |
I have a while loop where for each value I execute a database query. I have a situation where one of these queries abort due to bad data. I want the application to continue processing the loop for other values. I have tired what I thought would do this but it still aborts the
|
| Loosing reference to Thread | 20 May 2004 19:58 GMT | 5 |
I need to have a thread run as long as it needs to, and not stop until it is cancelled by either closing the application or manually be stopped. It is simply pinging a machine to see what the connection speed is. The ping code is not the problem, as I have used it to get the ...
|
| ERROR: COULD NOT FIND INSTALLABLE ISAM | 20 May 2004 18:54 GMT | 1 |
When using ADO.NET with ASP.NET, here is my code to bring in a table from EXCEL: Dim sConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _ & "Data Source=C:\Inetpub\wwwroot\ExcelData.xls;" _
|
| Debug problem | 20 May 2004 17:47 GMT | 1 |
I have an application developed with MFC and I want to use .NET with the Manged extentions. I added the option /clr to the compiler, changed the debug information (/Zi) and also set /ASSEMBLYDEBUG. The program runs fine and I can use the .Net
|
| Controlling MDIChild forms | 20 May 2004 16:43 GMT | 1 |
I kind of a new programmer. I started a few wees ago with Visual Basic .NET and I'm trying to develop a simple (I think) application with an MDIForm and an MDIChild. Thus, I open the Child form and it works fine but, when I close, using the close button (X) on the upper-right ...
|