| Thread | Last Post | Replies |
|
| anchor or docking | 20 Aug 2004 14:33 GMT | 1 |
I have Winform with 3 groupboxes One on the left one in the middle and one on the right size of the form Each groupbox have datagrid Problem is when I resizing form I can not see groupbox and datagrid in the
|
| ListView formatting | 20 Aug 2004 10:02 GMT | 5 |
When using the ListView without checkboxes can the selection bar be extended to the left of the control? I have hidden the checkboxes but space for them is still displayed. Ray
|
| Disabling Wordwrap in RichTextbox | 20 Aug 2004 08:38 GMT | 2 |
I've tried everything I can think of to disable wordwrap. Here's the code that sets up my RichTextbox rtfSQL: With rtfSQL .AcceptsTab = True ' Tab is a valid character, not a command to go to
|
| Background color looping | 20 Aug 2004 08:15 GMT | 3 |
I want to loop the background color on my "about" form. This is the code I've tried to use. It doesn't work. The about form newer shows up. I thought Application.DoEvents(); would allow the form to show
|
| Microsoft Web Browser & binarywriter | 19 Aug 2004 23:13 GMT | 1 |
I have a byte array (byte() loaded from an image from a SQL Server database, this could be a pdf, doc, an image type, etc.) and I have a Microsoft Web Browser control on my form I want to be able to send the Microsoft Web Browsercontrol the array of bytes and let it load, now I ...
|
| How to select a target datagrid row in dragdrop operation? | 19 Aug 2004 22:40 GMT | 2 |
I have a master/detail form with 2 datagrids: selecting (by clicking) a row on the master grid updates the detail grid. I have a requirement to drag rows from the detail grid and drop them on a master row to initiate a data move routine Q. How do I select the traget row while in ...
|
| Detect Change in PC Name | 19 Aug 2004 19:23 GMT | 3 |
Is there a way to detect if the computer name has been changed in .NET?
|
| Suppressing enter event | 19 Aug 2004 17:48 GMT | 1 |
Framework 1.1 How can I trap the enter event prior to it's being raised and if need be suppress it? Thanks in advance for your help,
|
| child form doesn't appear in the task bar | 19 Aug 2004 15:16 GMT | 2 |
I have 2 forms Form1 and Form2 Form1 is the owner of Form2 and should activate it on Button1_Click Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ' Create another form and display it
|
| Serialization disaster | 19 Aug 2004 14:48 GMT | 1 |
I have a class that once used the [Serializable()] attribute for simple serialization. I decided that I wanted to take control of how the serialization happens by implimenting ISerializable. I backed up my serialized file and was hoping to deserialize the old way and serialize ...
|
| Create a control | 19 Aug 2004 14:42 GMT | 4 |
I have make a class derived from the System.Windows.Forms.Control class I have write this method, protected override void OnPaint(PaintEventArgs e) {
|
| DataSet.HasChanges() always returns false even though there are changes | 19 Aug 2004 13:16 GMT | 3 |
I have a set of textboxes bound to a typed dataset (ds1). This dataset contains one table which contains only one record. This is an example on how I do the binding for the textboxes: txtDescription.DataBindings.Add(new Binding("Text", ds1.ShareClass,
|
| check whether the PC is online using vb net | 19 Aug 2004 12:32 GMT | 1 |
Hi everyone, Is there a way to check if a pc is online using vb net? Thanks in advance for any help that you can give me. Best Regard Sharon
|
| List Box | 19 Aug 2004 09:57 GMT | 3 |
I have a list box that contains 4000 + lines that I have imported using the fileopen function etc. Once I have the data in the list box, I want to scroll through the lines in the list box displaying the contains of each line in a text box that is on
|
| Resize/Scale/Anchor problems | 19 Aug 2004 09:04 GMT | 3 |
I'm having some weird issues when trying to use the Scale() method and anchoring. Here's the scenario. I have a form. This form contains a user control. This user control contains
|