| Thread | Last Post | Replies |
|
| Select and draw objects | 28 Dec 2007 14:39 GMT | 1 |
I have multiple objects of different classes, each supporting a Draw method, but would like to select and draw only two of any of these objects at a time. How would I do this? Thanks for any help,
|
| Windows Service - Event Log | 28 Dec 2007 12:27 GMT | 27 |
I am building an windows service that is to be deployed on a windows server 2003 and I want to have activity written to the event log, I want its own log called ('CustomLog') Below is what I have so far...its builds fine but when I go to start
|
| Enumeration string representations | 28 Dec 2007 12:17 GMT | 1 |
If I have an enumeration: enum SizeType { Tiny = 0,
|
| How to Write Text data in Binary Format | 28 Dec 2007 12:12 GMT | 6 |
I am trying to write the contents of a textbox to a file in binary format. My code looks like this... private void btnWriteToFile_Click(object sender, EventArgs e) {
|
| Question about multiple namespace | 28 Dec 2007 08:37 GMT | 11 |
I am having a bit of a problem accessing some information in a different namespace, hopefully someone can point out what I am doing wrong. I have a dll file that I dont want to use in my program, I just want to use
|
| xml | 28 Dec 2007 08:13 GMT | 1 |
hello every body....... can anybody tell me how the xml code use with c#
|
| How to find name of operating sysytem, IP and browser name of user in C# | 28 Dec 2007 04:35 GMT | 2 |
Can anybody tell me how can I find name of operating system, type of browser and IP address of the user in C# ? ("User" who is browsing our site.)
|
| Problem with CGI and .NET | 28 Dec 2007 03:12 GMT | 3 |
I am trying to do a CGI in C#. I have found code and explanation in http://west-wind.com/weblog/posts/1143.aspx : using System;
|
| Windows Forms window not showing up properly!!!!!!!!!! | 28 Dec 2007 00:50 GMT | 2 |
All, I'm pulling my hair out trying to figure out why my Windows Form is not appearing correctly. Basically, I have form A that tries to Show() an existent Non-visible
|
| Dock ordering messed up when using my custom controls | 28 Dec 2007 00:22 GMT | 3 |
LeesWizard : BaseWizard : UserControl LeesWizardPage1 : WizardPage : UserControl LeesWizard contains a collection of WizardPages. Each WizardPage already contains a docked panel at the top. At design-time, when I add other panels
|
| Inserting a tool bar button to the Windows explorer from shell extension. | 27 Dec 2007 22:52 GMT | 3 |
I am trying to insert a new toolbar button to the windows explorer menu. I an able to locate the correct ToolbarWindow32, and inserted a button using the code snippet shown below. However the toolbar button text is coming in jung characters. Any help will be greatly
|
| Boxing m.m | 27 Dec 2007 22:36 GMT | 2 |
I have three questions. 1. When is it useful to use boxing for value types. 2. I have earlier been using C and C++ for many years but the last year I have been using C#.
|
| Exception error message has wrong line number | 27 Dec 2007 22:10 GMT | 2 |
I've been having a problem occasionally with exceptions having the wrong line number listed. The situation is this: I have a function with a try-catch, and in the catch it logs the message and stack trace from the exception. The code generates an index-out-of-bounds
|
| A question on Properties.Settings.Default | 27 Dec 2007 21:24 GMT | 3 |
I notice from the IntelliSense window that Properties.Settings.Default have events, such as PropertyChanged. This could be useful, but how do I capture this event? I'm used to inserting a control onto a form, then using the property box to set the name for an eventhandler. I
|
| C# application looks different on 2 different machines with the same resolution | 27 Dec 2007 21:22 GMT | 7 |
I've developed a C# windows application in full screen mode. No borderstyle and the size of the main form is 1680 * 1050 The resolution on both pc's is 1680 * 1050. On my developement machine it look ok.
|