Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need to detect insertion and removal of USB Drive23 Nov 2007 10:25 GMT1
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 GMT2
This example
string.Format("{ {0} }", "bla-bla-bla");
throw System.FormatException with message 'Input string was not in a correct
format.'
Free unmanaged memory issue23 Nov 2007 09:59 GMT4
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 GMT1
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 GMT2
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 Access23 Nov 2007 08:17 GMT5
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 GMT6
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 field23 Nov 2007 05:40 GMT1
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-SQL23 Nov 2007 05:14 GMT20
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 hook23 Nov 2007 00:18 GMT4
Hi, i want to do system hook WH_SYSMSGFILTER,
my code is:
IntPtr hMod =
Marshal.GetHINSTANCE(Assembly.GetExecutingAssembly().GetModules()[0]);
using CLR Stored Procedure22 Nov 2007 23:09 GMT4
  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,
newbie22 Nov 2007 22:52 GMT7
why is this working
namespace ConsoleApplication2
{
    class Database
DllImport C++ dll produces exception22 Nov 2007 21:38 GMT2
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 released22 Nov 2007 20:57 GMT62
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 help22 Nov 2007 20:54 GMT10
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;
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.