| Thread | Last Post | Replies |
|
| Getting a line text into a column | 30 Oct 2003 02:09 GMT | 1 |
I have created this little routine to export the values of some variables. However there are two things I need to fix: 1. Instead of being on a line, I want them arranged one under another. 2. Those values come in brackets like " ". If I use the CLng() or CDbl()
|
| Powerpoint/Word VBA | 30 Oct 2003 01:01 GMT | 4 |
Apologies if I'm OT. I'm moderately familiar with VB6. However, I've now been asked to create a prog to take entries from a Word document table and turn them into Powerpoint slides preferably using VBA.
|
| append multiple RTF files to one RTF file | 29 Oct 2003 22:20 GMT | 7 |
I am having difficulty finding a way to copy and append multiple RTF files to one RTF file. I need to do this with a VB app or component. Any information you have, ideas, limitation, etc... that you can pass my way would be GREAT! Thank You.
|
| TaskBar, how to create textbox for my EXE? | 29 Oct 2003 21:53 GMT | 1 |
MY vb6 application needs a textbox on a users taskBar to show that it is running. How is this handled in vb6? Any ideas? Thanks,
|
| VB6 Help file | 29 Oct 2003 20:41 GMT | 4 |
As I am just beginning VB6 and have had much help from those of you here in the news groups (and I do appreciate it greatly) I would prefer to do a little more research on my own before asking. Many times I have been suggested to read the MSDN web site and believe it or not I have ...
|
| Form resizing | 29 Oct 2003 20:17 GMT | 1 |
Did you look at StartUpPosition and BorderStyle properties of your form? This should help. Max Kudrenko Brainbench MVP Program for Visual Basic
|
| Question | 29 Oct 2003 18:56 GMT | 6 |
Is there a program out there that can tell me how big in size a module has gotten? I.e I know there is a limit to a module size,(don't know what it is, but I have reached it many times in the app I having been writing for 2 years now. I run into the limit then have to try and scroll ...
|
| project crashes | 29 Oct 2003 18:46 GMT | 2 |
The project I am working on using two kind of logins. HTTP and HTTPS... while using the latter, the program crashes abruptly...giving a "Application error" and a memory reference which could not be "read"... initially I thought that VB has gone corrupt but the problem
|
| How do I add a file browse dialog to my program? | 29 Oct 2003 17:53 GMT | 2 |
I want to add a "Browse" button that will open a file dialog. Much like the "Open" dialog you get when you open Wordpad and select "File
> Open". That dialog box shows up in several programs. Is it available for use within VB6 programs? Or can it be found on the
|
| .Need help with printer control in vb6 | 29 Oct 2003 17:00 GMT | 7 |
I am trying to figure out a program that a student wrote for me before he left for parts unknown. We are plotting equations in a picture box and in order to print the graph he has the following 2 lines
|
| make listview column fill the whole listview | 29 Oct 2003 16:55 GMT | 4 |
I have a listview in report (details) mode. It only ever has one column so I want the column width to fill the whole listview as the control is resized if the listview has no vertical scrollbar I can set the column width to listview.width-90; if there is a scrollbar, I set it to ...
|
| Do until loop??? confused | 29 Oct 2003 16:07 GMT | 5 |
I have been screwing around with this for a few hours now, can someone please point me in the right direction please? Private Sub cmdlogin_Click() lbllogin = "Please login"
|
| sndPlaySound and XP | 29 Oct 2003 15:58 GMT | 1 |
Any help appreciated. I have a VB app that uses sndPlaySound to play a PCM wav file. It works fine on most computers. However, I have an user using XP, who only receives a "ding" sound instead
|
| Working with File Modification Dates | 29 Oct 2003 15:31 GMT | 7 |
I am trying to write a basic form that will allow me to choose a local drive (local or network-mapped) and display the contents. The basic supposition is that I am trying to sort the files on the DirList box to be sorted by date Modified, going furthest back and sorting forward.
|
| intage=val(strage) | 29 Oct 2003 14:56 GMT | 1 |
I am really trying to understand this VB thing and am reading many online articles as well as a few books however this kinda confuses me. Can someone explain what this line is doing? intAge = Val(strAge) Dim strAge As String
|