| Thread | Last Post | Replies |
|
| MDI forms | 05 Feb 2008 18:37 GMT | 1 |
I need help on wondows MDI forms. I created a MDI application with few child forms.. I need to set background image for my parent form.. If i use background image then...it is showing the image
|
| How do you bind keystrokes to a control? | 05 Feb 2008 16:53 GMT | 1 |
Im trying to bind the F5 key to a button that will refresh the dataset in my application. I tried to look out on the internet and have came up with nothing. Does anyone know how to accomplish this?
|
| Windows Mail Vista | 05 Feb 2008 16:17 GMT | 1 |
I want to change the font and add a logo to my auto signature and can't seem to figure out how that is done.... help....
|
| .NET (C#) and Word Application | 05 Feb 2008 12:17 GMT | 1 |
I’m a C++ developer and a very beginner in both C# (.Net) and Word Programming. What my company wants next is something like this: from different texts to build a Word 2007 document and then open this in the real Word 2007 application to give the user the possibility to change ...
|
| Modal dialog issues | 05 Feb 2008 07:04 GMT | 2 |
I've got an application, and I'm poping up a form modally using TestForm aForm = new TestForm(); aForm.ShowDialog(this); It works fine.
|
| How to make MODI.Document not leak memory? I have millions of images to OCR but each time i OCR one it leaks memory. How to do the OCR and then clean up so that my app doesnt leak memory? | 04 Feb 2008 23:41 GMT | 1 |
How to make MODI.Document not leak memory? I have millions of images to OCR but each time i OCR one it leaks memory. How to do the OCR and then clean up so that my app doesnt leak memory? MODI.Document miDoc = new MODI.Document();
|
| Obsolete functions | 04 Feb 2008 21:07 GMT | 6 |
I am getting obsolete function warnings on these two liens but can't figure the correct syntax for the new equivalent functions; ConfigurationSettings.AppSettings.Get(key) Dns.GetHostByName(_strServer)
|
| Parameterised query with an ms access table | 04 Feb 2008 16:21 GMT | 3 |
When using sql server, I can use a sql like below in my data adapter to send the sql a parameter value; SELECT <field list> FROM <table>
|
| dotnet 2/3 Vs2008 - uri-syntax not explained | 04 Feb 2008 05:18 GMT | 5 |
siince .net 3.0 Uri is highly used for access to images etc. But in the past only there where simple Uri-Syntax, now it's complex and I do not find anywhere in the msdn the describtion of the syntax. For examle Uri u = new Uri(http://mypage.com) ist no problem,
|
| Which .NET do I really need? | 03 Feb 2008 18:02 GMT | 4 |
I have the .NET Framework installed on my system - versions 1.1, 2.0 and 3.0, along with their service packs and hot fixes. Do I need them all? Does .NET 3.0 supersede 2.0 and 1.1, or are they all independent? I was thinking that maybe it (should) work like Directx where
|
| GC.GetTotalMemory vs. Process.PeakPagedMemorySize64 | 03 Feb 2008 16:33 GMT | 2 |
The Task Manager reflects the PeakPagedMemorySize64 value but GC.GetTotalMemory a totally different. Currently my C# windows service is reporting 596,439,040 for PeakPagedMemorySize64 and continues to rise (the app has been running 2 days now) and the GC is reporting
|
| Writing and reading xml | 02 Feb 2008 19:21 GMT | 1 |
I'm building an xml message with the XmlWriter class and process this xml message with the XmlReader class. The message I build looks like: <parent> <child>car</child>
|
| thumbnails | 02 Feb 2008 10:51 GMT | 1 |
I try to get file thumbnails using IExtractImage as in this example (among several I found) : http://msdn2.microsoft.com/en-us/library/aa289172.aspx For pdf files, I get the error message :
|
| DVD recognition | 01 Feb 2008 19:26 GMT | 1 |
Wxp with SP2, recently renewed mother and hard drive (don't ask!) with a 5yr old dvd burner peviousy working with moderate success with Nero6. Installed Nero7trial and burned 2 dvd's, upgraded to Nero8. NOW the problem! Drive will recognise genuine pre-recorded DVD's and CD's and ...
|
| Dictionary<TKey, TValue> with user-defined class implementing IEquatable<T> as key | 01 Feb 2008 14:18 GMT | 1 |
I have a question about using the generic Dictionary class in .NET 2.0 with user-defined classes as the key. MSDN says (http://msdn2.microsoft.com/en-us/library/xfhwa508.aspx): Dictionary<TKey, TValue> requires an equality implementation to
|