| Thread | Last Post | Replies |
|
| Handle from Process ID | 23 Oct 2004 02:02 GMT | 1 |
If I have the Process ID for an app, how do I retrieve a handle from it?
|
| Make Exe problem | 23 Oct 2004 00:58 GMT | 8 |
I have problem with making Exe file problem. When i try to make exe... It show this error:- Unexpected error occured in code generator or linker. View error message? if i press yes... it display: -
|
| VB6 Form Layout Window | 23 Oct 2004 00:45 GMT | 2 |
In my Form Layout Window in VB6-sp6, forms are no longer visible. It just shows a black square. Closing it and redispaying it doesn't help. Neither does resizing it or undocking it. Any ideas on how to correct it? Thanks!
|
| CreateObject vba code stops running | 23 Oct 2004 00:18 GMT | 2 |
I'm using VBA in ms-access 2000. When I try to create an object using "CreateObject" the VBA code simply tops at this line. Set fs = CreateObject("Scripting.FileSystemObject")
|
| User defined type | 23 Oct 2004 00:13 GMT | 2 |
I am trying to make a user defined type but get the error that it is more than 64K without the lines SgnVideotext As String * 200
|
| VB6 application crashing on win2k servers | 23 Oct 2004 00:02 GMT | 3 |
My error concerns a VB6 application when run on a server. The application dies without errorhandling (crash) when properties of an instance of a form object are set. The error occurs when running through Remote Desktop as well as when
|
| newbie question | 22 Oct 2004 19:01 GMT | 16 |
On VB6 i have: dim hours, overtime as integer dim rate, total as integer hours = Val(txtHours.Text)
|
| [VB.NET] Scaling a picturebox | 22 Oct 2004 15:30 GMT | 2 |
Going from VB6 to VB.NET i have lost the capability to do the most simple things... In VB6 scaling a picturebox was done like this: Me.picturebox.scale (0,25)-(25,0)
|
| Word Mail Merge | 22 Oct 2004 10:30 GMT | 2 |
I'm trying automate a mail merge in VB.Net as a spike/proof-of-concept. The resulting mail merge document should look very roughly like this: <<Customer FullName>> <<Customer Address>>
|
| Check Path | 22 Oct 2004 10:05 GMT | 3 |
G'day All, I'm using code below to check a path selected by a user. Can anyone pick holes in it please? The more critical you are the better.
|
| vb application invokes C code which invokes another VB application | 22 Oct 2004 09:54 GMT | 4 |
I've written an interface application in VB that calls C code that uses socket calls to another application I'll call it XXXX. This other application processes the command(s) from the interface application and may launch a VB application that displays data,....
|
| Err object spontaneously resetting | 22 Oct 2004 09:19 GMT | 6 |
In one of my functions the Err object is spontaneously resetting itself on entry to the error handler: Public Function MyFunction(ByRef obj as Arena.Sheet) as Boolean On Error Goto MyFunction_Err
|
| keyb_event sending special signs | 22 Oct 2004 08:01 GMT | 4 |
I use keyb_event to send keystrokes to the active window. It works allright, but how can I send special signs like "Ç"? Does this have a keycode? Thank you,
|
| Cursor handle | 22 Oct 2004 07:53 GMT | 1 |
Is there a way to find the handle (hwnd) where the cursor is blinking? The Etron
|
| Sending a mail | 22 Oct 2004 02:20 GMT | 6 |
I want to open Outlook Express from my VB 6.0 program. I know that there is something like "CreateObject" but I don't know how to use it. If someone could help I'd be very gratefull regards,
|