| Thread | Last Post | Replies |
|
| Data structures in VB 6 (confused Perl programmer) | 22 Dec 2003 15:36 GMT | 5 |
Hi, all. Good to meet you all and such. I have one of those annoying newbie questions. I'm an experienced Perl programmer, and that may be a disadvantage. I'm trying to figure out how to build an access data structures in VB
|
| couple of questions | 22 Dec 2003 11:46 GMT | 2 |
I posted this on another site and was informed that they were mainly VB6 posters so I thought I'd try here - if you are similar then I apologise. I'm a hobby programmer and have just upgraded to Visual Basic.net and have a couple of questions if anybody can help.
|
| Files in (sub)sudirectory | 22 Dec 2003 10:31 GMT | 5 |
I am trying to list all the files in a directory and add them to a collection. As well, I am trying to add all the files to this collection that might be in subdirectories (if exist). Any hints to how I do this? With Dir$ and such, I can find only single files
|
| '20532' Cannot find database dll | 22 Dec 2003 04:17 GMT | 1 |
I'm trying to run my application(VB6, CR8.5) on the client's machine and I get this error when I tried to display the report. Anybody can advise me on what is wrong pls? Thanks!
|
| ActiveX.exe | 21 Dec 2003 22:16 GMT | 1 |
I am thinking of using an ActiveX.exe module to cross-ref my music database records with each other. IE. I've got the same track on many CD's. It will update the record to include alternative CD numbers with me trekking the whole lot. !!!.
|
| shell | 21 Dec 2003 20:59 GMT | 2 |
I know I can start programs with shell. But how do I do that without specifying the actual program and instead rely on the extention of the file I 'shell'. Example: shell xxx.txt and notepad is started with the file xxx.txt.
|
| wait or pause in script | 21 Dec 2003 16:41 GMT | 1 |
Hello, I am kind of new into VB and trying to make a program that checks how old a log file is and if it is too old --> send a sms to me so I can can take action. Problem is not too difficult I think:
|
| How can A eject my CD in the code | 21 Dec 2003 15:50 GMT | 4 |
MCICtl.Wait = False MCICtl.DeviceType = "CDAudio" MCICtl.FileName = "G:" 'the next 3 have I tryed
|
| VB6 and XP - Need assistance | 21 Dec 2003 10:59 GMT | 3 |
Have created a project in US version Win 2000 OS and want to install it on an XP system (Also US version). Starts install by stating that it is copying files - gets to 12 of 12 and then states that it needs to reboot because XP is using some system files. Do a reboot, start ...
|
| Cursor position in textbox | 21 Dec 2003 03:18 GMT | 8 |
How can I get the cursor position in the Current Line of a textbox ? Matthias Göbel
|
| How to temporarily disable mouse clicks? | 20 Dec 2003 18:57 GMT | 1 |
At one point in my VB6 app, I set mousepointer = vbHourglass, display a "Please wait..." message and do a process that can take several seconds. If the user does nothing during that time, everything is fine. If he or she decides to start clicking things, it could crash the app with ...
|
| convert from 617,54321 to 617,543 | 20 Dec 2003 18:35 GMT | 1 |
i got number 0,0000 and i wanna only 0,00 how to convert this ? VB 5.0
|
| MS Excel Reference Problem | 20 Dec 2003 16:39 GMT | 6 |
Is there any way around this? I am using reference to MS Exel being that I am using code that is working with Excel files. oXL = Excel.Application etc.
|
| Class Objects & Properties | 20 Dec 2003 15:43 GMT | 15 |
I am having a little trouble following what's happening with this piece of code... Public Property Get Manager() As clsManager Set Manager = m_objManager
|
| Need a way to Binary Compare files from a VB program | 20 Dec 2003 15:33 GMT | 5 |
I need to find a way to perform a Binary Compare on two files inside a VB6 program. Do someone know of any script that perform the compare on files of any size and return a simple True or False if files match or not. I need to code a application that check each files on our server ...
|