| Thread | Last Post | Replies |
|
| creating mailing labels in the report viewer | 28 Mar 2008 02:18 GMT | 7 |
I am trying to see if one can create mailing labels using the ReportViewer (this is not the one used for crystal reports) control. I have done this but I could only figure out to have one column of labels print. My question is how can you create a report for the typical Avery ...
|
| On Error Resume Next for Load function. | 27 Mar 2008 21:42 GMT | 23 |
Here is my situation. I have the following code: On Error Resume Next Load A Load B
|
| VB6+Tablet PC Edition | 27 Mar 2008 20:03 GMT | 18 |
I would like to ask if anyone here has experience with developing VB6 for XP Prof (Tablet PC Edition). Jeff
|
| Exporting Assignment Table to Excel | 27 Mar 2008 18:38 GMT | 1 |
Hello All, When using the Export Wizard to save as an Excel Workbook, when you choose the Assignment Data can you export Text Fields or Outline Codes? It's not letting me do this and wanted to see if anyone had further
|
| Api Filecopy question | 27 Mar 2008 15:16 GMT | 4 |
I am working on the auto-update function for my application. The system is using shared network folder as backend and each user has a copy of client program. The client program is only one single EXE file with one ini file and one Access file which includes all linked tables
|
| Autofilters problem | 27 Mar 2008 11:58 GMT | 2 |
The new Excel 2007 is very good, all the possibilities to work with big databases, the flexibility in pivot tables and filters is awesome. However I am having a very big problem. When I am working with autofilters I can't choose a category and fill the row of other column
|
| PictureBoxes and Charting | 27 Mar 2008 07:16 GMT | 7 |
I'm currently using a single PictureBox to contain my price charts. It appears that the best way to add indicators to the bottom of my price charts is to actually add another PictureBox below the chart PictureBox for each indicator I want to add, so each indicator is within its ...
|
| Very complex date conversion problem... | 27 Mar 2008 05:05 GMT | 16 |
As we all know dates are terrible in VB. We are trying to get something working for a long time now. I was hoping that someone might know a way to do it with the use of Regular Expressions.
|
| TreeView Drag Image VB 2005 | 27 Mar 2008 03:29 GMT | 8 |
I'm using VB 2005. The TreeView's standard Drag and Drop functionality works fine in my app. Unfortunately I have no clue how to show a proper (Win-Explorer like) drag image. Can someone point me in the right direction?
|
| Drive Really Exists | 26 Mar 2008 23:48 GMT | 5 |
VB6SP6 When I test for Drive Exists, A: is there although there is no floppy in it. How do I test for disk inserted or whatever the proper terminology is? Also for a CD DVD USB Pen etc.
|
| VB6 App On MS Server | 26 Mar 2008 22:58 GMT | 10 |
I have a VB6 application front ending a Access Database running in a LAN with 6 concurrent users. All has been running very well with no performance issues. When we moved the application to a remote MS Server, we seem to be
|
| Wrong Number Of Arguements Or Invalid Property Assignment? | 26 Mar 2008 22:56 GMT | 8 |
I'm relatively new to Visual Basic, so please excuse me if this seems like a noobish question :) I'm doing a lottery program for a school project which will generate 6 numbers which will be sorted. For this I'm trying to do a bubble sort, and
|
| HTMLHelp Tutorial | 26 Mar 2008 20:45 GMT | 5 |
VB6SP6 Looking for a tutorial on using MS HTML Help Workshop (or other free app), especially for use with VB6. I have version 4.74. Need to understand how to build Contents, Index and Pages.
|
| Day Light Savings Time | 26 Mar 2008 19:15 GMT | 16 |
Can someone confirm if you get the same result from this sample http://vbnet.mvps.org/code/locale/gettimezonechange.htm I get March 2 instead of March 9 I also tried this on 2 other computers all the same result March 2
|
| Screen size on two monitor system | 26 Mar 2008 18:44 GMT | 3 |
On a two monitor computer system How do you determine the screen size of monitor #2 (I know how to do monitor #1)
|