| Thread | Last Post | Replies |
|
| Is there a standard editor control that can handle... | 21 Dec 2007 22:38 GMT | 4 |
I am not familiar with the various editor controls that comes with .NET, can someone tell me is there one which can handle by default, or with minor customization, the following features: * auto indenting based on rules (open/close brace)
|
| RichText Box Help pls... | 21 Dec 2007 21:51 GMT | 7 |
I have added a RTB to my form and found some code online: rtb1.Rtf = @"{\rtf1\ansi \b Conversion Report\b0.}"; I want to be able to add lines to this box, with different fonts, sizes, alignment, etc. But I am not sure what I can do with Rtf.
|
| Read Cookie domain from a Winform | 21 Dec 2007 20:02 GMT | 1 |
Is it possible to read a cookie's domain from the actual .txt file? I want to be able to iterate through all of the cookie files on the local file system, and find out which domain the cookie belongs to. I don't need to know any other information from the cookie, just the
|
| Combobox not display selected item | 21 Dec 2007 19:43 GMT | 3 |
I am writing a Windows Form app in c# and I've populated a combobox with values. I click on the down arrow to display the list and the list of values displays correctly. Once I select a value, the list disappears and the
|
| how to stop a serivice | 21 Dec 2007 19:19 GMT | 2 |
How can i Stop a Service from within the service for instance.... A Error Occures before the Service gets the business logic part started.... this error is caught in a Try/Catch block
|
| chechbox OnCheckChanged doesn't work! | 21 Dec 2007 19:01 GMT | 3 |
Here's a matter I can't fix: the method OnCheckedChanged is correctly fired when the checkbox is selectioned, but not when the checkbox is deselectioned! (the page just reloads)
|
| Method Signature For A Method That Can Return Objects and Primitive Data Types... | 21 Dec 2007 18:59 GMT | 15 |
I'm a Java developer in the process of writing a class library in C#, so please bear with me. I'm trying to write a method that can return a generic Object OR a Decimal value. In Java I would just have the method return an Object,
|
| Searching for Happiness ? | 21 Dec 2007 17:56 GMT | 2 |
Searching for Happiness ? Dr. Saleh Abdul Azeez As Sindee Happiness is a common goal that everyone strives to attain. Philosophers, intellectuals, doctors and artists alike have all
|
| Problem with connecting udp socket | 21 Dec 2007 17:54 GMT | 1 |
I'm writing a simple udp client using sockets. My code looks like this: initServer2 = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
|
| how to grab a handle to existing IE document? | 21 Dec 2007 17:45 GMT | 1 |
I have an application in which I want to call a javascript function inside a microsoft IE window. I know how to do this using an embedded browser as well as a full browser that I spawn. In both cases, it is easy to get the handle to the IHTMLDocument object. However, it ...
|
| Dynamic dll loading | 21 Dec 2007 16:44 GMT | 1 |
i have some services that use a class library our company developed all code is c# I dont want to have multiple copies of this common library with each service....
|
| Windows Service | 21 Dec 2007 16:19 GMT | 1 |
Framework: Visual Studio 2005 Language: C#.NET Hi All, I would llike to write a Windows Service which does the follwing steps:
|
| Passing Class to Dialog | 21 Dec 2007 16:05 GMT | 2 |
I have a dialog box (form) that configures items in a class. I'm wanting make sure that I handle OK and Cancel properly and that I also manage memory (I hate the fact the C# supposedly does this for me). Nonetheless, my question is regarding cloning. I'm assuming that I
|
| Would you stop for a moment?! | 21 Dec 2007 16:04 GMT | 2 |
Excuse me!! Would you stop for a moment?! O...man...Haven't you thought-one day- about yourself ? Who has made it?
|
| How heavy is /d:TRACE? | 21 Dec 2007 14:08 GMT | 10 |
As in the subject... What is an overhead cost conneted with using the /d:TRACE switch? The Trace class is a convenient and configurable logger, but it requires the executable to be built with the /d:TRACE switch.
|