First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
Excel named ranges help needed
Hello, I’m writing a c# app that updates named range cells in Excel. The problem I’m having is with the scope of the named ranged in Excel. When you use workbook.Names if the scope of the named range is scoped to the sheet the sheet name is prefixed to the named range separated by a bang character (!) which is gre... 26 Apr 2010 10:16
Is this a .net 4.0 bug
Console.WriteLine("7 mpaa".IndexOf("mpa").ToString()); The above line write -1 on my screen, I would expect the value of 2. What is going on? regards Jesper. ... 27 Apr 2010 06:33
multiple projects - references
In VS2005 I have multi-project solution with mostly C# but one VB project to provide a COM wrapper. Two of the projects use an external set of DLLs to create a report, using report definition data taken from an SQL Server. One of the projects creates the report just fine, but the other project errors out when... 26 Apr 2010 19:31
User Defined config section "You must implement a default accessor on System.Configuration.ConfigurationLockCollection because it inherits from ICollection."
""You must implement a default accessor on System.Configuration.ConfigurationLockCollection because it inherits from ICollection."" Hello All, I am having my app.config file like : <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <section name="PredefinedClusters" type="Bin... 26 Apr 2010 03:42
Urgent
http://www.scribd.com/doc/30492594/If-Not-Busy-You-Could-Prevent-the-FINAL-WAR-Today This is not a Drill … PRIORITY ONE ... 26 Apr 2010 00:28
Mixed debugging on 64 bit - Changing targeted CLR
Hi, I'd like to debug a process with mixed debugger (Managed and Native) on a 64 bit machine. I know that it can be done only from .NET framework 4.0. The question is how do I launch my process targeted to .NET 2.0 with 4.0 framework. Can this be done or must I recompile my code under VS2010? Thanks, Udi ... 28 Apr 2010 11:44
Interoperation with C++
Hi! This is not an actual problem but only an example. Assume you have an .NET assembly and you want to use some useful function in a dll where the language has been C++. Is it then nessessary that this C++ dll is a COM dll or DCOM dll.? //Tony ... 24 Apr 2010 19:27
MouseDown and Click events
I have a form with some buttons on it. When I press one of the buttons it will launch some app. Now I also want to also be able to drag any of these button to an area at the bottom of the form so that the button will be removed from the form. The problem is the button MouseDown event blocks the button.Click even... 24 Apr 2010 17:15
Communicating with a Unix server
Does anyone know how to code communications with a Unix server? I want to be able to send a command that will execute a program to a Unix server from my Windows C# program. Also, I would like to be able to send and receive messages from the Unix server. The help in Visual Studio just doesn't give me enough t... 25 Apr 2010 22:18
Combobox
I have a custom control derived from ComboBox that I need to load itself depending on one of its parameter. What event can I use for that? It doesn't seem to have a "OnLoad" event... ... 23 Apr 2010 21:42
First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60