| Thread | Last Post | Replies |
|
| VB for Beginners | 15 Jun 2005 06:19 GMT | 4 |
I have a friend which wants to learn vb and vba. I have no idea where to find online books, or websites for learning efficient vb? Can someone give me a tip?
|
| execute an executable from VB^ | 15 Jun 2005 04:17 GMT | 3 |
Is there a way to execute a jscript or an executable using the VB6 language ?
|
| Retrieving Code From EXE...? | 15 Jun 2005 02:29 GMT | 9 |
Hello Friends, A catastrophe has just struck. :( As I was working on my project in VB6, the power just went out. As a result, my main MDI form became completely erased but all my other forms are ok (phew). I do have a compiled EXE (non
|
| CreateEllipticRgn question | 15 Jun 2005 02:22 GMT | 3 |
I have created my own circular shaped form using CreateEllipticRgn(). Looks real cool. However I would like to be able to switch back and forth between this circular shaped form and a normal form. Anyone know how I can do this, that is restore the regular form??
|
| Right-click and File menu options | 14 Jun 2005 22:41 GMT | 2 |
I've got 4 installations of VB 6 Enterprise. Today, I noticed that one of the installations does not provide a "Remove" item when I right-click on a component in the Project Explorer Window. The other 3 installations do provide a Remove option.
|
| How to get MACAddress? | 14 Jun 2005 16:21 GMT | 2 |
I have the VB script to get the MacAddress from the computer, but I dont know how to translate it into Fortran 6.6. Are there any source code or reference for me to handle the problem? Thanks.
|
| Print over a network | 14 Jun 2005 15:41 GMT | 2 |
I know nothing about networks and the computer I have to use to write my application does not have access to the network that it will be running on. So I have the complecated task of making a multi-user application that can be used on taht network by more then one person.
|
| Scanning for Wordpad.exe program | 14 Jun 2005 15:27 GMT | 6 |
I program with vb6 sp6 on win98se. I've always used windows write.exe and now use windows wordpad.exe to act as a report viewer, document editor and printer system for my vb apps. Windows 2000 and on up seem to have renamed or used a different path system
|
| VB6 program help needed | 14 Jun 2005 14:33 GMT | 7 |
I am relatively new to VB6 so I hope this is not a "stupid" question. I have an application that I have written that opens existing .txt and .xls files and creates new ones. It manipulates the data in the files and in the end writes out a .txt file. I have compiled the program on
|
| single | 14 Jun 2005 11:58 GMT | 5 |
I use single type though out the program. I ran across a scenario that I am not sure what is going on. Why did it round up automatic and how can I stop it? Create a button and copy and paste the code below
|
| Using VB to open a text file in Excel. Please Help! | 14 Jun 2005 11:25 GMT | 5 |
I have a tab deliminated text file that I have been tring to open in excel when a user clicks on a command button in a form. In my VB 6.0 application. I've been using the following code to open excel Dim xlTmp As Excel.Application
|
| Adding graphic pictures to controls in the form | 14 Jun 2005 08:34 GMT | 1 |
Hi group I wonder which one is faster : 1 - adding all the images that should be displayed on the form at design time 2- or adding them all at run-time
|
| Best way to print out a letter in vb6? (not using word) | 14 Jun 2005 03:26 GMT | 8 |
hi all.. i need to output a letter (and print preview it) that contains an insurance policy offer. this letter should be read only, so i can't use work automation.
|
| Write REG_EXPAND_SZ to Registry (PATH) | 14 Jun 2005 00:22 GMT | 6 |
I have read many papers about reading and writing the registry, but I didn't get the clue til now: I wrote an app which reads the PATH Key from the registry, modifies the path and stores it to the path key in HKLM......
|
| Minimum len Computer name and Drive Volume serial? | 14 Jun 2005 00:16 GMT | 6 |
I need to know what possibly the minimum length could be of the strings produced by these 2 API's, that is lpVolumeSerialNumber and lpBuffer in the second API. Private Declare Function GetVolumeInformation _
|