| Thread | Last Post | Replies |
|
| DB Access 2000 | 31 Jan 2004 20:57 GMT | 1 |
C'è un modo per utilizzare i DB in versione Access 2000 o superiore con VB 6.0? Grazie in anticipo Luca
|
| Problem Q119673 | 31 Jan 2004 20:39 GMT | 2 |
I followed the instructions given in article Q119673 to rotate text. But the code is not working for me. It is giving me error messages like File not found:GDI or Overflow
|
| Copy and rename project | 31 Jan 2004 19:50 GMT | 3 |
Is there any function where a project and all it files can be copied and given a nedw name? I use Visual studio.net and c++ terjem
|
| Popup menus | 31 Jan 2004 15:25 GMT | 2 |
The top left corner of a popup menu is always the same as the mouse cursor position. Is there a way to specify the position of the menu when it pops up?
|
| Form events | 31 Jan 2004 15:03 GMT | 1 |
Is there an event that fires if I just move the form around the screen? And are there any events for when my app goes out of focus, i.e. another app gets focus? There is a lostfocus and gotfocus event, but this is for when your app goes from form to form. I need to know when my app ...
|
| how to determine mouse position | 31 Jan 2004 15:01 GMT | 6 |
I have seen a lot of code on this but nothing that I really understood. I have a form with a picturebox. In this picturebox I have an image that displays a map. What I want to do is have a textbox on the bottom of the screen that
|
| print a usercontrol...any takers? | 31 Jan 2004 09:43 GMT | 13 |
Second posting in the vain hope that a printing guru steps into the fray... there must be a sensible way to print a usercontrol...isn't there? or is how about a loop to print out each part of the control in its correct place? how to deal with possible types of controls in the ...
|
| Porting from VB6 to VB.NET | 31 Jan 2004 04:21 GMT | 4 |
Hi. I have a really important question for what I am trying to accomplish this week as a volunteer: Do programs that compile and run properly under VB6 compile and run properly under VB.NET? If not, what kind of changes do you have to
|
| VB Classes: Bit more info... | 31 Jan 2004 03:19 GMT | 5 |
I have 3 questions regarding classes. 1:- If I have a class, Class1, how do I get Class2 to inherit class1? 2:- Assuming that the above is possible, if Class1 contains a function, Funct1, what scope keyword do I need so that Funct1 is only visible
|
| question about scrollbar and a listbox | 31 Jan 2004 02:27 GMT | 3 |
Basicly I have a listbox with its style set to 1 - Checkbox, and columns set to 0. When you add more items than can fit inside the listbox, you get a vertical scrollbar on it. But if one of the items' text is longer than the listbox, there is no horizontal scrollbar on
|
| time calculations | 30 Jan 2004 23:36 GMT | 3 |
How do I add 1:45 to 1:45 to get 3:00 Regards Dillon Mantle
|
| crikey can you help (vb in access) | 30 Jan 2004 23:03 GMT | 2 |
i've been trying to do this for ages and i can't do it. how do you limit the data in a combo box control depending on the fields that have already been entered in other controls? [Forms]![Frm - form Cable supply cost
|
| Column Headers in Listview keep doubling | 30 Jan 2004 22:58 GMT | 2 |
I am writing an application in VB6 using ListView and the column headers of the four columns keep doubling every time I click on the button to show contents of the listview. Is there any way to get rid of the this problem? Any help would be greatly appreciated.
|
| Use it or Lose it | 30 Jan 2004 21:17 GMT | 7 |
I've just started playing with User Controls (ActiveX Controls actually, is that the same thing?). I don't usually mess about with new stuff until I write code that actually requires it, but most people here seem to think that User Controls are the best thing since sliced bread, and ...
|
| Simulating keystrokes | 30 Jan 2004 16:04 GMT | 4 |
I'm trying to make a prog that will type a character every x amount of seconds while running in the background. It needs to be like someone is at the keyboard punching it repeatedly. Is there a way to just put the character
|