| Thread | Last Post | Replies |
|
| <newbie> Dictionay.ContainsValue problem | 23 Jul 2007 10:01 GMT | 1 |
.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 datetimepicker | 23 Jul 2007 09:54 GMT | 1 |
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 GMT | 2 |
.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 words | 23 Jul 2007 08:37 GMT | 2 |
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 GMT | 2 |
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 GMT | 1 |
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 GMT | 3 |
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 PHP | 23 Jul 2007 05:29 GMT | 2 |
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.parameters | 23 Jul 2007 02:56 GMT | 2 |
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 GMT | 3 |
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 II | 22 Jul 2007 21:06 GMT | 2 |
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 handling | 22 Jul 2007 20:29 GMT | 2 |
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 working | 22 Jul 2007 18:36 GMT | 2 |
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 activity | 22 Jul 2007 18:29 GMT | 3 |
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 Images | 22 Jul 2007 15:59 GMT | 1 |
Do the .NET libraries include routines to load, resize, and save a graphics file? If so, where would I find these routines? Thanks.
|