| Thread | Last Post | Replies |
|
| BMP to JPEG | 30 Jul 2004 15:28 GMT | 2 |
I've made a program which takes screenshot of the active window. However it saves it as BMP file which is HuGe. Any tips how to save as JPEG? -Thanks
|
| Printing PCL ? | 30 Jul 2004 13:31 GMT | 4 |
I had thought I made this post before, but perhaps something happened, and it didn't post. Anyway, I am trying to print 2 types of barcodes (Code93, Bars12 [postnet code]) and an address, to an Address Printer (BOS 13K from bryceusa.com).
|
| setting forecolor for several control | 30 Jul 2004 13:28 GMT | 14 |
i know this is probably a faq, but im not finding what im looking for online. What i would like to do is create a function the would work like the following. myFunction(vbRed)
|
| VB 6.0 compatibility with Access 2000 - help! | 30 Jul 2004 12:45 GMT | 3 |
Hi, I am a very inexperienced but highly motivated meddler trying to make a VB application which interacts with Access database, my version of Access is Access 2000
|
| Join Tables | 30 Jul 2004 11:16 GMT | 1 |
I've two tables MM_Friends, Forum_Members. MM_Friends.Member_ID is not a unique field, but Forum_Members.Member_ID is. And I've this Select statement in ASP for 1st recordset1:
|
| Q: Possible to type in vb code while program running? | 30 Jul 2004 10:21 GMT | 5 |
I am wondering if it is possible to do any of the following: 1. During runtime of a program from the IDE, can I in any way execute code manually, like typing in vb commands, such as msgbox <variable> to test information?
|
| formats real numbers | 30 Jul 2004 09:45 GMT | 4 |
I'm writing a program that has support for multiple language, so far swedish and english is requested. Everything is fine, but the program has to be able to run on computers with different language settings. It must for example be possible to
|
| Report Making | 30 Jul 2004 08:15 GMT | 3 |
Is VB6 good for report making? Does someone knows how to make good reports with headings, tables and lines?
|
| shell output | 30 Jul 2004 05:13 GMT | 8 |
For some reason i cannot get the following to create the text file that i want. Shell "ipconfig > C:\test.txt", vbHide it dosn't give any error messages, but it dosn't create the test.txt file
|
| VB.NET Datagrid Binding bug | 30 Jul 2004 04:36 GMT | 1 |
What I have is three forms. Form one with buttons 1, 2 and 3; and forms 2 and 3 with datagrids. Button 1 populates arrays a(i,j) and b(i,j) with values. Button 2 creates a datatable containing the a(i,j) array then adds that table to a dataset which is in turn bound to a datagrid ...
|
| How to know position X of the cursor in ListView? | 30 Jul 2004 01:09 GMT | 2 |
How to know position X of the cursor in ListView? Or how to know when one clicks in the second column of a ListView (but not on the Header)? Raymond H.
|
| Array of Command Buttons | 30 Jul 2004 00:35 GMT | 7 |
Is there a way to set the properties of an array of command buttons as a group? For example, at the moment I am setting the properties of each button individually like so:
|
| variable list of parameters | 29 Jul 2004 21:35 GMT | 5 |
Hi. I'm using the GraphicsMagick component to work with images. This Object works like this: result = img.Montage("-mode", "Concatenate", "-tile", "2x2", "file0.png", "file1.png", "file2.png", "file3.png", "output.png)
|
| Help Optimizing Code | 29 Jul 2004 19:32 GMT | 9 |
Good day! I found a piece of code searching the net that does exactly what I need. Only problem - it's slow!
|
| KeyCode | 29 Jul 2004 18:03 GMT | 1 |
it dem Keycode kann ich den Code verschiedener Tasten über vbKey abfragen. Wie kann ich Tastenkombinationen wie z.B. ALT+F4 oder Ctrl+A? Vielen Dank Sahin
|