| Thread | Last Post | Replies |
|
| what does the stackframe look like in managed code? | 23 Jul 2008 20:38 GMT | 3 |
is the stackframe in managed code the same as in unmanaged? or they are not related at all.... :) if I use some asm codes (get the esp register or something about stackframe) in a unmanaged c++ DLL, when I import it into a c# managed
|
| ComboBox databinding | 23 Jul 2008 20:01 GMT | 2 |
I have a combobox and i have a datatable with 2 columns in it (description and code) . Now how can i display the description but use the code as the value member.
|
| What is the "Right-Click Drag" Event in the ListView control called? | 23 Jul 2008 18:29 GMT | 2 |
I am writting a extended ListView control and I'd like to stop the default behavior when a user right-clciks on a non-label area and then drags causing a "marching ants" selection box to appear. First, what event is this? And second, how do I stop it?
|
| RegEx Format Help | 23 Jul 2008 17:16 GMT | 4 |
Prior to now, my RegEx expression was as follows: RegEx pattern = new Regex(@"[BCX][P057]\d{5} \d{4} \d{2}"); That has worked, but now I have been asked to enable the ability for our expressions to include an underscore ('_') at each of the character
|
| Getting the NAME (not path) of a special folder. | 23 Jul 2008 16:48 GMT | 5 |
Speical folders, like Desktop, usually have different display names. For example, in Japanese Windows, it's displayed as "デスクトップ". I want to get the this displayed name of a special folder but I can't find a suitable method. Environment.GetFolderPath() is to get the path not
|
| Drop a link to Outlook message | 23 Jul 2008 16:17 GMT | 3 |
Hi guys, maybe it's a silly question, but I'm quite stuck with it... I've tried to implement a drag and drop operation from inside my c# program. What I would like to do is allow to copy a link to an Outlook message from my application. So I use:
|
| Regular expressions in C# | 23 Jul 2008 16:15 GMT | 5 |
I am using the .NET regular expressions library to match anything that resembles a price/amount (33.33, 225.44 etc) out of a stream. I have this pattern with me currently: \d+(\.\d*)?
|
| .Net Equivilant for sqlcmd or osql | 23 Jul 2008 16:12 GMT | 5 |
I am writing an application that automates running sql scripts against my database. Currently, I am using Process.Start("sqlcmd") with a number of parameters to accomplish this, but I would like to have more control than running an outside process. I am hoping that there is a ...
|
| Highly frustrated. Which setup directory should I use that allows me to read/write/create/delete files? | 23 Jul 2008 16:10 GMT | 1 |
Ive written a small string resource building utility that I send out to our translators. I have a setup project for each language we support, which picks out a group of 12 english resx files plus their paired "foreign" resx for
|
| Attach form attachment to outlook message | 23 Jul 2008 16:03 GMT | 1 |
Below code is attached with a button on my infopath form. It does work ( auto populates "To:" and "Subject" based on form nodes) but how can I attach the file to the message which is attached to attachment control to the form? Thanks
|
| finding the duration of a .flv file | 23 Jul 2008 15:55 GMT | 1 |
How can i find the duration of a .flv (Flash Vide) file ?
|
| Visibility change causes menu items to scroll (bug?) | 23 Jul 2008 15:11 GMT | 2 |
To reproduce, run code, open file menu, press up and down arrows to move out of menu. Menu items are scrolled and blank items appears in end. I need to change visibility of menu items at runtime.
|
| What classes are suitable for working with XML? | 23 Jul 2008 13:15 GMT | 8 |
I'll be working some XML's soon and i wonder if it's recommended to develop own parsers or if there exist good tools already in DotNet 3.0 or 3.5 under VS.NET 2005.
|
| What classes handle regular expressions? | 23 Jul 2008 13:15 GMT | 6 |
I'll be working with regular expressions and hopeful as i am, i count on that there are tools ready to handle e.g. file operations using regular expressions.
|
| Treeview background image | 23 Jul 2008 11:42 GMT | 4 |
I'd like to be able to give a treeview in my application a nice smooth gradient as a background image, but I'm having trouble doing this. Webpages that I've seen so far seem to suggest using the BackgroundImage property, but this does not seem to work. I'm using C# Express 2008.
|