Forum: Visual Basic 4 / 5 / 6 1 Day Ago |
| Replies: 1 Views: 98 I use the SHBrowseForFolder to select a Folder to store files.
It all works fine however the window that is loaded with the directory tree is very narrow and difficult to easily navigate to the... |
Forum: Visual Basic 4 / 5 / 6 May 15th, 2009 |
| Replies: 3 Views: 586 I presume the Command buttons on the screen are linked to letters of the alpabet. If you set up these buttons with the same name so they are indexed it is fairly simple to linke the index of the... |
Forum: Visual Basic 4 / 5 / 6 May 15th, 2009 |
| Replies: 0 Views: 396 Dear All
we have an application that reads data from standard Serial Ports. E.g GPS Receivers, Gyro Compasses and other devices.
We have 3 serial ports on the PC. We need to create a... |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 1 Views: 300 as an update to this post my client now says they don't use Roaming Profiles they use Folder Redirection. Does this affect the way I can read these locations ? |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 1 Views: 300 I posted a thread yesterday and got an excellent tip from vqueen71 (I think) but I am still having a problem.
I need to find out the location of a user's desktop location. I have used the... |
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2009 |
| Replies: 4 Views: 1,070 QVeen72 I have got it working, many thanks for your help I am waiting to see if it reads the clients profile on their system. Thank you once again. |
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2009 |
| Replies: 4 Views: 1,070 QVeen72 thanks for the update but is SHGetFolderPath part of the Win32 API. I can't find any record of that call. |
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2009 |
| Replies: 4 Views: 1,070 I have a VB6 app that uses the Environ("userprofile") command to determine the location of the My Documents folder for the currently logged in user.
This has been working fine for ages with no... |
Forum: Visual Basic 4 / 5 / 6 May 20th, 2008 |
| Replies: 2 Views: 2,450 Many thanks for the reply. I finally cracked it this morning. The example I had for the the WriteFile call I was using send a Byte Array. I found another example that send a string and had the... |
Forum: Visual Basic 4 / 5 / 6 May 19th, 2008 |
| Replies: 2 Views: 2,450 Dear All
I am using the API calls to ReadFile and WriteFile to access data coming in on serial ports and sending commands out to devices on Serial ports.
Everything works fine in the VB6... |
Forum: Visual Basic 4 / 5 / 6 Oct 3rd, 2007 |
| Replies: 0 Views: 2,240 Dear all
I am writing an App in VB6 and I want to trap the Mouse Wheel scroll. I have search on the web and found how to hook the windows messages. I set the hook on Form.Activate and then... |
Forum: Visual Basic 4 / 5 / 6 May 3rd, 2007 |
| Replies: 4 Views: 1,232 Thanks for the replies.
What I was hoping for was an extension to the SHBrowseForFolder where I could create a new folder within the dialog box not create a folder.
What I am trying to do is... |
Forum: Visual Basic 4 / 5 / 6 May 1st, 2007 |
| Replies: 2 Views: 1,594 Yes this is very easy, we do it all the time. You need a picture box with the scale width and height set to cover your area.
When the user draws the line you need to track to coordinates and add... |
Forum: Visual Basic 4 / 5 / 6 May 1st, 2007 |
| Replies: 4 Views: 1,232 I have been using a call to SHBrowseForFolder to select a folder where the user can Load or Save files.
We have a request to allow the user to create a new directory to save files.
Is... |
Forum: Visual Basic 4 / 5 / 6 Mar 23rd, 2007 |
| Replies: 0 Views: 1,859 Can anyone out there help.
I have an application that reads and sends realtime data from RS232 Ports on the PC. It uses the MSComm control to access the Port. It has all worked fine until one... |
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2007 |
| Replies: 1 Views: 5,419 I have a client application that needs to talk to a server. I am using UDP through Winsock to pass the Client IP address so the Server can then talk directly using TCPIP to the client.
I need... |
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2007 |
| Replies: 1 Views: 1,159 I am using VB6 and have a form that is loaded by user action during normal programme execution.
There are several Variables (Strings) declared in the General Declaration of the form.
When... |
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2006 |
| Replies: 5 Views: 1,923 Thanks for the reply. The problem I face is that the .NET code is easily decompilable and hence if you want to pass on an .EXE it is very difficult to protect your development without spending a... |
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2006 |
| Replies: 5 Views: 1,923 Dukane
Thanks for the reply. I am using VB6 under Win XP Pro on a Windows network. All the references I can find refer to using VB.NET. Can you provide any other clues as to how I can setup... |
Forum: Visual Basic 4 / 5 / 6 Nov 20th, 2006 |
| Replies: 5 Views: 1,923 I have a main application running on VB6. This has mutiple RS232 inputs which it processes and displays graphically and numerically to the user. I need to create slave display(s) showing limited... |
Forum: Visual Basic 4 / 5 / 6 Nov 2nd, 2006 |
| Replies: 1 Views: 1,878 I have a project where I have a Variable defined as a single (VariableS). This Variable is assigned a value e.g. VariableS = 32.555
Later in the project I have a variable defined as a double.... |
Forum: Visual Basic 4 / 5 / 6 Sep 5th, 2006 |
| Replies: 5 Views: 3,797 That solution seems fine. As long as the Dialog box is over the form somewhere the user will see it. The problem I have been having is that sometimes the Dialog box appears on the other monitor... |
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2006 |
| Replies: 5 Views: 3,797 Yes that's right. If the user moves the form the common dialog always opens in the location it was first opened which could be on a different monitor. |
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2006 |
| Replies: 5 Views: 3,797 I am using the Common Dialog ShowOpen to select a file to open using VB6. How can I ensure that the control is centered over the calling form. If I use two screens often the dialog control opens on... |