Hello everybody, i encounter 2 problems regarding visual basic 6: 1. How can i move a form when it's border style is none? 2. How can i get the time of another...
... In Code specify the top and left properties for the form. Using the mouse you can't ... Have a look at the timezone information stored in the registry For...
... Try this code: Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam...
Hi Steve, ... Depending on your server configuration, you could execute the program or have it simply "download in run" on the users system, but it would not ...
What edition of VB-6 do you have? What is the server software? Is it your own personal server, or do you have space on somebody else's server? If you have...
i need help i had done a visual basic applicaion project with access databases. i want to connect the visual basic application to the access database remotely...
Hello, Any help is greatly appreciated. I am writing a VB.Net ocx to wrap around the old win32 MAPI control. The reason is our users wanted to send mail from...
Dave, I am not sure about this but try the following and see what result you get. I think that what you are running into is a path buffer problem when adding...
Hi, Does anyone know a way to sent mail via vb.net, which in turn call the default email client software? I've tried that with MAPI. It work perfectly for...
Are you able to see your server in this way \\192.158.0.1 from your local network? When u are able to do it just modify the connection string pointing it to...
I am interested in creating either an Active X ocx file, or a dll file. I am using Visual Basic 6, version 8176 (from the About window). When I select New...
This Knowledge Base article will show you how to do what it is that your trying... http://support.microsoft.com/kb/189133/ Regards, /tr ... window)....
you need to install Enterprise Edition of Visual Studio 6. That covers all the functionalities. These are not available in Learning edition ... window)....
I need to be able to change the background color on a slider control from Microsoft Windows Common Controls 6.0, or find a suitable replacement with a...
Hi Expert's i need help i had done a visual basic 6.0 applicaion project with access databases. i want to connect the visual basic application to the access...
Hi All, Is there a limitation on text output that cannot go over 2GB in size? I use the Open ... for Append as # or Open for Output as # and everytime my...
Hi All, I figured it out that it's not the Print # or Open for ... that caused the problem, but the the LOF() that did it. LOF returned a long value, which...
Hi Folks, I am new to the group and have joined with the hope that somebody might be able to help with a specific VB6 problem. I am using multiple (2) displays...
Hi, ... I don't know if this will work, but you could try opening the frm file in Notepad and editing the height and width properties from there. Adelle....
Edwin, When I wish to 'layout' forms in situations like you describe, I use frames. Layout the controls inside the frame in the visible portion of the...
Connection strings can use UNC paths. Therefore you can use the servers IP address in your connection sting instead of the usual "C:\". If the IP is...
Matt, Thanks for the input. I tried that at your suggestion but it does not seem to achieve what I am trying to do. My objective is create an interactive...
Given C:\foldera\folderb\file2.xxx C:\foldera\file1.xxx how do i copy foldera with subfolder and files to D:\foldera\folderb\file2.xxx D:\foldera\file1.xxx ...
I have been working on making a random number generator for my PDA using Embedded Visual Basic, figured someone might be able to lead me in the right...