| Thread | Last Post | Replies |
|
| Some questions on code signing with smartcard | 26 Aug 2005 04:08 GMT | 1 |
I have a couple of questions around code signing with MS technology: 1. Is there a way to transfer the generated strong name signing private key directly to a smartcard (or generate it on the smart card), without the unsecure intermediate storage to the filesystem using sn -k and ...
|
| Problems Hiding Generic Implementation from Type Library Exporter | 26 Aug 2005 03:32 GMT | 1 |
I'm trying to make an assembly in C# to use as a COM server. I'm building as normal and ruinning regasm at the end. Everything is generally working, except that I'm having a problem hiding some generic implementation base classes from the type library exporter.
|
| DataGrid Cell Color | 25 Aug 2005 21:24 GMT | 1 |
Hello; I'm using a datagrid bound to a dataset. The background of the datagrid is white. I'd like to have the data in one column only be one of three colors. (RED, GREEN, BLUE) depending on one of three values that the data in that
|
| Calling .NET class library from VC++ 6.0 | 25 Aug 2005 20:43 GMT | 2 |
I have created a class library in Visual Studio .nET 2003. I can call classes from this library using VB6 by using tlbexp to create a tlb file and regasm to register the .dll file created for my class library. This works great. Is there a way I can call classes in my .dll file ...
|
| Build Vs. rebuild | 25 Aug 2005 16:05 GMT | 3 |
Hello, Why is there a choice between build Solution & Rebuild Solution in the IDE. what is the difference? When would you use one over the other? Many thanks for your thoughts
|
| Rounding | 25 Aug 2005 15:54 GMT | 3 |
Hello all, we have a table that is part of our accounting package that stores decimals as such: 123.45678. However the reporting standards with the accounting system display that as 123.45 note that it does not round to the 123.46. I need for these reports
|
| DateTimePicker Color | 25 Aug 2005 15:51 GMT | 2 |
Can someone tell me how to change the backgroud color of the drop down box for a DateTimePicker control. There is no "BackColor" property that I can change in property editor. There is an option to change the drop down calendar's color but it only changes the calendar not the ...
|
| Scripting in .NET 2.0 | 25 Aug 2005 15:45 GMT | 1 |
With the removal of Microsoft.Vsa from .NET 2.0, how is one supposed to provide the functionality to allow users to write scripts that are then run within, say, a C# client application? Tim
|
| Debugging two processes at the same time | 25 Aug 2005 15:43 GMT | 4 |
I am in the process of understanding .NET remoting. I am usually using the Borland IDE and am not as familiar with Visual Studio. Using VS, how can you hook into both processes with breakpoints? Currently you can only have one projects marked as the "Startup Project".
|
| VB .NET dynamic number of controls... | 25 Aug 2005 15:37 GMT | 5 |
Is it possible to dynamically add controls (speciifcally System.Windows.Forms.ProgressBar and System.Windows.Forms.Label) to a panel to a form and have them display (and fucntion) at run time? I've been trying todo this by creating arrays of progressbars and labels.
|
| Dynamically creating a Word document | 25 Aug 2005 14:18 GMT | 3 |
I want to create a Word document that will display data from a database. I don't want to create the file on the server, I just want to stream it out directly to the user. When they click a button, the Word Save Open window will open, and allow the user to Save or Open the ...
|
| Key Board Hooking and SendInput function | 25 Aug 2005 12:14 GMT | 1 |
I have pulled together a VB.net project that hooks the keyboard (Ref. Paul Kimmel's hooking program) and allow the user to send "mouse right clicks" via the SendInpuut function (mouse emulation works fine). I am also trying to make this project capable of "Rearrange the ...
|
| Dropdown lists and arabic numerals | 25 Aug 2005 10:58 GMT | 6 |
I am finding an issue with the current DropDownList and ListBox ASP.NET Web Controls. I had a system set up for Arabic and a string that I put into a drop down had a number. The letters were being displayed in Arabic but the numbers were
|
| Create xml with formatting | 25 Aug 2005 09:57 GMT | 5 |
I have to make a formatted (indented) xml file like this : <?xml version="1.0"?> <Message> <Parent index="0" length="6">123
|
| about binaryreader | 25 Aug 2005 09:29 GMT | 1 |
Hello MVPs: I am not sure when to use binaryreader in .net is best? In fact ,I am coding a program which converts data in text files into DB. but i have to use fixed length to read data in file(old format).
|