| Thread | Last Post | Replies |
|
| How to create MSDiscMasterObj ? | 23 Sep 2005 16:23 GMT | 3 |
Hello group, I want to create MSDiscMasterObj, what do I do?
|
| Check Text is in a combo box? | 23 Sep 2005 16:20 GMT | 2 |
I have a combo box which has three items in it i.e. Finance, ICT, Admin. I want the user to be able to add new items to the combo box. When they type in a new entry i.e. Housing I want to be able to check that Housing isn't already in my combo box list and if it isn't add it.
|
| Design Question - Long(ish) Post | 23 Sep 2005 15:32 GMT | 4 |
All, I have a small design problem to solve concerning a service I'm writing in VB6. The following explanation is about as condensed as I can make it without missing anything important out - sorry if it goes on a bit.
|
| excel and cols/rows from vb | 23 Sep 2005 15:05 GMT | 3 |
I have a macro installed in excel that parses the contents of a worksheet. The problem is that the current loop iterates over all cells of the worksheet regardless of whether they are empty or not. i.e.
|
| Normalizing data for quick extraction - ideas? | 23 Sep 2005 14:45 GMT | 6 |
I need to take a directory or word documents that contain client contact data and standardize them into a structure that can be easily parsed. What I'm trying to figure out is the most efficient way to standardize the docs in order to do so. I'd like to do as much programatically ...
|
| Out of Memory Problem in VB 6.0 Application. | 23 Sep 2005 13:23 GMT | 40 |
I have developed an application which is memory hungry. All the information are stored in the memory (Using Array of Structures) and also in the SQL server database. All the process will be done in the arrays and the final update will be done in the SQL server database and I take ...
|
| Creating WordPerfect document from VB | 23 Sep 2005 13:02 GMT | 3 |
I have to create a WordPerfect document from a VB6 program. Nothing really difficult, just dump some text into it in multiple lines, save it and exit. Anybody done this before?
|
| sending to printer | 23 Sep 2005 11:07 GMT | 1 |
I have a form with a rich text box on it, i want to be able to click on a button and it print out what is seen in the rich text box, how do i go about this? is there a controller i have to put on the form like you do with common
|
| HELP! Menu commands - Cut, Copy, Paste, & Find | 23 Sep 2005 10:14 GMT | 7 |
I am fairly new to working with programming so pardon my lack of knowledge, but I was hoping someone could assist me with working on a project. I am trying to make a Windows application using Visual Basic 2005 Express, and am wanting to have a menu bar with one of the drop downs ...
|
| outlook-like application | 23 Sep 2005 09:55 GMT | 3 |
has anyone seen an open-source, vb6 application that can store objects in folders, similar to outlook?
|
| Capture the Computer Desktop | 23 Sep 2005 09:28 GMT | 19 |
I have written a program for a young boy. The problem is that when he exits the program the computer deskop appear and he continues clicking on the shortcuts to other programs, sometimes doing some damage. What I would like to do is capture the desktop as an image and then have a ...
|
| get users screen resolution | 23 Sep 2005 08:48 GMT | 10 |
I want to programatically get the user's screen resolution so that I can bring up a different screen depending on whether they are set at 800x600 or 1024x768. Thanks for any help.
|
| Database and report question | 23 Sep 2005 08:44 GMT | 34 |
I'am not sure this is the best place for my qeustion, but maybe someone can help me or point me in the right direction. I develop an application that can create a database on request. (the user can create several databases with different names)
|
| about mutiple databases | 23 Sep 2005 05:50 GMT | 6 |
I have a great problem of the database management of my project. the project have the following requirements: 1. have many database (.MDB files) with same data structure 2. search from all database
|
| Need help creating a printed webform and/or report | 23 Sep 2005 03:59 GMT | 2 |
I'm at the beginning stages of building a VB.NET ASP.NET web application using VS.NET 2003. I need to create reports that the users can print. These reports will each be based on one record, so there is no need for datagrids or grouping. Imagine a Word document with boxes on it ...
|