| Thread | Last Post | Replies |
|
| Printing from richtextbox resets default printer ! | 09 Feb 2004 23:39 GMT | 8 |
I' am using this piece of code to print text from my Richtextbox: '*********************************************** dlgPrint.Flags = cdlPDReturnDC + cdlPDNoPageNums If rtbOverzicht.SelLength = 0 Then
|
| Repost: MSDN Collection | 09 Feb 2004 14:04 GMT | 1 |
When I invoke HELP in VB6 (Enterprise Edition), I get the message; "The MSDN Collection does not exist. Please reinstall MSDN". ---------------------------------------------------------------------- Shriram kindly advised (back in December) that:
|
| Problem with editing Excel spreadsheet via VB6 App | 07 Feb 2004 17:36 GMT | 2 |
I have a compiled VB6 application that allows users to update a spreadsheet or more than one spreadsheet with data from a form. The following code opens the spreadsheet and finds the first empty cell in column "A" and select that cell, then move to the next cell and so on.
|
| Scrolling richtextbox using mouse | 07 Feb 2004 13:36 GMT | 3 |
Is it possible in vb6 to scroll a richtextbox using the mouse? I set the cursor to "hand" and i'd like to scroll through the text, using the mouse (left click and scroll on mouse move) Thx,
|
| How to obtain the E-Mail Address of the SENDER using the Outlook Object | 07 Feb 2004 09:06 GMT | 2 |
Can you Help me How to obtain the E-Mail Address using the Outlook Object, I only have a "Property" giving me the SenderName! I'm programing in Visual basic VB6 and the code that I'm using is *****************************************************************
|
| VB6 ocx in VC++ | 06 Feb 2004 22:00 GMT | 3 |
I have a ocx control in VB6, for drawing a geometrical figure. I wanna use this in a VC application. I observer that after the ocx is called, memory usage shoots up like anything. I suppose it is taking up all my system resources.
|
| [?] How to modifying the registry | 06 Feb 2004 16:35 GMT | 1 |
How would I delete registry keys using VB6? How would I change existing reg keys using VB6? How would I add reg keys using VB6?
|
| Filecopy | 06 Feb 2004 16:33 GMT | 1 |
i used the filecopy source, destination command but it gave me a permission denied error error 70. please help.
|
| How can i pass the control in Property | 05 Feb 2004 13:11 GMT | 1 |
I want to pass the control to the property. Im trying this following code. its giving an error. For eg i want to pass the Grid control to the class module using Get-LET-SET property.
|
| Extracting data from web site | 05 Feb 2004 09:45 GMT | 1 |
There is a table on a web site that I need to download and import into a database but dont know how to go about this, can anyone point me in the right direction. Thanks in Advance
|
| File preview!! | 03 Feb 2004 08:48 GMT | 2 |
I am developing a project in VB / Win XP. I have my own explorer style library view in application. On click of each file it is supposed to show its preview like outlook shows preview when particular mail is clicked: Some file will have
|
| Please help with OLE | 03 Feb 2004 06:58 GMT | 1 |
I would like to display an Excel spreadsheet in a form's scrollable view. The sheet's data is updated in another form. I need to know... ... how to display the worksheet. ... how to write the new data to each cell.
|
| Abend when reading Oracle | 02 Feb 2004 18:14 GMT | 1 |
I've written a program to extract from an Oracle database about 105,000 rows and write them to a text file for uploading into a mainframe. I run this program nightly. On occasion the program abends with this error:
|
| printing preview | 02 Feb 2004 09:26 GMT | 3 |
hi, i've implementing a solution to use personlized paper format programmaticly, but printing user can't have printing preview , i'm usinbg visual basic 6 and when sendinf instruction
|
| ListView after subclassing ? | 01 Feb 2004 16:21 GMT | 1 |
I need some help. I succesfully subclass ListView control, but I don't know how to handle the messages which I get with function that is used while sublassing: Function WndProc(ByVal hwnd As Long, ByVal uMsg As Long, ByVal wParam As
|