Hi,
In my VB program, I'm saving an jpeg image to a Microsoft Access database field of type OLD OBJECT in binary format. Our customer, who makes their own reports using this data, wants to show these images on their Access reports.
First of all, is this even possible? If not, how can I...
Hi,
I have created a procedure that parses a DXF file, and stores all similar types of drawing objects in seperate files. For example, all circles that are found in the dxf file are output to a 'circles' file, which contains the instructions for drawing them. Similar files are created for...
Yep, add the VB WebBrowser control to your form, and do a search on any VB site on it, and you will find a ton of info. You can view html pages on your form, retrieve the source code of any website etc etc etc!
Hmm...
I've encountered a problem here.
When you draw a line, arc, or point on a picture box using the given methods, it draws it according to the scale used.
So if the picture box has previously been set to have a scale of (50000, 50000)-(55000, 55000) then when you draw a line using...
There is a dxf SDK that can be found at www.wotsit.org (just look up dxf there and you'll find it). This is what I used (as well as looking at a sample map that I had) to figure out what all the codes mean.
DXF Files are very large and therefore it is quite inefficient to use them, but I...
ok, so all drawing to the dc has to be done pixel by pixel? Maybe this isnt as good as I thought.
I have an entire map drawn on a picture box (extracted from a dxf file) and I have to be able to zoom in out and move around the map. So I was hoping to draw the entire map image to a device...
Hi,
I've used the code found here...
http://216.26.168.92/vbworld/code.aspx?id=108
to generate a device context and load it to a picture box.
How would you manipulate this device context (ex. drawing lines on it similar to that of drawing lines on a picture box)???
Is this even possible?
Thank you for the link, however I found that link earlier in the day myself and the code did nothing, unless it was set to always, which would print a new page for EVERY table.
Thanx for your help anyway. Anyone else have any ideas. I think I'm going to have to find another way, this doesnt...
Hi,
Is it possible to print a html document in such a way that if the entire table does not fit at the end of the page, it will automatically print on the next page?
If the answer to this question is NO, then is there a way to determine the printable height of the screen, so that I could...
I already fixed this problem thanx to a different post. It was a problem with my 'record source' statement. I can let u know the code if you want to know.
Thanx
Clint
OK I added DAO and now the database part works,
But now i get an error message at the line
rs.Close
saying Method or data member not found
Here is my code...
Dim db As Database
Dim rs As Recordset
Dim strSQL As String
Dim points() As Long
Dim i As Integer
i = 1...
OK I added DAO and now the database part works,
But now i get an error message at the line
rs.Close
saying Method or data member not found
Here is my code...
Dim db As Database 'This generates an error for some reason
Dim rs As Recordset
Dim strSQL As String
Dim points()...
These are my references...
Visual Basic for Applications
Microsoft Access 8.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.1 Library
Microsoft Mappoint Control 9.0
AutoCad DwgThumbnail Control module
Microsoft Visual Basic for Applications Extensibility 5.3
When I try...
why does this line of code....
Dim db as Database
generate the following message...
Compile error:
User-defined type not defined
I took this straight from the Access help files and I have used this before without problems. And now this....
Anyone have any clue what is going on?
This works fine in Single Form view. (1 record at a time). But I really need this for continuous forms view (multiple records per page). In multiple record view it resets every other record after I change the inventory type.
Can I do this so that it changes only the current record?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.