| Thread | Last Post | Replies |
|
| Paste special not available in Outlook for use. | 09 Nov 2005 21:36 GMT | 1 |
I can't paste special in Metafile format on Outlook. What is not installed or not turned on?
|
| I'm sure this question has been asked before Taskbar | 09 Nov 2005 20:52 GMT | 3 |
I'm sure this question has been answered before but I cannot find it. Is there a way to mimic the VB modal behavior of loading a child form while the parent form pauses and waits for a response, allowing the the parent form to be hidden, and have the child form to appear on the
|
| Implmented interface architecture | 09 Nov 2005 18:57 GMT | 1 |
I have two classes IItem and Contact. Contact implements IItem and it also has a module instance of IItem. I also have two tables in a one-to-one relationship: Item and Contact. I would like to be able to extend the functionality thru a plugin
|
| Boolean logical expression in VB6 | 09 Nov 2005 18:45 GMT | 3 |
I have this follwoing line of code in a loop exceuting correctly and producing the results as the way i expect but takes very long of execution time. I am trying to optimize the line and looking for suggestions.
|
| class name | 09 Nov 2005 18:29 GMT | 5 |
is there anyway to give a standard vb form another class name then thunderxxxform ? if so, how ?
|
| Sending data to a USB port | 09 Nov 2005 17:42 GMT | 3 |
Hello. How can I send data directly to a USB port? I need to send commands to a printer, but using the generic / text only driver it is not working. Thanks.
|
| treeview collapsing | 09 Nov 2005 17:21 GMT | 7 |
i may get shot for this.... but im looking to create something similar to #region and #endregion using treeviews
|
| Creating a Multi Dimensional Array | 09 Nov 2005 16:33 GMT | 2 |
I need to create a public multi-dim array that can hold a mixture of string and int values. I will need to search this array for a value and return a value from a subscript. This array will expand as it reads in records, so I will need to preserve
|
| VB 2005 Express | 09 Nov 2005 13:44 GMT | 2 |
This is a very new version of VB and mostly for novice programers. I have started to play around with it but am having a bit of trouble. I have created an MS SQL data base using VB 2005 Express and need a field for time. MS SQL does not have a dedicated time field only
|
| moving a child window | 09 Nov 2005 13:43 GMT | 1 |
I am using getObject to attach my form to a microsoft visio(a microsoft drawing tool) drawing and then during the execution the code resizes the form, what happens is that the form is resized all right but it also moves from its position. can anyone please point out the problem?
|
| Tough! How to get the name of subroutine caller? | 09 Nov 2005 12:46 GMT | 4 |
Hi ! All, I have three subroutines, say test1, test2, test3. All of them call the test4 subroutine. Public Sub Test1()
|
| Picture resize error 438 | 09 Nov 2005 09:17 GMT | 12 |
when trying to run Private Sub SetImageBoxSize(ImageBox As Image, _ Optional ImageReductionAmount As Long = 0) Dim ParentRatio As Single
|
| sending file through winsock | 09 Nov 2005 07:49 GMT | 5 |
hi all is this possible i wanted to send file by using a winsock control .. is this possible . i have a little guess that this can be done by opening a file in a binary format and then sending it through. . please help me
|
| Unusual problem | 09 Nov 2005 01:34 GMT | 6 |
I am working on a VB program. When I run it, it comes to a point where it goes into an endless loop. The only way out is to bring up the Task Manager. When I do this the TM show that a program which I long ago erased from memory is currently running. I have done a file search ...
|
| connect to web database | 09 Nov 2005 00:29 GMT | 1 |
I got a PC with internet connection and web site example www.myname.com i have uploaded a MS access file example db.mdb file using ftp connection. Is it possible to retrive/store any data into the MS access table from my computer using visual basic.
|