| Thread | Last Post | Replies |
|
| building url newbie question - HELP:) | 07 Jul 2008 16:52 GMT | 6 |
Hi - can someone PLEASE tell me what's wrong with the script below. In debug I verified that 'registrant' has a value. I can't figure our how to build the URL & this script generates the error "operator + cannot be applied to operands of type string & method group". MANY THANKS
|
| New C# programmer questions | 07 Jul 2008 15:26 GMT | 2 |
So I have been working pretty hard on the C# coding, and I am doing pretty well so far at it. I started out with simple console apps and eventually made a little windows application that took your salary & hours per week and could calculate your monthly, weekly & hourly pay
|
| Modifying App-Settings-File in ClickOnce-Deployment | 07 Jul 2008 14:03 GMT | 4 |
i want to modify the App-SettingsFile of an CLickOnce-deployed Application with an external Editor (like Notepad.exe etc) . I´ve found the File in some directory (..Apps/2.0/.../) under the user-profile. Is this a recommended and supported way? Is there another way?
|
| Linq to SQL - Bug? | 07 Jul 2008 13:55 GMT | 3 |
I am using Linq to SQL dataclass for my website application. This was working AOK, but then I deleted and recreated the dataclass (Seemed the simpliest way of updating the class to reflect DB structure changes).
|
| strobe signal output | 07 Jul 2008 13:46 GMT | 3 |
hi, all i want to know about strobe signal output from parallel port. i want to use parallel port without inpout32.dll. how can i do it?
|
| Finding HTML tags in streaming HTML | 07 Jul 2008 12:50 GMT | 1 |
Currently, I have a system that will use Regex to find tags in a string of HTML. Recently my company needs me to read the HTML dynamically from a stream, so as to avoid long waits on large pages or slow servers.
|
| More Custom install action does not register event log sources | 07 Jul 2008 12:41 GMT | 1 |
Actually, my installer package is not for a Windows Service, but for a WinForms application. Well, it is kind of both: this is a multi-project solution with its main target being a WinForms application, but it also includes a Windows Service.
|
| Excape sequence question | 07 Jul 2008 12:14 GMT | 2 |
I am trying to use escape sequence for slash in char this way : '/\' but it is not woring. How can I represent slash in char? Thank you!
|
| How to? | 07 Jul 2008 11:50 GMT | 3 |
Oveerride DateTime or write my own date Type?
|
| strings | 07 Jul 2008 10:04 GMT | 1 |
What is the best way (c# code) to remove specific string occurence form a string and replace it with some other?
|
| C# skills questionnaire | 07 Jul 2008 09:50 GMT | 24 |
Does anybody know how to determine C# skill set of a new hire? Our company is about to move to .Net and we have no experienced developers to assess C# skills . Are there any on-line questionnaires you can point us to?
|
| Does anyone know how to make a piece of software an Evaluation Copy | 07 Jul 2008 09:00 GMT | 4 |
I have developed an application that I want to make an Evaluation Copy for 1 week. In the past I have used one of the following techniques with each having a drawback: 1. Write to Registry - Problem: Can use before and after image to see
|
| how to use delphi dll in C# | 07 Jul 2008 08:42 GMT | 3 |
I am using c# to call a DELPHI.DLL, but I don't think I do it properly. Please help me check the codes: I use the example way in MSDN to covert the unmanaged DLL to fit for .net framework.
|
| Find out if standard output is redirected? | 07 Jul 2008 08:24 GMT | 1 |
Is there a way to find out, from within a running C# console application, whether its standard output has been redirected to a file? (Without dropping down into Win32?)
|
| Parameterized Query, UPDATE statement, and Nulls | 07 Jul 2008 07:57 GMT | 3 |
I am writing a parametrized query, where Im building an UPDATE statement through concatenation, and then adding the parameters such as: UPDATE myTable SET [columna] = @newcolumna, [columnb] = @newcolumnb
|