Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / August 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
mdi child form does not maximizes31 Aug 2008 22:40 GMT1
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 string31 Aug 2008 22:09 GMT7
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 GMT1
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 T31 Aug 2008 19:55 GMT15
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 GMT22
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 GMT12
static tc gto;
public class tc
{
public int a=99;
enter key press on datagrid31 Aug 2008 15:54 GMT1
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 machine31 Aug 2008 14:22 GMT2
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 string30 Aug 2008 21:35 GMT13
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 GMT4
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 stupid30 Aug 2008 18:16 GMT16
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 file30 Aug 2008 12:10 GMT2
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 now30 Aug 2008 04:51 GMT5
Can i write what line is work now?
try
{
...
Listview Column Header AutoSize & column sorting29 Aug 2008 23:02 GMT1
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 GMT2
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.