| Thread | Last Post | Replies |
|
| Printer.Object continued | 15 Aug 2006 13:37 GMT | 21 |
Hallo NG! WindowsXP/HE SP2, OfficeXP/Pro SP3, VB5E/SP3, PDF995/7.9s Hi, i copied Mike Williams replacement for the vb Printer.Object from somewhere else in this NG (see thread 'Printer.Object again' started
|
| Permission Denied error | 14 Aug 2006 16:14 GMT | 1 |
My story is a little complicated. I'll be as clear as I can. I have two apps: App 1: VB Exe on the CLient, App 2: ActiveX dll on a remote server. This VB Exe-application connects to the ActiveX DLL though DCOM. This all
|
| Fast way to put XLS into Flexgrid? | 14 Aug 2006 04:14 GMT | 3 |
I'm working for a client trying to improve their method for reading in auto crash test data. Their current method, which I'd largely like to copy if I can, involves putting an XLS color-coded spreadsheet into a flexgrid. The program however takes almost 6 seconds to load a ...
|
| Can't Figure Out How to Access a List Item | 13 Aug 2006 18:57 GMT | 16 |
Been out of VB for a while and never was an expert... I've been trying to modify a mail reader program and have run into a stumbling block. Here is a quick run through of the code. The program goes to the POP3 server and gets the message information and saves it in an object and
|
| Does anyone know if there are still VB 6 jobs out there? | 13 Aug 2006 07:31 GMT | 2 |
especially any jobs in london or SE England. if not how easy is it to go from vb6 to vb.net? I'm at a crossroads many thanks in advance
|
| How to Copy, Delete, Move, Rename? | 12 Aug 2006 18:13 GMT | 2 |
I am writing a program that requires that I rename a file, but VB says it needs a ) after the C in the C:\folder\file.ext part of the rename function. My code: Sub Main()
|
| Question on IE7 Beta 3 - not VB6 | 12 Aug 2006 16:55 GMT | 6 |
I asked this question in several other places including Microsoft (what a waste). If anyone has had a similar experience with other versions of Internet Express, I would appreciate hearing from you in hopes of trying the same thing. Briefly, I switched from 56K dial up service to ...
|
| VB6 and VS2005 together | 12 Aug 2006 16:12 GMT | 4 |
Is it save to have both VB6 and Visual Studio 2005 installed together on one PC? I'm especially worried about VS to overwrite some old VB libraries. Have you had any experience with such a configuration?
|
| Error trying to kill a database from vb6 program | 11 Aug 2006 23:35 GMT | 6 |
Hi, I'm getting runtime-error 70 Permission denied while trying to delete a database (.mdb) with the kill command in vb6. If I use the kill command upon starting the program there is no problem, file gets deleted. If I open the db and after some code I try to delete the file
|
| datediff() and isdate() not working with hungarian date format (VB6) | 11 Aug 2006 17:12 GMT | 5 |
in Hungry some users have the date format yyyy. mm. dd. Yes, there are spaces. With this the functions datediff() and isdate() do not work.
|
| help needed in sending an array of strings to VB App from C dll | 11 Aug 2006 13:13 GMT | 2 |
I am working on VC++ 6.0 and VB 6.0. I have a function in my C dll that has to pass an Array of strings to the VB Application as input .These strings then have to be populated into a list box in my VB Application.
|
| VB caused General Protection Fault in module VB.EXE AT 0014:00FE | 11 Aug 2006 09:05 GMT | 2 |
I am trying to make a new exe by using some VBX files I have ,I am getting problem on using one vbx. Error I have received while creating exe "VB caused General Protection Fault in module VB.EXE AT 0014:00FE."
|
| Scrolling grid of some sort? | 11 Aug 2006 08:31 GMT | 1 |
I have an array (although that can change to something else if neccessary - arraylists are quick) of 1023 hex numbers. These are generated in a program - nothing to do with a databse. I need to display them in some sort of vertical scrolling display,
|
| compile caused application wide font change | 10 Aug 2006 21:35 GMT | 1 |
I have recently inherited a vb.net desktop application that has a font problem. The previous developer says he compiled the application one time on a laptop with a widescreen. Since that compile all of the text in the application (labels, text in textboxes, text in dropdowns, ...
|
| Selecting from a canned menu. | 10 Aug 2006 21:23 GMT | 2 |
I have a teenaged son who doesn't want to get off the Internet at night. Through the summer, this wasn't a problem because he is not working yet. I need to write a program that will control his hours during the school
|