| Thread | Last Post | Replies |
|
| Sending Generic Object | 30 Jul 2008 07:06 GMT | 2 |
Hi, I have a method which calls my service factory: class person { public int ID { get; set: }
|
| .net 3.5 sp1 perf improvements. | 30 Jul 2008 07:02 GMT | 1 |
According to ScottGu, Winforms will experience some cold startup improvements following the installation of .net 3.5 sp1. That's due the way pages are loaded from disk. Does anyone know whether this applies to apps compiled with vs2005 and
|
| Is it possible to run a C# application off a DVD | 30 Jul 2008 00:32 GMT | 1 |
Is it possible to run a C# application from a DVD without installing anything on the clients computer? I have a databrowser app I want to distribute, with associated data images, on DVD. Thanks always,
|
| intellinsense not poping | 29 Jul 2008 23:23 GMT | 2 |
vs2008 c# the intellisense does not pop when I type the period when writting code as myVariable. I have got backspace once retype . then it pops.
|
| Problems compiling a lambda expression | 29 Jul 2008 23:05 GMT | 19 |
I've got a hint from a gentleman here to use the following syntax. public static FileInfo[] GetFilesRegExp(this DirectoryInfo di, string pat)
|
| Accessing a running ActiveX C# Exe from WebBrowser | 29 Jul 2008 21:58 GMT | 1 |
I want to start a C# ActiveX Exe with a parameter. Now, start a WebBrowser. Within Html/javascript I initiate my component und want to retrieve the parameter from the startet exe. I have done this in VB6 with new ActiveXObject("name") and all works
|
| Capture Mouse Coordinates in VS2005 | 29 Jul 2008 20:56 GMT | 4 |
I have a winform containing a scrollable panel and a groupbox inside the panel. There is a button inside the groupbox. When that button is clicked; how do I capture and display the X and Y coordinates in a messagebox?
|
| How to call IE pages! | 29 Jul 2008 20:38 GMT | 2 |
I have to write a program which needs to launch a web site hidden so that it can initiate a task at the server side. Also I need to call a web site to see the status without lunching the web site explicitly. Is it possible to launch a web site and read the content of the html
|
| DateTime in WHERE clause | 29 Jul 2008 20:19 GMT | 2 |
I want to dynamically construct a TSQL with a datetime column in the WHERE clause. How do I include the millisecond in the query? "WHERE datetimecolumn = " + dt.ToString() will not include the millisecond. Thanks.
|
| class instantiates itself | 29 Jul 2008 20:11 GMT | 4 |
|
| Modifying a ready application | 29 Jul 2008 20:02 GMT | 2 |
I have a simple winform application that has some controls and some functionality around it. I would like to add a new form that would be may main form, and convert the original form with its functionality into a secondary form.
|
| Issue with TCPClient | 29 Jul 2008 19:11 GMT | 2 |
I have downloaded the OPENPop project from sourceforge and was playing with how to process emails from a mailbox using pop3. It seems that I get an error whenever running on a vista box but just fine on XP or Win2k3. I upgraded the project to 2008 and 3.5 framework.
|
| Requery a recordset in ADO.NET | 29 Jul 2008 18:44 GMT | 1 |
I am using Dataset and Datatable object to show data on a form (unbound). How can I refresh data in the datatable object (or whole Dataset)? (as requery method in old ADO) I am using VS 2008 prof. Which best method may I use for bounding data to a
|
| Converting query parameter to enum | 29 Jul 2008 18:33 GMT | 10 |
I have an enum that will look kind of like this: private enum MyEnum { SomeValue = 0,
|
| Create word doc from a memory stream NO file stream used | 29 Jul 2008 15:49 GMT | 7 |
Guys Is there a way in C# to create a word object directly from a memory stream without passing that to hard disk (file stream). I think it doesn't makes sense to create a file just to read it again in to word
|