| Thread | Last Post | Replies |
|
| How do I Overload Function in VB 5.0 ee? | 28 Oct 2006 21:53 GMT | 18 |
I have a ClassModule1.cls, that has this Function: Public Function tFunc1OK(ByVal var1 As Variant) As Variant ' do somthing ok End Function
|
| dynamically access a Visual Basic ActiveX DLL from a Visual C++ 6.0 executable | 28 Oct 2006 12:26 GMT | 24 |
http://support.microsoft.com/default.aspx?kbid=194873 works perfectly fine when VB ActiveX Dll is linked in the VC++ exe statically. How do we call a VB DLL dynamically the way we call Win32/MFC dlls
|
| Just me? | 28 Oct 2006 02:00 GMT | 1 |
Using Win XP (SP2) VB6 (SP6) Project componants: Windows Common Controls 6.0 (SP6)
|
| vb6 api writeprivateprofilesection | 26 Oct 2006 19:30 GMT | 1 |
writeprivateprofilesection in windows 98 replaces the section. in xp it apparently appends to the section. what's happening, and how do you fix it? Without that, how do you delete content in a section?
|
| unknown software exception (0x0eedfade) occurred, location 0x7c812 | 26 Oct 2006 18:22 GMT | 1 |
cannot open windows explorer or internet explorer, get the message: The exception unknown software exception (0x0eedfade) occurred in the application at location 0x7c812a5b Am able to access all programs and the internet via my default browser:
|
| Why does my recordset always return .eof=true?! | 26 Oct 2006 09:24 GMT | 7 |
I'm having an issue with a piece of code designed to populate a text box as the user types into it in MS Access. The theory is as follows: In the KeyDown procedure:
|
| Sequential Files | 26 Oct 2006 09:08 GMT | 1 |
When dealing with files in VB6, is it better to use the usual Open, Print, Write statements or to use the Windows scripting language whereby you use the filesystemobject commands. Thanks
|
| Storing data methods? | 25 Oct 2006 16:31 GMT | 4 |
Hello everyone, I am hoping someone can shed some light on this subject. I am building a small VB application which requires that inputted data needs to be stored for later retrieval. My question is, what is the best method to use for this?
|
| Creating PDF | 25 Oct 2006 16:30 GMT | 8 |
i want to create a textfile using VB6. Thereafter i want to take each textfile and convert them to a pdf. Do you guys have any recomendations of which PDF creator to use? Are there any creators that can allow me to convert the text from the program directly into the pdf?
|
| Printing DataGrid | 25 Oct 2006 15:44 GMT | 3 |
How can i print the contents of a datagrid? I want to print the contents with the lines. Is there a way that i can treat the datagrid like an image and print it? Thanks Wes
|
| Audio file information | 25 Oct 2006 13:14 GMT | 3 |
I am working on a program that plays audio files (and more), but I need some way to find out information about the file (such as title and author). Currently I am using a method that only works for mp3 files, but even this does not always give all the information available. For
|
| MSFlexGrid usage | 25 Oct 2006 09:06 GMT | 1 |
I'm back again with a simple (I hope) request. I'm making a program to clean up .csv files for a client to import to one of their core systems. I've got lots of nice features, and I've been asked to provide a few more (typical ;). In the program I use an unbound
|
| VB6 and SQL Temp Tables ??? | 25 Oct 2006 09:02 GMT | 9 |
I am having trouble with VB6/SQL2005 temp tables. The problem is that the when I try to open an ADO recordset using the temp table outside of the subroutine the connection was created and opened it cannot fing the table. Example
|
| How works a progress indicator in Visual Basic for Excel | 25 Oct 2006 02:36 GMT | 3 |
I would like to make progress from 0% to 100% a progression indicator in the same time as the following instruction: Application.Wait(Now + TimeValue(0:00:10))
|
| What lingo are access modules | 25 Oct 2006 01:23 GMT | 1 |
I want to learn a little about the modules in Access for Office XP. Does anyone know if it is VB or some other language so I can monitor a newsgroup? Dan
|