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# / February 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
AsyncCallback exception16 Feb 2007 18:13 GMT2
I am using an AsyncCallback to receive a TcpClient on incoming
connections. The code below works fine until I start the application and
no connection is received within the time limit.
I could easily try / catch the code causing the problem but I would like
how to fix menustrip16 Feb 2007 18:00 GMT1
I'm using Visual Studio 2005 Professional Edition and C#.
I have a simple question:
I want to add to my form, which is a scrollable control, a menustrip and
statusstrip.
Q: ServiceController16 Feb 2007 17:47 GMT1
I am using a ServiceController to start and stop my service.
If i use the service localy and use the service controller it works fine.
If i install the service on my server and try to connect to the service on
that machine i get an access denied message. I am logged in as an
problem with constructor of struct using FieldOffset16 Feb 2007 17:47 GMT2
I have a struct that uses LayoutKind.Explicit to redefine bytes within
the struct:
 [StructLayout(LayoutKind.Explicit)]
 public struct PointerStoredValue
Code sample for sending email via outlook using late binding...16 Feb 2007 17:32 GMT1
Does anyone have any code samples (or links to) for sending an email message
via outlook using late binding?
Many thanks.
Async main-thread method execution16 Feb 2007 17:15 GMT12
Is it possible to asynchronously call a method from worker thread so that
this method would execute in main-thread? I'm doing some work in worker
thread and would like to report progress to main thread to update some
controls. But I'd like to do that asynchronously so that worker ...
c# functions16 Feb 2007 17:04 GMT13
are there functions in c# for just members of a class
myclass.Method/function
Thanks
Mark
Databinding with Nested Properties16 Feb 2007 16:42 GMT2
I am trying to bind a textbox to the property of a property.
This code works when nested property is not null,
but it fails when nested is null.
(It fails when SiteLine.Site is null.)
The best way to split a string by bracket16 Feb 2007 15:37 GMT3
If I have string like:
a=(adfd(aa)aa(bb)c(dd))
What is the best way to split the string to:
adfd
change a property does not update custom control16 Feb 2007 15:32 GMT1
I have some issue with my custom control.
When i change my property "GridLine.Color" my custom control should
redraw its border with the specified color. However, nothing happens.
therefore based on an example from a book i implemented an eventhandler
Reporting Component that can handle Objects?16 Feb 2007 15:15 GMT5
Most reporting components that I'm aware of do not like object graphs
with simple C# objects. (like Order - > OrderItems).
Instead they require me to transform the structure into datasets. That's
so last century... ;-)
A Rectangle Contains/touches other Rectangle16 Feb 2007 14:56 GMT1
i m developing a wayfinding solution, i need to check if A rectangle bounds
are touching B rectangle bounds.
Arectangle.Contains(B rectangle) only checks if Brectangle is completely in
the Arectangle. i want to check even if Brectangle is not contained but even
Using axWebBrowser on a form16 Feb 2007 14:45 GMT1
I'm using C# in Visual Studio 2003, XP pro with latest IE plus all patches
and security updates.
I imported microsofts web browser control onto my tool palette from the COM
tab of "Add/remove toolbox items".
Flickering when resizing controls...16 Feb 2007 14:40 GMT1
I have a form with a number of panel controls on it. I have overriden the
paint event (of the panel controls) to provide custom painting. What I have
done is to use the Paint event to paint the background colour of a number of
panel controls to be a gradient colour. This works ...
VS2005 crashes when getting latest version16 Feb 2007 14:05 GMT3
Everytime I get latest version of my solution or project( with a large
number of files), my VS2005 ide shutsdown with no warnings or errors.
Anyone else experience the same thing? Any solutions?
This is the version I'm using: Visual Studio 2005 Team Suite
 
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.