| Thread | Last Post | Replies |
|
| Help me plz! Strange OCX problem | 26 Feb 2004 21:07 GMT | 1 |
I re-submit a very important question, cause I hadn't any answer in controls.creation. I created a set of programs as OCXs and I execute them through a simple VBS: set obj = CreateObject("Program.Execute")
|
| Pb WebBrowser VB6 | 26 Feb 2004 21:06 GMT | 1 |
Bonjour, I need to set "Iframe source" in VB6 to update page displayed with "WebBrowser" controle as I can do it in javascript: document.getElementById('doc').src='page.htm'
|
| Ampersand in label | 26 Feb 2004 19:34 GMT | 2 |
I have a screen that displays the users company name. I do this by setting the caption property to the name retrieved from the registry. If the company name contains an ampersand (&), that ampersand is not displayed. How can I display the company name properly?
|
| Noobilicious question about MSFlexGrid | 26 Feb 2004 19:29 GMT | 1 |
I'm a C++ guy and I am finding the VB 6 documentation tedious at best... My question is: How do I programmatically alter the width and height of the cells in my Flex Grid control in VB6?
|
| error when trying to execute the command: gotocontrol | 26 Feb 2004 13:50 GMT | 1 |
Hi, Have a simple form that used to input two dates, when user clicks on the "OK" button have set the "on click" event to perform the following errormess = "Start Date Cannot be Null, Please Renter or click on cancel errormess2 = "End Date Cannot be Null, Please Renter or click on ...
|
| msflexgrid; .row=0 | 26 Feb 2004 09:32 GMT | 2 |
(vb6, sp5) We use msflexgrid. When we specify .rows=2 and .fixedrows=1; we can fill the top row with header info using .formatstring. But the funny thing is that the top row has .row=1 instead of 0 what I would expect.
|
| MsflexGrid and DBCS | 26 Feb 2004 06:58 GMT | 9 |
How can I display DBCS in a MsFlexGrid control? I've tried changing the font but I still get the familiar "?" The strings are stored in Byte array when passed to the AddItem method of MsFlexGrid.
|
| Grab filename from drag&drop into ListView? How? | 26 Feb 2004 03:40 GMT | 1 |
In VB.NET, how do I determine what filename has been dropped into a ListView? In my ListView's DragEnter() event, I am trying this, which according to the Help, should work: MyFilename = e.Data.GetData("FileName").ToString
|
| Command Button | 26 Feb 2004 03:06 GMT | 2 |
When i draw a command button in a frame, and I use a manifest file to give my program an xp look, I get a black border arround my command button. How can I fix this problem? tnx in advance
|
| How can I..... | 26 Feb 2004 02:03 GMT | 3 |
How can I find orphaned dll's not being used along with Registry entries for files that are no longer vallid?
|
| How to subclass a control | 25 Feb 2004 21:58 GMT | 2 |
How to subclass a treeview control to add columns to it. I subclass a TreeNode object. Change the Text Object to a ListViewItem Object. I can Add data to the SubItems (columns) but the Tree control does not display the ListViewItem.
|
| 1. Playing video in a VB appl. 2. font optios, to change font to 3d, shadowed etc. | 25 Feb 2004 15:51 GMT | 5 |
Ok, I'm asking a lot, but can anyone give an easy answer: First, I want to integrate in an application the possibillity to play video (mpeg, avi, dvd etc) in a separate window. What do I need? Do I need to use
|
| ocx wont download for users | 25 Feb 2004 13:19 GMT | 2 |
My ocx's wont show for users on the network, only administrators. I have lowered security in IE for the local intranet, still no go Any ideas
|
| How to attach Digital Signatures for documents thru in VB Code | 25 Feb 2004 11:22 GMT | 2 |
i have a digital signature. i generate reports in different formats in my application , now i need my signature to be attached to the reports i generate.
|
| Adding Dummy Column In Bounded DataGrid | 25 Feb 2004 09:29 GMT | 1 |
How to add an extra column to bounded datagrid while it is being used for Adding and Updating of records The Scenario is : The datagrid is bounded and being used for adding and updating. A list
|