| Thread | Last Post | Replies |
|
| How do I create a type library in VB6? | 31 Jan 2008 21:54 GMT | 1 |
I've create a dll using VB6, which I defined a class containing all properties & functions. How can I create a type library file (*.tlb)? Your help is very much appreciated. -Mike
|
| Need sample VB6 code to unzip and distribute files | 31 Jan 2008 17:41 GMT | 6 |
I am emailed a zip file every day from our retail stores that contain multiple files with 3 different file extensions: RPT, 27r, and PSJ. The latter 2 extensions are proprietary filenames from a 3rd party application. I already have a process in place that moves the zip file from ...
|
| Need help with DLL's and Public variables... | 31 Jan 2008 16:08 GMT | 6 |
I have created a VB 6.0 DLL with a class module & a standard module that has public variables, and constants in it. After I make the DLL, I now have *.lib & *.exp files that I didn't have before. What do I need to do to see the constants and global variables in the
|
| Determine Listindex based on Text of combo | 31 Jan 2008 14:49 GMT | 9 |
I'm not sure if what I'm asking is correct. I'm using the EnumFontFamily api to dump all of the TrueType fonts into a combo box. Now I'd like to set the Font property of a textbox to that font. If I specify the ListIndex, it works fine. I have no way of knowing what the listindex ...
|
| How to clear the application from application data folder? | 31 Jan 2008 14:14 GMT | 1 |
When I install my application the application is stored in the application data folder. Now when an Admin installs the same application it stores in the Administrator's application data folder. Can anyone help me in deleting this application data present in the
|
| Number variable in SQL | 31 Jan 2008 13:03 GMT | 7 |
I want to use a variable in an SQL statement that represents a long integer. My SQL goes something like this: SELECT * FROM Order WHERE CustID = Form1.Text1.Text The statement doesn't work like that and returns "no value" for the
|
| Clear Multidimensional Array Struc | 31 Jan 2008 02:03 GMT | 4 |
I created a module and in Declarations have the following. Option Explicit Option Base 1 Private Type SEASONALS_STRUC
|
| Not recieving some emails in Outlook express | 30 Jan 2008 20:49 GMT | 6 |
Some companies, even my own bank, have contacted me by other means telling me that they have sent me emails and I never receive them. I have SpamFighter but none of the emails are routed to the spam folder. I have Outlook Express and have no indication or idea of what emails I am ...
|
| What has happened to Command$ function? | 30 Jan 2008 20:07 GMT | 9 |
Hi Friends I have some projects in VB6 using the command$ function. Some of the projects I havent used for some time. Now, when I tried some of the projects it generates an error "can't find project or library". Same
|
| Foreign language translations on the fly in VB6 | 30 Jan 2008 20:06 GMT | 2 |
For a recent large project I developed a way to translate screen and message text on the fly using from/to text files that contain the English/foreign translations. It works very well and lets me maintain only one version of the project code that can handle several languages.
|
| LoadResString & WikiPedia For VB5/6 | 30 Jan 2008 20:02 GMT | 14 |
VB6SP6 1) LoadResString Where can I find a clear example of using LoadResString. sStr = LoadResString(lID)
|
| Tips on finding memory leaks | 30 Jan 2008 19:32 GMT | 28 |
Does anybody have any tips on finding memory leaks in VB code, particularly in conjunction with ADO? I've got a data tier which seems to be more than a bit leaky, and I'm not entirely sure where the problem lies. It's particularly hard to pinpoint, given that I know ADO caches ...
|
| SHA-256 file signature | 30 Jan 2008 17:08 GMT | 2 |
I'm writing a function to hash files. No matter for SHA-256 algorithm. The funcion works fine with text file. But if try with a binary document (i.e. a .pdf file) the function return a wrong signature (I checked it with several 3rd party utilities
|
| Open email progam (but not new email with "mailto:") | 30 Jan 2008 13:30 GMT | 1 |
how can I open the default email application WITHOUT starting a new email? I do not want to use Call ShellExecute(0&, "Open", "mailto:") because that starts a new email, but something that just open the email client. Thanks a lot
|
| VB 6.0 Executable + DLL - Screen getting minimized after calling the function in a DLL. | 30 Jan 2008 12:25 GMT | 3 |
I have a Visual basic 6.0 executable and a Visual Basic 6.0 DLL. I have referenced the DLL in the executable and used the DLL methods in 2 screens in the application. When ever I run this application and run these 2 screens where I am calling a function of the DLL, the ...
|