| Thread | Last Post | Replies |
|
| Disabling Subsequent Tabs... | 13 Oct 2005 23:02 GMT | 4 |
I would have thought this was built-in, and it may be, but the process is anything but obvious to me. I have a form with the 'Microsoft Tabbed Dialog'
|
| Error 429 Debugging Tools | 13 Oct 2005 20:11 GMT | 4 |
Does anyone know of some tools which might help me fix a Run-time 429 error I am receiving when I try to run a dll for the IDE environment. I've recompiled everything, and I don't know which reference is throwing the error.
|
| Control positioning on form resize | 13 Oct 2005 17:32 GMT | 5 |
I'm writing the code so that when one resizes or maximises the main application form at runtime, the various controls reposition and/or resize accordingly. This is working fine except for one thing: On the form I have a frame and inside the frame a vertical scrollbar located
|
| c0000005 - Access Violation | 13 Oct 2005 15:15 GMT | 2 |
I have an application in VB6 SP6, this app works very fine, but ocasinally throws an error c0000005 Exception. I install the app in others machines but the error continues. This app connects with a database Oracle, before we use Access and the
|
| Open append text files for update simultaneously | 13 Oct 2005 15:11 GMT | 20 |
I read a msg after trying to find the reason for append shared and how it really works. If you can help me, I need to build a program that will fill a text file, which means,
|
| Datagrid format & error questions | 13 Oct 2005 14:47 GMT | 1 |
VB6 and MySql. (1) On one of the grids, if I click *in between* two rows, I get Runtime error 6160 Data Access Error. What's that about? (2) How can I format a number in the grid? Tried everything!
|
| Random Function | 13 Oct 2005 14:18 GMT | 2 |
In VB their is a function were you can generate a random number. The only way I know how to do this looks like: Ramdomize Int((Rnd * 9) + 1)
|
| Datagrid error and format question | 12 Oct 2005 22:29 GMT | 1 |
Hopefully someone can shed some light on these two: (VB6, Mysql). (1) Double click *between* two rows of a datagrid and get "Runtime Error 6160 Data Access Error." This only happens on one of our grids. (2) How do I format a number in a grid?
|
| Macro writing in Microsoft Powerpoint | 12 Oct 2005 22:24 GMT | 1 |
I am in my presentation, running it, and there is a link to an external file. The link in my powerpoint works, but there is a dialog box that comes up, warning me about viruses. Is there any macro code to bypass this? I posted this here because macro code is generally the same as VB
|
| Customer requests spell-check of data fields | 12 Oct 2005 20:59 GMT | 3 |
Dear Guys & Gals: Is there a third-party DLL available that will allow me to pass words to it for spell-checking? Thanks in advance.
|
| Unable to change font size of Datagridview column in vb2005 | 12 Oct 2005 18:45 GMT | 3 |
I am making a windows forms application. I tried to change the default font size of all column headers in the datagridview in the form designer properties window. I made the change without error and than saved the form. I closed an reopened the form and the
|
| Adding ImageCombo to ListView in VB6 | 12 Oct 2005 11:48 GMT | 4 |
I have a ListView with two columns. I have ten ListItems in my ListView. I would like to have a drop down combo in each ListItem in the second column of the ListView.
|
| Desperately seeking error | 12 Oct 2005 09:12 GMT | 6 |
I have a VB6 program which has been installing without trouble for a couple of years now. Last week, I made a couple of minor changes: very minor - repositioned a couple of buttons. Runs quite happily on my computer (Win XP Home).
|
| Newbie - combine a recorded and written VB macro | 11 Oct 2005 19:27 GMT | 2 |
I've bitten off more than I can chew with a small macro in Excel for a school project and find that I need to combine a small written VB macro which incrementally increases a number in cell B1 when a button is pressed: '
|
| Syntax highlighting | 11 Oct 2005 15:38 GMT | 69 |
Rick, Jerry, Mike or whomever, Could I interest some of you in helping me make this "syntax highlighter" faster? Right now it seems to do only about 120 lines/second, which means it takes 16 seconds to do a moderately sized
|