| Thread | Last Post | Replies |
|
| IE Buttons JavaScript Interaction (like Greasemonkey for FF) | 05 Jul 2007 10:57 GMT | 2 |
I need some help with IE browser programming (in .NET). I'm trying to add a button to the IE toolbar, and on the click of the button open a popup window with a remote URL. Secondly, I'm trying to highlight certain predefined words on particular web sites through the
|
| ApplicationException unhandled by user code | 05 Jul 2007 10:14 GMT | 5 |
I have the following Program.cs - namespace TestFrameworkApplication { static class Program
|
| How to CreateNamedPipe with FILE_CREATE_PIPE_INSTANCE access rights | 05 Jul 2007 09:19 GMT | 1 |
i want to create a named pipe with FILE_CREATE_PIPE_INSTANCE access rights. for that i have to create one security discriptor but i dont which type of secirity discriptor i use to cerate namaed pipe with
|
| Remote Control App | 05 Jul 2007 09:14 GMT | 2 |
Started a new job as a novice c# developer. My line manager has asked our team to do a test on an application the company has already made. Basically, he wants a small tool that can control the app, remotly. Basically, the app needs to send a command to the app, and theapp will
|
| Communicating with Exchange 2003 | 05 Jul 2007 09:14 GMT | 3 |
On our ASP dotnet intranet I'm trying to build pages that access our Exchange Server. More specifically, I'd like to be able to filter and edit addresses in the address book located in our public folders.
|
| Security Issue in Crystal Reports XI Release 2 on Terminal Services ? | 05 Jul 2007 08:24 GMT | 1 |
I'm having a problem with Crystal Reports XI Release 2 running on Terminal Services. When invoking the Crystal Reports method ReportDocument.Load(file), an COMException is thrown.
|
| Why are C# conversion operators static? | 05 Jul 2007 07:41 GMT | 2 |
Suppose there are 2 classes A and B with a int parameter called 'val' in each. Both of them provide a public constructor with int type parameter. Suppose class A provides a explicit conversion operator taking B object as a parameter and returning an A object.
|
| Finally not being called in a thread | 05 Jul 2007 04:43 GMT | 17 |
I wrote some code in a method called in a separate thread via the ThreadPool where I expected my code in a Finally section to be called but it never did. I'd be interested to know why this is the case? Here's some code to repro the behaviour:
|
| VS 2005, Vista, MP3s, And A Celeron M 520 Based Laptop? | 05 Jul 2007 04:11 GMT | 3 |
I could use a sanity check. I used to listen to MP3s while working with VS 2003 and XP on a 500MHz CPU. Now I'm being told this might not be possible with VS 2005 and Vista on a 1.6GHz Celeron M 520 based laptop.
|
| Paste in Excel generate exception | 05 Jul 2007 02:49 GMT | 1 |
I have a problem when I want to paste data from a workbook to another in excel using the clipboard. Each time a try to paste the data in the active sheet I got an exception "Microsoft Office Excel cannot paste the data." I tried 3 differents method but I always got the
|
| What'll happen to Java when... | 05 Jul 2007 02:24 GMT | 14 |
...Microsoft ports the .NET framework to other operating systems? Will the only advantage that Java has over .NET be lost? I've been a Java programmer and will be shifting to .NET soon. Is this a wise choice? Is the learning curve for C# a lot flatter than Java?
|
| How to determine version of MS Office installed programmatically? | 05 Jul 2007 02:22 GMT | 1 |
I would like to be able to find out which version of Microsoft Office is installed on the host computer. How can I implement this query in C#? I do not need the whole program, but a relevant code snippet will be appreciated.
|
| math conversions | 05 Jul 2007 02:19 GMT | 4 |
Are there any classes that do the conversions from hex2Dec(), dec2Hex() decimal, hex, octal ..and back to a Base or do i have to implement them myself based
|
| change color of row in a Datagrid view. | 05 Jul 2007 01:41 GMT | 3 |
I am newbie in c# and i have a question regarding DataGridView I have a Table with 3 Columns (0)IdLeggiSeriale <Is Primary key> (1)ValoreSeriale <Is Integer>
|
| Compression size | 05 Jul 2007 01:29 GMT | 21 |
I compressed a file with GZipStream class and is larger than the original file.... how can this be?, the original file is 737 KB and the "compressed" file is 1.1 MB. Did i miss something or is normal with that compression class?
|