| Thread | Last Post | Replies |
|
| page vs. dll, which are more efficient | 18 Sep 2005 23:45 GMT | 1 |
As far as I know, aspx pages are compiled and stored in the server's memory the first time it's used. Would it make much difference if I dump most of the code into a dll and have the page called that dll, since both are already compiled?
|
| floating toolbars | 18 Sep 2005 23:35 GMT | 1 |
is there a way to make toolbars float in their own windows like in ms office? thanx
 Signature Alvo von Cossel I of Germany
|
| Saving TIF Image from the Internet | 18 Sep 2005 23:08 GMT | 5 |
I have an app that (at the moment) moves through files that are on a web site, and deletes them, wat i want to do for the next stage, is to be able to download each file before i delete it. i have tried POSTin to be able to view the image, then saving it, but it
|
| reflection problem | 18 Sep 2005 20:42 GMT | 10 |
I need to print Public Properties of a class. I must access to Properties with GetSubObject function. Please help me. FieldInfo[] fields=typeof(Boolean).GetFields();
|
| Deterministically destroying a COM object | 18 Sep 2005 20:38 GMT | 1 |
I have a homework assignment to access a COM object from a .NET client, get some information from it, then deterministically destroy it. I search the registry for the directory of the object's CodeBase, then load the .dll assembly via System.Reflection.Assembly.LoadFile(). I
|
| Using a HelpProvider, go to a specific anchor tag on a page. | 18 Sep 2005 19:57 GMT | 2 |
So far I have my .CHM file working with my application through a HelpProvider. But, I would like to display certain locations on a page immediately. For instance, I have a page 'DataEntry.htm' in my helpfile 'DataEntry.chm' with a paragraph about a subject called "Supplementary
|
| bitmap rotation question. | 18 Sep 2005 18:54 GMT | 3 |
Sorry if this is an obvious question but Im trying to rotate a bitmap and then save it. So far Ive only found how to rotates a Graphic but I can't find how to save it. I also want to crop the image and resize it, but I assume thats straight foward and for the code below Ive set ...
|
| Using P/Invoke to find Certificates with specific Enhanced Key Usa | 18 Sep 2005 18:45 GMT | 3 |
I'm trying to call CertFindCertificateInStore to find all certificates in the store that have the Code Signing enhanced key usage. I'm running into problems marshalling the array of OIDs in _CTL_USAGE. I keep getting a "This type can not be marshalled as a structure field."
|
| key combinations help | 18 Sep 2005 18:15 GMT | 3 |
I want to have certian key combinations which are hidden from user but if required i can use them to add some additional functionality to the program. I want to do this in C# 2.0 and i am using VS .Net 2005 Beta 2. Please help. Regards,
|
| How to read AssemblyInfo.cs ? | 18 Sep 2005 18:09 GMT | 5 |
I'm using dotnetframework 1.1. By the way, I don't know how to read the information of AssemblyInfo.cs file. I wish to read it. The following Example Files.
|
| automate webpage manipulation in a c# form | 18 Sep 2005 14:37 GMT | 1 |
I am trying to automate the upload and submit of a file to a web based secure email server. I am able to enter data into the fields of the form, but the submit action is done by a javascript command. is there a way to run java script commands from the c# object?
|
| How to use OSQL? | 18 Sep 2005 13:51 GMT | 1 |
I have tried to follow an example in a book using OSQL. However, the first command: osql -E returns an error message, saying the server does not exist or access denied. It then goes on to say Connection.Open() (Connect())
|
| Nested loops on a self referencing table | 18 Sep 2005 13:23 GMT | 1 |
I have a database table with the following kind of structure CategoryID (int) Parent CategoryID (int) CategoryName (varchar)
|
| Data loaded into DataSet | 18 Sep 2005 13:03 GMT | 4 |
Hello all, I am wondering about the memory arrangement in C#. If I am going to load, say, 20000 data rows from about 20 tables at once, where will be the data stored in my machine? All save on RAM? Or a portion of them is fetched to RAM for processing?
|
| VCL TSpeedButton equivalent? | 18 Sep 2005 13:01 GMT | 1 |
Anyone know of a functional equivalent for the VCL TSpeedButton (e.g., a button that does not get input focus) in .NET?
|