| Thread | Last Post | Replies |
|
| Simple VBA Coding Problem | 07 Feb 2006 00:06 GMT | 8 |
I'm new to VBA, learning it only as I go, to use access more fully. Anyway, I am trying to do a block If statement, and it doesn't fire. the statement looks like this: Private Sub Form_BeforeUpdate(Cancel As Integer)
|
| How to generate PDF reports from VB? | 06 Feb 2006 23:36 GMT | 4 |
Need a push in the right direction here folks... I need to extend on of my server-applications with the ability to generate PDF reports on the fly, and mail them to selected recipients at regular intervals.
|
| Transparent Icons | 06 Feb 2006 22:11 GMT | 5 |
Hello all; I hope someone can help with this. I extract an Icon from Shell32.dll or an Exe and set it to a PictureBox control.
|
| New in quality measurement of VB6 software | 06 Feb 2006 21:45 GMT | 1 |
New : test yourself my new VB6 syntax analyzer. Summary : quality and robustness of a software is strongly dependant of the design of it's elementary algorithms. We present in this document who to deal with good quality, as well as
|
| 2 random access files | 06 Feb 2006 20:37 GMT | 4 |
I have a players random access file which consists of Player.ID, Player.Name, Player.Address, Player.DoB. Also, I have a pairs random access file, where each pair consists of two players. Is it a good idea for the pairs file to hold Pair.ID, Pair.Player1ID, Pair.Player2ID or Pair ...
|
| What happened to TMS? | 06 Feb 2006 18:04 GMT | 5 |
It's strange that such a VB-centric company could just dissapear, e.g., no presence at conferences, no whitepapers, books, MS promo videos, ... Ok, so they were (sadly) bought out, but does anyone know where Peter J. went??
|
| Random Text | 06 Feb 2006 07:24 GMT | 5 |
Hi and thanks in advance for any help I wish to load from an Access DB a list of names i.e Cat, Dog etc and place those names randomlly in a text box. That is whwn a text box clears another name will appear
|
| File Input | 06 Feb 2006 06:17 GMT | 1 |
I can't find or remember the command that tells the program to go back to the beginning of a file to start input again. Anyone? DB
|
| minor annoyance number 1 | 06 Feb 2006 05:51 GMT | 22 |
I live in England and I've just been tracking a parcel at UPS and I wonder where can I get hold of one of those really annoying Combo Boxes for my VB programs where hundreds of countries are presented in strict alphabetical order but where United States is at the top ;-)
|
| Need a liitle explanation | 05 Feb 2006 21:32 GMT | 5 |
I hope someone here can explain something to me about getting a form to work the way I want. I have the form WTypeForm created with a listbox named WTypeBox and a button named Button. My calling routines place a number of lines in the listbox and then shows the form. So far, ...
|
| random access file and a list box | 05 Feb 2006 18:47 GMT | 4 |
Is it possible to display the contents of a random access file in a listbox so that the fields of each record are vertically aligned as the code below doesn't have TeleNo aligned as the player names are of different length?? code:
|
| visual basic | 05 Feb 2006 14:32 GMT | 18 |
how to program using do until
|
| Exiting a while - wend loop | 05 Feb 2006 05:08 GMT | 6 |
I have a while - wend loop initiated by clicking on a command button, and I want to exit the loop by pressing a key. How is this accomplished? Thanks,
|
| Is there a way to set the background color of an individual cell? | 04 Feb 2006 21:51 GMT | 1 |
Assuming tha my microsoft database "colors.mdb" has the following values in one of its tables: Sky Color1 255 Rock Color2 0 Sun Color3 65535
|
| my dll can't be found on XP | 04 Feb 2006 20:36 GMT | 6 |
This is not a VB question directly, but hopefully someone hear has had similar problems. I have a VB application that utilses a DLL I wrote. I have been distributing this application for years and hundreds of users have had
|