| Thread | Last Post | Replies |
|
| Delphi or VB | 15 Jan 2004 20:58 GMT | 5 |
Just a general questiion to the list as I have been looking at the merits of both VB and Delphi and a quick online survey seems to come down on the side of Delphi! Does anyone care to argue the case for VB?..or point me towards somewhere
|
| How can I prevent CPU Usage increasing to 100 percent when copying files from CD? | 15 Jan 2004 20:34 GMT | 22 |
I wrote a simple program in VB6 to copy all the files from a directory on a CD-ROM to my hard disk. There are about 10 files, each about 30MB. The program uses Get and Put to get data from the CD into a buffer and
|
| QueryUnload | 15 Jan 2004 19:58 GMT | 7 |
Hi Huys, When the "X" is pressed, I know that QueryUnload is called. I want to be able to put up a box, asking the user if they are sure.. If yes then
|
| unable to detect contents in textbox for keypress event | 15 Jan 2004 19:35 GMT | 5 |
Hi all... I have a problem here.. I have a textbox for entering custid. When the user presses the ENTER key within the textbox, it is supposed to
|
| VB6 - WebBrowser Control - about:blank Hyperlinks | 15 Jan 2004 18:54 GMT | 11 |
OK I've been searching for an answer for days and keep coming up blank. No pun intended. I'll try not to be winded but I'm very puzzled, almost meltdown time! I'm generating a dynamic web page with several links in a WebBrowser Control
|
| Problema con datareport | 15 Jan 2004 16:32 GMT | 1 |
Ho fatto un datareport in VB6 e gli ho inserito un'immagine la domanda è questa: Non c'è modo di cambiare l'immagine in fase di esecuzione del programma? Grazie.
|
| distribution w/ html help | 15 Jan 2004 16:13 GMT | 4 |
I've been distributing my program with VS Installer. Files hh.exe, hhctrl.ocx, itircl.dll, and itss.dll are included as dependencies, since I use html help. No problems have been reported. I've submitted the program to Tucows and they rejected it because of
|
| VB6 and switch to XP | 15 Jan 2004 15:45 GMT | 1 |
I have recently switched from Windows 2000 to XP. One of the first things I noticed was my VB6 executables display and operate very differently in XP. Many screens were cut off, so much so that some buttons were no longer available.
|
| Funny Folders | 15 Jan 2004 15:40 GMT | 3 |
In response to a question posed on this group a few weeks ago I wrote and posted some code that allowed the user to select a directory and the code would then recursively trawl that directory and all its sub directories clearing the attributes of all files and all directories. I ...
|
| Instructions for using INNO 4.0.11 | 15 Jan 2004 15:31 GMT | 4 |
I have no understanding at all on using INNO. I asked for help in an INNO newsgroup and they referred me to various web sites. Reading those pages has not helped at all. They have added to my confusion. If I could figure this out myself I would not be asking for help. I have ...
|
| VB.NET and Fonts | 15 Jan 2004 14:45 GMT | 1 |
Quickie question for any VB.NET heads out there.... I have a list box control, and I want to set the display font to Terminal. However, in the Font property of the object, Terminal is not one of the available fonts, even though Terminal is a font that is
|
| CREATE YOUR OWN SORTING PATTERN | 15 Jan 2004 14:29 GMT | 3 |
How can I sort an array following my own rules? Ex. I have the elements: DCP9, TU0Y, HJ2I, M4NW, QR5T In a common way, vb will sort to: DCP9, HJ2I, M4NW, QR5T, TU0Y (ascending)
|
| Intermediiate programmer seeks recommendations for good VB6.net learning materials | 15 Jan 2004 10:55 GMT | 4 |
This is the second time I've asked this question and I'm hoping perhaps someone can recommend some good books, on-line courses, forums, news groups, listservs, etc. to help a network administrator with a degree in programming get back into programming. I'd like to
|
| Reference to VB DLL from VB EXE by CreateObject | 15 Jan 2004 10:39 GMT | 1 |
I build a VB EXE, that runs permanently on a server of a web site, and once a minute to 5 minutes calls to a utility of a VB Dll. Should I make CreateObject once on the exe startup, or for each call off the utility, considering performance, and failures of the dll and
|
| Trying to use Visual Basic 6 to open a Microsoft Access .mdb | 15 Jan 2004 08:27 GMT | 2 |
I have no idea where to start, I just need a general idea if this is possible: Originally I created a vb app that uses the WebBrowser component to view excel files, which seemed to work fine, but does not give me the
|