| Thread | Last Post | Replies |
|
| Clearing the Clipboard to Prevent a Copy | 27 Jul 2004 16:22 GMT | 2 |
I need to prevent a user from copying\pasting text that is displayed in an RichTestbox control. Since the control doesn't seem to have a property for this -- the user can mouse over and hit ctrl-c to copy and then ctrl-v to paste -- I use the KeyDown event to catch the copy
|
| SHDocVW - Documentation? | 27 Jul 2004 13:29 GMT | 2 |
could anybody tell me where I can find some documentation on the SHDocVW (IE Browser Control)? Thanks in advance, Matthias
|
| Forms created in a separate thread are shown in the background | 27 Jul 2004 12:01 GMT | 1 |
I am trying to create multiple forms using thread...when one of the external application requests for a Form my MainThread creates the Form in a new thread...the form appears in the ForeGround if it has been created for the first time...but subsequent creations are created
|
| Out of Memory Exception | 27 Jul 2004 12:00 GMT | 2 |
I am getting Out of Memory exception sometimes while executing this code... wot am I doing wrong here.... private int GetStringLength(string StringToMeasure) {
|
| ActiveX control properties missing! | 27 Jul 2004 07:03 GMT | 1 |
I'm trying to use an OCX control developed in vb6 in my winforms application, however when I add that control to a form, none of the custom properties that I wrote will appear in the properties window. I even created a very simple ocx with one property, and the same thing happened.
|
| Excel component deployment in winform program(C#) | 27 Jul 2004 03:45 GMT | 1 |
I use excel to display and print data in my winform program(c#),but I find it cannot run on machines without office installed,Is there any way to deploy the excel component with my program? Clients may not install excel.
|
| Listbox disable item | 26 Jul 2004 22:13 GMT | 3 |
Does anybody know how to disable a particular item in a listbox? I know how to disable every single item but have a need to disable certain items only to display them (greyed out) but not let the user select them.
|
| Clearing Multiple TextBoxes in C# | 26 Jul 2004 21:49 GMT | 3 |
Good Morning I am working on a C# project that has a form which contains multiple columns of 10 textBoxes in seperate groupBoxes on a tabControl. When the form loads, I would like to make sure that text property of each
|
| ComboBox: difference between SelectedIndexChanged and SelectionChangeComitted events | 26 Jul 2004 20:02 GMT | 3 |
I was wondering what is the difference between the selectedIndexChanged and the selectionChangeComitted events of ComboBoxes. Thanks in advance,
|
| Overflow or underflow in the arithmetic operation when instantiating form | 26 Jul 2004 19:12 GMT | 1 |
I have a VB.NET framework 1.1 application that I am installing on my user's workstation. It works fine on EVERY machine except for one - on this one machine it generates a 'Overflow or underflow in the arithmetic operation' when I attempt to instantiate my first form, as so:
|
| image-control event | 26 Jul 2004 19:03 GMT | 1 |
what event gets triggered when an image in an image-control is changed ? thnx Chris
|
| TextBox OnKeyPress and delete (.Net 1.1) | 26 Jul 2004 13:00 GMT | 2 |
The OnKeyPress event doesn't fire if the Key is 'delete' (it fires for backspace). How are you supposed to validate text entry as they type if keys that can change the contents don't fire the event?
|
| ADOX multi-key primary key in C# | 26 Jul 2004 02:43 GMT | 1 |
Since I spent a few hours figuring this out, I figured I'd post it for the record. To add a composite (multiple column) primary key to an Access database using ADOX and C#:
|
| Custom Context Menu Strip | 25 Jul 2004 17:56 GMT | 1 |
I created a custom context menu strip with the hopes that I could override the Show method. So I wrote a Show for each of the 5 that ContextMenuStrip stupports ... put a breakpoint in them, and added the control to the form. But alas, none of my breakpoints are being hit!
|
| Automatically Add UserControls to Customize Toolbox with Setup Project? | 25 Jul 2004 14:31 GMT | 2 |
I have created some custom controls and a setup project to distribute them. Anyone know if it is possible to automatically add them to the "Customize Toolbox" dialog without the developer having to browse to the .dll?
|