| Thread | Last Post | Replies |
|
| LockWindowUpdate + DoEvents | 05 Aug 2004 12:41 GMT | 2 |
Is it possible to combine LockWindowUpdate with DoEvents? I have a big loop which searches the whole drive and adds files to a ListView. During the add process, I don't want the ListView to be refreshed, as it would take too much time. Therefore, I am using
|
| Diff. b/w Dim x as obj and Dim x as new obj... | 03 Aug 2004 15:11 GMT | 1 |
I have a form and there is a global variable objDictBooks - a Dictionary object. There are 2 ways to create the object. 1. Dim objDictBooks as New Scripting.Dictionary 2. Dim objDictBooks as Scripting.Dictionary.
|
| FindNextFile - Finding files based on multiple patterns | 02 Aug 2004 21:35 GMT | 1 |
I am looking for a way how to add all MPEG Audio, Ogg Vorbis and Wave files to a ListView and found FindNextFile to be exactly what I need. However, I can only supply patterns like "*.wav", "*.mp1"... Is there a way to search for "*.wav; *.mp1; *.mp2; *.mp3; *.ogg" in only one ...
|
| How do I start a VB program? | 02 Aug 2004 16:31 GMT | 2 |
How do I start a VB program without displaying a form?
|
| Incorrect help file shown for buttons on a usercontrol | 02 Aug 2004 14:01 GMT | 1 |
I am using a UserControl that has several SSTab pages on it and 3 command buttons in an ActiveX Dll package. The helpfile and the control HelpContextIDs are setup at runtime. When the client displays this control the focus is on one of the command buttons. Pressing the F1 key causes ...
|
| Alt-tab icon | 02 Aug 2004 06:46 GMT | 1 |
I have a form in a DLL and if using alt-tab an ugly windows icon is showed. I would like to display a customized icon in the alt-tab screen but can't get it working. Anyone suggestions: Regards,
|