| Thread | Last Post | Replies |
|
| shortcut problem | 02 Sep 2004 00:43 GMT | 2 |
first time the user will install our application for example product 1.2. after some time they will get the product 1.3 using live update module. like we are uploding some new dll's,ocx,images and new exe also. so now the proudct updated to 1.3. everything is ok. but the desktop ...
|
| subclassing MDI | 02 Sep 2004 00:41 GMT | 6 |
I used subclassing on a MDI child form. This is to prevent any user to resize this form below a min size. But, when I maximize the MDI child form, the result isn't what I want : in some cases, the child form keeps its titlebar ; in other cases, the titlebar is merged normally ...
|
| Problem with OwnerForm and ZOrder | 01 Sep 2004 19:40 GMT | 1 |
Visual Basic Enterprise 6.0 with SP6 I have an application where I open a form (form2) from another form (form1) and use the OwnerForm parameter. When the user clicks a button on form2, it opens another form (form3) that displays the
|
| VB Applications Will Not End | 01 Sep 2004 19:32 GMT | 7 |
I am having some difficulty understanding why a VB application I am developing will not terminate. All the windows are unloaded, but the application is still running. I suspect that there are still some object references that are open. Is
|
| VB Picture Object | 01 Sep 2004 18:31 GMT | 7 |
I'm trying to follow an example in the VB help file under "Picture Object" -> "Using Picture Object". There I find: ..................................................... The Picture object is similar in some respects to the
|
| How to control icon used for desktop shortcut | 01 Sep 2004 17:40 GMT | 2 |
In my VB6 app's resource file, I have a 16x16x16-color icon, and a 32x32x256 version of the same icon. The 16x16x16 is used for window title bars, and the 32x32x256 icon is used for a VerticalMenu, among other things. When Windows Explorer creates a shortcut for the app, and the ...
|
| ToolBar help | 01 Sep 2004 15:39 GMT | 3 |
I have a dropdown button on my toolbar (Main-Menu) and I have a sub-menu (under Main-Menu). But I have no idea how to code (or capture) the click_event of sub-main. I would appreciate any help. Thanks in advance.
|
| How to change tables in Access Report | 01 Sep 2004 14:59 GMT | 1 |
I am able to call a Access report from VB fine. What I am looking to do is have the user choose a different table for the Report. Is there a way to do this or a better way to make reports more flexible to use different tables???
|
| Framesets In Normal VB Form | 01 Sep 2004 13:51 GMT | 4 |
I need help creating a form that looks similar to the VB6 programming environment. It must consist of various panes which I must be able to resize, hide, show etc. My whole application is based around what a user enters and in which of these frames.
|
| Help: Scripting and AxtiveX EXE | 01 Sep 2004 13:27 GMT | 10 |
My app is an ActiveX EXE to control a telescope. I'm using set m_telescope = New Telescope to instantiate telescope.cls. Telescope.cls contains numerous properties to report information about the telescope's position, etc. When my app is running I need to be able to also run ...
|
| DLL or OCX? | 01 Sep 2004 12:57 GMT | 25 |
If my goal is to make my app as fast as possible should I use an OCX or a DLL ? I'll make it as an OCX or a DLL and I don't know wich is faster. Is there one that, at run time, is independant from the application main
|
| Round function problem | 01 Sep 2004 12:33 GMT | 2 |
dim a as double dim b as double a=2.255 b=round(a,2)' gives 2.26
|
| How to build Add-In in VB IDE? | 01 Sep 2004 11:13 GMT | 1 |
Hi.. I would like build Add-In which works in VB IDE.. Can someone give me a pice of advice?.. TIA..
|
| CLOB datatype problems | 01 Sep 2004 11:02 GMT | 7 |
I have this ORACLE database that I connect from VB 6 to by ODBC (ADODB) In one table I have this field, NOTES that is of CLOB datatype.
|
| createObject???? | 01 Sep 2004 10:47 GMT | 16 |
set fso = createObject("Scripting.FileSystemObject") set fso = createObject("Scripting.FileSystemObject") set fso = createObject("Scripting.FileSystemObject") Does this create 3 objects?
|