| Thread | Last Post | Replies |
|
| Argument not optional in VB6 function | 28 Feb 2010 17:00 GMT | 13 |
I'm trying to use a simple function, and pass two integer values to it. Function Readb(intDev as Integer, intBank As Integer) Do something End Function
|
| system 7 live mail | 27 Feb 2010 16:55 GMT | 1 |
placewhen typing a message in live mail my cursor is unstable and jumps all oveddoing nowr the as it is now anybody got any suggestions? . I don,t suppose its any use asking MS even if I could contact them
|
| Last MSDN applicable to VB6 | 27 Feb 2010 16:55 GMT | 6 |
Hi any one know what is the last MSDN release applicable to VB6
|
| Printing extra page | 27 Feb 2010 14:26 GMT | 23 |
I'm revisiting an older project with a printing routine that works well except for one thing: It always spits out an extra blank page at the end. In the past I found online info. that
|
| Best approach for Data Access | 27 Feb 2010 09:10 GMT | 2 |
I would like to get an understanding on the methods of getting data to the web. Basically, I am generatiing data on the fly on the pc as a stand alone app. then i need to automatically get it on to the web in such a way that I can retrieve it while at some remote location.
|
| set list sorted at runtime | 27 Feb 2010 01:12 GMT | 5 |
I know we all have short memories here, so I'll act like I'm from washington and ignore my recent trolling scandal as though it never happened. I have a list box which in one case I want set to sorted = false and in
|
| Add Property to MS VB Objects | 26 Feb 2010 22:07 GMT | 7 |
In this case a picturebox? Currently I use a structure which tracks each picturebox and holds the variables I need. However, if it is possible to add a property to the MS Picturebox object,
|
| Creating ADD ONS | 26 Feb 2010 18:14 GMT | 44 |
Suppose you have a VB6 application that is already completed, but you want to now add new functionality by way of ADD ONS that are purchased separately. What is the direction one would take to do this?
|
| need socket ocx recommendation | 26 Feb 2010 15:10 GMT | 12 |
Currently I use api socket ocx downloaded from www.planet-source-code.com. I plan to replace it with other ocx that works better soon. Could you give me information about the best socket ocx ?
|
| You guys still here? | 25 Feb 2010 20:16 GMT | 102 |
hey...it's 2010. VB6 is getting pretty long in the tooth. lol just kidding...We have a big cash cow piece still out in the field (pasture?) and would be collecting unemployment if msvbvm60.dll suddenly
|
| rotate problem | 25 Feb 2010 17:05 GMT | 4 |
Have I got a virus on both my machines, or has everybody's Vista rotating circle hourglass cursor stopped rotating? Or should I just be glad that Micro$oft's inability to produce a secure operating system has caused Vista to start to lose its childish cartoon behaviour ;-)
|
| Fixing/ Rounding | 24 Feb 2010 15:59 GMT | 6 |
I want to calculate how many rows I need in a grid for a given number of cells when the number of columns is limited to let's say 6. Somehow I don't find any better way than using Mod because lCellCount=1917
|
| If you had to move from VB6... | 24 Feb 2010 14:32 GMT | 86 |
In another thread, someone said that compared to VB Fred, VB6 was pathetic. This low attempt to turn me from my private choice of language slid off my back like water on a duck.
|
| lParam help needed for PostMessage | 23 Feb 2010 19:08 GMT | 4 |
How do I set a repeat count for 5 when sending tab keys to a window? The following sends one tab sequence. ret = PostMessage(lHwnd, WM_KEYDOWN, vbKeyTab, 0&) Thanks
|
| Miniature/ preview scale quality issue | 23 Feb 2010 05:02 GMT | 2 |
Under Vista and higher Windows stores a miniature view of a form right before it is being minimized to the tray. When the user hovers over the tray icon, Windows shows the miniature view. I need to do this in my own app (as a preview function of how some files
|