| Thread | Last Post | Replies |
|
| Printer Error when Adobe print is cancelled | 16 Nov 2003 20:17 GMT | 2 |
When printing to the Adobe PDFWriter, my VB6 program runs to the first statement trying to print anything to the Printer object. It waits there as the user is given a dialog box to specify the output file name. If the user clicks the "Cancel" button in that box, the VB statement ...
|
| Junk Mail Helper | 16 Nov 2003 20:01 GMT | 1 |
If anyone here uses Microsoft Outlook for their email, I can send you the code of a tool I created for managing that nasty Junk Senders List. It really makes taking out the trash a heckuva lot easier. I'm planning on adding some new features, or you can add your own, if
|
| Stand Alone Programs | 16 Nov 2003 18:23 GMT | 6 |
How do you create a stand alone program? I open my Project and when I go to click on Make in the file menu, it is blocked out! Does anyone know whats wrong?
|
| How do I perform a mouse click at a set cursor location (VB6) | 16 Nov 2003 15:55 GMT | 1 |
I am writing a macro program in VB6 and want to do the following 1) Set a cursor location as a variable 2) on a button click move the mouse to the variable location and perform a mouse click (the location must be in reference to the entire screen not the
|
| Help with program pleas. | 16 Nov 2003 15:40 GMT | 6 |
I'm trying to create a program that will simplify checking a set of lottery numbers against the 5 lines of lottery in our works sindicate. Because I check them monthly it takes ages to check & am trying to think of a simple vb solution to the problem but being beginer with limited ...
|
| Math Calcs with String Vars? | 16 Nov 2003 11:11 GMT | 1 |
Thanks for the perspectives on my "~1000 unique vars" project, but before I jump to enumerated Indexs I have to question performance issues with strings and math calcs against 2 Cases: _______________________________________________
|
| Re. textbox control to filter user inputs | 16 Nov 2003 05:28 GMT | 5 |
I was wondering whether i can find a control, or some code to allow a textbox to get only numerical values as input. The reason i ask for this is that i am planning a prog that will get currency and/or numerical data only, and calculate percentages, sums etc.
|
| Inserting PictureBox picture into Word document | 16 Nov 2003 04:26 GMT | 4 |
How do I go about doing this? Basically I have a field where the user inputs a doctors name, a field where the user inputs the doctors bio, and then a picturebox where they select an image from their hard disk. I need all this info to be saved into a Word template, but I'm not ...
|
| Dropdown ComboBoxes | 16 Nov 2003 01:29 GMT | 4 |
Hello again. I don't want people to be able to type into my combobox, so I used a dropdown combobox. The problem is, if someone selects an item from the box and then wants to clear the box, I can't go Combo1.Text = vbNullString or Combo1.Text = "" because it's read only.
|
| string manipulation & file save question | 16 Nov 2003 00:05 GMT | 2 |
VB Experts, Im trying to write a simple script to accomplish the following: open text file "abc.txt" for n = 1 to 100
|
| usable screen size (not resolution) vb6 | 15 Nov 2003 22:23 GMT | 2 |
High I want to be able to get the usable area of the screen, in other words the area that a maximized window sits in, but without maximizing a window to do so. this code works, but is dodgy (it's a few pixles off because of window
|
| Is there a control that displays both picture and text? | 15 Nov 2003 20:46 GMT | 8 |
I want to be able to display both picture and text together like in a browser but editable like a textbox. Is there such a control?
|
| Tanning Lotion for the Rebel in you! | 15 Nov 2003 20:46 GMT | 3 |
REBEL SUN An awesome tanning lotion formulated to give you the intensity of the great REBEL SUN. This great skin firming formula offers you oils found only in high end cosmetics. Monoi Oil, Kukui Nut Oil, Sweet Almond Oil, Shea Butter and Hemp Seed Oil are all adding to excelent ...
|
| scroll wheel in vb6 doesn't work with 2000 or xp | 15 Nov 2003 17:18 GMT | 5 |
I have since I've upgraded to XP (the same in win 2000) a strange scroll wheel behavior in vb6 IDE it doesn't work in the code window when split into two panes and the msflexgrid control doesn't scroll at all with the wheel.
|
| End of list in ComboBox | 15 Nov 2003 16:23 GMT | 2 |
Hello again. Thanks for everyones help btw. Just one more question. I have a combo box with 10 items in it. I would like to write these items to a sequential file. I was thinking i could just loop through the items and write them to the file like so:
|