| Thread | Last Post | Replies |
|
| Excel 2003 / VS 2005 Automation Add-In | 24 Jan 2008 01:09 GMT | 4 |
My computer recently crashed, so I rebuilt it and installed office 2003, VS 2005, PIA for 2003 etc (as it was before). But very strangely, all my C# based Excel automation add-in stopped working. In fact I can load them into Excel without any error message, i.e.
|
| Help with Custom Format & Clipboard | 24 Jan 2008 00:40 GMT | 5 |
I have an data structure with a bitmap as a member. I want to be able to copy the object to the clipboard and paste it back into my app as a new object, or into another app as a bitmap. It looks like the dataobject class does this, but I'm not exactly sure how to set it up.
|
| XmlSerializer and Persistance | 24 Jan 2008 00:34 GMT | 1 |
Hello, Newsgroupians: I am trying to serialize an instantiated object using XmlSerializer. I would like to serialize the object to an XML file; however, I'd like it to be in a subcategory in the XML file, for I'd like to save other settings in the
|
| Use ActiveX Control in a Class | 23 Jan 2008 23:41 GMT | 2 |
Is there a way to initialize an ActiveX control in a class? I tried copying over the code that was auto generated when I added the control to a form, but I am hung up on the following line: this.mycontrol.OcxState = ((System.Windows.Forms.AxHost.State)
|
| asp.net C# writing hebrew to excel that uses asDB | 23 Jan 2008 22:38 GMT | 4 |
Im using excel as a DB in asp.net . I get a request with parameteres in hebrew. I read them and then write them to excel file. English and numbers looks fine in the excel file but the hebrew is
|
| Emulating behaviour of C# string | 23 Jan 2008 22:07 GMT | 6 |
I plan to write a class representing a particular type of string from an obsolete machine architecture. It involves a non-ASCII character set and has some rendering quirks such as "characters" that expand to reserved words when displayed.
|
| strings and spaces | 23 Jan 2008 20:50 GMT | 1 |
Hi, Ive been breaking down my string with regex and havnt been doing to bad for a begginer. However Im struggling now. Examole string = '10 04 thismaybemissing 10 rob 1 2 3 robagain 3 74 * 70 4 2' This is normally how the string turns out. Now and again the
|
| LINQ question | 23 Jan 2008 20:37 GMT | 8 |
I'm trying to figure out if I'm going to use LINQ on a new project and I've got a dumb question. I ran sqlmetal against my database to generate the classes I need. I setup a class (like an "entity access layer" class) to run the actual queries. So I've got a method that returns a ...
|
| Resource Files & Image Extraction Help Win[C#] | 23 Jan 2008 20:01 GMT | 3 |
I'm having trouble extaction my image from my resource file using DictionaryEnumerator & ResourceReader. String extractions are good. I've been trying to look online for exact info on this, but alas, I can't find any and I am not sure if this is possilbe. My code sample below and ...
|
| Importing C++ dll into C# | 23 Jan 2008 18:46 GMT | 4 |
I have tried everything to import a C++ dll into a C# program without success. I can import the dll into another C++ program but not a C# program. I always get the message that it can't find the function in the specified dll. So it is finding the dll program but it can't find ...
|
| Caching dictionary in local drive | 23 Jan 2008 18:42 GMT | 3 |
I'm creating WinForms 5-language client-server application which allows to add/change translations at runtime. I have table in server which contais translations, 9000 records : MainLanguage CHAR(254) primary key,
|
| StartWith method in Mark DLinq DynamicQueryExtension class | 23 Jan 2008 18:24 GMT | 3 |
I tried to create StartsWith extension method for Mark DynamicQueryExtension class published earlier. I got compile error shown in comment. How to fix ?
|
| XML to SQL2005.net2.0 unattended | 23 Jan 2008 18:19 GMT | 5 |
Hello, I have an xml document from a vendor I need to dump into a sql table. The document is product information containing product category, name, description, price, etc. We get the file in the wee hours of the morning. I'm trying to figure out the best way to
|
| Invoke 'Save As' Dialog to save WebBrowser control contents | 23 Jan 2008 17:39 GMT | 5 |
I have a WebBrowser control displaying some formatted HTML. I need to be able to save the formatted HTML to a file, using the common Windows 'Save As' dialog, and preferably be able to pre- populate the File Name for saving.
|
| breaking up bitmap images | 23 Jan 2008 17:27 GMT | 10 |
I am reading in a bitmap image and storing it as a bitmap in C#. I need to perform some mathmatical operations on that image but it needs to be broken up into smaller fragments (16x16). On each of these fragments I need to perform my work, then write back the manipulated
|