| Thread | Last Post | Replies |
|
| Comparing Files - quickly and definitively | 23 Sep 2007 09:24 GMT | 4 |
I would appreciate some recommendations for programmatically determining if files differ. I'm writing a utility that backs up files that customers upload to Web sites. Rather than mindlessly copying any/all files from each Web site to
|
| ridiculous | 23 Sep 2007 08:03 GMT | 15 |
I was using ints for all my code which involved a lot of bitwise logic. Since in actuality I was just working with bytes I decided to change all the ints to bytes. Now none of my code works... I have to explicitly cast any time I use a bitwise operator just because C# thinks it ...
|
| datetime | 23 Sep 2007 07:37 GMT | 4 |
how to capture midnite i want to create log files based on change of day i was thinking seconds past midnite... tks DaveP
|
| resolve ip address | 23 Sep 2007 03:23 GMT | 3 |
how can i resolve a computer name on lan to ipaddress Tia DaveP
|
| Where is System.Collections when using csc.exe | 23 Sep 2007 01:53 GMT | 3 |
I've got some C# code to create a custom PowerShell cmdlet with these statements: ... using System.Collections;
|
| console class | 22 Sep 2007 19:59 GMT | 1 |
is there a method of console class where i can be in a loop and just read keys pressed example while true
|
| Simple question | 22 Sep 2007 19:29 GMT | 3 |
Why C# has "readonly field" and "const value", while Java has only "final"? Are there any reasons for doing so?
|
| drawing issue | 22 Sep 2007 19:28 GMT | 3 |
i still did not understand how draw/ paint event work in some case. for example, i have a control which has a content. its content can be scrolled, therefore the content should be repaint/redraw. i understood that there is a comparison with region shown before and new
|
| org/dom4j/DocumentException | 22 Sep 2007 18:26 GMT | 2 |
I get the following error when I try and access a web service in apache from a csharp application: System.Web.Services.Protocols.SoapException was unhandled Message="java.lang.NoClassDefFoundError: org/dom4j/DocumentException"
|
| Form.ShowDialog(), how to disable exiting on button click | 22 Sep 2007 18:05 GMT | 1 |
(using Windows CE, C#) I have a form that is called with frmname.ShowDialog(), and it of course has an OK button which returns a DialogResult.OK. How can I disable closing the form when I want to (specifically, when
|
| detect computer connected to network | 22 Sep 2007 18:00 GMT | 1 |
I would like to know how can i detect all computers connected to a particular network ? thanks a lot, A.
|
| Outsourcing to India (C# Development) | 22 Sep 2007 15:20 GMT | 2 |
Has anyone got any knowledge of experience of Indian C# work? I have several C# projects, but UK costs are too high for me to develop the projects. I was advised to take on Indian staff. I recently attended a London meetup session (see http://www.meetup.com/)
|
| how to set default values in instantiating a generic List<> | 22 Sep 2007 14:12 GMT | 6 |
I have the following code public enum pdfFlags { PFD_DRAW_TO_WINDOW,
|
| Invitation to trying my project - BOS (a general purpose framework) | 22 Sep 2007 11:58 GMT | 1 |
Hi, this is Born Bugler. My interests include architecture design and 3D programming. I would like to share my latest project with you and am looking forwatd to receiving your suggestions or criticisms. :-) The project was mostly written in C#, though part of it was in C++/CLI.
|
| Ahh not again! | 22 Sep 2007 08:59 GMT | 4 |
I have in a small application a usercontrol with 4 buttons. Btn1, Btn2, Btn3 and Btn4 these button is placed at the buttom of the usercontrol. On top of the usercontrol i place an anothe usercontrol depends on the buttons i click on. A little bit like the Outlook Side navigator.
|