| Thread | Last Post | Replies |
|
| Operation must use an updateable query (0x80004005) | 03 Aug 2006 22:12 GMT | 5 |
Operation must use an updateable query (0x80004005) I keep getting this error when trying to add info to a database in ASP. Here's basically what I'm doing: Dim conn
|
| C++ to VB6 | 03 Aug 2006 21:32 GMT | 6 |
Could anyone tell me how to convert this C function to a VB6 function bool GscDBI_importcall DBI_EncodeStringA(TDBIAssignAnsiStringCallback, std::string& EncodedStr, const char* Source , __int32 SourceLenInChars, const void* Key, unsigned __int32 KeyLen);
|
| RaiseEvent fails from a Modal form | 03 Aug 2006 20:02 GMT | 10 |
Via a button on a modal form in an ActiveX dll, I trigger a RaiseEvent to be trapped by the app that called the dll. Running from the VBIDE it works fine but not if compiled. This appears to be a known issue. An old suggestion of Ken Halter (thanks)
|
| Killing an app in the middle of form.load event | 03 Aug 2006 19:35 GMT | 10 |
I have designer a viewer type application. When it loads it check for certain images, if they do not exist then a dialog box pops up to inform the user. It is the vbCritical dialog box. When the user selects OK I would like to terminate the application instead of continuing with
|
| How to generate a Map from an Excel Cross tab report using MapPoin | 03 Aug 2006 17:18 GMT | 2 |
I have a requirement to develop a VB application, when I click a button the application should automatically generate a Line Graph, Column Chart and a Map on separate tabs of an Excel workbook using an existing cross-tab report data (Report tab) from an Excel worksheet. I have ...
|
| Access variables across Windows Forms | 03 Aug 2006 16:23 GMT | 2 |
I created radio buttons within a group control in Form1. User select oneof the radio buttons options. I want to access the selected variable value in Form2. How should i declare my variables so that variables can be access from other Window Forms ?
|
| Listview to set different colour for alternate row??? | 03 Aug 2006 14:58 GMT | 3 |
Can listview set different color for alternate row?? Does anyone knows? Regards Vanessa
|
| USB-Memorystick - serial number | 03 Aug 2006 14:40 GMT | 21 |
Hi to all, does somebody know how to read the serial number of an USB-Memorystick (Flash-memory). This serial is told to be unique and can not be altered after been written (along with the VID, PID etc) by the
|
| height in pixel | 03 Aug 2006 09:59 GMT | 2 |
As I understand, the values of height and width are in pixel. The screen resolution of my monitor is 600*800. But the height and width properties of my forms are much bigger and they do not fill the screen. For example a form with H&W of 9000*12000 completely cover the screen.
|
| VB Learning Edition and VB6 service packs | 03 Aug 2006 03:40 GMT | 6 |
Can a VB6 Service Pack be used with VB6 Learning Edition?
|
| KeyPress Event Not Working | 03 Aug 2006 01:25 GMT | 16 |
I'm trying to create a KeyPress event in my program so that whenever the user presses certain keys a command button is triggered. In Form_Load, I have inserted the following line: Full_View_U1.KeyPreview = True
|
| How to copy files | 03 Aug 2006 00:20 GMT | 3 |
I want to copy files from one directory to another directory. The directory may look like following c:A\Path-001\.. c:A\Path-002\...
|
| Remotely execute a VBscript from a local VB2005 app... | 02 Aug 2006 23:27 GMT | 1 |
I've created an app in VB2005 to create users in our AD. This app will be used by our helpdesk-team and will run on a citrix server. The actual creation of new user accounts is performed on the DC with FSMO role.
|
| Invalid use of Null | 02 Aug 2006 23:27 GMT | 19 |
I am using VB6 and DataEnvironment to connect to an Access database. When I read data from the database, if the field is not filled in in the database, calling it up in VB gives me the error "Run-time error '94'; Invalid use of Null. I don't want to have to go into my database
|
| Creating new node inside a xml node ? | 02 Aug 2006 23:22 GMT | 1 |
Hi... how do i create a new xmlnode inside a node ... i have folowing code : Dim tmpElement As MSXML2.IXMLDOMElement
|