| Thread | Last Post | Replies |
|
| Details on Formatting of MS Word Document! | 25 Nov 2003 15:16 GMT | 4 |
Need help is figuring out a script to run in MS Word which would scan the current open document and provide details on all the types of formatting used in the contents of the document. An example would be if the document has text that was bolded and/or normal and a table
|
| Office AutoShapes in VB? | 25 Nov 2003 14:34 GMT | 2 |
Hello all, and thanks in advance for any help. I've inherited a PowerPoint application that needs some serious retooling. It consists of one slide depicting a well and about 2 dozen text boxes that display fields from a "Well Construction" table
|
| MSDN and VB6 | 25 Nov 2003 13:40 GMT | 2 |
When using MSDN for help with VB6 I have developed some problems. I select a subject like AddNew Method (remote Data). I do not see the blue links such as "See Also" at the top
|
| Pontoon Using VB | 25 Nov 2003 12:47 GMT | 4 |
I'm using VB to create a simulation of the card game Pontoon, but I'm having a few problems as this is the first time I have ever used VB. 1) I'd like to use a timer to delay each new card the computer turns over - how do I do this?
|
| Help: How to Insert a icon for combolist? | 25 Nov 2003 12:44 GMT | 1 |
also I found somewhere about this, a small pic icon + words in combolist. How could do that? it is pretty insteresting! Thanks in advance,
|
| Help: Vertical Text Label! | 25 Nov 2003 11:52 GMT | 2 |
How to rotate my label text 90degree from horzontal to vertical? thanks so much, Li
|
| Extracting text from a string | 25 Nov 2003 10:41 GMT | 3 |
I am using VB6 and want to extract text from a string. But ONLY take out words that begin with 't' or 'd'. The mainstring is input by the user into 'txtMain' and then by clicking a command button, all the words that begin with 't' or 'd' will be extracted and appear in a second ...
|
| Annoying but probably easily solved loop question | 25 Nov 2003 10:00 GMT | 2 |
Hi there folks... Just wondering if someone can help a newbie to VB!? I'm running some stuff in a For loop. Each time the loop runs it makes a change to a value which it should display in a label. My problem is
|
| Require long interval | 25 Nov 2003 09:58 GMT | 14 |
I have a Reminder feature that I am building into a VB 6.0 program that will (when enabled) remind the user to perform some action. I have a slider where the person can select for the reminder to come up anywhere from 1 minute to 60 minutes.
|
| words from text | 25 Nov 2003 07:38 GMT | 2 |
(Visual Basic 6 query) Given a text file containing a list of words seperated by spaces, is there any function that reads in the next word? ie it reads however many characters til the next space, then returns those
|
| newbie question on picturebox...... chess board | 25 Nov 2003 04:36 GMT | 5 |
I am a newbie My objective was to create a chess board and move a knight around on it. I could have manually drawn and used 64 pictureboxes (within a control array)
|
| VB to Excel | 25 Nov 2003 02:25 GMT | 2 |
Yet another question! I want to open an Excel workbook template.xls then transfer some data from VB to Excel save the workbook under a new file name
|
| Quick Pixel question | 24 Nov 2003 23:00 GMT | 24 |
Hello, I need to create a Form that is 120mm wide by 100mm high. Is that 12000 x 10000 pixels? I have had to change my resolution to 1024 x 768, does that sound right? Thanks
|
| Progress bar on a statusbar | 24 Nov 2003 21:14 GMT | 2 |
How is it done? I know with coolbars you can add objects as child objects. Can something similar be done with statusbars?
|
| Extracting text from a string | 24 Nov 2003 20:38 GMT | 1 |
I am using VB6 and want to extract text from a string. But ONLY take out words that begin with 't' or 'd'. The mainstring is input by the user into 'txtMain' and then by clicking a command button, all the words that begin with 't' or 'd' will be extracted and appear in a second ...
|