| Thread | Last Post | Replies |
|
| mdi child form does not maximizes | 31 Aug 2008 22:40 GMT | 1 |
in vb.net 2005 i havecreated a mdi child form when i open that form it opens in normal window even if i ahd set it propertise to maximzie when i minimixe it and agin maximize it
|
| Creating Blank if zero decimal format string | 31 Aug 2008 22:09 GMT | 7 |
How to create format string for decimal data type which shows blank for zero and default format otherwize ? I tried format string "f;f;#" but this shows f for nonzero numbers. Andrus.
|
| WPF looks complicated compared to WinForms---why? | 31 Aug 2008 20:06 GMT | 1 |
Took a look at a demo of font dialog for WPF, and it looks complicated. You could do the same thing in C# 3 WinForms 2.0 in about one-half to one-fourth the code. So I wonder, for you that have made the transition to WPF, how much of
|
| Get default(T) given Type representing T | 31 Aug 2008 19:55 GMT | 15 |
I would like to get default(T). However, I don't know what T is until runtime; I just have a Type. Is there an equivilent means of getting the results of default(T)? Thanks,
|
| Why does x.ToString() throw an error if x == null? | 31 Aug 2008 19:07 GMT | 22 |
If we have something like this object x = null; MessageBox.Show(x.ToString()) we get an error. That kindof makes sense but there is no reason the
|
| garbage collect——is a bug? | 31 Aug 2008 17:49 GMT | 12 |
static tc gto; public class tc { public int a=99;
|
| enter key press on datagrid | 31 Aug 2008 15:54 GMT | 1 |
when i press enter key , i should get all valuse of selected row/column in specific text box
|
| Installing VS 2005 or 2008 on Vista 64 bit machine | 31 Aug 2008 14:22 GMT | 2 |
Im running into problems installing either VS 05 or 08 on a Vista Premium 64 bit machine and, ahem, it isnt going sweetly. When installing i get an "Error 1935.An error occured during the installation of assembly
|
| Removing non-ascii characters from a string | 30 Aug 2008 21:35 GMT | 13 |
I believe all strings in .net are unicode by default, I am looking for a way to remove all non ascii characters from a string (or optionally replace them). There is an article on code project which kind of looks like it does
|
| Do plugins give new functionality or different functionality? | 30 Aug 2008 21:02 GMT | 4 |
When you create a system that takes "plugins," does that mean that your plugins give new additional methods that were not there in the original plugin interface previously or does it only mean that I have a set of interfaces that must be implemented and those new
|
| Print Documents PrintDocument-- what am I doing wrong? Must be something stupid | 30 Aug 2008 18:16 GMT | 16 |
I am running out of printing paper trying to debug this...it has to be trivial, but I cannot figure it out--can you? Why am I not printing text, but just the initial string "howdy"? On the screen, when I open a file, the entire contents of the file is
|
| Screen Capture (Screen Copying) example / the perils of Image/ Bitmap copying to file | 30 Aug 2008 12:10 GMT | 2 |
Beware newbies: I spent a day before I figured this out: copying a bitmap (image) file to file is not quite like copying a text file--you have to do some tricks (see below), like using a "Graphics" object to wrap around the image (!). It's not so simple as shown in most
|
| write what line is work now | 30 Aug 2008 04:51 GMT | 5 |
Can i write what line is work now? try { ...
|
| Listview Column Header AutoSize & column sorting | 29 Aug 2008 23:02 GMT | 1 |
Being doing a little UI work in vs 2008 and I noticed something. After reading over the docs for the listview control it seems to me that some things are missing. I'd created a listview for my own use back in vs 2003 that implemented these
|
| saveFileDialog error--with Image/BitMap files--what am I doing wrong? | 29 Aug 2008 22:44 GMT | 2 |
I can't get the below code to work, no matter how many times I change it. I do have the Image file, Image1, created (in another method), and using "hard coding" I can save it (it's a filled rectangle) on my hard drive, but I cannot use the Dialog box to select a user defined
|