| Thread | Last Post | Replies |
|
| TCP listener | 19 Jul 2008 18:06 GMT | 9 |
Here is my code to create a TCP listener: file name DataAdapterLauncher.cs public static TcpListener tcpl; IPEndPoint ipe = new IPEndPoint(IPAddress.Parse("0.0.0.0"), 1024);//listen
|
| code diff tool | 19 Jul 2008 15:03 GMT | 8 |
What do people like for a code comparison (diff) tool ? I've been using Beyond Compare but perhaps there is better. I am on Subversion.
|
| Simple string list in a property grid | 19 Jul 2008 12:05 GMT | 2 |
I'm trying to display a list of string in the string collection editor just like the "items" property of an ListBox in VS IDE.... I can find many examples on the net but I cant find any example like items property of a listbox... I mean the String collection editor
|
| Check for CRLF | 19 Jul 2008 12:04 GMT | 1 |
How can I check if a string ends with CRLF? Thanks
|
| How to embed binary files in Word? | 19 Jul 2008 10:49 GMT | 3 |
I want to embed a number of binary files (pdf, jpg, ...) in a word file (wordml would be nice). I've searched a lot on MSDN but didn't find a good documentation to do this, although I think that I'm not the only one who tries to do this.
|
| Datasource - Filter | 19 Jul 2008 10:19 GMT | 2 |
If I use a Filter on a Datasource, does he made a new Query with the constraint of my definend WHERE clause or does it retrieve all Data and then filter the content? If that isnt the right way, how can i add a WHERE clause? All docu that I found speak about alle Data from a
|
| Any one know how to make users pay for your software | 19 Jul 2008 04:43 GMT | 11 |
I want to sell a application I'm making, I want to know how to add some sort of license key or something to the app so that it can not be used without payment. I'm VB.Net and want to distribute it thought the web publish tool in visual
|
| Number of digits in exponent with "g" format? | 19 Jul 2008 02:44 GMT | 3 |
By default, the "g" format specifier seems to use 2 digits in the exponent if it decides to use the scientific format. I.e., Double.ToString("g"). How do I control the number of exponent digits used without affecting the operation of "g" in any other way? I need it to use 3 ...
|
| Tab and Focus Rectangles | 19 Jul 2008 01:56 GMT | 1 |
Hey Peter, if you see this I tried to respond but the server rejected the request. Here's my reply to your responce. Thanks. Hi Peter, thanks for the reply. I should be more specific though. If you run Microsofts calculator, under accessories, in both standard and scientific
|
| Tab and focus rectangle question | 19 Jul 2008 01:04 GMT | 1 |
I created a form and put a button and a label on it. I set the tabstops to false. When I first run it I can click the button and there is no focus rectangle. Which is what I want. However, if I press the tab key nothing initially seems to happen, I know nothing should because I ...
|
| Cryptographic random numbers... | 18 Jul 2008 23:46 GMT | 17 |
Hope you can help me with this one. I am trying to create random number between 0 and 1 inclusive of cryptographiuc quality. The problems is though - I don't know how! Here is what I have so far and I would greatly appreciate any comments/suggestions/code-samples
|
| Is VC++ any "better" than C#? | 18 Jul 2008 23:30 GMT | 6 |
I only ask this because I feel "cheated" by the framework whenever I see things such as some of the SDK programs and examples that require regular old C++. There are some things, at least it appears to me, that you need to know C++ for in order to do things in Windows. I
|
| XML documentation to LaTeX? | 18 Jul 2008 21:42 GMT | 2 |
Has anyone hacked a converter to turn Visual Studio XML documentation into LaTeX?
|
| Reading VStudio project file programmatically | 18 Jul 2008 20:58 GMT | 1 |
I am looking to develop a tool which has to read a project file and its dll references etc. programmatically. Let me know which forum is the best to ask questions as I don't know where to start.
|
| What does this mean(Generics) | 18 Jul 2008 20:46 GMT | 14 |
It says "Another limitation that you need to be aware of is that using the operator == and != are only permitted when comparing a value of a type supplied to a generic type to null.
|