| Thread | Last Post | Replies |
|
| date formatting | 26 Sep 2007 04:20 GMT | 2 |
hey all, how do i format my string that contains the date and time? c#: String dateValue;
|
| escape characters in *.settings file | 26 Sep 2007 00:41 GMT | 2 |
I'm having some trouble storing a string in my settings file that contains escape characters. If I enter "This is the first line\r\nand this is the second line." When I retrieve the string from the settings file I get: "This is the first
|
| teable | 25 Sep 2007 23:24 GMT | 3 |
anyone can explain me the difference between the HTML table and ASP table in the Visual Studio 2005 toolbox? Thanks
|
| aximp usage | 25 Sep 2007 23:16 GMT | 4 |
Hi, I used to AxImp.exe to generate the wrappers for an ActiveX control. Now how do I import the wrapper into my project? I tried "Add Reference..." and browsed to the .dlls but I still don't see it in my Toolbox.
|
| ContextMenuStrip | 25 Sep 2007 22:50 GMT | 2 |
Has anyone else had this problem; and if so, any way to overcome: Have a couple of menu items and rearrange (eg drag one above the other or vice-versa) - the menu shows the change but after build the change is not made. This keeps happening and I am having trouble with other menu
|
| "double" population | 25 Sep 2007 22:42 GMT | 4 |
When i try to populate a dropdownlist menu, using a for cicle works perfect: i get a list of int from ie 1 to 10. How an populate my ddlist if working on the code i wish to get not longer a series of integers, but a series of decimals?
|
| Delay function | 25 Sep 2007 22:25 GMT | 8 |
Hi, everyone. I'm C++ programmer, but I'm starting to write some code in C#. I need in C# some function, which delays code execution. In C++ I have a cute function:
|
| Need help builing connection string to database. | 25 Sep 2007 21:21 GMT | 2 |
I am having problems getting the connection string to return a value. It keeps coming up null. What am I doing wrong? using System; using System.Drawing;
|
| Configuration Section | 25 Sep 2007 21:06 GMT | 3 |
Hi group, How can I implement a configuration section that can read such an app.config <configuration>
|
| How does the "this" keyword work in this context | 25 Sep 2007 20:03 GMT | 5 |
I notice that the Dataset designer generates code for properties that look like this: public string ID { get {
|
| Program started via System.Diagnostics.Process hangs | 25 Sep 2007 19:56 GMT | 3 |
I'm using System.Diagnostics.Process to start a thirdparty program (that works perfectly when started via command line). I'm using Process.StandardOutput to get the output of the program. That works for 95 %, but the other 5 % it doesn't. It seems to me that the
|
| Sending a struct to embeded CPU over the Ethernet | 25 Sep 2007 19:42 GMT | 4 |
I need to send a "struct" to an embeded CPU over the Ethernet. The struct is defined like this: [Serializable] public struct MyStruct
|
| Senior Programmer Opportunity | 25 Sep 2007 19:14 GMT | 1 |
Good morning friends, I am a new member to the C# Programming groups and I apologize for making my first post be about business but I am in serious need. I am a Tech Recruiter in Reno, Nevada and have a client that has six
|
| Does the .NET framework keep an internal List/Hashtable/Collection of all my Lists that I can loop over? | 25 Sep 2007 19:00 GMT | 2 |
I have a static class with several hundred private static List<>. Does the .NET framework keep an internal List/Hashtable/Collection of all my Lists that I can loop over? If so, please show the syntax or docs reference, if it's there I am unable to find it.
|
| modulo | 25 Sep 2007 18:58 GMT | 3 |
Mathematically, r = a modulo b (b being the divisor) is defined such that if b <> 0, and if r <>0, its sign should be the sign of b. C# does not follow this definition. int indx = -1;
|