| Thread | Last Post | Replies |
|
| Returning a polymorphic interface from custom collection question | 05 Apr 2005 13:01 GMT | 4 |
I have a custom collection that returns the enumerator through well publicized hidden member _NewEnum ' DBFields custom collection for DBField Function NewEnum As IUnknown
|
| capital letters in GUI | 05 Apr 2005 04:20 GMT | 2 |
This is a bit off the topic, but I am just finishing an application in VB related to Software Quality Assurance. The interface and Help are in English, which is not my native language. My interface often refers to SQA terms like: test plans, test cases, test suites, bugs. Should I ...
|
| launching IE | 05 Apr 2005 02:49 GMT | 2 |
Using VB is it possible to launch a website and make an internet explorer window top most. For example, when task manager launching it is the top most window. We use IE in kiosk mode with a menu that launches applications. I would like to launch a website and mke it top most and ...
|
| Tool Bar error | 05 Apr 2005 02:13 GMT | 2 |
I have a VB program MDI form and a tool Bar, when the user click the tool Bar the user must enter a number to find a record, however is no match is found/ or user click cancel on the Input box I want to close the child MDI Form, but I am getting an error 364 Object was unloaded. How ...
|
| Class with property named "Type" | 04 Apr 2005 23:47 GMT | 13 |
I have an existing dll which I am instantiating using CreateObject and passing an object (type object) to it using a method exposed by the dll. The variable that i am passing to the dll has a reference to an object of a class that I have created. The dll is expecting the object
|
| Diversionary tactics | 04 Apr 2005 22:37 GMT | 7 |
Typical programers are problem solvers, and many enjoy solving puzzles. To that end, here is a puzzle I heard recently, see if you can find the solution.... The president of a certain fruit shipper was reading customer feedback
|
| VBScript task schedule to... | 04 Apr 2005 22:07 GMT | 1 |
Hi this might be the wrong place to put this but I am currently trying to find out how I would use vbscript to schedule a .bat file to run two weeks after I restore certain files. It's basically a backup restore bat file that I run to take stuff up and down on the network. What I ...
|
| How to calculate page number? | 04 Apr 2005 21:28 GMT | 2 |
OK - I'm an idiot, a dummy, whatever... I simply CANNOT figure this out! The question is: How do I calculate the PAGE # that a given record will appear on, knowing the Record #, the PageSize, and the total
|
| Assigning polymorphic interface and default property question | 04 Apr 2005 21:23 GMT | 6 |
I've seen a few post on this but just to make sure... I have the following defined: Dim Tuple As ITuple Dim Field As DBField
|
| Mouse wheel event | 04 Apr 2005 18:16 GMT | 2 |
Does anyone know a way to respond to the user turning the mouse wheel forwards or backwards in VB6? I only know of the MouseUp or MouseDown event, which can respond to pressing the left or right button, but I can't find an event triggered bij turning the mousewheel. Maybe an API ...
|
| What do you do when you want a static member variable? | 04 Apr 2005 17:44 GMT | 2 |
For whoever might be unfamiliar with the term, a static member variable is a variable with one and only one instance shared by all instances of a class. One use would be to count exactly how many instances of a particular
|
| EXE Run Solely From CD | 04 Apr 2005 17:06 GMT | 10 |
I am using Visual Basic 6 to create my application. The computers that this EXE will run on will not allow applications to be installed to the local hard drive. If they are installed, they will be erased when the user logs off. I would like to find a way to run all the Dll's and ...
|
| Can VBA programs be stand alone Applications ? Or must you buy VB.Net ?? | 04 Apr 2005 16:43 GMT | 36 |
I've just started doing a little VBA in Excel. Now I want to do a stand alone application. Is there anyway to do a stand alone application with VBA ?? Or must I buy Visual Basic .Net ??
|
| Limit Application Size By Adding DLL? | 04 Apr 2005 16:12 GMT | 9 |
I have an application that compile to 15Mb, and takes a long time to compile... Is there a way to split the application into several DLL that would include (Crystal Reports (DSR), forms and modules)
|
| VB6 gone!!? What's Next... | 04 Apr 2005 15:40 GMT | 34 |
Hello group, as MS blew VB6, what VB6'ers like you are going to do next? (meant in which lang. you guys are now want to pour your interest in...)
|