| Thread | Last Post | Replies |
|
| MODEM: Dial Number - play file when answered | 25 Jan 2007 01:41 GMT | 6 |
I have a requirement to dial a 'phone number, then play a sound file once the 'phone is answered. Has anyone come across this before, can it be done Cheers
|
| Domain / IP Library | 24 Jan 2007 21:54 GMT | 1 |
Hi all - I need to be able to strip domain names out of a links, is there a library to do this? Thanks!
|
| Need help with reading a message outloud | 24 Jan 2007 16:07 GMT | 20 |
Hey guys What should I reference and implement in vb6 in order to read strings outloud, like emule or the narrator accessibility tools do. Thanks in advance!
|
| IE7 sucks bigtime. | 24 Jan 2007 09:36 GMT | 7 |
DO NOT install IE7 And get MS to quit hounding me to to install!!! MS RESPECT US!!! Worst piece of code I have ever seen!!!
|
| code advisor | 24 Jan 2007 02:19 GMT | 3 |
After running code advisor in VB6, I get the following result; 'FIXIT: Declare 'SQLFixup' with an early-bound data type FixIT90210ae-R1672-R1B8ZE Private Function SQLFixup(ByVal Textin As String)
|
| Shell to external browser | 24 Jan 2007 01:33 GMT | 5 |
I want to start a browser from vb6. I googled and found this code. It works in w2000 but not in XP. Why? This return a blank 'msie
|
| Strange DAO Control Issue | 23 Jan 2007 20:14 GMT | 2 |
I am using VB6-SP6 with DAO 3.6 connected to an Access Database. I have not really had any issues come up except for one recent issue. I recently added a few more fields to a form and correspondingly added them to the database file as well. When I run the app and place data in ...
|
| Reading JavaScript with VB | 23 Jan 2007 18:17 GMT | 3 |
I am trying to design a customized browser with IE objects. So far it's working great. Now I have only one big puzzle. How to read JavaScript and its components (say variables defined by var keyword) from a webpage? What IE object or API would be used? I am trying to find out the ...
|
| Calling and Event from a string value or variable in VB6? | 23 Jan 2007 18:00 GMT | 11 |
Is there a way to call an event from a string in VB6? I know I've seen code that looks similar to the following; Controls(control.name)("Validate") or Controls(control.name).Events("Validate")
|
| Newbie needs help! Get get a users OU from AD using macro in Excell | 23 Jan 2007 13:14 GMT | 3 |
Hi; I need a function GetOU(String User) as String, that takes the current logged on user as parameter and returns the users OU. This will be used to identify I have read the current users logon name from the registry.
|
| Simple question | 23 Jan 2007 11:23 GMT | 20 |
Which one will be better to use: 2 IF....Then statements or one IF with Else statement? For example: dim a as Byte
|
| How to determine the X and Y coordinates of a button on a form VB6 | 23 Jan 2007 11:08 GMT | 2 |
What i am trying to achieve is that i want a balloon msgbox appear from a command button, now i got the msgbox appearing but i need to pass the X and Y coordinates to it so it will point to the specified command button.
|
| [VB6] ListBox from MSforms 2.0 distortion | 23 Jan 2007 03:59 GMT | 1 |
I have a project in VB6 intended to run on Windows XP SP2, it uses the ListBox control from MSForms 2.0, when I install the .exe file on some PC's the ListBox control appears distorted. You can see the distordet lisboxes here
|
| 'Option Explicit' and MSScriptControl.ScriptControl | 22 Jan 2007 21:22 GMT | 3 |
allow my users to write VBScript and I execute it using MSScriptControl.ScriptControl. I just finished a routine that will parse all script written without having to run anything, it works fine except for stray text that the control is not raising an error for. What I would like
|
| Edit REG_BINARY registry values | 22 Jan 2007 19:00 GMT | 6 |
I am trying to read and write REG_BINARY data values in the Registry. My VB.NET application uses the GetValue, but what should be the data type for the local variable. I would like the variable to hold the HEX or binary informaton so I can perform some binary operations.
|