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# / July 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
<newbie> Dictionay.ContainsValue problem23 Jul 2007 10:01 GMT1
.net 2.0
I have a Dictionay object Dictionay<int, string> in my app. This dictionary
holds values like these:
0, "NOOB"
how to show different colors for enabled/disable dates on datetimepicker23 Jul 2007 09:54 GMT1
I am working on datetimepicker and want make the dates out of my range
disabled.
There are APIs that I have used: minDate, maxDate. It works fine.
However, users can not tell which date can't be selected as the dates
<newbie> 2-dimmensional generic list, how?23 Jul 2007 09:20 GMT2
.net 2.0
I'm trying to create a 2-dimmensional (sorry if i speld it wrong).
List<string, string> hello;
this code doesn't work
Text file into array of words23 Jul 2007 08:37 GMT2
Suppose the Contents of Text file is:
Name Age Address
AAA   5       #22
BBB   8       #99
Can't use :using System.Management;23 Jul 2007 08:32 GMT2
When I add:
using System.Management;
It can't pass compiler:
Error    1    The type or namespace name 'Management' does not exist in the
Can't create text file by command line command.23 Jul 2007 07:26 GMT1
I want to get MAC address by command line directly.
       private void Form1_Load(object sender, EventArgs e)
       {
           System.Diagnostics.Process Process3;
How to have .msi run regsvr32 after installation?23 Jul 2007 06:36 GMT3
Hi, I'm using vs2005, .net2 for windows application.  I would like to run a
command after my windows applciation is installed to install some property
pages in the registry.  Currently I mannually run it in Dos Command:
"regsvr32 xxxx.dll".  How can I add this ability in my ...
Help on communicate with web server in C#2005 and PHP23 Jul 2007 05:29 GMT2
I'm trying to build an application that will communicate with web
server.
My application (in C# 2005) will be communicated with some web
application (using PHP).
Problem using command.parameters23 Jul 2007 02:56 GMT2
I need to get data from a sql server database and insert records into a sqlce
database if they do not already exist in the sqlce database.  I have written
the code below but I'm getting an error message when the cmd.Prepare() line
is executed.  The error message is - "The ...
How to find out what methods, etc. a web service makes available?22 Jul 2007 23:52 GMT3
I've got a URI (ip/port) that has a web service on the other end. I
can't access it through VS Add Web Reference because it requires
authentication. How can I find out the interface the service provides?
Thanks for any tips,
Resize Graphic Images II22 Jul 2007 21:06 GMT2
Okay, I figured out how to resize an image by creating a new bitmap and
specifying the new size when I do.
I don't suppose there's any support for resizing with anti-aliasing so that
I get a smoother image is there? Any tips?
listview event handling22 Jul 2007 20:29 GMT2
I have a 3-column listview. It has to return the value of the cell when the
user click the listview.
The SelectedIndexChanged event and ItemSelectionChanged Event only return
the row information (ListViewItem).
"CenterParent" not working22 Jul 2007 18:36 GMT2
Not a critical problem, just annoying:
Normally I use :
this.StartPosition = FormStartPosition.CenterParent;
in the constructor of a dialog to make sure it doesn't show up in the
How to get controls to update during heavy activity22 Jul 2007 18:29 GMT3
I've got a couple stretches of code where I use a lot of CPU on
various operations. Since this is happening in a loop at unrestriicted
speed, some of the form controls do not update.  (Actually surprising
that some do and some don't).
Resize Graphic Images22 Jul 2007 15:59 GMT1
Do the .NET libraries include routines to load, resize, and save a graphics
file? If so, where would I find these routines?
Thanks.
 
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.