| Thread | Last Post | Replies |
|
| My using PRINT method of the form fails..... | 05 Nov 2003 22:45 GMT | 2 |
I know this sounds simple, but if I use the following code, the X position of a form only moves the first time ====================================== Dim counter As Long
|
| resize objects | 05 Nov 2003 20:29 GMT | 3 |
I cant remember how to set up screen objects so that they resize automatically. Does anyone remember teh statement? I sincerely appreciate your time consideration and patience. Thanx
|
| Login as a different user (impersonate) | 05 Nov 2003 11:14 GMT | 1 |
How can I login as a different user and continue running the current process as that user? I know in .NET it's called impersonation, but I can't seem to find the example in the classic VB.
|
| DDE | 05 Nov 2003 09:09 GMT | 3 |
I know DDE is very old, and not recommended, but unfortunately, it is the only mechanism I can use in my current project. Can someone please show me how I can write a simple VB 6.0 application to send DDE execute
|
| Disable Winword error message in VB | 04 Nov 2003 17:55 GMT | 1 |
Following code in a VB-COM uses Winword to print out a document. But Winword will rise an error message if something is wrong in the document. I don't want the error message, since no body is waiting for clicking that OK
|
| Calculate the smallest fraction | 04 Nov 2003 17:06 GMT | 1 |
can anyone help me about this question. Write a small procedure which will calculate and obtain the smallest fraction on any specific given value. An example would be 4/8 will output 1/2 while 2/6 will output 1/3 .
|
| VB shuts down | 04 Nov 2003 15:17 GMT | 1 |
I'm running VB6 with SP5 on Windows XP. Everything has been working fine until recently. VB shuts down for no reason. A window pops up stating the VB must close. Do I want to send a report. As soon as you click send or don't send, VB shuts down. Under Component Services I ...
|
| HowTo : Define Class for non-dotnet Program Language | 04 Nov 2003 13:58 GMT | 3 |
I want define class with vb.net and use in other non- dotnet programming language. Is it Possible ?
|
| Vb Com | 04 Nov 2003 06:46 GMT | 2 |
i am having three component that comp having insert satement for singe table if i get the error in last comp i need to roll back the last two comp insert statement how can i do
|
| erasing the recently used file in visual basic | 04 Nov 2003 04:36 GMT | 1 |
How do i delete the file that show what file i recently used in visual basic 6.0 when you first start it up
|
| Memory Leak | 03 Nov 2003 15:51 GMT | 5 |
Not sure if this should be posted here, Im not too familiar with COM at the moment, Im learning, a long way to go yet, but I have a memory leak that no one seems to know how to fix. Its Visual Basic 6 anyhow. That's perhaps about as much as I know, and
|
| Opening visio from VB6 app | 03 Nov 2003 14:32 GMT | 1 |
Hi, I would like to open up visio in the same way as I can Word or excel by creating an object. I notice in references, there is no visio object library, so can I do this? If so, what references do I need, etc (there are
|
| How To Use QueryInterface? | 02 Nov 2003 22:25 GMT | 2 |
vb4 sp4 knows a QueryInterface function. This seems not to be documented. Does anybody know how to use it? Thanks
|
| Looking for VB Object Model | 01 Nov 2003 20:59 GMT | 1 |
Is there a reference that describes the VB6 Object Model hierarchy? I'm hoping to find a hierarchy of the classes and how they share common properties and methods, and those functions particular to a given class. Thanks
|