| Thread | Last Post | Replies |
|
| RaiseEvent bug? | 09 Feb 2006 17:32 GMT | 3 |
Does anyone ever have problems with events being raised in code, but the event procedure not firing? I have two classes in a single DLL project. - Class1 contains the following event:
|
| Storing richtext in an array | 09 Feb 2006 14:05 GMT | 2 |
I would like to create an array to store images of the contents of a richtext box, and then restore them to the same richtext box at a later time. Maybe I missed something, but an array strings doesn't seem to work. Thanks for any help.
|
| Operation not allowed when object is closed | 09 Feb 2006 14:02 GMT | 6 |
I am having problems trying to debug the message "Operation not allowed when object is closed.". As far as I can tell the object in question is open. Below is the code. The error lies on the line " If RS.EOF = False Then ". Right before
|
| ListView.Selecteditem | 09 Feb 2006 09:01 GMT | 8 |
Is there a way to simulate a selection (let's say to the third item on the list) and cause the highlight to appear? Any ideas welcomed and appreciated. Thanks!
|
| Is there an SQL statement I can use to help populate a grid...? | 09 Feb 2006 02:37 GMT | 7 |
I have a database with 2 tables: Customers and Payments My grid is linked to a data control that is linked to the database. Something like this: Data1.DatabaseName = "MyDataFile.mdb" Data1.RecordSource = "SELECT * FROM Customers ORDER BY CustomerNo;"
|
| Is it common practice to test a mdb file before trying to using it...? | 08 Feb 2006 21:03 GMT | 6 |
Should a program check to make sure that all the tables and their fields are present in a mdb file before using it. And if so, is there a suggested way to do this? Guy D.
|
| Adding textboxes to a form at run-time | 08 Feb 2006 16:40 GMT | 4 |
Recently, somebody posted some code to add controls to a form at run-time - could they please re-post or let me know where to find the document elsewhere. Thanks,
|
| Calling Com.Exe | 08 Feb 2006 16:11 GMT | 9 |
I am using MS Access 97 Developers Edition VBA, and need to call com.exe or Command.exe, depending on what operating system the runtime application is running under. The reason I need to do this is that NT derivitive operating systems
|
| Install DLL already in use | 08 Feb 2006 09:49 GMT | 1 |
I try to install DLL already in use and i can't ( i know it's normal), but i already read somewhere it's possible to copy the file and REG with RUNONCE into RegEdit. Some body have idea how to do Thank'x in advance
|
| Is it ok or bad to unload the startup form while keeping other forms loaded...? | 08 Feb 2006 09:36 GMT | 4 |
I configured my VB5 project to start up with my main form which I called forMAIN. This form has several data controls which are all linked to my microsoft database ex: mydata.mdb If I understand correctly, my database must be closed in order to repair or compact it. Also, I think ...
|
| Question regarding VB6 | 08 Feb 2006 09:32 GMT | 15 |
I have a form with a lot graphics in and each graphic (WMFs) has on "OnClickEvent". But as they are all very close to each other, and VB shapes of each graphics quadangul, even if they are in fact only trianguls, the shapes are
|
| Default Printer. | 08 Feb 2006 05:53 GMT | 3 |
Was hopeing someone could point out a good primer on printing. Am trying to change the default printer, have the device names in a list box, but can't for the life of me figure out how to select one from the list box and set Printer = . Any help would be appreciated.
|
| Registered versions | 08 Feb 2006 03:51 GMT | 2 |
I seem to have trouble posting?? This is a repost, if you have seen this one already, sorry. ----- I have an app that deals with financial data and as such there are some
|
| Out Of memory | 08 Feb 2006 00:23 GMT | 2 |
Hello friends, I'd like to now if anyone of you knows how to solve a problem with message "Out Of Memory". Did you meet this problem while developing any Visual Basic 6.0 project ?
|
| Help needed with a Visual Basic Designer Module | 07 Feb 2006 16:04 GMT | 2 |
I recently was hired to do some development on an old Visual Basic 6.0 program that several different consultants had worked on from time to time. When I tried to open the source code project, it worked fine for the
|