| Thread | Last Post | Replies |
|
| 6 years later - bugfix neither found its way into 2.0 or 2.0SP1 | 31 Mar 2008 15:33 GMT | 4 |
look at this: http://groups.google.de/group/microsoft.public.helpauthoring/browse_thread/threa d/f58899a5b10440df/6f2b59a8609a7d74?lnk=st&q=HelpNavigator+AssociateIndex The solution is also known since ages: http://www.help-info.de/en/Visual_Basic_net/vbnet_faq.htm
|
| Effective coloring in RichTextBox | 30 Mar 2008 21:27 GMT | 3 |
Hello, I've RichTextBox with quite long text (thousands of lines) and I'm doing something line syntax coloring. I set different colors to each word, number etc. with selecting the text (Select()) and the setting SelectionColor. But it's very slow. I even tried to send the ...
|
| Print pdf document using PRintDocument | 30 Mar 2008 18:20 GMT | 1 |
Can we print a pdf document using .Net PrintDocument class? If yes then how? I dont wanna use Win32 spooler functions as it require all that DLLIMports etc. Thanks
|
| How can I make Winform with Vista style using .Net Framework 2.0? | 28 Mar 2008 11:14 GMT | 2 |
The followings codes I am trying to realize it are: Firstly, instantiate a Winfrom inherited from "System.Windows.Forms.Form", Secondly, Load background image to the Winform and override fellowing codes to realize transparent effect:
|
| big problem with Win XP | 28 Mar 2008 01:02 GMT | 4 |
Hi just wondering if you can help i am operating on windows xp sp2 and cant acess the disk drive, use the mouse or keyboard in windows but they all work before the windows load screen. Also i dont have a boot disk to reinstall windows, but windows dosent give me any error ...
|
| APP.Config , Configuration system failed to initialize | 27 Mar 2008 20:17 GMT | 2 |
I am getting the following error "ConfigurationErrorsException was unhandled, Configuration system failed to initialize" This were working fine in Web based application and i am porting it to
|
| Partial classes | 27 Mar 2008 12:40 GMT | 4 |
I made a test project to understand how adding my own partial class to a form works. It wasn't so easy. I guess it would get easier after I get used to it. My question: Why does a partail class for a form not nest itself under the
|
| Global Key Event Capute in C# on Vista | 27 Mar 2008 10:59 GMT | 3 |
Hi - Sorry if I'm in the wrong forum. Trying to find the right place. Back on XP, I had downloaded and messed with a C# wrapper library which allowed me to globally capture keypress events (meaning, allowed me to respond to keyboard key-presses even when my application was not "in ...
|
| Form loading speed optimising | 27 Mar 2008 02:47 GMT | 5 |
I have a form which does a few operations at start-up which take a long while. I would like to divide the operations in two parts, one that can run first time form is loaded and second part that only runs once user opens the form subsequent time. How do I go about doing this? I ...
|
| Persisting field form values | 26 Mar 2008 23:57 GMT | 4 |
I have a form with a couple of text boxes and a list box. The user is able to type text in text boxes and add elements to the list box. My question is; how can I persist the values in these fields so they remain when the form is closed and opened again by the user, either in the ...
|
| Inherited Form Question | 26 Mar 2008 21:24 GMT | 2 |
I created a form which I named SpreadTemplate1 and use it for others forms to inherit from, like the form that I named frmMyCustomersVendorList. The form frmMyCustomersVendorList as its own controls plus controls that it inherited from SpreadTemplate1. Both have a ...
|
| const Image to set DefaultValue on Image property | 26 Mar 2008 15:46 GMT | 1 |
I'm having some problems with one of my controls. I derived a control (MyImageButton) only to set a specific Image on it (MyToolTipInfoButton) when calling the constructor. However, the designer doesn't know about this change, because on the Image property
|
| WM5 VS2008 sdf Database deployment option | 26 Mar 2008 12:41 GMT | 2 |
I have a mobile application with a .sdf Database included. I am developing on Windows XP SP2 and deploying to Microsoft Device Emulator V3. In Solution Explorer if I right click and go into properties for the database, the "Copy to Output Directory" option does not appear to be ...
|
| Equivalent of Delphi SpeedButton | 26 Mar 2008 01:46 GMT | 2 |
I'm a complete newbie to C# and .Net programming, and am just learning the environment by rewriting one of my existing Delphi apps from the ground up in C# 2008 Express. I've got a row of buttons which I want to work like radio buttons - that is,
|
| Textbox | 25 Mar 2008 17:03 GMT | 1 |
I set a default value in for a textbox. Does the textbox have a property that would tell if the operator has type anything into the textbox?
 Signature Arne Garvander
|