| Thread | Last Post | Replies |
|
| Printing in VB .NET | 02 Jun 2005 22:58 GMT | 2 |
I have an application in VB 6 that collects data and is able to print a report. I am able to "printer.print" text from within the application without having to create a file. I am able to do printer.fontbold and so-on. I see examples of how to print in .net, but the examples ...
|
| How to find 3rd tuesday of the month | 02 Jun 2005 22:41 GMT | 21 |
I have a list of codes that correspond to a certain day of the month. I have to be able to find what date the 1st Monday is, or the 2nd Tuesday is, etc.... Is there a function that will help me out. Any suggestions at all? Thanks
|
| Newbie loading VB6 Learning Edition - updates? | 02 Jun 2005 21:46 GMT | 1 |
I am loading VB6 Learning Edition onto my computer. (This is all at work. I have macros in Word and Excel, and security is trying to shut down all macros, so someone found me this copy of VB and suggested I migrate my macros into a VB app! A typical IT non-solution!) It comes ...
|
| Slow WMI Select Query | 02 Jun 2005 21:07 GMT | 3 |
I was wondering if someone could help me streamline my Select statement. It works but the query is slow. The script connects to the Event Log and returns 2 event ID's from the date range (dtmStartDate - dtmEndDate). I then cycle through each returned event and collect it's ...
|
| VB6 and SPLIT | 02 Jun 2005 20:18 GMT | 3 |
Is there anyway to force the VB6 Split function to return an Integer array rather then a String array?
|
| How do I animate a picture? | 02 Jun 2005 19:09 GMT | 4 |
I would like to animate a picture (swivel) and use it in my email signature or in a Word Document Header or Footer. How can I do this with VB code?
 Signature michelelenc
|
| Linking to a new API - help please!! | 02 Jun 2005 19:03 GMT | 2 |
I am trying to write an application with an API (in C++). It produces a .TLB and a .EXE file. I have 3 test harnesses to check the work a C++ test harness links to it just fine, but in MS VB and MS J++, I can't get it to work:
|
| DCOM or ? | 02 Jun 2005 18:12 GMT | 2 |
I need an example of how to set up DCOM or whatever to accomplish the following: Computer A is a database server running a Sybase database Computer B is our IIS server. It doesn't have any Sybase drivers installed
|
| run time error 3705 | 02 Jun 2005 17:34 GMT | 2 |
I'm creating a VB6 application to import data from a temp Access database to a production Access database. I have set up a Data Enviorment to communicate with my production database since I the application centers around it. During the import I create a temporary connection to ...
|
| Sorting a 2d array by more than 1 column | 02 Jun 2005 17:05 GMT | 3 |
i have a array for example 2columns 1 = name 2 = status (1-5) i want to sort by status then by name so a list like list
|
| VB in a website | 02 Jun 2005 17:01 GMT | 4 |
I was wondering if there was anyway to run a VB Form with a Multipage on a website. And if so how do you do that.
|
| Setting Label zorder above picture control | 02 Jun 2005 15:41 GMT | 6 |
How can I keep a label above a picture (control), without making it a container of the picture? Otherwise the label always gets covered by the picture control regardless of the label's zorder that I set. thanks
|
| Parse and preserve an object in a class | 02 Jun 2005 14:12 GMT | 5 |
I am deliberately avoiding using an Modules in my app. Instead, I am using Classes. Is there a way to save a <form>.<object> to a Class from one Form so that the result can be used in another? For example, I have a MaskEdit for Date input. When the user selects a
|
| Creating an OCX that is a BHO (Browser Helper Object) | 02 Jun 2005 13:50 GMT | 2 |
I would like to create a BHO (Browser Helper Object) as an .OCX using the VB5CCE. However, I am stuck from the getgo, and can't even get out the barn door. Near as I understand, I need to do like so: Implements IObjectWithSite
|
| Recent File | 02 Jun 2005 09:54 GMT | 7 |
I have written the following code to open the most recent file in a directory. It seems to be getting stuck on Set xlApp = Excel.Application It says the variable is undefined - I have done quite a bit of coding in VBA
|