| Thread | Last Post | Replies |
|
| Access.Application object within VB6 OLE container? | 30 Dec 2003 06:46 GMT | 3 |
Is it possible to create an Access.Application object which runs within VB6? Something similar to Excel Spreadsheet created within an OLE control. Thanks for your help, George Aslanis
|
| database | 29 Dec 2003 14:40 GMT | 1 |
I connect to an access, how can I put in a primary key in access
|
| Execute Access DB from VB | 28 Dec 2003 11:51 GMT | 1 |
I would like to know how to execute code inside a VB application that will bring up an Access database and then execute one of it's macros. So far I've been able to write the following code to bring up the Database, but its not
|
| exe to source code | 27 Dec 2003 19:06 GMT | 1 |
is it possible to convert an exe file to convert to its source code in C-language or Visual basic if i have only exe file.
|
| Printing with WebBrowser component | 27 Dec 2003 02:20 GMT | 3 |
Hi, I am using the WebBrowser component to load an HTML page and print it in a VB.NET WinForm apps. The code looks like : WB.ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT,
|
| Pass User-defined parameters into C DLL failed! SOS!! | 26 Dec 2003 07:36 GMT | 3 |
Issue: The parameters defined in the structure can not be passed into C DLL correctly!! The first one got the correct result, the second one following the first one is wrong! I defined a user-defined type in VB program as follows:
|
| need an API | 25 Dec 2003 21:19 GMT | 2 |
Could you plz help me to know the API which allow the icon of an exe file to appear beside the pc clock. Thanks. Regards,
|
| visual basic homework | 25 Dec 2003 12:34 GMT | 2 |
i have a homework about Visual Basic.And it must be finished on Friday.But i cant do anything about that.So i want to a sample project about this.It may be all about thinks(Calender, Adress Book, Library Management e.t.c) Anybody programmed about this kind of
|
| MP3 Tag info | 25 Dec 2003 00:29 GMT | 2 |
I want to develop a jukebox program. I have all in my mind axcept that I don't know how to edit MP3 Tag Informations. Any recommendations? Thank you
|
| COM and binary compatibility | 24 Dec 2003 23:03 GMT | 5 |
I created an ActiveX dll COM object and a client application that "references" the component. Even though I set binary compatibility setting on the COM project and it has the same GUIDs as the very first dll generated, I need to recompile my
|
| deployment problem | 24 Dec 2003 11:07 GMT | 1 |
I have problem on deploying an ActiveX control. I tested this on 6 different machines, giving following results. Note:- This control is not digitally signed. All machines
|
| System wide hooks in vb6 | 22 Dec 2003 22:55 GMT | 11 |
I need to be able to perform 2 functions: 1) get the name of an active window 2) get, and change the contents of a field in the window, after the 'ok' button has been pressed.
|
| Open files and users | 22 Dec 2003 14:44 GMT | 1 |
When I need to compile a new version of a DLL, but somebody has it open I can't do it. So, I need to write a program in VB6 that list the users on the network that have some specific DLL's open. Does somebody knows how I can do this? or how can I know that kind of
|
| VB6.0 fundamental defect with Do Until Loop!? | 19 Dec 2003 12:22 GMT | 4 |
Does anyone know if this is a known defect with vb6.0 (no service packs) regarding dlls (not com)? private function lib "fun.dll" dllfun() as boolean do until dllfun()
|
| Exclude number from RND | 19 Dec 2003 09:33 GMT | 35 |
Is there a way to generate a series of nonrepeating random numbers by using the RND function with an exclusion argument? Currently, I'm using the command intNumber=int(RND*6)+ 1 in a loop to pick 6 random numbers between 1 and 6. I want to generate 6
|