| Thread | Last Post | Replies |
|
| ActionsPaneControl | 27 Jun 2007 15:06 GMT | 2 |
Hey folks, I'm building an Office Smart Tag. I own VS 2005 Professional. I'm trying to use the ActionsPaneControl as seen in the example here: http://blogs.msdn.com/pstubbs/archive/2005/03/30/403801.aspx
|
| How to define a Class with fixed size array of sub structures | 27 Jun 2007 14:41 GMT | 1 |
Hi Group, I am trying to define a class that has a fixed size array of a structure containing a fixed size array of a structure. I am using System.Runtime.InteropServices and trying to define the
|
| recursive GetEnumerator() | 27 Jun 2007 14:31 GMT | 16 |
is it possible to have a recursive GetEnumerator for traversing a tree structure ? public IEnumerator<DType> GetEnumerator() {
|
| Can a List object be bound to a DataGridView control? | 27 Jun 2007 14:24 GMT | 8 |
Hello, I am writing an application in c#. I have a List object that I would like to bind it to a DataGridView control. Can I do that, and if so how?
|
| Using ToString to pad an integer with leading zeroes | 27 Jun 2007 13:56 GMT | 8 |
Is it possible, using the ToString function, to take an integer and conver to a string of fiexd width with the leading spaces padded with zeroes. e.g. integer 123 converted to a string of length 9 with 6 leading
|
| inherit form and generics | 27 Jun 2007 13:00 GMT | 6 |
Hi. I want to create a base form class with a generic parameter. public BaseForm<T> : Form {} public MyForm : BaseForm<MyType>
|
| post-build events | 27 Jun 2007 12:53 GMT | 1 |
I need to copy the dll and the tlb file that is build by the project to 2 different directory after the build is successfully complete. what do i add to the post build events in VS 2005 to make this happen in my C# project? Thanks for you help.
|
| csharp-source.net closed down? | 27 Jun 2007 12:43 GMT | 4 |
Anyone know if this site has closed its doors? csharp-source.net I've tried for 3 days now, at work and at home. No go. ...........
|
| select items in winform dropdown style combobox... | 27 Jun 2007 12:30 GMT | 2 |
In my winform, I have 3 dropdown style comboboxes. I want the program to always start with the "Todays date" to be selected in the three comboboxes. example of todays date selected by using all three combo dropdown
|
| abstract class question about operators | 27 Jun 2007 12:09 GMT | 4 |
just a quick question - i have the something like the following public abstract class ClassA { protected int iA;
|
| Certificate popup | 27 Jun 2007 10:55 GMT | 1 |
I am not sure where to post this question - so please redirect me if there is a better place. In the Windows Application I am developing I need to call a webservice, supplying a digital certificate. At the moment I do this by adding a
|
| Regular expression help | 27 Jun 2007 08:59 GMT | 4 |
I have a problem here that I think can be solved using regular expressions, but not knowing enough about them, I wanted to ask. I'm pulling data from a database that we're provided that has all data unformated, all names, addresses, whatever are all in capital letters,
|
| Problem invoking method with reflection | 27 Jun 2007 08:28 GMT | 3 |
I am getting a Exception has been thrown by the target of an invocation error when invoking a method Here is the crux of the code. I realise it could be a few things, any one give me an idea where
|
| Problem with clickonce | 27 Jun 2007 08:23 GMT | 1 |
I'm trying to make an installer with clickonce for vb.net app with VS 2005. I can publish, but when I try to install, I got an error: Can't start the application Here is the log (I'm using spanish version)
|
| Changing garbled text ("¾î´À ¸ÚÁø³¯") to readable text ("어느 멋진날") | 27 Jun 2007 08:14 GMT | 2 |
I have been trying to implement a method to convert garbled text such as "¾î´À ¸ÚÁø³¯" to it's proper form as "어느 멋진날" (which you'll see if you have the Korean language pack). Someone recommended using Encoding._properEncoding (ie. UTF8 or
|