| Thread | Last Post | Replies |
|
| VB 6 Menu items and Button Click | 14 Aug 2005 15:51 GMT | 7 |
1 - I have a project in VB 6 , on the Main Form I have Menu items, I have a second From1 and it also has its own Menu items. What I am trying to do, if the user minimize Form1, I need the Main Form Menu items to Show, is this possible?
|
| How to copy folders ? | 14 Aug 2005 13:27 GMT | 7 |
I feel pretty stupid about this but have not come across this problem until now. With VB6: I need to copy the contents of a folder (including subfolders) to another
|
| Install as Service | 14 Aug 2005 13:27 GMT | 3 |
How to I set my program up as a service? I wrote a very simple program that simply rotates log files when they get to a certain size and I'd like it to run as a service so I don't have to log in to start it.
|
| Can VB create a utility function (eg, DLL?) callable by any program? | 14 Aug 2005 11:48 GMT | 5 |
I want to write a utility function (such as to do statistical calculations) that could be "called" by any program running on Windows. The caller would pass the name of the file containing the data and some parameters and my utility would do some calculations and
|
| Debugging dll newb question | 14 Aug 2005 04:42 GMT | 11 |
with a vb6 dll project open in an instance of vb6ide I'm creating the functionality a bit at a time I add some code then make the dll then in a vba ide running in another app, i reference and use the dll to
|
| Saving controls to toolbox | 14 Aug 2005 00:43 GMT | 1 |
Anyone know if it's possible to save the most commonly used controls to your visual basic toolbox? I don't want to have to manually add them each time I open the VB6 IDE. Thanks
|
| Trace Dll Functions | 13 Aug 2005 20:20 GMT | 1 |
I need a trace tool to see what functions are being called from my program to a dll, I know that FlexTrace does that but I don't want to write the symbols trace file, and I don't have all the Dll functions. There out there a tool that can hepl me to see what functions in a dll is
|
| LIstbox Imagebox?? | 13 Aug 2005 17:39 GMT | 5 |
I want to create a listbox that shows icons. "jpg or bmps etc" which have the icon and Name under it example and access icon with ACCESS under it i am looking for something like novells nalmenu i am trying to make a
|
| Printing problems: lines are cut off | 13 Aug 2005 17:02 GMT | 6 |
In my word processor, I have a custom Print window to print the rich text box's text. The code when the user clicks the Print button on my Print window is this: =========
|
| More datareport woes | 13 Aug 2005 12:57 GMT | 3 |
Continuing with my datareport experience. I am now wondering if it is possible to insert images A bit more background first I have an Access table containing quiz/test questions some of the questions
|
| Mail Merge from VB | 13 Aug 2005 10:06 GMT | 3 |
I am using VB 6.0 SP5. Questions 1: How can I launch Word on a users computer. I am using Office 2000, Client will be using Office 2003.
|
| Do I need setting something so my ActiveX can get the parameter from Internet Explorer? | 13 Aug 2005 05:38 GMT | 1 |
I have provieded Public Property Let and Puplic Property Get in my ActiveX vb code public property let mfilename(filename as string) myfilename = filename
|
| Outlook.Items collection & VB6 | 13 Aug 2005 03:51 GMT | 2 |
I'm having problems traversing an Outlook.Items collection in VB6. I'm currently running in Windows XP Pro SP2 and MS Outlook 2003. VB6 is patched up to SP5. Here's the problem: I've got an application that goes through the inbox
|
| Common Dialog - Change file extension | 13 Aug 2005 01:15 GMT | 70 |
with the built in Common Dialog - - let's say I have 5 or 6 levels of filetypes an app can open When the user changes the file type - how can I get the matching extension to change in the filename textbox of the Common dialog?
|
| FileSystemObject drive not found | 12 Aug 2005 23:14 GMT | 2 |
I have a VB6 application that has problems occasionally not finding a mapped drive, or after 'x' amount of time fails to see the mapped drive. I think this is a permission issue, but don't know for sure. Anybody else seen problems like this? Any potential solutions?
|