| Thread | Last Post | Replies |
|
| Monikers in VB6 | 29 Apr 2008 21:23 GMT | 3 |
So, If the VB intrinsic function "getObject" is used to open a Moniker, what it the counterpart function for creating a, say, File Moniker? I don't need to call the Win32 CreateFileMoniker function directly, do I?
|
| Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) | 23 Apr 2008 13:03 GMT | 1 |
I am working with a conversion application from VB 6.0 to VB.NET 2005. I used Visual Studio 2005 for conversion of this VB 6.0 code. It's sussfully converted And Working fine in some devlopment systems. But in few systems (like, my development PC) an AxComCtlLib.dll is missing
|
| Find Ado recordset field that fire error | 23 Apr 2008 08:04 GMT | 14 |
I have this situation: Dim sSqlSelect As String dim vFields() as variant dim vValues() as variant
|
| VB.NET under XP/Vista: jpeg files "locked" by PictureBox, cannot move/delete | 22 Apr 2008 02:44 GMT | 2 |
Any help appreciated. Image is loaded from a jpeg file (call it "some.jpg") into a PictureBox control (call it MyPicBox). No problem. User hits DEL. Event-driven code attempts to delete the file, like so:
|
| Find field that origin a Ado recordset error | 20 Apr 2008 11:50 GMT | 2 |
I have this situation: --------------------------------- dim sSqlSelect As String dim vValues As Variant
|
| Help - vbs WMI script to vb.net 2005 conversion | 16 Apr 2008 13:51 GMT | 4 |
Problem: I need to backup and clear the security event log. I have this working via a vbsscript which I will post below. However while I can use this script manually it is not user friendly and my end users who have to perform the
|
| Using MIDL/VS2008 to generate REF DLL for binary compatibility, How to? | 16 Apr 2008 01:39 GMT | 5 |
At the outset, sorry for the cross-post; it is IMHO that this post is relevant to both the groups I have posted it to. If you think differently, please feel free to set follow-ups as appropriate. Thank you.
|
| automation between excel and word | 14 Apr 2008 19:40 GMT | 2 |
hi all i been trying to get to grips with automation. and have found some guidence in the application help but i am a bit stuck. using Set wrd = CreateObject("word.Application") i can open a word doc and with limited sucess manipulate the word document that was opened
|
| Registering a VB.NET (or C#) app to scanner events using Still Ima | 14 Apr 2008 17:03 GMT | 1 |
Does someone know about a piece of code in VB.NET or C# to register an app to scanner events using Still Image (sti.dll) API? I don't understend how to implement the API correctly using the provided documentation
|
| Excel Obect in Visual Basic 6.0 - Safely cleanup object | 14 Apr 2008 16:13 GMT | 10 |
I have an application in which I am referencing Excel Object. Here is the piece of code using which I am instantiating Excel Object, Set oXL = CreateObject("Excel.Application") I have used Form_QueryUnload event and used following code in it to clean up
|
| the Me object can't put in paramarray? | 14 Apr 2008 01:54 GMT | 33 |
i wrote some the following code in vb6 there's a member function in the class clsA public function fncA(method as string,ParamArray par()) ...
|