| Thread | Last Post | Replies |
|
| splash screen not showing up quick enough | 29 Sep 2007 12:54 GMT | 16 |
I've done a blank form to show a splash screen whilst I load the other stuff at startup, but it doesn't display quick enough. What I get is a blank box for about 5 seconds (the transparent form) and then the app kicks in, which is nice but I'd rather see the splash screen
|
| How to Get CallStacks | 27 Sep 2007 12:52 GMT | 4 |
Dear Sir, I am storing errors in Log Events for that I want to find all calling procedures from start. Please help me.
|
| Object not being dropped | 26 Sep 2007 21:00 GMT | 7 |
I'm having real problems dropping an object that I create at the beginning of my app to make sure a certain component is available. My function is: Public Function CheckWordInstalled() As Boolean Dim obj As Object, bolCheck As Boolean
|
| Problem with programmatically adding combo boxes | 26 Sep 2007 20:38 GMT | 4 |
I have created a sub routine for programmatically add an indefinite number of combo boxes to a form. The combo boxes are bound in code to a view for displaying the available options. This routine works good until you add the second combo box. At that point it changes the first ...
|
| MSSOAPLIB.CONNECTORPROPERTY | 23 Sep 2007 11:51 GMT | 2 |
What are le property names for MSSOAPLIB.CONNECTORPROPERTY ("xxx") I have found Timeout, what else ?? I am looking if the max message length can be specified
|
| Good icon app and guidance once and for all | 22 Sep 2007 23:41 GMT | 3 |
I've always been a bit hairy-fairy on this subject so I would appreciate any help you can give. 1) I want an app whereby I pick a picture, it allows me to set a transparency area (the icon is a circle so I need to take the corners off
|
| Big ask - need help formatting data from vb to word doc | 22 Sep 2007 15:24 GMT | 1 |
I know this is a big ask, but I could really do with some help making the below reliable and as fast as possible. In essence I have a word doc consisting of 1 table, which has about 20 cols and 6 rows.
|
| Any way to count how many nodes exist using VB6 | 22 Sep 2007 10:58 GMT | 4 |
I'm using the xml.selectnodes(etc.... etc..) command in my VB app to retrieve data, but I need to put a check in to make sure that the nodes that I've asked for exist in the xml file and have come back. My first thought was if I could do some form of count of nodes retrieved so
|
| How do I make my listview have no selection to start with? | 22 Sep 2007 10:57 GMT | 6 |
I'm basically using a VB6 listview and a button and I want the user to choose an item on the listview and then click the button to initiate the button code for that specific selection. At the moment, when the user enters the form (form activate stage), no
|
| XML file to VB | 18 Sep 2007 10:36 GMT | 10 |
Looking for some pointers on this one. Basically I'm given an XML file that I don't have control over and my VB6 app has to read this data in. Because I don't have control over the XML tree structure and it might change
|
| XML file to VB - how do I get it to look at the first instance of something? (ping Mike Sutton) | 17 Sep 2007 22:34 GMT | 1 |
Mike Sutton kindly gave me a great code chunk in relation to this, but I need to get only the first instance of a particular node - is this possible? To explain, I'm using: Set oLst =
|
| Do I need to keep my pics / icons with the app? | 16 Sep 2007 14:06 GMT | 3 |
I'm using VB6 for my app. I get the idea about loading my bg pic into a var and then in code referencing this var for each form's bg rather than using the Picture param of each form, but I have a few forms that only use a particular bg so they
|
| Ftp to Unix by VB.Net | 07 Sep 2007 15:22 GMT | 2 |
Hi I'm trying to find out how to tranfer a file to a ftp-cataloug located in an UNIX server. My app is a Win service (without UI).
|
| Calling VB6 function from C | 02 Sep 2007 15:42 GMT | 1 |
I need to update a VB caption, with textual information - detailing progress of processing being carried out in a C DLL. Basically, I want my C function to be able to write messages back to VB, which will then display the message in a label.
|