| Thread | Last Post | Replies |
|
| Moving a picturebox | 21 Aug 2006 15:57 GMT | 6 |
Hallo NG! WindowsXP/HE SP2, VB5E/SP3, PDF995/7.9s I am moving a PictureBox via MouseDown across a form. When it comes to the edges I want it to stop/stick there. How can i achieve that.
|
| Trying to trap comdlg32.ocx version error | 21 Aug 2006 14:20 GMT | 6 |
Any thoughts welcome on this one... I've written an app in VB6 on my home PC which works fine, but when I try to run it on PC's at work I get a Windows runtime error saying that the comdlg32.ocx version is too old. My home PC has comdlg32.ocx version
|
| FindFirstFile api to read cache temporary internet files (tif) | 21 Aug 2006 03:02 GMT | 1 |
Following code checks the "last accessed" property of a file by reading the WIN32_FIND_DATA struct returned from a successful FindFirstFile api call. Everything is fine if I check a file in c:\ but I need to check a file in the cache of Temporary Internet Files. The code to locate
|
| Add scheduled task to run every x mins | 20 Aug 2006 20:48 GMT | 2 |
I'm trying to use the Windows schedule service to run a task every x mins. I'm using the code below that Google found for me which uses NetScheduleJobAdd. It all works fine for tasks that run on certain days etc, but I can't find a way of getting a task to run every x minutes as ...
|
| Dynamic Array Dimensioned? | 20 Aug 2006 17:09 GMT | 4 |
I'm wondering how this would properly be handled. Suppose I have a Global DynamicArray() declared in a public module. Now, in a routine somewhere, I check for the next available element of this array so that I can add more information. I use the UBound method to do
|
| KB278492 | 20 Aug 2006 09:23 GMT | 7 |
http://support.microsoft.com/kb/278492/en-us So this request is six years old now and NO updates? This bug has been a thorn in my side for a long time and your answer is to just close the VB IDE and re-open it?
|
| subscript out of range - array already defined | 19 Aug 2006 19:44 GMT | 2 |
I have been having troubles trying to use simple arrays... First of all I want to create an array with no restrictions (Dim x() as string) then I want to check to see if the UBound of the array is 0 in an if statement. If it is add a value to that, but if it isn't then add a
|
| How can I get file attributes of MP3 files (AlbumTitle, Artist, etc)? | 19 Aug 2006 14:24 GMT | 1 |
How can I get file attributes of MP3 files (AlbumTitle, Artist, etc)? I am using the following code and only get the main file attributes such as: name, size, Type, date created, date last accessed, and date last modified. The music attributes
|
| Mike's code for a Printer.Object replacement | 19 Aug 2006 09:59 GMT | 7 |
Hallo NG! I still have questions related to switching between portrait and landscape orientation. Mike noted one can preset 'DevMode = vbPROR...' in his PrintReport-function, OK. I need the switching between both
|
| Prevent Copying Of A Program | 19 Aug 2006 06:32 GMT | 2 |
How do you guys implement copy protection? I know that I won't be able to stamp it out completely but just want to make it harder for my program to be transferred computer to computer. Michael
|
| Filling an array | 19 Aug 2006 05:55 GMT | 4 |
I would like to create a two-dimensional array (2000,10) in VB but don't really know how to fill it with data (I'm all new to programming and have just started learning it). I have a txt-file with a list of numbers in this format:
|
| Saving/Loading Settings | 19 Aug 2006 00:39 GMT | 2 |
Does anyone here have any source code for saving/loading multiple settings (about 20) from a text file? Thanks, Michael
|
| Increment Tempo | 18 Aug 2006 23:26 GMT | 5 |
What I am trying to do is play an audio file and as a timer counts down that timer will increase the tempo of the audio playing. Is there any way I can go about this?
|
| auto sequence jpeg filenames | 18 Aug 2006 20:59 GMT | 1 |
Anyone know of a way that I can auto sequence a few hundred jpeg filenames to something different than what was originally set as using VB or nother program? Thanks in advance.
|
| .width and .height etc. | 18 Aug 2006 19:06 GMT | 10 |
Okay, this is really, really weird. I've created a new project and pasted the module code that Rick provided below. Called it modTextBox.
|