| Thread | Last Post | Replies |
|
| ActiveX parent path | 05 Apr 2004 22:10 GMT | 2 |
Is there a way to get App.Path of the parent of my ActiveX control?
|
| DAO | 05 Apr 2004 20:42 GMT | 2 |
I have the following reference in my vbp file and I am not using any database that I know of. Can I delete this reference? If so, what is the best way, just edit the vbp file, or remove it within
|
| Tabstrip - tab focus problem | 05 Apr 2004 16:49 GMT | 2 |
I've a tabstrip windows control on a form with 3 tabs. If I select tab 2, close the form and then reopen the form, the correct frame of data is being displayed (ie data that should be on tab 1), but the second tab is highlighted as if that has been selected.
|
| graph / plot control... | 05 Apr 2004 15:44 GMT | 2 |
I'm looking for a free graph / plot control that can be used in VB6. Does anyone know where I can get one? TIA, -U
|
| use Inet control problem | 05 Apr 2004 04:50 GMT | 3 |
if the int the path have space,upload will fail.
|
| Foreground | 04 Apr 2004 18:13 GMT | 2 |
Is there a way to determine if an outside application is maximized and in the foreground and if not put it there before the VB program issues a mouse click?
|
| DataReports update failure | 04 Apr 2004 15:43 GMT | 1 |
I have a program with 4 datareports, two bound by one dataenvironemnt, and two by another. The first two udate successfully when I click the update button on the form but the last two require the user to close the program and restart before it updates the datareport. Is there a ...
|
| Enum | 04 Apr 2004 15:18 GMT | 1 |
Sorry for the re-post, ISP troubles grr... anyways... Gday All, I am developing a DLL (using VB6) for use in an IIS5 ASP Application.
|
| Mouse Over | 04 Apr 2004 05:56 GMT | 4 |
How do I get, or can I get pictures to appear in applications when I hover the mouse over a label? What I am trying to do is make a list of labels on the left side of the application and when you hover the mouse over them on the right side a thumbnail view of what you have the ...
|
| Close button | 03 Apr 2004 03:34 GMT | 3 |
If I take a form and set the controlbox to false the close button disappears which is what I want. However, if I add a custom icon the entire controlbox disappears not hjust he close button. Is there a way arounf this?
|
| flexgrid tab | 02 Apr 2004 23:18 GMT | 1 |
I have a flexgrid that I want to have the tab key move through the fields. I used the following article, http://support.microsoft.com/default.aspx?scid=kb;en-us;241355, to create this and it works, except for one thing There is a lost_focus event in the code (text2_LostFocus) ...
|
| Textbox validation | 02 Apr 2004 22:56 GMT | 4 |
I'm trying to build a form with textboxes that prevent a user from tabbing to the next field unless a condition is met. One of the fields requires that a user enter a month format like such "03" (March) the date preceded by a zero. The date must be entered in that format or else the ...
|
| moving mouse on screen | 02 Apr 2004 19:47 GMT | 2 |
How can I make the mouse cursor auto moving/clicking on screen? Is there a basic mouse function to do that? I am kind of new to VB, so any suggestion would be appreciated.
|
| Using multiple different versions of an activex control on the same machine | 02 Apr 2004 17:49 GMT | 9 |
Hi Al I have an application using activex controls and classes (ocx and dll). I register these, use CreateObject to create and then execute the methods without any problems. What I would like to do however is have another copy of the application with some changes to the components ...
|
| Unexpected Error 50286 | 02 Apr 2004 09:28 GMT | 1 |
[using vb6 sp5] I have been working on a project including numerous usercontrols. Everything was working okay. I could draw them onto containers etc fine. I think I introduced a declaration to a new public event into one of the controls
|