| Thread | Last Post | Replies |
|
| Licx key not being saved | 18 Apr 2005 03:37 GMT | 9 |
We are experiencing extremely abhorrent behavior with Licx Licensing. GetLicense is overridden. Inside GetLicense we do a check to see if we are in runtime or designtime. If we are indesign time we get the key. If the key is null we give it a
|
| .net GIS Mapping SDK? | 17 Apr 2005 11:24 GMT | 2 |
Does anyone know or have heard of a GIS Mapping SDK called "Ti-Tuk",....not sure of spelling. Links or any information in regards to .net mapping SDK's is appreciated. Thanks.
|
| who's responsible to dispose the Image object of a PictureBox control? | 16 Apr 2005 06:03 GMT | 1 |
Just as the subject, it seems that the Image object is not disposed by the PictureBox control. I cannot find any document on this.
|
| [Rant] System.Windows.Forms.ProgressBar | 16 Apr 2005 06:01 GMT | 3 |
Well what I'm after is an indeterminate progress bar that animates in that kind of "Knight Rider" style where the bar goes back and forth from one side to the other. We've all seen them, and in fact I think IE uses one,
|
| Highlighting Menus | 15 Apr 2005 22:02 GMT | 3 |
We have a Winform with Menu items across the top. File Builder Area Plan Supplier Items Help When a menu item is selected things change in the bottom part of the screen. It would be helpful when the user selects a menu item if the font for that
|
| datagrid and multiple forms | 15 Apr 2005 22:00 GMT | 1 |
On my form The user enters data into a textbox and then clicks on the button this opens form2 with only a datagrid. The datagrid contains data from a sql database. The first bit of data I pass is on form1 which is the textbox1, this is to perform the search on the db and put the ...
|
| Mouse click on a picture - Help, please | 15 Apr 2005 20:55 GMT | 11 |
I have an imageList component with 6 pictures in it. These 4 pictures are shown in my form and what I want to do is when the user click on the picture an orange rectangle is drawn around the clicked picture.
|
| HELP - ComboBox in DataGrid | 15 Apr 2005 14:06 GMT | 1 |
I know it is an ongoing issue, yet, I still look for a solution. I saw a solution using a DataGridComboBoxColumn class. I use C# with Visual Studio .NET 2003, and that class is not recognized. Any idea what is going on here?
|
| access control by it's name as a string | 15 Apr 2005 12:42 GMT | 1 |
I have 100 combo boxes on a form named combo1 -> combo100 how can I get access it each combo using its name eg for(int i=0; i <= 100; i++)
|
| TreeView Selected Node | 15 Apr 2005 09:54 GMT | 2 |
Is it possible to have no nodes selected in the TreeView control? I've tried the following: treeView1.SelectedNode = null; But a node was still selected.
|
| Reverse find in a rich text box | 15 Apr 2005 07:39 GMT | 5 |
I am trying to do a reverse find in a rich text box control with no luck. The forward find works great but no matter what I put as a starting position the last posiiton is allways returned. Here is a simple example
|
| Windows form close box question | 14 Apr 2005 19:37 GMT | 4 |
Is it possible to have a winform that has a maximize and minimize button but not the close box button? If so, how?
|
| Text Component | 14 Apr 2005 17:06 GMT | 3 |
Can anybody tell me of a text processing component like the TXTextControl? thanks in advance, Mystique
|
| About splitter controls! | 14 Apr 2005 16:17 GMT | 1 |
hi,exports! I'm a beginer for winform. any one who can give me a doc about the splitter , or give me some snips about this controls ?
|
| Add a Form in other Form? | 14 Apr 2005 11:46 GMT | 2 |
Help please ! How I can add a form into other form? Exam , I have 3 form (Form1.cs and Form2.cs). Form1.cs has a TreeView with 3 Node : Node2, Node3.
|