| Thread | Last Post | Replies |
|
| DLLs | 30 May 2004 03:46 GMT | 12 |
Is there any way I can prevent people using my DLLs in their programs? I mean, I'm new to making DLLs and I'm guessing that if I can reference my DLLs in my projects then there is nothing stopping anyone else from referencing my DLLs in their projects.
|
| DRAG&DROP FROM LISTBOX TO SPREAD SHEET CONTROL | 29 May 2004 16:08 GMT | 1 |
hi friends.... im a newbie in this field of vb programming..im creating a package which needs dragging fields from listbox to appropriate fields in the spreadsheet control(Farpoint spreadsheet).my question is what is the
|
| Microsoft HTML Help Workshop Problem | 29 May 2004 12:16 GMT | 1 |
Every time I use the Microsoft HTML Help Workshop to work on a contents file (.hhc) it crashes with the following error: Error signature AppName: hhw.exe AppVer: 4.74.8702.0 ModName: hha.dll ModVer: 4.74.8702.0 Offset: 00045607 Can anyone help???
|
| LOFTWARE/ CONTRACT/ TN | 29 May 2004 02:51 GMT | 2 |
OMNI GROUP tgugger@buckeye-express.com 419-380-8852 LOFTWARE/ CONTRACT/ TN
|
| Printer object | 29 May 2004 00:31 GMT | 5 |
I am using the printer object in visual basic to print an invoice. I am trying to get the ammounts to line up by the "." and can't get it to work. If anyone could help me I would appreciate it. here is the code
|
| VB6 IDE bug? | 28 May 2004 22:16 GMT | 1 |
Using WinXP, VB6 SP5 ... With VB minimized, if I minimize another running app (and all running apps are minimized) , VB ALWAYS restores itself to either its maximized or normal state on the desktop without clicking it on the taskbar ...
|
| Please help with winsock | 28 May 2004 21:55 GMT | 3 |
I want to develop two applications that will automatically begin to talk to each other via winsock if they are both started up. I want to develop it so that no timers are involved in initiating communication. The way I thought it would work is that each application would have
|
| How to protect *.CHM files | 28 May 2004 19:39 GMT | 2 |
Is it possible to protect my own help files (*.CHM) in order to avoid decompilation eg. in Microsoft HTML Help WorkShop? Regards -=PMO=-
|
| - Runtime Files Question | 28 May 2004 19:08 GMT | 11 |
Is it possible to put all the runtime files for a VB6 app in the same folder as the exe instead of the system folder? I'd really like to be able to avoid all the wierd things that can happen when a user runs one of my installers. People have gigantic disk drives these days, and if ...
|
| rich text coding | 28 May 2004 18:22 GMT | 1 |
Does anyone know the proper syntax to change text attributes using rich text. From what I can find it should be along the lines of richtext.text = "<b> Country = </b>" & Country_Name$
|
| Variant array element -> class object (or com server) paramaray function = pointer, not value? | 28 May 2004 12:53 GMT | 2 |
(x posted, as I'm working with excel 97, but this exibits on VB6) When you pass an element of a variant array to a class function (and ONLY a class function, non class function and class subs do not exhibit this), you end up with something which looks suspiciously
|
| How to refresh a form with frames and a picture without flickering | 28 May 2004 12:28 GMT | 10 |
I've a form with a picture (image) and 3 frames. If you move another window (e.g. Notepad) quite fast and very often over the form, it sometimes gets "corrupt" (while lines on the form and in the frames) and I have to redraw (refresh) the form and the 3 frames.
|
| CSV import into List1 List2 List3 List4 etc. | 28 May 2004 10:10 GMT | 7 |
I am trying to import at Test.CSV file from Yahoo Finance into ListBoxs. I would like move each Column into its own ListBox. 5/20/2004,0.9,1.02,0.9,0.93,48500
|
| Windows Installer | 28 May 2004 06:23 GMT | 1 |
Hi, does anybody know how to alter the setup dialog on windows installer, (that is the text, color and font) Chris
|
| HTML Help File to VB Application | 27 May 2004 23:10 GMT | 2 |
Could someone please point me in the right direction for showing a HTML help file from a VB Click Event? I'm using VB6 Pro edition software. Thanks for your help. fallguy
|