| Thread | Last Post | Replies |
|
| Opening a Word document | 14 Jul 2005 21:13 GMT | 7 |
On a form that is shown with vbModal, I have a button that starts Word and opens a document. As soon as the document is opened, my form pops to the front. Is there a way to make Word stay on top as the active window? -Dan
|
| Microsoft Calendar Control 8.0 | 14 Jul 2005 20:37 GMT | 1 |
I have an application that uses the mscal.ocx, ver8.0.0.5007. This app has worked on ever thing from Windows 98SE to Server 2003. But I have this one XP machine that it does not work on, I don't get any errors, just nothing shows up on the calendar. Has anyone seen this and ...
|
| test to see if array is empty or null | 14 Jul 2005 19:48 GMT | 2 |
how do you test to see if an array has any elements in it or if it is null? isnull and isempty are not doing the job. tia
|
| System Tray Question | 14 Jul 2005 19:31 GMT | 2 |
I am using the Microsoft Systray.ocx in my program, all is working fine. Is there a way of knowing when the user holds the mouse over the icon of my program in the tray ? Thanks in Advance
|
| sorting dates | 14 Jul 2005 19:27 GMT | 8 |
I have a listview that has a column that is a date. The dates I have are all string values. Is there a way to sort this column correctly?
|
| app can't find help after install | 14 Jul 2005 19:03 GMT | 3 |
I switched from using P&D to vsi 1.1 and my app can't located the help file after I run intaller, the help file is in the correct place, app folder. after the intial error asks if I want to find the file myself and I do the help file opens as it is supposed to.
|
| CallStack | 14 Jul 2005 18:21 GMT | 1 |
Can you programmatically get/print the call stack ? Thanks.
|
| "Format" for image sequences | 14 Jul 2005 18:17 GMT | 4 |
Hello all. I am using the Format function to generate filenames for an image sequnce that I'm saving out. sequencenumber = format(n, "_0000.tga") where n is the number of the image in the sequence.
|
| How do I set the text color on a RichTextBox control? | 14 Jul 2005 18:07 GMT | 2 |
How do programatically set the foreground color (text color) for the entire text on a RichTextBox control? I see that the control exposes the BackColor property, but I don't see any ForeColor property. Thank you in advance,
|
| User-defined type not defined | 14 Jul 2005 17:10 GMT | 6 |
I'm new to VB6, please help me solve my problem. Im trying to run the form but error prompt as stated on the subject and it points to Recordset. I think I need to load something but I realy don't know what it is. See script below and hope you could help me solve this:
|
| Getting an XML Node using Namespaces? | 14 Jul 2005 16:51 GMT | 3 |
I hope someone may please be able to help me. I have an XML document that uses namespaces. Each time I try to get a node using "SelectSingleNode" it fails telling me there is no definition for the namespace. I'm using VB6 and XML 4.0.
|
| GetLocalDriveLetter() | 14 Jul 2005 16:04 GMT | 3 |
How do I get a VB6, executable (Windows NT) to return the user's local drive letter? The Background: Our target documents are stored on our LAN's G: drive. I've been working
|
| Problem comparing double values | 14 Jul 2005 15:34 GMT | 11 |
Hello all, I have a strange problem that I would appreciate any help with. I have an application that involves a comparison of two numbers, one of which is made up of the sum of the values in an array. The code is as follows:
|
| Need to select MANY files for my app | 14 Jul 2005 15:10 GMT | 13 |
I'm using the Common Dialog Control and have set the MaxFileSize to 32767, but that is still not enough. I'm doing testing and need to load many files ( upto 10,000+). The app will then iterate through each of these and perform some function. I could allow them to select a ...
|
| Using public type in class module interface | 14 Jul 2005 13:58 GMT | 1 |
In an object module I have a type declared as: Public Type MyType member..... End Type
|