| Thread | Last Post | Replies |
|
| How to do clickable image with overdraw and data storage | 30 Apr 2007 21:34 GMT | 6 |
Hi all - here's what I'm trying to do: I have a form used by physicians to track various patient data. On one part of this form there is displayed an image of a skeleton drawing that has a circle to indicate each of the skeletal joints in
|
| I'm well-versed in VB6, but not XML or Java...need a little help | 30 Apr 2007 18:20 GMT | 8 |
I am trying to write an application that will eventually be made as a Subroutine in another VB6 application. We have a Java intranet server that serves HTTP requests such as GetNextOrderNumber, which is supposed to retrieve an order number for
|
| VB6-to-Power Point | 30 Apr 2007 12:27 GMT | 4 |
I want to click a button to run a Power Point show (.pps) and don't mind if the VB6 program exits when this is done. Is there a simple way to do this? I've searched many VB websites but haven't seen this one yet.
|
| VB6 Delete Directory | 30 Apr 2007 08:14 GMT | 6 |
I have a VB6 app where I want to delete a direcory and all its files. The easiest way apparently is the FileSystemObject. Problem is it does not work. When I run the app, an error pops up saying the Dim fso As New FileSystemObject statement as: User-defined type not
|
| Frustrated: Saving an icon that I've gotten with ExtractIconEx VB 6 | 30 Apr 2007 03:56 GMT | 6 |
Hey, all, I've been going rounds with this for, well, all day. About 8 hours of this and I'm warped. I though this would be really simple. I want an icon from a file to be saved as an ICO file (Icon format). I can get the icon from the file (Shell32.DLL) no sweat with
|
| SFTP | 28 Apr 2007 18:27 GMT | 2 |
I have been using api calls to the wininet.dll for all of my ftp automation. I now need to switch over to sftp. There are a lot of 'buy activeX component' sites out there, but I prefer to write it, hopefully with some help from you guys. I could not find any examples. If ...
|
| Split Data According to length | 28 Apr 2007 08:22 GMT | 3 |
Problem: I am using vb6.0 in client application. we r using winsock control to send data in bytes to server. the program is successful but if data is large ie eg 90 kb it wont
|
| Send Fax with VB.net | 27 Apr 2007 15:24 GMT | 1 |
We would like to include the functionality of sending a pdf file as a fax into our vb.net application. Can anyone suggest a viable solution? I am envisioning a 3d party web service, but I am open minded to whatever anyone can suggest.
|
| Run time error 339 | 27 Apr 2007 14:26 GMT | 3 |
Well, I did a project to the .exe format, and in the "source" Pc ran very well without any problem, but when I ran it in others pc's , in the third form happened a error called 339 the msg box says the follow:
|
| Overflow? What gives? | 27 Apr 2007 03:25 GMT | 7 |
I'm puzzled. The following code is designed to take a date and a weekday count value, and return the future date. For example, if I supply it a starting date of 4/25/2007 and a count of 37,
|
| Final Word (?) on Timers | 26 Apr 2007 21:54 GMT | 9 |
After reviewing three VB "Bibles" and googling for an answer, I have come to the conclusion that there is no one way to build a pause into a VB6 program. All I want to do is to have a user click a button (which sets off a
|
| Percentage Sign | 26 Apr 2007 16:47 GMT | 3 |
I have a code snippet from something predating VB6 and there's the variable ok% - does the % do anything or is it just part of the variable name? The variable name isn't declared anywhere so it's hard to judge.... Cheers,
|
| Threads in Visual Basic? | 26 Apr 2007 15:52 GMT | 8 |
Is it possible? Is it reliable? Any pointers to starting a thread in vb would be appreciated. Otherwise I guess I can just use a timer event....
|
| combo box change sub does not work. Why? | 26 Apr 2007 09:40 GMT | 2 |
text box change sub works for me, but not combo box change sub
|
| Vista OCS registration problems. | 25 Apr 2007 20:00 GMT | 1 |
I have a VB6 app that includes MSCOMM32.OCX and COMDLG32.OCX. The application is installed from an MSI file generated by MS Visual Studio Installer. Installed the app on Windows Vista, with no errors. When you try to
|