| Thread | Last Post | Replies |
|
| using MSComm | 20 May 2008 19:51 GMT | 2 |
I have the VB6.0 Learning Edition. when I try to use MSComm in my form, I get an error : "You do not have appropriate license for this functionality." How can I get a license for MSComm ?
|
| HOw to import a text file with fixed column in an access database | 20 May 2008 19:36 GMT | 10 |
I want to import a text file width fixed columns width into an access database and use the ado connection to do that. To make a simple example, the file only contains 1 column: 1234567
|
| Outlook 2007 | 20 May 2008 19:32 GMT | 3 |
I can receive email but cannot send email in Outlook 2007.
|
| "Out of Memory" error when loading the new text box | 20 May 2008 17:56 GMT | 4 |
I am storing (and displaying) text using the aray of the textboxes. At the start, only one textbox is loaded txtTapiLog(0) When the text exceeds 64k limit, my code loads the next textbox, writes text
|
| Help! VB6 Weird Calculation! | 20 May 2008 16:23 GMT | 3 |
We have a VB6 app, which connects to Oracle via Microsoft OLEDB Provider for Oracle (Provider=MSDAORA.1). Data returns from Oracle to front end as a recordset. Oracle just upgrade from 9i to 10g. We got this problem recently ("G19" and "G18" define as NUMBER(26,3) in Oracle). ...
|
| IE7 - File Not Found ieframe.dll | 20 May 2008 00:51 GMT | 3 |
I recently updated to IE7 and now when I try to open a VB6 project I get this error ?? Any idea what it is and how to fix it? I'm running XP ...
|
| Error handling | 20 May 2008 00:37 GMT | 2 |
Hopefully a quick question to answer here...I wish to handle an error, but only if the error occurs in one line. After that line I wish the code to crash to the debugger as normal on errors. Is there any code such as
|
| C++ conversion | 20 May 2008 00:14 GMT | 1 |
Hi... I have a program which I need to convert from C++ into VB6. I know nothing about C++ unfortunately, so it is an impossible task given the very little time I have - so no time to sit down and learn it.
|
| Can a VB6 application 'promote' itself? | 19 May 2008 23:11 GMT | 12 |
Can a VB6 application 'promote' itself? For example, the application's manifest has 'asInvoker' and later in the program's execution it needs to do something that requires 'requireAdministrator' is it possible to promote to administrator or
|
| Listbox (again!) | 19 May 2008 17:58 GMT | 8 |
I am making a deciphering program using VB6, and I've come a problem in an early stage. Basically, it uses an algorithm which after some processes, returns 15 values into a Listbox.
|
| A little OT maybe | 19 May 2008 17:31 GMT | 9 |
I have just downloaded XP SP3. Anyone had any issues with VB6 after installing it? One hardly dares to install any updates from MS nowadays, without some prior feedback :(
|
| [VB5] Can controls resize and position themselves? | 19 May 2008 06:46 GMT | 10 |
Although forms have a WindowState property that can be set to "2 - Maximized" so at least forms can fit any screen, widgets within forms don't seem to have any property so they can resize and/or reposition themselves to fit the user's screen definition:
|
| VB crash - Can anybody read a memory dump? | 19 May 2008 05:01 GMT | 21 |
I have a really huge VB6 project, and I'm using many usercontrols and third party controls. From time to time my app is crashing. My project is so huge that I cannot easily remove control by control
|
| SHFileOperations Move & Rename | 18 May 2008 08:17 GMT | 10 |
I learned a great deal about this API over the last two weeks but I have a question that I can't resolve on my own. What is the difference in using the MOVE operation as opposed to the RENAME operation using this API? In my applications, the results are exactly the same - a ...
|
| Writing an XML file to sharepoint using VBA in excel | 18 May 2008 07:33 GMT | 3 |
As the title suggests i am trying to save an XML file that I have generated in VBA (in excel) using the DOMDocument object to a location on sharepoint but the DOMDocument.Save method does not work. Does
|