| Thread | Last Post | Replies |
|
| Question about project type | 12 Nov 2007 13:46 GMT | 5 |
Hiya, My application makes use of plugins. In order to allow other developers (hint, hint <g>) to develop plugins to be used in the program, I've created a "framework" DLL to simplify many of the
|
| MSFlexGrid display | 11 Nov 2007 22:28 GMT | 14 |
I have a FlexGrid which displays 6 rows. When I enter the 7th row of data, and more, the vertical scroll bar appears. The display does not scroll up to display any of the 7 plus rows unless I use the scroll bar. Is there a code method that will cause the list of rows to move ...
|
| VB6 Byte Order when passing an array (ByRef) to a dll | 11 Nov 2007 02:03 GMT | 1 |
Im using a 3rd party dll that Im trying to call from VB6. Im not getting the right results, so Im thinking the problem is possibly some byteswapping or wordswapping goin on. The dll requires an array of Longs
|
| User Defined Data Type --- Please HELP!!!! | 11 Nov 2007 01:31 GMT | 16 |
Private Type Header Typ As Long Length As Long End Type
|
| ANN: Does you logo stink? We can help! | 11 Nov 2007 00:33 GMT | 3 |
Your logo tells your potential customer volumes about your company, products and services. What is your logo saying today .... "Is it a professional company?" " Can I trust these services?" "Are they still going to be in business
|
| how to rewrite this function from C to VB 6.0 | 09 Nov 2007 18:18 GMT | 1 |
how to rewrite this function from C to VB 6.0 to work correctly int gg_login_hash(unsigned char *password, unsigned int seed) { unsigned int x, y, z;
|
| Strange bug: VB.exe opens and reads almost all my directories | 08 Nov 2007 18:09 GMT | 3 |
I'm using VB6 sp6 and something very odd is going on. Whenever I try to compile or run my app, it takes forever (3 to 5 minutes). At first I though it was some bottleneck in my own code, but apparently it's VB itself that is doing something odd and stupid.
|
| QBasic saved in binary format...need help | 08 Nov 2007 15:50 GMT | 2 |
I was given a QBasic (QB) file today and was asked to create a VB app from it. I tried to open the QB file and received the message that the file is in a binary format and can't be opened in VB. Since we don't have QB around is there an application that could save this in an
|
| Multiple icons in exe | 08 Nov 2007 14:06 GMT | 1 |
I have an app that is to have multiple icons in the exe which the user can select for the app's explorer shortcut icon... 4 different icons, each containing 16x16, 32x32 and 48x48 icons, made with Axialis. I'm having a problem using the resource file method for the icons.
|
| OO4O "Set OraSession = Nothing" Taking 45 Seconds | 07 Nov 2007 10:02 GMT | 3 |
I have a Oracle 10g back-end, and an Access 2000 front-end. One particular page uses OO4O to connect directly to the database. It opens and loads very quickly. It takes about 5 seconds for the session to be established.
|
| How many for... next loops supports Vb6 | 07 Nov 2007 09:30 GMT | 3 |
Can sumone tell me how many for... next loops can support V6 example for a1=1 to aaa for a2= 1 to bbb
|
| Copying files | 07 Nov 2007 00:51 GMT | 5 |
Hi, how can I copy a file in VBA when the file is open? FILECOPY gives an error. Colm,
|
| Vista | 06 Nov 2007 09:46 GMT | 6 |
Anyone know of problems installing VB6 development system and running it under Vista? Thanks
|
| How do I tell if Aero is running? | 06 Nov 2007 04:49 GMT | 4 |
I can find out if the user is running Vista (Windows version = 6), but anyone know how I can find out if he is using the Aero UI? The reason I want to know is that I have various tricks for ensuring a visually smooth transfer between forms, and the Aero UI messes these
|
| strings in vb6 | 05 Nov 2007 21:10 GMT | 4 |
I have read a few articles online such as this one regarding the performance of string handling built into VB: http://www.aivosto.com/vbtips/stringopt2.html In C, you can simply reference the "i"th character by using the
|