| Thread | Last Post | Replies |
|
| VB .Net and Intel Visual Fortran 9 | 28 Aug 2006 18:46 GMT | 1 |
Hey guys! I've been trying to get these to programs to play nicely for the last few days or so but am having a heck of a time getting Visual Basic 2005 (or VB 2003 for that matter) to load a DLL created with IVF 9. The problem I'm
|
| CRC32 using VB.net | 28 Aug 2006 18:33 GMT | 4 |
I am looking for a VB.NET routine (code reuse) to calculate a CRC32. Many thanks for your help.
|
| Adding A Option To IE6 Popup Menu | 28 Aug 2006 17:56 GMT | 2 |
I'd like to add my own option to the IE6 rightclick popup menu. Does anyone here know how I'ld go about it? I found lots on Google about adding a toolbar, but that's not what I'm looking for. Regards,
|
| selLength and no highlight | 28 Aug 2006 17:09 GMT | 3 |
I'm passing a control to a subroutine in a *module* that does spellchecking. Within the subroutine I have this line of code: Public Sub SpellCheck(ByRef txtCtrl As TextBox) ....
|
| Improve memory for success | 28 Aug 2006 15:50 GMT | 1 |
* HAPPY GANESH CHATHURTHI * For any professional or business men memory & Focus are required. I found useful tips to improve Memory & concentration.
|
| Full page print | 27 Aug 2006 15:31 GMT | 1 |
How do I get a form (frmprintinvo.PrintForm) to print the full page? The bottom fourth of the page remains blank. Thank you, ehuber@tds.net
|
| CheckBox.Value executes Click function? - What the! | 27 Aug 2006 04:10 GMT | 46 |
I've just struck a (what I think is anyway) strange effect in VB6 which I have never noticed before. I've got a CheckBox (it works on other controls too) and when I assign a value to it using CheckBox.Value=1 for instance, it calls the
|
| Please Help Me Understand Cdec | 27 Aug 2006 00:54 GMT | 2 |
I'm fairly new to VB, so please forgive me if my question is simple-minded. I find myself needing a higher precision than I can get with a Double variable, and so I thought I could use Cdec, but I obviously don't
|
| RLE compression of a bitmap from a VB program | 26 Aug 2006 15:24 GMT | 5 |
There seem to be a large number of image format transformation and compression programs, but I can't find one that would be most suitable for my use. I would like to be able to run a stand-alone program from VB by the Shell command. The program would ideally take in a 24 bit
|
| Interfacing with C++ and C | 26 Aug 2006 07:32 GMT | 1 |
I am trying to write a DLL for Visual Basic 6.0 using a program I have secessfully implemented in Visual C++ 6.0, but I am using a class in C to help out. I compiled a DLL using this tutotial :
|
| Automation of programs | 25 Aug 2006 17:00 GMT | 1 |
I was wondering if anybody knew how to through visual basic to control any program on windows xp. I want to know all the messages and changes that happen to the program. I also need to control the program with mouse and keyboard inputs.
|
| About Picture Box | 25 Aug 2006 09:27 GMT | 2 |
Hallo NG! What is necessary so that an outer Pb2 becomes the container of an inner Pp1 other than placing Pb1 into Pb2? Vy 73! Helge
|
| range and combination | 25 Aug 2006 09:00 GMT | 3 |
I have more than 3 different choices, ( ab, cd, ef, ghij, kl). They are also aphanumeric, (.01 ab, 6 cd, .50 ef, 8 ghij),etc. The numbers may range from .01 to 8.0. The letters will always remain the same. I would like to change the color of all the ab entries to a specific
|
| VB6 app across network | 25 Aug 2006 05:37 GMT | 1 |
I have a VB6 application that is typically installed and run on a single PC. Several users have requested to install the application on one PC on a network, and then run it from other PCs on the network. 1) Is this possible ?
|
| Retreave data from an Array with a specific value | 24 Aug 2006 13:34 GMT | 1 |
I have a large array (3,100,100). Now I want a collection of all arrays where the first colomn has a specific value, is this possible, and if so how do I do that? Thanks
|