| Thread | Last Post | Replies |
|
| determine part of a string | 28 Aug 2005 15:32 GMT | 24 |
i'm trying to determine part of a string. The string looks like this: HELLO@hello.com123 i'm trying to return just the integer part of the string
|
| KeyCode Constants! | 28 Aug 2005 11:06 GMT | 5 |
The members of the KeyCode Constants listed in the Object Browser doesn't list the KeyCode Constant of the 'Enter' key as well as the KeyCode Constant of the Numeric Pad 'Enter' key! What are the KeyCode Constants of these 2 keys?
|
| unknown path for dll until runtime | 28 Aug 2005 10:34 GMT | 13 |
I have tried to google this subject, but maybe my wording is off. I develop an application using a whlapi.dll for several different clients. On my development machine the path is always the same. However on the clients machine it will be different between clients. Until now I ...
|
| vb6 application does not work correctly when installed on a XP sp2 system | 28 Aug 2005 09:25 GMT | 9 |
I have a vb6 application that has been running correctly on a XP sp1 system for a while, but since the system has been upgraded to sp2, the application behaves differently and incorrectly. The VB app was created on Visaul Studio Enterprise IDE for WinNT and
|
| Looping! | 28 Aug 2005 04:20 GMT | 2 |
A VB6 Form has a textbox & a command button. When the Form loads, the value in the textbox is 0. Now what I want is when the button is clicked for the first time, the value in the textbox should change to 1. If the button is pressed again, then the textbox value should change
|
| Adding a new field in MSAccess DB ( newbie ) | 28 Aug 2005 01:10 GMT | 2 |
Sorry i was wondering if you coudl kindly help a newbie to this group or point me in the right direction. I am trying to add an extra filed with vb code to my msaccess database which currently has 20 fields.
|
| Command line to video player | 28 Aug 2005 00:31 GMT | 2 |
Can a video player be controlled via VB or VBA with a command such as- 'Mplay32.exe VideoName, Play, Startpoint, Endpoint' (as in 3min 2 seconds, 4min 19 seconds) I have a surveillance video and want to point to several significant points
|
| Encryption help in VB6 | 27 Aug 2005 23:34 GMT | 4 |
I require to introduce encryption/decryption to credit card numbers between my VB6 system and a website. There seems to be plenty of DES encryption routines in VB.NET but none in VB6. Can anyone point me in the right direction to VB6 code that will do this, or can anyone tell ...
|
| MSCAL.OCX - Text Missing | 27 Aug 2005 19:10 GMT | 4 |
I have an application that uses MSCAL.OCX for a calendar. I unregistered MSCAL.OCX, then registered MSCAL.OCX again. Now when I use the application, the calendar appears and works, but the numbers for the days and the names of the days are missing of the
|
| how can i speed up this loop? | 27 Aug 2005 18:54 GMT | 6 |
using the following code to search through all the contacts in a outlook folder. This process can be slow if a lot of contacts are in the folder. I'm trying to experiment with other loop methods; the following were suggested; GetFirst/GetNext - does anyone know how i can modify ...
|
| VB Windows Message handler | 27 Aug 2005 17:53 GMT | 1 |
I have a console based product with offers a command line option: /WH window-handle to post messages to the window handle. My VB is rusty, but I need to help a customer using VB who wants to create a
|
| MS Excel VB Question | 27 Aug 2005 14:43 GMT | 2 |
I have a Excel file, there is a Chart on it. The chart type is XYScatter. In VB code, I am able to change the Series Value using the following code: With MyExcel.Worksheets(1).ChartObjects(1).Chart .SeriesCollection(1).Values = MyExcel.Worksheets("Sheet1").range(a$)
|
| What's Visual Studio 6 Enterprise Worth? | 27 Aug 2005 14:22 GMT | 1 |
What's Visual Studio 6 Enterprise Worth? I see people complaining on this newsgroup that they can't buy VB6. I have a newinthebox still sealed copy of
|
| Shockwave/Flash question | 27 Aug 2005 08:43 GMT | 1 |
I'm not sure this is the right group, but I need to have an answer. I build an aplication, using two screens, e.g. a control screen (form) on the main monitor and a second screen (borderless form) on the secondary monitor. This is a program to display text and graphic by using a ...
|
| execute existing dial-up connection from vb | 27 Aug 2005 07:37 GMT | 3 |
i would like to start a dial-up connection from vb. the connection exists as a desktop shortcut to a target located in Network Connections defined as {BA126AD7-2166-11D1-B1D0-00805FC1270E}. how do i execute this from vb? executing it will just load the connection
|