| Thread | Last Post | Replies |
|
| Need to detect insertion and removal of USB Drive | 23 Nov 2007 10:25 GMT | 1 |
I have located the following code and trying to change this so I know if the USB device has been inserted or removed. The problem I have is I alwayd get the Console.WriteLine("Usb removed") so I hope someone can point me to where I made my mistake .
|
| How use {} in format string? | 23 Nov 2007 10:06 GMT | 2 |
This example string.Format("{ {0} }", "bla-bla-bla"); throw System.FormatException with message 'Input string was not in a correct format.'
|
| Free unmanaged memory issue | 23 Nov 2007 09:59 GMT | 4 |
I'm developing a C# application that uses an ANSI C dll. I have to use Marshal class to correctly call that function but i cannot understand how to use those methods DestroyStructure() and FreeCoTaskMem(). Reading MSDN they seem to be different but in fact i make some
|
| Data binding. | 23 Nov 2007 08:25 GMT | 1 |
How to make DataBinding Case Sensitive? public class aaa { public String ARCHIW{ get{return "aaa"};}
|
| How to configure CSharpCodeProvider that can be used Linq- improve language? | 23 Nov 2007 08:22 GMT | 2 |
How to configure CSharpCodeProvider that can be used Linq- improve language? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| C#, Excel and Access | 23 Nov 2007 08:17 GMT | 5 |
I have a dilema now regarding usage of Excel. I do not have access to main DB (MS SQL), i only get a simple excel file with particular data with which i must work. as i want to use "as database", i was wondering if it is better to do
|
| Getting html source inside a frame (webbroser control) | 23 Nov 2007 07:22 GMT | 6 |
in C# I'm able to access a webbrowser control with the following code and print out all "tags": IHTMLDocument2 HTMLDocument = (IHTMLDocument2)browser.Document; IHTMLElementCollection links = HTMLDocument.links;
|
| Need help with handling a time field | 23 Nov 2007 05:40 GMT | 1 |
I have a form field that accepts a start time and one that accepts an end time. I am using a masked editor that allows the user to enter the hour and minutes and am and pm. When I save the form how do I add the current date to the time to be able to save it to the sql server ...
|
| Table bloat in Linq-SQL | 23 Nov 2007 05:14 GMT | 20 |
var db = new MyDb(connString); causes creation of all objects corresponding to all tables in database. Database contains 500 tables. Application accesses only few tables at a time.
|
| [?] ERROR_HOOK_NEEDS_HMOD during installing system hook | 23 Nov 2007 00:18 GMT | 4 |
Hi, i want to do system hook WH_SYSMSGFILTER, my code is: IntPtr hMod = Marshal.GetHINSTANCE(Assembly.GetExecutingAssembly().GetModules()[0]);
|
| using CLR Stored Procedure | 22 Nov 2007 23:09 GMT | 4 |
Is it possible to read the SqlContext.Pipe.Send? string output of a SQL Server 2005 CLR Stored Procedure in an external WinForms C# project? Thanks,
|
| newbie | 22 Nov 2007 22:52 GMT | 7 |
why is this working namespace ConsoleApplication2 { class Database
|
| DllImport C++ dll produces exception | 22 Nov 2007 21:38 GMT | 2 |
I really need some help on this: I have a C# console application. I use DllImport to access a c++ dll. In an extra thread I poll a method in this dll.
|
| Visual Studio 2008 released | 22 Nov 2007 20:57 GMT | 62 |
Just in case people had missed it, Visual Studio 2008 is now available for download for MSDN subscribers, and the Express editions are also out: http://www.microsoft.com/express/download/
|
| soapmessage c# windows app help | 22 Nov 2007 20:54 GMT | 10 |
can someone help me out i'm trying to get the soap message from a web service call in my c# code. i'm using .net 2 and vs 2005 SoapMessage message;
|