| Thread | Last Post | Replies |
|
| Change Cell Style | 23 Jun 2004 09:33 GMT | 1 |
I want to change the cell style of a datagrid. I only want to change the cell (5,5) and set the forecolor RED. How can I do?? Thx.
|
| Problem with menus | 23 Jun 2004 08:56 GMT | 1 |
I have a MainMenu and want to drag the MenuItems by pressing ALT + MouseDown on an Item. I can not find any event to do it because there is no way to stop the MenuItem to popup,
|
| Disposed forms problem | 23 Jun 2004 07:41 GMT | 2 |
I have a simple problem: In calling form: Private _theForm As MyFormClass() ' in a button click event...
|
| TabControl - change the tab shapes and appearances? | 23 Jun 2004 04:15 GMT | 2 |
I have tried without success (using C#) to change the standard rectangular tabs (for the TabPages) to look like the ones in Messenger - funky curved jobs. However whenever I try to overwrite an existing tab, either by superimposing a bitmap over it, or by manually drawing a new ...
|
| Potential bug in dash pattern | 22 Jun 2004 21:39 GMT | 6 |
For custom dash patterns, the device space lines drawn depend on (from the documentation) 1. Pattern specification (float[]) 2. Transform (scale etc.) 3. Pen width
|
| how to lock focus of a form | 22 Jun 2004 21:28 GMT | 2 |
I put my Options on e separated form and want to lock the focus on it until user click ok or cancel, i mean deactivate the main form when option form is shown (like IE option or most of the windows applications). how`?
|
| Disable Performance Counters | 22 Jun 2004 18:53 GMT | 1 |
Could anybody please explain the implecations of setting the value " HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance\Di sable Performance Counters" to false on a Win2k server. Regards
|
| Edit & View HTML Files from Windows application | 22 Jun 2004 18:18 GMT | 1 |
Is there any 3rd party component to Edit and View the HTML files from windows application. Regards CV
|
| Control .exe | 22 Jun 2004 18:15 GMT | 2 |
I want to make a small application who stop launch a .exe always in 8:00 AM and 11:59 AM How i can do that ?
|
| MDI and Word application | 22 Jun 2004 18:14 GMT | 1 |
I would like to open a Word application into a MDI application. I do this : Word.ApplicationClass WordApp = new Word.ApplicationClass(); WordApp.Visible = true;
|
| Data Conversion in a grid | 22 Jun 2004 17:35 GMT | 2 |
I have a custom grid control and I'm stuck on an issue in the data binding. Using a method similar to the DataGridColumnStyles class, I have a column style class that allows you to map the bound datasource fields to the grid columns.
|
| Problem: HowTo update UI from workerThread? | 22 Jun 2004 16:25 GMT | 2 |
I want to update an userinterface from a background thread. I think that a good way to do this is to use to use methodinvoker in UI-thread and then begininvoke in workerThread to pass parameters back and update the UI. But i have one question. The Method i start with
|
| All forms in a process | 22 Jun 2004 16:10 GMT | 2 |
Hi, Is there an easy way of finding out how many forms a process has created? Something like .AllForms property? Thank you,
|
| The "Visible" property of a parent control ruins that one of its child controls | 22 Jun 2004 12:45 GMT | 2 |
I got a problem: I have a Panel control which has many mixed child controls (buttons, checkboxes, comoboxes). All controls are visible (the parent container Panel is also visible). My problem is that when I set the Visible property of the Panel to false and try to read the Visible ...
|
| using Word 2003 references to create documents using c# | 22 Jun 2004 12:20 GMT | 4 |
I'm developing an application and I need to create some word documents. My machine is a Win2k Pro and I use Office 2000. What I want is to be able to use the references of Word 2003 and .NET. Is there a way to use the Word 2003 references/API on a machine like mine, i.e., without ...
|