| Thread | Last Post | Replies |
|
| Blinking Text in a label Control using Timer Control in VB6 | 14 Dec 2004 13:55 GMT | 28 |
I'm using the Timer control to have it blink the caption value of the label control. It's not blinking and remains blank. What am I doing wrong here? Appreciate your help I have set the Interval in the properties window to 3000 and the Enabled
|
| Double Metaphone | 14 Dec 2004 04:55 GMT | 1 |
Anyone know of a source for a VB version of Double Metaphone? TIA, NFord
|
| How to use MAPI using VB Script? | 14 Dec 2004 04:34 GMT | 1 |
Kindly please give me a sample code to send email by using MAPI control with VB Script. I am planning to use it in my ASP pages on the server side. Thanks
|
| Case... Select Sintax | 14 Dec 2004 04:21 GMT | 2 |
Hi group, Does "Case...Select" have something like an else? Like select name
|
| Easy problem for the pros.... | 13 Dec 2004 23:52 GMT | 4 |
I'm stumped on something I'm trying to do.... As a newbie to VB6, I figured the pros' here would have a solution... OK here goes.... I have a file called info.txt that contains the following words
|
| Need help with pasting text | 13 Dec 2004 19:22 GMT | 4 |
I have a small program that has a few textboxes with data and I need to have a single button that when clicked will take the data and paste it into another program. The other program has a form with some more text boxes ie Name, Surname etc.
|
| Finding the number of dimentions of an array | 13 Dec 2004 19:14 GMT | 11 |
How do I do it? Not LBound / UBaound of course (to find the number of elements in a dimention) but the number of dimentions? Help please, Adam
|
| read value from signed short | 13 Dec 2004 17:41 GMT | 2 |
I'm trying to read a value returned from a dll as a signed short into a vb variable, I have declared my function to return a long, but I'm not reading the correct values. from dll header: short __export32 MyFunction32 (void);
|
| Icons in a resource dll?? | 13 Dec 2004 14:57 GMT | 1 |
I'm adding icons with XP style (color count and transparency) to a RES file using VS.NET but the icons are have their colors reduced and losing their transparency. Is there a way to preserve these high-res icons when adding them to the res file?
|
| Making a connection timeout? | 13 Dec 2004 14:12 GMT | 4 |
List: I have a distributed application that has multiple users periodically accessing a dB that lives on a fileserver. For now, the server is simply an Access file, which is Good Enough for the number of users we
|
| using mcisendstring to open a file across a network | 13 Dec 2004 11:07 GMT | 2 |
I have a little app written that plays avi's wav' etc. using mci calls. It works just fine on local drives and mapped drives but whenever I try to open a file across the network ie. \\studio_b_sound3\whatever.wav it causes an error
|
| registry access in windows 2000/XP/2003 | 13 Dec 2004 10:25 GMT | 1 |
Some code in my application reads and writes to the registry. Everything works fine in windows98 but it doesn't work in 2000/XP. How can i write this functions in 2000/XP? Here's two of the functions i use in the program:
|
| directX and VB6 | 13 Dec 2004 09:43 GMT | 1 |
 Signature hello I am doing some VB6 and directx7 programming eg directdraw I can follow a book and get a basic "welcome" screen to appear.
|
| Help on Access importing | 13 Dec 2004 05:03 GMT | 2 |
I routinely need to import some tables into Access 2003 from a fixed Excel file. The Excel contain several sheets, which I all wonna to import to Access. But the repeat-import is hineous, so any expert idea on how to build a VBA sub to do this kind of job?
|
| Another prog messed with my files? | 13 Dec 2004 02:14 GMT | 3 |
I have an application that uses the DriveListBox, the DirListBox, and the FileListBox to let the user surf the drives and directories of his computer and to delete and rename files and directories. So far, so good. All that is working.
|