| Thread | Last Post | Replies |
|
| Exposing Dependency Properties | 18 Jan 2008 02:09 GMT | 5 |
I just ran into the following scenario and couldn't figure out something that I thought should be easy as pie. I have a class that contains a dependency property, let's say it's a DateTime property. I can bind directly to this property via TwoWay and
|
| Consuming PHP-webservice with C# | 18 Jan 2008 01:40 GMT | 1 |
I'm currently working on C# code consuming a PHP-webservice (soapserver-class of PHP5). A PHP test-client worked fine and achieved the requested data from the service's server. Using the wsdl-file of the webservice, wsdl.exe generated a C#-proxy
|
| Searching for server | 17 Jan 2008 23:39 GMT | 1 |
i want to create a application which will scan a machine for the server then attach my database to the server.Is there anyplace i can find code to do this. Thanks
|
| Close the Program | 17 Jan 2008 20:51 GMT | 1 |
Hi everybody... I'm a beginner and need help. I want to do a application that open a PDF file... I created a form in Visutal C# 2005 Express Ed. with this code:
|
| Riddle Me This | 17 Jan 2008 19:54 GMT | 49 |
OK. Can somebody explain why a windows service, when compiled in Debug mode, has no problem starting an executable program in one of its methods
|
| Send Ctrl+C in testcase. | 17 Jan 2008 19:20 GMT | 3 |
I'm writing testcase for my console application. One testcase requires to test press Ctrl+C while the application is running. How to send Ctrl+C while running application through System.Diagnostics.Process?
|
| How to get a single digit hour string.format? | 17 Jan 2008 19:12 GMT | 3 |
I am trying to print out an hour in a format of 3pm or 5am. I've tried the following, but it throws an exception saying invalid input string: string times = string.Format("{0:h}{1:tt}", startTime, startTime); However, if I change h to hh, it works fine, but then it prints out 03am
|
| Sort Question? | 17 Jan 2008 17:59 GMT | 2 |
I am new to SQL and am trying to sort some information. The data is being sorted, but not in the way I desire it to be. Example: Sorted Table Desired Sort Product Name Product
|
| Intercept key from an unfocus application | 17 Jan 2008 17:48 GMT | 1 |
I need to write an application that intercept a key pressed even if it is not in focus. Anybody can advice me a good example to understad better how to manage this problem?
|
| Is there a faster hi resolution timer for diy profiling | 17 Jan 2008 16:48 GMT | 21 |
Im trying to time some parts of my code using the Stopwatch class, but it is so slow, I tried the QueryPerformanceFrequency() but this seems to be just as slow, if I just simply call this function in a loop it takes 21 ticks
|
| Parse Input | 17 Jan 2008 16:45 GMT | 3 |
Sorry, this was originally posted in VB.Net newsgroup, but I meant for it to be posted to the C# group initially, so I'm sorry for the multi-post, my mistake. -------------------------------------
|
| Problem when moving a file | 17 Jan 2008 16:21 GMT | 2 |
I want to move a file. Here is my code: files[i].MoveTo(dirs[0].ToString()); Variable files[i] represents a file in the current directory (of the executable).
|
| Slow in reading large DBF data files in C#. | 17 Jan 2008 16:15 GMT | 3 |
I am using C# to read large FoxPro data file (DBF). Everything works fine except it is too slow to load the file in buffer (I think). Anybody know how to solve this problem please instruct me how. I am new to C# so I don't
|
| Determine installed version of software | 17 Jan 2008 16:15 GMT | 2 |
I want to write a generic method to read the installed version of software based on the exact software name that is displayed in Add / Remove programs. Is there a way to do this using C#? I found a method which will return all the installed software using this
|
| Max TCP client connections??? | 17 Jan 2008 14:47 GMT | 9 |
I'm creating a tcp socket connection from the thread in the c# threadpool. Since the default workers thread is 500, sometimes my program tries to open up 500 different tcp socket connections and the connection fails after it reaches certain number of opened tcp
|