| Thread | Last Post | Replies |
|
| Command Button Color | 25 Jun 2005 19:16 GMT | 14 |
I let the user select what color they want for the background. I have this code in the main form and it works fine. Sub Get_Color() On Error GoTo ErrHandlerColor
|
| TreeView drag and drop | 25 Jun 2005 16:10 GMT | 1 |
I am trying to implement Drag and Drop with my TreeView Control. The problem is, when I click on a node, drag it, and drop it to other node. The dropped node does not hold the drop postion. It moves to the top of the nodes. BTW, I am using VB6.0 here. here is the codes
|
| Active X cant create component in a runtime executeable | 25 Jun 2005 10:14 GMT | 1 |
Ok i have a Visual Basic Group of projects contaiining the following Talk Talk.vbp (Visual Basic Project) and the main application 3 DLLS inc Import Files
|
| using classes and validation code in vb6? | 25 Jun 2005 08:02 GMT | 1 |
hi..alll i've planning a small policy generator program.. (agent enters policy offer and gets ouput) this program has 4 tabs and round 200 controls (it takes out a lot of
|
| Help Please: Vb6.0 Aligning Columns of Numbers in a multiline textbox (Format Function) | 25 Jun 2005 03:30 GMT | 4 |
I need to display several columns of numbers in a textbox. I wish to display the columns with the decimal point position aligned vertically. I have found that the # digit placeholders do not reserve the spaces for the number if the number of digits are fewer than the number of ...
|
| InputBox and click event | 24 Jun 2005 18:14 GMT | 7 |
I have an application that uses many InputBoxes. I need to be able to pop up an on-screen keyboard when the user touches or clicks into the text box field on the InputBox. I have this working for normal TextBox_Click event on forms.
|
| Erroneous compile error in large solution | 24 Jun 2005 17:15 GMT | 2 |
I have a really large solution with some 13 projects in it. One of the forms in a project keeps on getting a compilation error every now and then. The error is bogus: it says that some method or member is missing, but the method is there in the same file as the one referring
|
| best connection | 24 Jun 2005 14:12 GMT | 1 |
Silly question, but trying to learn best practice. I have a fairly large program with quite a few forms that users pop back and forth from. I am trying to make the program more efficient and was wondering...when it comes to connecting to SQL Server, should I create
|
| Feasability of using VBA for project? | 24 Jun 2005 14:06 GMT | 1 |
I have been asked to produce a solution for a business. At present I have limited knowledge of VBA and macros. I was wondering if someone might be able to advise me whether what I'm wanting to achieve is possible and perhaps direct me to the best sources of information?
|
| API - Howto compute the number of chars that WOULD FIT in a certain space ? | 24 Jun 2005 04:55 GMT | 6 |
Hi. I have the following problem - I have some user-resizeable controls. In them, I am writing some text (some file path/names). I use the PathCompactPathEx API to which, among other params, I pass the number of chars I need the string to have. Through trial & error, I
|
| PDF and VB6 | 24 Jun 2005 00:31 GMT | 1 |
I want to open a PDF file from within VB6, find a string in the PDF, copy it and write it to a text file. Is this possible? I know there is a third party DLL: iSEDQuickPDF. http://www.isedquickpdf.com/ However, this website is not very
|
| Implements Word.Document | 23 Jun 2005 19:54 GMT | 10 |
I am trying to compile a class wich has the following line of code: Implements Word.Document I receive the following error: Bad interface for implements: method has underscore in name
|
| A delay that doesnt make my PC freeze? | 23 Jun 2005 19:10 GMT | 15 |
Hey folks, Am developing an application that needs to show data periodically every 5 secs. The problem is that it takes less than a second for the computation to finish. But at different stages I need the results to
|
| timeout on inner join | 23 Jun 2005 15:17 GMT | 1 |
I'm running a query to two different SQL Server databases in a vb6.0 connecting via ADO. It works fine when I link the table in one DB to the table in the other DB with a left join and where clauses on one of the tables. But when I change to an inner join it times out. What
|
| Convert speedials from Avaya phonemanager to new version (Hex registry -> binary file) | 23 Jun 2005 13:56 GMT | 1 |
i have a small problem. i'm trying to convert some data so it can be used in a new version of our phone software in our company. reading the data from the registry is no problem at all, and then
|