| Thread | Last Post | Replies |
|
| xml,xlt, xsl | 15 Sep 2007 00:23 GMT | 4 |
hi all... im starting a new project , engine so to speak that will transform data from sqlserver into 837, hl7 transaction sets...
|
| Read Write Hyperlinks Microsoft.Office.Interop.Word | 14 Sep 2007 23:46 GMT | 3 |
Trying to read the hyperlink(s) from Word 2007 documents, make changes and write them back. Being new to C#, I am not sure how to address the Microsoft.Office.Interop.Word.Hyperlinks collection correctly. Thanx in adavnce,
|
| Can't switch to .Net 3.0 | 14 Sep 2007 23:36 GMT | 1 |
I have installe the .Net 3.0 Framework on my pc. But after loading Visual Studio 2005 when I click about microsoft visual studio it says I am still using .Net Framework Version 2.0.50727. Can anyone please tell me where to go to change VS to point to the 3.0 I recently
|
| assert() in C#? | 14 Sep 2007 22:36 GMT | 2 |
in Visual C#, is there an equivalent of ASSERT() (or assert()) in C++? Thanks. WJ
|
| Make a kiosk | 14 Sep 2007 21:41 GMT | 2 |
does anyone know how I can turn a XP computer into a kiosk? I have an application I wrote in C# and I want to set it so that when the computer comes on, the only application that the user ever sees is my application. Thank you so much for any help.
|
| Marshal - What does it Mean - in Plain English? | 14 Sep 2007 21:40 GMT | 7 |
I have been learning about asynchronous method calls and I keep coming across this term, "marshal" and I would like to know what it means - specifically. AFAIKT, it means "send" but I suspect there is a bit more than that.
|
| versioning | 14 Sep 2007 21:37 GMT | 2 |
this problem has been bugging me for some time. Hope I could find some help in here. I am designing a class library for reading and creating files of a certain format, say for example, Formatted Text Document (FTD).
|
| Saving to a Unique Filename | 14 Sep 2007 21:03 GMT | 3 |
I'm working in Visual Studio 2005 and C#. I'm working in an application that automatically saves a file to a specific directory. I've seen other applications that can detect if a file of the same name
|
| VS 2005 Pro, Icon's? | 14 Sep 2007 20:18 GMT | 5 |
I'm using Visual Studio 2005 Pro and am using a ToolStrip, after searching the net I think I should be able to use the Windows standard icons. How do I use these, I can't find them anywhere. Gav
|
| if help | 14 Sep 2007 18:59 GMT | 2 |
I want to insert a formula to make the following and need help...please... I have an if formula where I want the format of a cell to be changed, color, border stuff like that to be more noticable if there is a value
|
| Overriding (?) a function in a control. | 14 Sep 2007 18:56 GMT | 4 |
I'm going to create a server control in ASP.Net/C# that reacts to a couple of buttons. Thing is - I want to have the functions there for the buttons so if somebody doesn't program the command for it, it will still work - just not do anything. The norm will be that there will be ...
|
| A question about Threads | 14 Sep 2007 18:43 GMT | 11 |
Here's what I want: 1. A user clicks on a button to see a list of all tables in an Access file. 2. A thread starts up to obtain the list of tables.
|
| Setup-Deployment and Initial Window Focus | 14 Sep 2007 18:37 GMT | 5 |
I have written a C# Windows application using VS 2005 and created a Setup Project to install the software. A shortcut to the application is placed on the user's desktop and also in a folder on the User's program menu.
|
| Scraper vs Sniffer | 14 Sep 2007 17:44 GMT | 5 |
Problem: Users of my GUI App A have to manually key in data from the GUI of LAN legacy App B. Question: Should I create an App to capture this App B data off the GUI (as a screen scraper) OR
|
| static properties in classes question | 14 Sep 2007 17:32 GMT | 5 |
I've been playing with using static properties using a simple example and i see the potential for some site performance boosts. As i'm a little new to the concepts i'd like to ask if what i'm about to propose is possible and if so a good idea.
|