| Thread | Last Post | Replies |
|
| Problem parsing MSHTML elements | 10 Nov 2006 12:06 GMT | 1 |
I have developed a helper object and i m using Microsoft.MSHTML assembly for parsing the contents of the pages rendered in the browser. If I work with the VS 2003 IDE installed on the machine my code works fine, but when only .Net Framework 1.1 is installed the helper object is ...
|
| Formatting numeric values in a textbox | 10 Nov 2006 11:52 GMT | 1 |
How do I go about formatting a numeric value for display in a textbox? I have two textboxes in which I take the values entered into them and convert them into decimal values via the System.Convert.ToDecimal() function. I need to take the results of that calculation and display ...
|
| My Windows account do not have administrator priviliges anymore | 10 Nov 2006 11:23 GMT | 1 |
My Windows account do not have administrator priviliges anymore even though the user account window accessible from the control panel claims I do. I did my first time programming with setting ACL:s. I thought I had
|
| Serialization: Store some objects into a file | 10 Nov 2006 10:18 GMT | 1 |
I would like to serialize some model objects into a file. For that I use the BinaryFormatter. In order to not serialize the event delegates of those objects (due to the observer pattern) I have implemented the ISerializable interface where I use the GetValue and AddValue methods. ...
|
| Printing XSL document in Windows .NET Application | 10 Nov 2006 10:01 GMT | 1 |
I hope that I can explain this correctly. I am trying to print a specific report based upon user's input in a Windows application. I'm a newbie to XSL and unaware of how to go about this. Basically, I want to create the XML file based on the user's input, format the report with
|
| Install font from ClickOnce application | 10 Nov 2006 09:41 GMT | 10 |
How can I distribute a TrueType font with my Windows Forms application using ClickOnce? Is there a direct/supported way to install via ClickOnce? I tried including the ttf files as resources and copying to the fonts folder
|
| Filedialog Control's restrictions | 10 Nov 2006 09:21 GMT | 1 |
application details : vb.net with winforms 1.1, VS 2003 I am using a FileDialog1 controls in my vb.net application, works like at charm but there are two things that i want to do that it almost seems i can
|
| Reflection: enumerating constants | 10 Nov 2006 05:46 GMT | 1 |
I know how to get the fields, methods, properties, etc. from a type using reflection. How do you get the constants?
|
| SSLStream broken due to heap fragmentation | 10 Nov 2006 05:10 GMT | 1 |
We've been using the SSLStream class found in System.Net.Security to build a giant Sockets server that provides TLS encryption at the channel leve. Before .Net 2.0, we used an open-source encryption channel from Mentalis, and have even looked at the Mono implementation for doing ...
|
| InnerException > BackgroundWorker > MyApplication.UnhandledExcepti | 10 Nov 2006 03:30 GMT | 1 |
I'm trying to understand why the MyApplication.UnhandledException event handler behaves differently when the exception originates from the background thread of a BackgroundWorker component. e.g.
|
| Installer Project with Custom Action for Application Configuration | 10 Nov 2006 02:17 GMT | 5 |
How to do custom action in a Install Project that asks for database conectivity and set these information in the web.config or app.config ? To be more generic, how to do a dialog that receives custom information and store then in the configuration file (web.config or app.config) ...
|
| How to precomile asp.net in visual studio 2005 | 09 Nov 2006 22:44 GMT | 2 |
I'm working with VS 2005, but have an example from VS 2003 on how to precompile the code behind into a dll. This does not work for me, since the VS 2005 now breaks up the auto generated classes into two different files. So, I can not precompile my .cs files. Any help out there ...
|
| COM+ singleton server | 09 Nov 2006 20:05 GMT | 3 |
I have tried to post this in the vb.enterprise ng, but it doesnt work, so I post this question here. I try to create a singleton COM+ server. Unfortunately the GetInstance method always creates a new object. Is it possible or not to create a
|
| int data type compatibility | 09 Nov 2006 19:21 GMT | 2 |
I'm hoping someone has some suggestions. I'm programming something which interacts with Autodesk Inventor release 11 SP2. I want to for loop through a collection and get data fro each item. Although the collection specifies [int index] it does not seem to be compatible with
|
| Deploying ASP.NET Application with Enterprise Libraries | 09 Nov 2006 18:56 GMT | 1 |
When deploying an ASP.NET application which uses the Enterprise Libraries, can I just deploy the application files, including the bin folder which contains all of the application dll's and Enterprise LIbrary dll's, and then run the InstallServices.bat file? Are there any
|