| Thread | Last Post | Replies |
|
| Quick tips in XP? | 22 Jul 2004 13:05 GMT | 1 |
I've just installed VB6 in Windows XP but when I go into debug mode, the tips which come up with the mouse over variables etc showing the values don't come up. I've tried toggling 'Auto Data Tips' in settings but it doesn't have any effect. Any ideas anyone? Help much appreciated!
|
| Tools to figure out memory leaks in VB | 22 Jul 2004 12:14 GMT | 20 |
Suggest me some simple tird party tools to figure out memory leaks in VB dlls. I need it for my application. Thanks
|
| MDI Resize? | 22 Jul 2004 10:08 GMT | 1 |
I have the following code in the resize event in a MDI form... Private Sub MDIForm_Resize() Const DEFAULT_PANELS_WIDTH = 3840 If Me.Width < DEFAULT_PANELS_WIDTH + 5000 Then
|
| Sizing Handles on MDI Form | 22 Jul 2004 08:46 GMT | 1 |
Is there an easy way to disable/remove the form re-sizing handles on an MDI form? Any information woould be greatly appreciated. Thanks!
|
| MD5 hash of file in VB.net HOW???? | 22 Jul 2004 07:57 GMT | 1 |
I'm new to vb.net and trying to get the md5 hash of a file selected via the openfile dialog and displaying the hash in a text box. I've been trying for hours and googling for the answer is no help at all.
|
| Skin control | 22 Jul 2004 05:12 GMT | 3 |
Are there a ny freeware or open-source skinning controls that supports menus?
|
| Re-sizing Handles on an MDI Form | 22 Jul 2004 01:44 GMT | 1 |
Is there an easy way to completely disable/remove the re-sizing handles on an MDI form? I would like to make the form size static. Any information would be greatly appreciated. Thanks!
|
| Variable Type in VB | 22 Jul 2004 01:01 GMT | 4 |
Can someone tell me how can I determine the fully qualified type name of a class variable at runtime in VB. In fact I have OWC Pivottable in my application, and also I have added Excel in the references of the project. Both these libraries (OWC and Excel) have
|
| Data Base Connections | 22 Jul 2004 00:56 GMT | 2 |
Is there a way to open a connection to a database so that anything typed or changed into a text box is automatically updated to the database with out using an update command?
|
| Problem with Installer 1.1 | 22 Jul 2004 00:28 GMT | 1 |
Need help for Visual Studio Installer 1.1 I was already send previous a message concerning this problem, maybe I was a little to vague. But in the main time I was find out what matter cause my problem. Because
|
| Create site in IIS using VB | 21 Jul 2004 23:29 GMT | 1 |
I would like to know how i could create a site in IIS (5) using VB. I would also like to transfer multiple files in my new site. If somebody knows about some documentation or code of such a thing, it would really help me.
|
| Puzzling Behavior of Option Buttons | 21 Jul 2004 21:56 GMT | 16 |
I have recently encountered some unusual behavior of some option buttons on a frame. There are four option buttons on this frame. 1 of them was not a tabstop, 3 of them are tabstops. Something after the Form_Activate function fires, which is non-basic code, calls one of the 3 ...
|
| left button mouse ? | 21 Jul 2004 19:33 GMT | 4 |
The left button of my mouse reagit not with the two clic. What to make? I am under Windows 98 second edition Very tanks in advance for help. Jean-Pierre
|
| Controlling SelText in TextBox... | 21 Jul 2004 18:28 GMT | 2 |
I'm trying to impliment an auto-complete ability in a text box. The code I have is working fine unless the text is longer than the textbox. This causes the view of the text to be shifted to the end of the line where the cursor is.
|
| Detecting Active Window ? | 21 Jul 2004 18:26 GMT | 3 |
Suppose I have 2 programs, each with say a single textbox on a form. Starting with the operator typing in the textbox in Program "A" the operator then clicks on the textbox in program "B".
|