| Thread | Last Post | Replies |
|
| Basic CAS Question | 07 Jan 2006 13:45 GMT | 1 |
I am new to CAS and sould like to know if it is possible to do the following: I would like to attribute properties and methods ClassA so that they may only be called by ClassB otherwise an error will be thrown. If this is not something CAS can do, I'll go to plan B. If so, I would ...
|
| How do you POST a file to a secure website using a digital certifi | 07 Jan 2006 10:39 GMT | 3 |
I have been struggling with this for a couple of weeks. I have a digital certificate installed in my certificate collection store on my local computer. The site I am trying to post to also has our certificate installed is said it is ready to recieve transactions. I have created ...
|
| SQL Server Connection Time | 06 Jan 2006 19:37 GMT | 1 |
Is there way to programmatically increase the allowed connection time for an SQL Command operation. I issue a query that executes perfectly, but it does take a long time to complete. When I use the Query Analyzer the command took about 6 minutes.
|
| Defer loading DLL? | 06 Jan 2006 19:19 GMT | 2 |
Is there a way to defer loading of a DLL until it is referenced by a method? Our product ships optional DLLs and we want to avoid writing wrapper classes to isolate calls to those DLLs. This is becoming cumbersome as we develop more licensed components.
|
| Windows forms and user controls | 06 Jan 2006 15:55 GMT | 1 |
I have a windows form that has 2 child usercontrols i created and added inside, control1 has a label that displays some text based on activities i do in control2, my question is how do i update the label text inside control1 from control2? previously i got around this issue
|
| First time TCPClient | 06 Jan 2006 15:48 GMT | 4 |
So --my first VB program is to build a database of our large (1000+ networks) network. I would like to start by collecting all I can from our router configuration files. I can see that I can easly use TELNET from a Command window or TELNET:// in IE
|
| webbrowser.navigate | 06 Jan 2006 15:18 GMT | 1 |
Hi I am using the webbrowser.navigate control in my VB.net application. What I want to do is to wait processing anything until the document is finished displaying. I have tried things like looping through
|
| A reason to like Microsoft | 06 Jan 2006 15:12 GMT | 6 |
Say what you will. I have to appreciate a language where you can do this: object objMissing = System.Reflection.Missing.Value;
|
| OleDbDataAdapter hangs on update | 06 Jan 2006 15:05 GMT | 1 |
I have an application that is reading a database table and "copying" the data to the identical table in another database. This table contains a field of type OLE Object (which contains image, video, etc.). I am using an OleDbDataReader to retrieve a single record at a time from ...
|
| LabVIEW application that uses a .NET 1.1 assembly failes after .NET 2.0 installation | 06 Jan 2006 09:03 GMT | 1 |
Hey NG, We have a LabVIEW application that uses a .NET 1.1 assembly. It was all working good for a long time until we installed .NET 2.0 together with .NET 1.1
|
| Converting an Int32 into a BitArray | 06 Jan 2006 08:04 GMT | 3 |
I wrote a little method that gets me an Int32 from a BitArray. This method looks like this: private Int32 GetIntVal( BitArray iArray ) {
|
| Protect intelectual property in .NET code? | 06 Jan 2006 00:01 GMT | 8 |
What is the best way (or does it exists a way at all) to protect WinForm application from decompiling IL. Can it be full compiled yo windows native before distribution.
|
| Anybody install IE7 Beta 1 Yet? | 05 Jan 2006 22:53 GMT | 6 |
http://www.microsoft.com/windows/IE/ie7/default.mspx <%= Clinton Gallagher METROmilwaukee (sm) "A Regional Information Service" NET csgallagher AT metromilwaukee.com
|
| Using Interop; Merge not doing anything | 05 Jan 2006 21:57 GMT | 2 |
I created two word documents. From a c# console application, I then open the first document, then use the .Merge method from one, on the other. I thought it would combine the two documents, but I don't see any
|
| Synchronize Access Database!! | 05 Jan 2006 19:12 GMT | 1 |
I'm writting a multithreading program that will update a loacal Access database. I'm using OleDB connection to get access to the database from each thread and my question is: how do I synchronize between threads\ how do
|