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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Silverlight Control Painting Process16 Apr 2008 09:49 GMT1
In Windows Forms, I know each control uses it's render & paint events
to draw itself to the screen.
I was wondering how does Silverlight renders its controls - how does
the mechanism works?
ListView MouseUp Event16 Apr 2008 09:16 GMT13
I am trying to display a ContextMenuStrip when a user right-clicks on an
item in a ListView and have encountered a something that seems strange to
me.
When the ListView is initially populated, no items are selected.  When the
Where are the WPF/XAML groups?16 Apr 2008 07:37 GMT1
I recently posted a question to this newgroup along with the microsoft.public.windows.developer.winfx.avalon newsgroup which remains unanswered. I assume that this is because (a) this newsgroup is not really the right place to post WPF/XAML questions and (b) the ...avalon ...
Regular Expression Frustration16 Apr 2008 07:13 GMT1
I'm using a custom WebBrowser control:
http://www.codeproject.com/KB/miscctrl/csEXWB.aspx
When I get the DocumentSource of a web page I browsed, and run a regular
expression against it, the Expression never matches anything, nothing,
Enterprise library connection when dll app created.16 Apr 2008 05:26 GMT1
I am creating Library (dll) with visual studio. Not windows, console,
or aspnet application, just a library(dll). Later i will use this dll
with my application.
When windows app or aspnet app, Use app.config or web.config to put
omit blank lines in file using StreamReader16 Apr 2008 04:27 GMT7
  I am using StreamReader to read an ASCII file that contains blank lines.
How can I omit reading blank lines? I tried somting like...
FileStream inFile = new FileStream("c:\HTAC10A.PRN",FileMode.Open);
StreamReader inreader = new StreamReader(inFile);
C# Windows form ComboBox question16 Apr 2008 04:00 GMT1
In my C# Windows Form Form1, I have a ComboBox CB1.
What do I need to do to the CB1 so that it won't let user enter value by
Typing, and only allow Select.
Thanks for help.
ASCII Character Conversion16 Apr 2008 03:24 GMT9
I'm developing a Winform application in C#( .net 2.0). I've a dialog box
where user can input text and that text would be sent across to other machine
using sockets.
When the user enters ASCII character which are non-printable like ASCII 20
aspect oriented programming16 Apr 2008 02:14 GMT3
I am searching for a language to work with aspect oriented programming on
the .NET platform with Csharp. Also, I would like that the language can be
integrated on Visual Studio 2008. I've tried ASPECT.NET but it only works on
Windows XP and I prefer Windows Vista.
Why is a "char *" method parameter being projected as a "sbyte *"?16 Apr 2008 00:21 GMT6
I know that this is most likely a Microsoft-ism, but none the less...
I have a C++ class
namespace JELLO {
    public ref class DEMO
Bug or by design16 Apr 2008 00:13 GMT4
Considering the below code, is it a bug that I can return
IEnumerable<AnyType> instead of only IEnumerable<IFu> as constrained in
the base class?
It is not possible to add a constraint to the concrete class
WebBrowser control and downlaod dialog15 Apr 2008 23:57 GMT2
I'm hosting IE in my application and when it directs to a pdf file or a zip
file, for instance, wants to pop up a dialog asking me to save.  I would
like to automate that save to a particular location.  I can't use webclient
because I need to execute javascript in order to do this ...
Reading a text file..15 Apr 2008 23:40 GMT8
I have a question..
How can csharp read a text file and execute it in another application? What
I mean is that, Im doing a drawing using Tekla Structures. But instead of
doing the same thing over and over again, I want to create an exe file that
Save Row in DataGridView15 Apr 2008 21:47 GMT4
Hi, how i can save the rows in a DataGridView in c# 2008?
i haven't a DB but only datagridview...
Strange memory leak in windows service (pool nonpaged bytes)15 Apr 2008 21:38 GMT4
We have a Windows Service written in C# that seems to be the center of a
periodic system failure.
The following error gets logged to the system event log:
EVENT_SRV_NO_NONPAGED_POOL
 
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.