| Thread | Last Post | Replies |
|
| Multiple Attachments | 19 Jan 2004 20:59 GMT | 3 |
I am creating a small application that will grab 2 files from the hard drive, attach them to an email and send them out. I have no problem when I try to do only one attached file, but when I try to add the second one, it does not work. It will send the email
|
| ===auto start=== | 19 Jan 2004 19:08 GMT | 3 |
I have simple question : how to do so program starts all the time with computer? and how remove it (ahhh.. I'm sick of that 100s program on my computer which are not prossible to uninstall[because of some reasons...] and just slow my computer and internet!)
|
| Please help - Cracking elevation data format in data file | 19 Jan 2004 19:05 GMT | 10 |
I am desperate and need help. Whoever can solve this will be rewarded. I've been working on this in one way or another for about 6 months. I'm working on a program to assist me in figuring out the way elevation data is stored in a small section of a data file for the
|
| Showing a menu from a System Tray icon | 19 Jan 2004 18:28 GMT | 2 |
I am trying to get my program to display a menu (defined as mnuFile) when I right-click on the system tray icon. I have the code setup for detecting the various mouse clicks, but I can't figure out how to get the menu to be triggered when I right-click on the icon. Any help?
|
| Project type | 19 Jan 2004 18:00 GMT | 2 |
Is there any way to check what the project type is in code? for example I have some code that should only be run, if the project is compiled as a dll, but if i make a standalone project I don't want the code to run. so instead of commenting and uncommenting the code out,
|
| validate event doesn't fire with default button | 19 Jan 2004 17:02 GMT | 4 |
My vb6 form as an OK button with default=true and causesvalidation=true When the user clicks the OK button with the mouse, it correctly fires the validate event before the click event, but when the user presses the return key, just the click handler fires but not the validation
|
| OLE (Word) tutorial | 19 Jan 2004 16:14 GMT | 1 |
I would like to work with word documents via OLE in my own applications. I am a Visual Basic beginner and looking for a good tutorial which explains almost everything. I know how to use OLE to get an Word document into my application. My question is how to save it, how to resize the ...
|
| Setting File Attributes | 19 Jan 2004 15:46 GMT | 2 |
Anyone have a clue why this won't remove a hidden attribute from a file that's set as hidden? ____________________________________________________ Sub Main()
|
| password protection | 19 Jan 2004 15:20 GMT | 2 |
i have a spreadsheet with several buttons on it. is it possible to password protect one of the buttons only. ta. col.
|
| empty date field | 19 Jan 2004 15:17 GMT | 2 |
can someone show me how to save an empty date field from VB6 into a foxpro dbf table This is what i did currently in my SQL statement: SDateFormat = "\{MM\-DD\-YYYY}\"
|
| Print Report/HTML | 19 Jan 2004 13:51 GMT | 2 |
I made a form with a webbrowser object inside of it. the webbrowser generates html to produce a report. I have a button on this form, and when i click the button i want to print the webbrowser only. i have currently tried:
|
| Clearing an Open File | 19 Jan 2004 10:50 GMT | 1 |
I have a program that opens a file for Random, and places several items of a user-defined Type into the file. The problem is that if I try to write the data into an existing file, the new data just goes on top of that file's data, so if the original file is longer than the data that ...
|
| What kind of problems is visual basic best at solving? | 19 Jan 2004 09:51 GMT | 4 |
What kind of problems is visual basic best at solving?
|
| BALANCE query | 19 Jan 2004 06:53 GMT | 8 |
i need to figure out how to return a balance value in a query that is depended on rows above the current feild. For example i have a transaction table (tbltrans):
|
| Text Form With Columns? | 19 Jan 2004 06:44 GMT | 15 |
I currently use a program that I have developed for myself that I read a comma delimited text file into a Richtextbox and then make edits to and then save the file. When the file is displayed, I maintain all the commas as they are a requirement for the system that uses the file. I ...
|