| Thread | Last Post | Replies |
|
| How to use code templates for entity properties | 28 May 2007 00:16 GMT | 3 |
I'm using VCS Express 2005. I have a lot of property definitions in different classes like public class MyEntity { public string somestringfield {
|
| Sending a file between 2 program | 27 May 2007 22:42 GMT | 2 |
I have a database program that run in 2 far city. ( with MS Access database ). i need get the new update file ( with xml format) that my program generate it, from other city ,and update my local
|
| StmpClient does not seems to use NetworkCredential | 27 May 2007 22:06 GMT | 1 |
I use SmtpClient to send mail. My customer reported that sending mail was throwing an exception on his machine "the SMPT client requires a secure connection or the client was not authenticated". so I now provide credentials with my request, however it sends mail
|
| how to clear merged cells in C# | 27 May 2007 15:56 GMT | 1 |
I have problem with clear merged cells of excel's sheet. I am use Cells. get_Range(x,x).ClearContents() method, but compiler says that there is no possibility of clear content using this way. Is there any other one?
|
| Photo capture! | 27 May 2007 14:49 GMT | 1 |
I need help to identify a open source or a commerical software that I can embed in my web app to capture a photo using local web cam or a camera hooked up to the PC. Any comments or suggestions? I said, it has to be compact with web app since I need to store the image in a
|
| Missing Row in DataSet | 27 May 2007 04:38 GMT | 3 |
Still working on my XML DataSet... Having moved on past difficult and complex problems, resolved with the assistance of everyone here, I find myself facing yet another problem. My XML document breaks the schema. There are missing tags everywhere, on
|
| EventHandler question | 26 May 2007 22:19 GMT | 1 |
Why does: class A { public event EventHandler XYZPressed;
|
| C# Express Edition and mobile projects | 26 May 2007 16:41 GMT | 4 |
Can I compile code for mobile devices (Window Mobile 2005) using C# Express or do I need the full version of C# for mobile devices? thanks, Pratheep
|
| Octal Integer Constants | 26 May 2007 16:31 GMT | 7 |
I have a whole bunch of integer constants that are best given in octal (PDP-1 opcodes). It makes a huge difference in readability and authenticity if these can be entered in octal. I haven't found a way to do this. Is there one?
|
| Catching non-UI threads' exceptions. | 26 May 2007 14:34 GMT | 1 |
I'm using CF 1.x (VS 2003) on a Windows CE 4.2 device. This classes ad methods are not present: Application.ThreadException ThreadExceptionEventHandler
|
| What is the difference between GetOracleDecimal and GetDecimal ? | 26 May 2007 10:21 GMT | 3 |
In order to retrieve a NUMBER value out of a column from an Oracle Table iinto a local variable there are two functions: Decimal var = reader.GetDecimal(1); or
|
| Writing a simple function in C# | 26 May 2007 09:37 GMT | 8 |
I am trying to learn C# and .NET programming in general but I am finding it very hard going. To start with, I'd like to translate some trivial functions from other languages that I am familiar with into C#. Here is a simple function in OCaml that nests "n" applications of "f"
|
| checking for Open Files | 26 May 2007 09:32 GMT | 1 |
Newbie question: I've been looking for a utility that lists ALL open files and can't find one so I'd like to write one in .NET. How can I check for FileLocks as they happen? For instance, if I open a PDF file in Acrobat, the name of the PDF would be listed in my GUI. Is
|
| Minimizing all Forms together | 26 May 2007 07:39 GMT | 6 |
I have 3 form (Suppose A,B,C) that all are TOPMOST. from Form A i invoke( Run) form B ,and then Run C from B . i need to to minimize the whole project from Form C . but only form C minimized .
|
| Objects, threads and construction order | 26 May 2007 02:50 GMT | 4 |
I'm trying to define a Show3D class that takes a scene graph and spawns a visualization rendering that scene graph in a new thread but keeps it editable via properties in the Show3D class. For example, I'd like to be able to alter the camera in the spawned visualization via a ...
|