| Thread | Last Post | Replies |
|
| 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
|
| e-mail not going to "inbox" rather going to the "Junk Mail" box | 15 Mar 2008 16:14 GMT | 1 |
i have facility in my website which sends an e-mail to the cleint's inbox..... i am getting a problem when ever i sends an e-mail.. i tried with Hotmail and Yahoo, e-mail goes to the "Junk Mail" folder not the actual inbox....
|
| TRADING SOFTWARE BROKEN (metastock, advanced get, tradestation, elwave, omnitrader & etc) | 15 Mar 2008 16:03 GMT | 3 |
below is my collection. im ready buy, sell and/or swap titles i dont have all available here: http://tradesoft.name hit me up via e-mail: sales [alfadog] tradesoft . name (remove spaces,
|
| I can't send mail using SMTPClient but Outlook Express can! | 15 Mar 2008 14:39 GMT | 1 |
I'm sending mail from .net via SMTPClient but always got "operation timeout". I use same settings in Outlook Express and OE can send mail! I previously used a gmail account and I could send mail in .net. When I switched to use my own email account everything went bad.
|
| dedect right click in DataGridView column header | 15 Mar 2008 10:44 GMT | 1 |
I need to capture mouse right click in DataGridView column header. I tried class MyDataGridView: DataGridView { protected override void OnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs e) {
|
| How to dispose MediaPlayer object? | 15 Mar 2008 10:41 GMT | 3 |
How do I explictly destruct a MediaPlayer object? The compiler complained about overriding Finalize. MediaPlayer does not implement IDisposable. Any suggestions?
|
| WPF - Closing Application | 15 Mar 2008 10:36 GMT | 1 |
Everyone: When working with winform applications, you could check the reason for closing the window. As in this example: private void MainForm_FormClosing(object sender,
|
| problem with string.Contains() | 15 Mar 2008 07:49 GMT | 7 |
.NET 3.5 I'm trying to search a string to determine if the string contains </table>, but string.Contains don't find it. I've used WebRequest/WebReponse to retrieve the html from a webpage and now I'm searching through this html...
|
| Queuing Up Threads - Thread Works Until Needing Resource From Other Thread | 15 Mar 2008 02:48 GMT | 2 |
At work we have run into an interesting "need". We have a bunch of customers whose calculations affect one another. Now, to this time, we have never and we may never have a scenario where two customers affect one another. So, right now, our system can handle A affecting B.
|
| How to retrieve static property of DLinq entity | 15 Mar 2008 00:03 GMT | 16 |
I need to associate text used in messages with every DLinq entity type. I need to retrive this text from entity name. I tried to solve this by creating public static readonly property Text in every entity and
|
| best practice to indicate long operation | 14 Mar 2008 23:56 GMT | 1 |
I need to indicate that some time-consumng operation is in progress in .NET 3.5 WinForms application. I created class below and plan to use it like using (WaitOper waitOper = new WaitOper())
|