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# / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Sending Generic Object30 Jul 2008 07:06 GMT2
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 GMT1
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 DVD30 Jul 2008 00:32 GMT1
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 poping29 Jul 2008 23:23 GMT2
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 expression29 Jul 2008 23:05 GMT19
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 WebBrowser29 Jul 2008 21:58 GMT1
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 VS200529 Jul 2008 20:56 GMT4
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 GMT2
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 clause29 Jul 2008 20:19 GMT2
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 itself29 Jul 2008 20:11 GMT4
class Program
{
 ...
 ...
Modifying a ready application29 Jul 2008 20:02 GMT2
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 TCPClient29 Jul 2008 19:11 GMT2
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.NET29 Jul 2008 18:44 GMT1
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 enum29 Jul 2008 18:33 GMT10
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 used29 Jul 2008 15:49 GMT7
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
 
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.