| Thread | Last Post | Replies |
|
| Objects, property statements and compatibility | 03 Feb 2005 14:14 GMT | 3 |
I'll try to make this short. We have a utility component, A, compiled as binary compatibility. We have another component, B, that uses this utility. To create and persist A we have a property statement that sets a class level object
|
| Disable double click resize in titlebar | 03 Feb 2005 13:37 GMT | 3 |
I need to know how to intercept and neutralize the doubleclick even that happens when someone double clicks the titlebar of a window. I borrowed some encapsulation code that keeps the user from moving the form, and have set the form's min height and width value to its fullscreen ...
|
| $ and & type specifier | 03 Feb 2005 12:46 GMT | 1 |
Im new to VB6 and would like to enquire whether do I need to add in reference or component library in order for me to compile a program using these $ and & specifer? Currently Im trying out an example VB6 project program with a problem compiling. Its error msg is "Cant find ...
|
| Problem populating TreeView | 03 Feb 2005 12:01 GMT | 6 |
[i] This question has been posted in other forums too. If any of you answered to this question there, kindly ignore this question.[/i] ................................................................................................................................ I have a TREE on ...
|
| Inadequate Refresh Rate | 03 Feb 2005 11:08 GMT | 78 |
This code displays the combined images of four graphical layers in memory, three of which possess masks, onto the current form but at an inadequate speed, resulting in particularly noticable flickering: Private Sub Form_Paint()
|
| The Point of Object Classes | 03 Feb 2005 11:07 GMT | 71 |
What is the point of object classes?
|
| Create a custom command for VB IDE | 03 Feb 2005 05:06 GMT | 16 |
I want to add a command to the menu/toolbar on which if I click it should make the EXE of the project and then run the EXE, not the project from the IDE. I have no idea from where to start creating this. Im pretty much sure this is possible. Making an EXE function is already ...
|
| Question about CR and LF | 03 Feb 2005 03:43 GMT | 17 |
What is a nice technique to avoid the following problem. I am generating data and sending the output to a text file. Regardless of how many rows I have when it is done I get an extra CR and LF. When I look at the file using a text editor there is always that last blank line which ...
|
| WebBrowser Control - VB6 - Method ~ of Object ~ failed. | 02 Feb 2005 23:59 GMT | 2 |
I have a VB application that uses the WebBrowser control. We have many installations in use where the app works perfectly but we have a few systems where we get the following error when the WebBrowser.Document.Open method is called.
|
| Runtime error '-2147024770' | 02 Feb 2005 23:18 GMT | 2 |
I have Runtime error '-2147024770' on one of my machines (Windows 2000 Server)when I'm trying to run VB app. What is strange that I'm not running installed app, I'm running it in development environment and the error is on the line
|
| Mousewheel doesn't in VBA Editor? | 02 Feb 2005 18:59 GMT | 5 |
Is there a way to get the mousewheel to scroll the text in the VBA Editor?
|
| Emails with attachment | 02 Feb 2005 18:56 GMT | 3 |
I would like to add the ability to generate an email message with one or more file attachments. Here is the problem. I don't want it to complete the send process because the program won't know who to send it to or what message text to include. All it will know is that it has ...
|
| How to convert to the GMT time? | 02 Feb 2005 17:42 GMT | 9 |
I want to convert the user input datetime to the GMT time. How can I do it? Thanks. Yolande
|
| Form | 02 Feb 2005 17:11 GMT | 12 |
I am new in VB.NET and at the bigining of my work I have a problem. I wont to make small program which contain 3 forms. In the 1st Form I put 10 Textbox which contents I need to display in the 3th form. This 3th form I connect with
|
| Visual Basic Version 3 | 02 Feb 2005 16:36 GMT | 24 |
Help! I have an app that was written VB3. I still have source code for the app but dont have VB3 anymore. The source code was saved in binary so later versions of VB
|