| Thread | Last Post | Replies |
|
| Array indexes | 28 Feb 2006 16:54 GMT | 3 |
I have an array of 10 labels on a form. I need to be able to add and remove these labels to the form (as far as the user is concerned anyway) easily. I do this by justs changing the left and top values.
|
| Toolbar - hover | 28 Feb 2006 16:00 GMT | 3 |
I'm running VB6 and wonder if I can choose a custom icon to be used when a toolbar button is disabled, and I you can - how?
|
| Form Unload | 28 Feb 2006 04:05 GMT | 6 |
Hi , hope you all are fine. I am having a problem with my Main form unload. Actually i have added some API code for the fade in effect and after that my form doesn't completely unload itself. Means whenever i close my main application using close button my application remains in ...
|
| Please Help..........? | 27 Feb 2006 15:12 GMT | 1 |
Hello all of you. Here is one issue on which i have spent some time. I am sure many of you have solution. Remember in one of my last posts i talked about a calculator. Its working really well as i expected i have added many more features but there is a interesting problem please ...
|
| Binary Compatibility | 24 Feb 2006 15:10 GMT | 3 |
I have an OCX that is set for Binary Version Compatibility. Sometime when I compile it I get a message that the component is in use. Typically I just close VB6 and restart, then compile and it then works. However lately it have become more and more difficult to get it to compile,
|
| TrueDBGrid | 24 Feb 2006 14:17 GMT | 1 |
I am using TrueDB Grid in my Project. and I am binding it with XArray. I am getting the Rows loaded in the Grid in Form Load. But I am not getting the result Visible after Adding a New Entry or Editing an Old Entry, it is got displayed correctly if I scroll the Grid once or ...
|
| Windows MediaPlayer control, ShowFrame | 24 Feb 2006 09:07 GMT | 1 |
I have the windows media player 10 control on a vb form. I am loading .avi files. Based on a selection by the user I want to load a particular frame in the video file, e.g. if the user selects 5, I want to go to the frame that occurs
|
| How to print reports in VB 6 | 24 Feb 2006 08:19 GMT | 5 |
How can I print report in VB 6.0? The report will have a logo, i.e. a graphic, date and a table that shows the information stored in Access database. Not all the data from the database table will be print. What will be in the report depends what the users choose.
|
| Fade in and Fade out form?. | 24 Feb 2006 01:44 GMT | 9 |
> Hi Can i add fade in and fade out effect in any of my form and control in VB > 6.0? like window tooltip is an example. I have tried using an user control. > That was XP transparency control. but it didn't worked for me. Any > solutions?? |
| VB6 and flexgrid7 | 23 Feb 2006 18:19 GMT | 4 |
I hope I'm posting in the right group. I have a flexgrid7 and users write some text in. I got a solution to allow them writing lots of text within only one cell by by expanding .RowHeight(Row) property along withj WordWrap=TRUE
|
| How to format the data in a column in Grid | 23 Feb 2006 03:27 GMT | 1 |
I have a grid, a MSHFlexGrid, binded to a Access database table. One of the column contains date in format m/d/yyyy/ when I look at the Access table. When I look at my application, it's in format yyyy-m-d hh:mm:ss. How can I config the column format in the table?
|
| setting display of combobox at runtime | 22 Feb 2006 23:35 GMT | 3 |
I'm using Visual Basic 6 and wish to programmatically set the value of a combobox at runtime. I've tried each of the following but to no avail: comboBox.Text = "4" comboBox.ListIndex = 4
|
| Combobox1.SelectedValue.ToString is not working! | 22 Feb 2006 23:24 GMT | 1 |
I am using the following code as an example. Once the user selects an item from the combobox (e.g., "Martin"), how can I access the value of that item (e.g., "1")? Dim dtAdjuster as new DataTable
|
| Why the date format display on the GUI different from the one in the Access table | 22 Feb 2006 20:04 GMT | 1 |
I binded a MSHFlexGrid to a Access database table. moRS = NEW Recordset strSQL = "SELECT * FROM AccessTable1" moRS.Open strSQL, goConn, adOpenDynamic, adLockOptimistic, adCmdText
|
| how to drag the node to the top one? | 22 Feb 2006 15:01 GMT | 2 |
See this line, Set oDragNode.Parent = oNode error accured when oNode=nothing,but how can I drag the node to the top one? Private Sub TreeView1_OLEDragDrop(Data As MSComctlLib.DataObject, Effect As
|