| Thread | Last Post | Replies |
|
| Access 2003 number of records performance | 03 Mar 2006 21:15 GMT | 1 |
I'm wondering if there's a limit/recommendation in the number of records that can be inserted in an Access 2003 table before the performance is affected considerably. I know that in Access 2000 the limit was around
|
| Bookmark keyboard shortcuts | 03 Mar 2006 20:53 GMT | 3 |
I'm using VB6 and trying to insert bookmarks in the code and jump from bookmark to bookmark using the keyboard. For the life of me I can't find what they key commands are. Are there any and if so where ?
|
| Keyboard Hook | 03 Mar 2006 20:09 GMT | 2 |
How can I set a keyboard hook using VB6 and the windows API? I'd like to be able to have the keyboard fire an event in my program even when it doesn't have focus. Can this be done? Thank you
|
| VB on 64bit OS | 03 Mar 2006 19:31 GMT | 5 |
I was wondering if anyone out there has experience using VB on WinXP 64bit? I have need to upgrade my development system to 64 bit OS and 8GB RAM. However, I am wondering if VB will have any issues. I am aware that I won't gain any functionality, but will I LOSE anything?
|
| VB application calling services on W2k3 | 03 Mar 2006 19:19 GMT | 6 |
I have been given maintenence work on a VB application that restarts Services and SQL Jobs. the problem that I am facing is that while the application runs fine while invoking services on Windows 2000, it fails while invoking the same service installed on Windows 2003.
|
| Imagewriter II printing problem - how to stop form feeds? | 03 Mar 2006 18:20 GMT | 5 |
I am trying to use an Apple Imagewriter II dot matrix printer with VB6 and Win 2000. I am printing out data output from lab. test equipment. I need to see the data after it prints - not after it fills the page in the print spooler. As I understand it, you need a Printer.EndDoc ...
|
| What is wrong here? | 03 Mar 2006 17:56 GMT | 1 |
Hello, friends, I am creating a user control. In property Get(), I have, Public Property Get VDataArray() As Variant VDataArray = CVar(mVDataArray)
|
| Set default value for list/combo vb6 | 03 Mar 2006 16:21 GMT | 1 |
Can I set a default value for a listbox and for a combo box in Visual Basic 6.0? The list will be sorted and do not always want the first option to be the default. If so, how can I do it?
|
| SSTab control problem | 03 Mar 2006 15:41 GMT | 3 |
I've come across a strange behaviour with SSTAB control (Microsoft tabbed control 6 SP5) First I would like to mention that I've been using this control many years without any problem and I like it.
|
| Edit Data in a ListView Control in Visual Basic .NET VS-2005 | 03 Mar 2006 13:32 GMT | 1 |
There is a very nice article on the Microsoft WEB site titled: "HOW TO: Use a ComboBox Control to Edit Data in a ListView Control in Visual Basic .NET" Looks like it was last updated July 30, 2003. I would like to apply the concepts listed in this article to an application using ...
|
| write ID3 to mp3 file | 03 Mar 2006 09:31 GMT | 7 |
How would I write the ID3 tags to a mp3 file that is opened? I'm using a list box a command button and 6 text boxes in an array with this code. Everything works but the save. Option Explicit
|
| Show a form modally | 03 Mar 2006 09:24 GMT | 4 |
How can I show a form modally when I only have the handle of the form that acts as the modal form's Owner(?). frmShowHelp vbModal, [OwnerForm].hwnd (Form2.Show vbModal, Form1.hWnd)
|
| Mute msgbox bong | 03 Mar 2006 09:24 GMT | 1 |
Is there a way to programmatically mute the system sound when the msgbox function is used, or must one create custom message box windows from scratch if you want "quiet ones"? Thanks
|
| Quick utility? Automatically close folder on icon open. | 03 Mar 2006 07:13 GMT | 13 |
I was just looking for a utility for my Windows XP machine when it dawned on me that this may be too simple for someone to have written and made available. Basically, what I'm looking for, is a way to have a folder close
|
| Wish I was using dotnet take 2 | 03 Mar 2006 04:03 GMT | 21 |
I can't reply to the other thread any more, I keep getting errors and I'm sure other's are getting the same errors. So if anyone's keen post here. Karl, You said vb6 file io was flexible but you ignore the flexibility of dot net.
|