| Thread | Last Post | Replies |
|
| Problem loading assemblies in another domain | 16 Mar 2008 21:09 GMT | 1 |
I need to create a dialog similar to the AddReferences dialog in VS.NET for showing the assemblies in the GAC. Part of what I need to do is get the version #s from the assemblies. There are more hoop-jumping ways of doing it, but the easiest is to simply load
|
| Not using [STAThread] | 16 Mar 2008 16:26 GMT | 13 |
I see that VS by default pops in the statement [STAThread] in the code and since i started with all-blank-project this time, the part was missing.
|
| Need Help On Best Querying ( is LINQ work with Huge amount of data ..) | 16 Mar 2008 16:24 GMT | 1 |
Dear Group members, I am new to LINQ, pls help on the deeling with huge amount of data with the C# stand Alone application. I have two file, which contains more then 2 lacs lines in every file
|
| How can I determinate if a website in a IIS suportS SSL? | 16 Mar 2008 09:56 GMT | 2 |
I want to write a websetup project. How can I determinate if a website in a IIS suportS SSL?
|
| Combobox question | 16 Mar 2008 09:19 GMT | 3 |
I have a need to have a combo box filled with available colors. The user then can pick the color he desires. I have acomplished to fill a combobox with the colors and a little rectangle in front of all the color names to represent the actual color. But wat I like to have is that ...
|
| Cascading through the constructors | 16 Mar 2008 09:16 GMT | 9 |
As a human, i'm lazy, so if i need to write a class with three constructors, i'd like to minimize the work. I'm used to two different approaches and i'd
|
| Simple String split | 16 Mar 2008 09:14 GMT | 25 |
I am trying to split a string at the newline and this doesnt work: String[] Channel = FileName.Split("\r"); What am I doing wrong? Thanks
|
| How to override the Form.OnPaint method | 16 Mar 2008 06:06 GMT | 3 |
I am trying to take over the painting of a windows form but I can't seems to override the OnPaint method... or the OnPaintBackground method... or even the OnNotifyMessage method if there is a control covering the client area. None of these are getting called in any way.
|
| Extending DialogResult or? | 16 Mar 2008 04:35 GMT | 2 |
Hello, I making and Windows Forms program and I have a dialog with two buttons. I have set the DialogResult property for these buttons to DialogResult.OK and DialogResult.No, respectively (however, these buttons are not labelled "OK" and "No"). Settting this property is
|
| Designing a log search application | 16 Mar 2008 00:49 GMT | 5 |
I am designing an app to do log search efficiently. I have gigabytes of server logs that contain all kind of information - typically I query about a user name in a certain time span to find out what the user actually did during that time, what errors he got etc.
|
| KeyCodes | 15 Mar 2008 23:28 GMT | 1 |
In some events for the TextBox, I get only the KeyCode, that is, a number. In VB, I used to be able to convert this to a char. How do I do that in CS?
|
| Extract From Bitmap Band/Strip | 15 Mar 2008 22:01 GMT | 6 |
Below I can Draw a portion of a Bitmap to a control what i would like to do is Save the Portion of a Bitmap strip to a new bitmap 32x32 Can anybody help with this
|
| Reading & Searching a Huge file | 15 Mar 2008 19:10 GMT | 4 |
I have a text file having size about 2 GB. The text file format is like: Numeric value[space]AlphaNumeric values Numeric value[space]AlphaNumeric values Numeric value[space]AlphaNumeric values
|
| Upgrade to VS 2005 - cannot convert project Help! | 15 Mar 2008 18:09 GMT | 1 |
I just converted to C# 2005 Express edition and tred to open the (Web) project I had been working on in VS 2003. It gave me the following error and no explanations as to why. Web project component not installed. Unable to convert project:
|
| Problem with Browsable Properties | 15 Mar 2008 16:45 GMT | 4 |
Hi, Thanks in advance for looking at this issue! I am having a Problem with Browsable Properties, as follows: 1. I have an ancestor user control with browsable properties. 2. I create a descendant object and set the properties through the
|