| Thread | Last Post | Replies |
|
| New Line | 14 Mar 2006 18:21 GMT | 1 |
whats the code in VB to move onto the next line? Thanks.
|
| How to determine if a COM registered in a machine or not? | 13 Mar 2006 19:28 GMT | 4 |
Hello, friends, Our VB6.0 app requires a third party control. After a user starts our app, we want to check if this COM component is registered first. If not, our app will ask our users to install the pre-required component and stop, rather
|
| Change VB form Color | 10 Mar 2006 21:26 GMT | 5 |
i would like to change the color of a form in VB 6.0. Is there any WIN API function which gets the form handle and changes the color of the form. I do not want to change the system color. I just want the give user a option to choose the color of the application.
|
| In dire Need of Assistance!!! | 10 Mar 2006 13:47 GMT | 1 |
Can anyone tell me if I put drop down menus on my form in VB, can i make it so that they appear on all other forms, automaticlly, as standard?Thanks, Paul.
|
| CDO.Message WinXP Office 2003/Outlook 2003 Breaks my script | 09 Mar 2006 03:07 GMT | 1 |
I Create new AD users with a vbscript, one of the last steps during my script is sending out an email confirmation of the new account. With XP and office 2000 everything worked fine. When I install office 2003 the cdo.message call generates an error: 429 - Active X component ...
|
| Problem while loading tables from rtf files in rich text box using V.B | 09 Mar 2006 02:54 GMT | 2 |
I am developing one application which requires displaying of rtf file in rich text box.I am using V.B 6.0 for developement.But when I try to open rtf file in rich text box it will not load tables in proper format.I havent know why this happen.
|
| Multiple Typelib Versions | 08 Mar 2006 09:36 GMT | 2 |
I've just noticed a difference when compiling an ActiveX DLL to an ActiveX EXE that I hadn't noticed before. I just wondered if this was widely known, and why it happens. As the docs say, when compiling with Project Compatibility, the major
|
| Get a user entered variable into script | 07 Mar 2006 16:47 GMT | 1 |
I am trying to install netmeeting with a script. I would like to use this line of Code to get user input script.StdOut.Write "Enter Your First Name: " strFirstName = Wscript.StdIn.ReadLine
|
| Sequential File Handling Problems ... | 06 Mar 2006 19:48 GMT | 2 |
I've developed an ActiveX DLL to read data from file which is in prescribed format. This component is doing well on vb. However, the same component is not doing well if I access the component from
|
| NewEnum and IUnknown | 05 Mar 2006 22:26 GMT | 12 |
I'm basically wanting to intercept the For ... each mechanism to test whether the object returned from the [_NewEnum] call fulfills a specific criteria. If it does I want to return it, otherwise I want to recall the [_NewEnum] until I either run out of objects or I find one with ...
|
| Crystal Report | 04 Mar 2006 09:41 GMT | 2 |
How To write user define functions in crystal report 8.5 i want to write function for converting currency into words
|
| What is wrong here? | 03 Mar 2006 17:59 GMT | 1 |
Hello, friends, I am creating a user control. In property Get(), I have, Public Property Get VDataArray() As Variant VDataArray = CVar(mVDataArray)
|
| Pointer to usercontrol | 02 Mar 2006 06:53 GMT | 9 |
How can I pass the pointer to a usercontrol to a class? I am working on a usercontrol and a class that contains the functionality for the usercontrol. The class for some cases needs to have a reference to the usercontrol it is attached to.
|
| Adding Excel Worksheets | 01 Mar 2006 17:55 GMT | 1 |
When using this code "Worksheets.Add after:=Worksheets(1)" to add a worksheet I get an "Application-defined or object-defined error". I have the MS Excel 11.0 Object Library referenced. If I remove the "after:=Worksheets(1)" code the worksheet gets inserted in place of the
|
| Help : Word 2003 vs. 2002(XP) | 01 Mar 2006 17:50 GMT | 5 |
I have a program written in VB 6. One module accesses word templates in a folder on a client machine. FOr clients running Word 2003 there is no probelm. Everything works fine. Clients running 2002 or earlier have the program crash. I have set up an error handler and cannot ...
|