| Thread | Last Post | Replies |
|
| VB6 crashes on start after fresh install | 14 Nov 2005 01:08 GMT | 1 |
After a fresh install of VB6SP6 under Win2000SP4 and newest updates the IDE wont start on a Compaq Armada E500. The Error Message is c0000096 Adress 1018F970. What can I do to get VB6 running. Visual InterDev also crashes. Before I had the same problem (but I dont know the error
|
| What is a function in VBA EXCEL witch finds a string like "not" in cell and then deletes a row with this cell? | 13 Nov 2005 22:06 GMT | 2 |
I have a problem with finding a string in a selection range and than deletes row including this string. For example: I have in column A: ________A________
|
| Passing txtBox to Sub | 13 Nov 2005 07:10 GMT | 18 |
I have a number of textboxes that must be checked for proper data entry. If the user enters a value that is not within a certain range or just plain invalid, pop up a msgbox and then return the user to the textbox that contains the bad value with the bad value highlighted for ...
|
| Unique Combinations and Values | 13 Nov 2005 02:24 GMT | 3 |
I have a UserForm with 7 buttons on it. I am trying to write a script to identify which combination of buttons have been pressed and assign this a value or score. I tried assigning a "value" of 2^0=1 to the first button, 2^1=2 to the
|
| functions variables and making things more elegant | 13 Nov 2005 00:50 GMT | 18 |
I currently have code in each form in my vb project that opens a connection to a mysql database which takes the connection string from a function in a module (see below). My problem is I the users can be different (different levels of access) so I
|
| Data Report control questions | 13 Nov 2005 00:36 GMT | 3 |
I'm trying to learn Visual Basic 6 and am reading from Sam's Teach Yourself Database Programming with Visual Basic 6 in 24 hours. These questions have to do with page 166 if anybody has this book. I have some questions as related to Visual Basic 6 controls of a Data
|
| How to connect two columns in Excel VBA?? | 12 Nov 2005 21:58 GMT | 1 |
Could you tell me how to in easy way connect two columns. I have _____A_____B______C_____ 1 | string | text | stringtext |
|
| MsflexGrid - Cell Text Display Problem | 12 Nov 2005 12:09 GMT | 5 |
Hi People, I am using an Msflexgrid (I'm forced for legacy reasons) and I'm having trouble with the following code. The grid has 3 cols and 3 rows: Dim str As String
|
| Regarding Package and Deployment Wizard | 12 Nov 2005 04:40 GMT | 6 |
i am developing an application which uses the clientcomlite.dll file (active x) . when i want to make setup file. i added this dll and all its dependencies in the package and deployment wizard.
|
| sendifn file using winsock | 12 Nov 2005 03:05 GMT | 5 |
hi im a vb6 programmer i am experimenting with winsock control from a quite some time now when i have started to understand how things happen in there i wanted to know more about winsock
|
| Formatting in SQL | 12 Nov 2005 03:03 GMT | 3 |
Is there a way you can format a numeric field in an Sql statement? ie: "Select Price From LineItems" Is there a way you can format Price so when it appears in the grid it looks as currency?
|
| Printing (testing if a printer is available across a VPN) | 12 Nov 2005 02:57 GMT | 9 |
Hello... I'm working on a VB 6 application that is used by shops selling car parts, and I'm having a bit of a problem with printing... We have a concept of a "Dayend", which is basically the last thing
|
| Windows 2003 + VB6 IDE + .NET ShowDialog() | 11 Nov 2005 21:24 GMT | 2 |
I honestly don't know the appropriate newsgroup in which to post this question. I have discovered recently that there is set of conditions which can cause the user interface of the VB6 IDE to lose the ability to function correctly. The situation occurs only on Windows 2003 from ...
|
| How to use "CONCATENATE" function in VBA | 11 Nov 2005 16:45 GMT | 1 |
How can I do something like this I want to add to all cells in range Range("A:A").SpecialCells(xlCellTypeConstants) a prefix string like UT_ for example. I know there is a "character" but how i can use it for ma Range
|
| Trouble focussing | 11 Nov 2005 15:35 GMT | 3 |
I have a simple application with one form containing one MonthView control and a command button labeled "Close" whose only action is to call "End". It's ennoying to click on a specific date and then have to click thice on "Close" button to be able to activate the "End".
|