| Thread | Last Post | Replies |
|
| Reading text file characters | 07 Mar 2005 12:47 GMT | 16 |
I'm trying to identify characters that are appearing in text files that are creating a problem when the file is retrieved in a word processing or text editor program. The characters appear as ^A or ^E or ^@ or a small square among other characters or symbols. They look
|
| Simple Sound Files | 07 Mar 2005 09:39 GMT | 3 |
I made a simple game program for my kids that uses some .wav for different events. My question. What is the best way to deploy these files with the application. The wav files are about 6K each and there is 5 different ones.
|
| Application.Ontime Now + Timevalue etc. - doesn't work | 07 Mar 2005 09:19 GMT | 3 |
I am trying to transfer a value to a spreadsheet every 5 minutes . My code is Application.OnTime Now + TimeValue ("00:05:00"), " do_something_sub "
|
| sending messages | 07 Mar 2005 07:47 GMT | 5 |
I want to be able to send and recieve messages between two applications. Sending seems to be easier than receiving. Is there an example of this on the internet?
 Signature K.Brown
|
| Problem when create a text file for output | 07 Mar 2005 04:55 GMT | 2 |
I got the following error message when I tried to open a file for output Run-time error '76'; Path not found Here's the abstract of my code and I'll explain what's happened at the
|
| VB 6.0 Question - Background Color | 07 Mar 2005 02:50 GMT | 9 |
I have a rather large application which has a number of different databases with different processing methods (e.g. in the retail mode versus being in the wholesale mode). Most of the features are shared by the different modes. In fact, most of executables are shared. The app ...
|
| VB6 Apps on Longhorn | 07 Mar 2005 02:13 GMT | 1 |
has anyboday tried running VB6 Apps on Longhorn, do vb6 apps work on Longhorn ? thanks, AB
|
| Marshalling an array of UDTs | 07 Mar 2005 01:45 GMT | 3 |
In one DLL, I'm calling a function in another DLL that returns an array of UDTs. When the first DLL is running in the IDE, all is well. When I run it compiled, it seems the returned array is somehow corrupted so when I access elements of the UDTs, some of the Long
|
| Password Entry??? | 06 Mar 2005 22:19 GMT | 5 |
I am trying to understand and use VB6 and thought using a "Password Entry" code snippet from any one of several code sources like planetsource.com; vbcode.com; and others would be a good start to understanding "how" VB handles hard data in a table and the interface.
|
| registry key existance | 06 Mar 2005 17:40 GMT | 1 |
trying to place code in sub-main to check and see if a REGISTRY KEY exists before program loads. Depending on that existance is what determines program behavior..
|
| Strange Error at the time of Automation of PowerPoint | 06 Mar 2005 13:33 GMT | 1 |
I am using VB6 and using following code ---------------------------------------------- Set oPPT = CreateObject("PowerPoint.Application") Set oPPTDoc = oPPT.Presentations.Open(sPath, , , False)
|
| AutoSize for non-Label controls | 06 Mar 2005 13:25 GMT | 10 |
Labels have property AutoSize, which if set makes Label to auto-size itself depending on the contents of its Caption. Is something similar possible for non-Label controls, i.e. OptionButton? I guess there might be a way to call sub-fuction of Label control, which
|
| HeapSort integer only? | 06 Mar 2005 12:48 GMT | 7 |
I've been studying the sample at www.vbexplorer.com on different sort methods. also many other google pages on different sort algorithms.
|
| SystemEvents | 06 Mar 2005 07:22 GMT | 3 |
using VB6 (not .NET) i want to get notified when user is suspending or restarting or shuting down the system! thanks
|
| Printing code to printer | 05 Mar 2005 23:55 GMT | 8 |
Does anybody use something that retains colors (blue definitions, green remarks, etc) when printing a module? I would think that given the number of years I've been reading black text off the printer, somebody has come up with something better.
|