| Thread | Last Post | Replies |
|
| result set invalid use of property | 18 Feb 2004 18:43 GMT | 1 |
I have the following code Private dataEnviron As dataEnv Private DBconn As Connection Private Sub Class_Initialize()
|
| Float Inexact Result | 18 Feb 2004 14:52 GMT | 1 |
I am getting the following error First-chance exception in UCSSocketServer.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result. My VC++ program invokes a method of a VB ocx which in turn calls the VB dll. The error occurs during the invocation of the dll method. I
|
| get current user id in windows 2000 or NT | 18 Feb 2004 14:46 GMT | 4 |
Can someone please show me how to get the id of the current user that is logged into either NT or windows 2000 and display it in a text box? Thanks, Kevin
|
| Detect the document Type | 18 Feb 2004 14:26 GMT | 4 |
Is there any way we could detect a file of an Office or pdf? Thanks Siulobow
|
| PBM: VB crashes when opening properties on a Data Environment comand | 18 Feb 2004 14:12 GMT | 10 |
This is a problem that I've seen many, many times. Now it occurs everytime I right click on a command in a Data Environment design view: VB crashes (i.e. Visual C++ is invoked on an assembly instruction as it's the default JIT debugger). I think it might have something to do with ...
|
| need some expert advice | 18 Feb 2004 13:29 GMT | 5 |
I have written a piece of code in VB6. When I compile the code, everything is just fine. When I run it in the VB6 IDE enviroment, I am getting "memory can not be read" error on some random spots. Moreover, I know that we can debug VB code in VC++ 6.0. I tried running the code
|
| Build VB ActiveX Dll to call functions | 18 Feb 2004 12:07 GMT | 1 |
Hello, I have a problem building and using an activeX dll. I would appreciate it if anyone could help: I have written some complex functions. I have a complex type with .real and .imag part as follows:
|
| How to Undo a VBA macro? | 18 Feb 2004 04:01 GMT | 3 |
I've written, er, that is, recorded and re-written a lot of little useful macros to help me with a spreadsheet dealing with financial investments. Very handy they are, yes, but sometimes I wish I could undo what one of them just screwed up for me.
|
| Strange problems with comdlg32.ocx and shell32.dll - can anyone help? | 18 Feb 2004 02:52 GMT | 10 |
Our VB6 application uses comdlg32.ocx to show file open dialogs (not using any flags) and shell32.dll to show the folder browse dialog. We're using installshield to install the app. This app has worked fine on all platforms ... until now!
|
| Invoke "services.msc" using VB6 | 18 Feb 2004 01:12 GMT | 3 |
I would like to be able to invoke C:\winnt\system32\services.msc (Service Control Manager) with the click of a button. I tried using the Shell command but got a run-time error "invalid procedure call" Here's the code.
|
| Error Handling | 18 Feb 2004 00:17 GMT | 1 |
One Step Ahead: It's 3:00 A.M., do you know what your application is doing? Know about possible errors before your customers do! Start the debug process before the customer reports an error to you!
|
| parsing text or just plain storing it question...... | 18 Feb 2004 00:03 GMT | 4 |
I am searching a website for a user supplied string. After I find it, I want to store the following 15 character for later use. I can't seem to get to them, although, I am pointing right there, the object doesn't seem to have a routine for reading the text.
|
| eproms autos & vb6 | 17 Feb 2004 21:11 GMT | 2 |
Anyone tried programming an automotive ECU (or any other kind eprom) and/or building engine analysis/tuning systems in VB6? Any tips before I dive in? cheers
|
| Application.Run() and ShowDialog error | 17 Feb 2004 19:36 GMT | 1 |
I have a Appication starting thought a Module Main sub <System.STAThread()> _ Public Sub Main() System.Windows.Forms.Application.EnableVisualStyles()
|
| how to display word docs... OLE question | 17 Feb 2004 18:07 GMT | 1 |
I am making a simple app that displays a series of Word docs. Essentially, I just need a text box that can display essay1.doc, and a botton that changes the document to essay2.doc. both documents are already existing, not new files to be created.
|