| Thread | Last Post | Replies |
|
| ctrl + end | 11 Nov 2004 07:58 GMT | 5 |
I am using visual basic for word. How can i get the cursor to the bottom of the active word document? When i am in word i can use ctrl + end which results in cursor goes to end of document. How can i program this with visual basic?? I want to
|
| Error in new proyect | 11 Nov 2004 05:11 GMT | 1 |
In a computer how woks in a domain, when the user isn't the administrator and tries to open a project with enterprise controls, appears an error message saying that can't access to the register and the only ones controls that see are the standard exe proyect.
|
| Putting an Icon into the Windows Notfication area | 11 Nov 2004 04:44 GMT | 2 |
Can anyone help mere here please? I have written a program (VB6) that access and updates user data with no visual interaction. How do I put an icon into the Windows Notification Area (in the bottom right hand corner of the screen) so that the user knows that
|
| Shell to Open Word Document | 10 Nov 2004 23:59 GMT | 1 |
I need to open a Word document from my VB6 program. I am using the following command: Shell "C:\Program Files\Microsoft Office\Office\WINWORD.EXE \\ATLIC-S-157\justin.niland$\Cached\My Documents\My Logs\To Do List.doc"
|
| Out of stack space | 10 Nov 2004 23:03 GMT | 3 |
I developed an application using VB6 on my XP computer and it works fine but when installing and running on Win2k SP4 I get the following error "Out of stack space". I get the error in the beginning of a subroutine, before it tries to execute anything. Any ideas what the problem ...
|
| VBA to VB | 10 Nov 2004 22:05 GMT | 3 |
I have a VBA module that I would like to make into an exe file using VB 6.0. Can I import the bas file directly into VB? Thanks, Kim
|
| Formatting cells in Excel... | 10 Nov 2004 22:03 GMT | 2 |
I'm opening an instance of Excel and inserting my data through code. The only problem is I can't get the cells to force the formatting. I've got a few columns that have times in minutes and seconds (m:ss). I set the formatting of the cell using this line:
|
| Form "inheritance" | 10 Nov 2004 20:58 GMT | 15 |
I'm struggling with how to approach this problem. It's relavatively simple to describe... I have a single form with lots of code (non-events and events). I have a need to develop another form that shares 95% of its functionality. Each form
|
| When good buttons go bad | 10 Nov 2004 20:07 GMT | 1 |
Howdy, I'm putting together a Com Addin to work with Word 2000. When Word first opens, the Addin causes an "Invoices" button to be shown on the main menu, which will display a popup command bar with "New" and "Find" buttons.
|
| How to Break A File into Smaller Files | 10 Nov 2004 19:29 GMT | 3 |
How to break a file into smaller files in VB6, there is no compression needed. What is the best way to do this? Thank you in advance Eric
|
| 1.disconnection from data host 2.inability to populate excel file | 10 Nov 2004 18:39 GMT | 1 |
I have 2 problems as noted above. 1. My VB 6.0 software solution for a client will apparantly disconnect from the data host in a peer-to-peer network when running a particular routine. I have a lot of clients running the same software and version and no others
|
| ado problem | 10 Nov 2004 18:33 GMT | 4 |
i use a recordset to take values form a storeprocedure, Set rec = New ADODB.Recordset rec.ActiveConnection = Connectio rec.Source = "cev_take_from_sismap"
|
| Printer.Print | 10 Nov 2004 17:27 GMT | 1 |
I've got a mystery problem involving VB6 and XP-Sp2 (norwegian). I created a program several years ago to fill in a standard form. Using the printer object and setting x and y positions and printer.print to insert the text. The program was developed on NT4.
|
| Monitor Size | 10 Nov 2004 17:06 GMT | 8 |
Can I determine the monitor size? I tried with : Private Declare Function GetDeviceCaps& Lib "gdi32" (ByVal hdc As Long, ByVal nIndex As Long)
|
| Manuals on VB6 | 10 Nov 2004 16:38 GMT | 8 |
What I am looking for is a simple how to manual on VB6. Something that will walk me through the process of writting a program.
|