| Thread | Last Post | Replies |
|
| CSocket Class | 02 Mar 2005 15:49 GMT | 1 |
i have used this class to download a file from server to client. Now i want upload a file from client to server by this class, is it possible? If yes, could you post me an example, please? I have searched in google's group by i haven't found anythink...
|
| Bitblt | 02 Mar 2005 15:16 GMT | 13 |
Could someone please help me with this: I am trying to make a small program that can "mask out" an area of a picture, that is create for instance an oval or diamond shaped picture, or just any shape. I guess I'll have to make some black/white bitmap mask and then bitblt that ...
|
| Excel Macro typing into word | 02 Mar 2005 14:00 GMT | 1 |
>From an excel macro i am storing the contents of a cell and i need to: 1. Open word 2. create a new document 3. put the text of the cell in the new document
|
| shareware/license | 02 Mar 2005 13:01 GMT | 2 |
I've built a tool for an online game. The tool was always supposed to be free, but now my host has kicked me out for having >20 Gb of donwloads per month - this free tool is costing me more money every day, which can't be right.
|
| One line program does not work! | 02 Mar 2005 08:55 GMT | 5 |
At least I know what line it's in... Here is my program (VB6) Private Sub Command1_Click() re = Shell("C:\MySpreadsheet.xls")
|
| crypto help | 02 Mar 2005 04:16 GMT | 2 |
I am trying to create a crude version of PGP in VB6 for a university project, I downloaded the Blowfish API, however Blowfish is a symmetric cypher, and I need to of generate public and private keys. Are asymmetric cyphers freely available to use with VB6 or will Blowfish solve ...
|
| Wheres The File Path? | 02 Mar 2005 03:07 GMT | 2 |
I wrote an app thats alot like a text editor. It produces files of a User Defined type. I want the user to be able to dble click on a saved file that was made by my program and have my program come up and read the file.. I can write the code to handle the file but where does ...
|
| mci problem - nasty program abort. | 02 Mar 2005 02:02 GMT | 3 |
I am trying to play video files through the mcisendstring calls. I have made some progress using the documentation from the MSDN cd supplied with visual studio 6.0. It plays .wmv files ok, at least those I have tried.
|
| SPI on PCs parallel port | 01 Mar 2005 23:43 GMT | 2 |
SPI on PCs parallel port Hi I have Visual Basic 6.0 enterprise edition, but have only wrote some simple code examples from a beginner's book. I would like to read an SPI device but using my PCs Parallel port.
|
| SPI on PCs parallel port | 01 Mar 2005 23:39 GMT | 1 |
SPI on PCs parallel port Hi I have Visual Basic 6.0 enterprise edition, but have only wrote some simple code examples from a beginner's book. I would like to read an SPI device but using my PCs Parallel port.
|
| Visual Basic 6 Extract Image data from an OLE Object | 01 Mar 2005 20:31 GMT | 1 |
I am reading an OLE Object Type out of an Access database. The OLE Object will always be an image of the same type. My problem is I want to take the Image data out of the OLE Object and write it to a SQL Server database table with an 'Image' type column. I loaded my OLE
|
| Resizing a form | 01 Mar 2005 19:43 GMT | 1 |
VB 6: frame1.width = form1.width - 200 VB .NET: ? Can someone please help with this simple line of code...thanks..
|
| Using Inputboxes to control an external database query | 01 Mar 2005 19:25 GMT | 2 |
Have written a macro which performs various calculations on a specified external database query. However I would like to be able use Input boxes to define start and end dates for the query.The date statements are shown below as recorded, assuming I assign variables called
|
| Creating an Install disk or cd | 01 Mar 2005 19:01 GMT | 2 |
When I was working in VB4, I frequently created a set of install disks for various programs that I had written or worked on. I am sure this capability must exist in VB6 but I haven't been able to find it. I can create an executable program but am afraid that it won't work on a ...
|
| how to detect a vbcrlf in the .find method for a richtextbox? | 01 Mar 2005 17:56 GMT | 4 |
'for a space this works Pos = rtb.Find(" ", , Len(rtb)) how about a vbcrlf?, because there may be a \par, how do you find a vbcrlf?
|