| Thread | Last Post | Replies |
|
| AsyncCallback exception | 16 Feb 2007 18:13 GMT | 2 |
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 menustrip | 16 Feb 2007 18:00 GMT | 1 |
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: ServiceController | 16 Feb 2007 17:47 GMT | 1 |
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 FieldOffset | 16 Feb 2007 17:47 GMT | 2 |
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 GMT | 1 |
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 execution | 16 Feb 2007 17:15 GMT | 12 |
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# functions | 16 Feb 2007 17:04 GMT | 13 |
are there functions in c# for just members of a class myclass.Method/function Thanks Mark
|
| Databinding with Nested Properties | 16 Feb 2007 16:42 GMT | 2 |
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 bracket | 16 Feb 2007 15:37 GMT | 3 |
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 control | 16 Feb 2007 15:32 GMT | 1 |
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 GMT | 5 |
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 Rectangle | 16 Feb 2007 14:56 GMT | 1 |
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 form | 16 Feb 2007 14:45 GMT | 1 |
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 GMT | 1 |
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 version | 16 Feb 2007 14:05 GMT | 3 |
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
|