| Thread | Last Post | Replies |
|
| Export data from flexgrid to excel sheet | 13 Jan 2004 11:52 GMT | 1 |
Is it possible to export data directly from MSH Flexgrid to MS Excel? There is some problem in exporting data from HFlex grid populated with Hierarchical recordset.This recordset is created by using Shape..Append commands.The Hierarchical recordset has parent -child and grandchild
|
| Problem with 'TypeOf' | 13 Jan 2004 11:37 GMT | 2 |
I am trying to write a general purpose routine for printing forms. I look at the type of each control on the form in order to print something similar. The SSTab control needs special attention, but if I use the "If
|
| VB Runtime Error | 13 Jan 2004 09:57 GMT | 1 |
Hei I got while running my application as like run time error -'2147417843(8001010d)': Automation error
|
| MSFlexGrid losing selection | 13 Jan 2004 09:01 GMT | 3 |
I am using VB6 and the msflexgrid control. In the main program, I call a routine which selects a series of rows in a column using the row and rowsel properties. when it returns back to the main program, the selection is lost. You can
|
| Problem in FTP | 13 Jan 2004 05:08 GMT | 1 |
I'm in the process of developing a download manager. i av completed for http. but i face few problems in ftp. i'm using the winsock control to download files.while processing it downloads nearly 99% and final few bits are
|
| Unloading dynamically created objects | 12 Jan 2004 20:37 GMT | 3 |
I am creating label controls on a form dynamically but when I try to unload them I get the message "Unable to unload within this context". I have used similar code within the same app. without problems. Any ideas please?
|
| Tab Control - greying-out text | 12 Jan 2004 20:09 GMT | 1 |
I would like to control entry into one or more of the tabs I have set up on my Tab control based on set rules. Does anyone know how to grey-out the text so that a user will see that they do not have access to that particular tab?
|
| DataGrid button column. | 12 Jan 2004 18:03 GMT | 2 |
I have a DataGrid control on a Windows Form and am using VB.NET. How do I create a DataGrid column whose contents are button controls? Is this possible? Preferrably, I would like to have the buttons display on the left-most
|
| Help with Tooltips | 12 Jan 2004 17:55 GMT | 3 |
I want my usercontrol to show Tooltips. If I set the TooltipText property for a empty usercontrol (with no constituent controls) and run my app, the Tooltip is shown properly. However, if I add constituent controls which use the whole usercontrol's
|
| Tooltip in UserControl | 12 Jan 2004 17:42 GMT | 1 |
I want my usercontrol to show Tooptips. If I set the TooltipText property for a empty (with no constituent controls) usercontrol and run my app, the Tooltip is shown properly. However, if I add constituent controls which use the whole usercontrol's area, the Tooltip is
|
| Right-click on combo box | 12 Jan 2004 15:45 GMT | 2 |
Can anyone come up with a way to trap a right-click event on a combo box?
|
| How do I pass values from one form control to another form control | 12 Jan 2004 14:34 GMT | 3 |
I need to pass a value from one TextBox on a Windows Form to another TextBox on another Windows Form . I am rather new to VB.net and I am having difficulty performing this task. Any help is greatly appreciated.
|
| DataGrid Sorting | 11 Jan 2004 16:16 GMT | 1 |
I'm having issues trying to find out how I can sort a column in a DataGrid. I have a sql statement that populates the DataGrid, which works, but I need to have this column sorted in either asending or desending order.
|
| what am I doing wrong? | 11 Jan 2004 03:20 GMT | 6 |
I am learning VB.net. I have a form with 7 text boxes that are all bound to fields of a dataset. The form also contains a datagrid also bound to the same
|
| ListView Control | 11 Jan 2004 03:06 GMT | 7 |
I've found the vb6 code necessary to make certain columns in a ListView a fixed size so the users cannot change the width and I have also found C++ code that explains how to prevent the resize icon from appearing
|