| Thread | Last Post | Replies |
|
| ati video | 28 Nov 2005 06:19 GMT | 3 |
I have a ati tv card and it has an input for composit video. I would like to capture an image while using VB. Can anyone show me how or point me to a site that may have some information on doing this?
|
| Crystal Reports | 28 Nov 2005 02:16 GMT | 2 |
Can anyone point me to web pages that cover using Crystal Reports with VB6? Thanks
|
| SHFileOperation return value | 28 Nov 2005 01:31 GMT | 6 |
I have VB6 EE on WinXP SP2. I am using API SHFileOperation to move some folders to Recycle Bin. In case of some specific folders, SHFileOperation returns 32 instead of 0 and a message similar to following appears:
|
| Can't Bring Label to the Front | 27 Nov 2005 23:30 GMT | 3 |
I am probably missing something really obvious but don't know what it is. I copy a text label on a form using ctrl+c, I then paste it back onto the form and it gets sent to the back (or so it seems), but when I select "Bring to Front" - the label remains behind all the other objects ...
|
| Using a form as a variable | 27 Nov 2005 21:53 GMT | 1 |
I have one form (let's call it frmDemo) I'd like to call from many different forms. Using variables I populate on that form, when I get back to the form it started from, I need it to do whatever it needs to do on that particular
|
| How to get VB to use MSDN? | 27 Nov 2005 21:43 GMT | 1 |
I got a new computer. I've installed my (legal) copy of VB6 and copied over my source code files, etc. The installation on the old computer has the Oct 2001 version of MSDN on it. I don't have the original CD for that any more so I simply copied the entire MSDN folder over to
|
| bitmap array to picturebox without saving first | 27 Nov 2005 21:02 GMT | 3 |
I receive a bitmap with winsock.and save it in an array . How can I show this bitmap in a picturebox without saving the array first to disk? Thanks for advice,
|
| Can I show a label on a movie while in full-screen mode? | 27 Nov 2005 19:58 GMT | 1 |
When I play a full-screen movie with "MediaPlayer" (in my VB6 program) I can't show anything else on the screen. Is there any way that I can show a label or a textbox or etc. on my movie? Is there any other player in VB6 that can do this?
|
| VB and VBscript - Difference | 27 Nov 2005 16:38 GMT | 8 |
Please some one can advise me "what is the difference between VB and VBscript"? Pls advise Regards
|
| How can I abort a lengthy compile? | 27 Nov 2005 11:07 GMT | 11 |
We have a project that can take upwards of 10 minutes to compile (yes, a LOT of large modules). Is there a way to abort the compile once it has started? I've tried CTRL-Break and CTRL-C with no success. Thanks
|
| Listbox / Database Question | 27 Nov 2005 10:05 GMT | 10 |
I am a new VB.NET programmer. I am writing a dictionary program with a Dictionary file has over 60000 entries. When user starts typing a word in the searchbox, I want to show words that start with the text in the search box. For example if user enters GA lstbox
|
| Code to change button style? | 26 Nov 2005 21:50 GMT | 3 |
Good day. I want to be able to change my button from just having text to having an image at runtime and I'm wondering if anyone has come across code to do this. It would be much appreciated. Thanks
|
| Divide by 0 error | 26 Nov 2005 18:08 GMT | 6 |
Hey there, The shell REPLACEMENT app I have been working on is going well. There was a discussion here about Globals Hooks several months back if you may recall. I ended up using PowerBasic to create a 'real' DLL to
|
| ListView DragDrop? | 26 Nov 2005 11:30 GMT | 1 |
Why does the entire ListView 'box' get dragged (the 4 sides can be seen getting dragged) when an item existing in the ListView is dragged (though the 4 sides revert back to their original position when the drag operation completes)? How do I avoid this?
|
| help with forms | 26 Nov 2005 09:38 GMT | 4 |
I have an MDI application which goes really well however I have a problem I am trying to add users by opening a new form so that the details can be entered. I want it to be modal so that other screens cant be opened over it but i cant figure out how to do this
|