| Thread | Last Post | Replies |
|
| Email attachments in Outlook | 21 Apr 2006 22:51 GMT | 1 |
Using code from this site, I have been able to save my email attachments into a directory of my choice, which is great. I'm now trying to automate the next stage of the process, which is to open a text file and add the contents of the attachment text file into
|
| How to Paste List of Strings into VB Resource File? | 21 Apr 2006 22:43 GMT | 1 |
I was wondering if anyone knows how to take a list of strings and paste / add them en masse to a resource file? Thanks & Regards, TC
|
| Rename file based on name of parent directory | 21 Apr 2006 22:30 GMT | 4 |
I'm kind of new to VB. I already have code that captures the path. Now I'm trying to figure out how I just use part of that path to rename the file. For example:
|
| Maximize, minimize form when background form resized | 21 Apr 2006 21:09 GMT | 2 |
I have a project with a plain background form (maximized), with regular forms throughout the project that display on top of it. I want to be able to put a minimize button on the background form so that both the regular form showing and the background form are minimized and when ...
|
| Web Browser in Windows App | 21 Apr 2006 20:55 GMT | 2 |
I'm hoping to verify that we are on the right track. We have a windows based application that we are developing which allows the user to fill out various loan application forms. There are several pages for each loan application and 20 fields for user entered data on each page. ...
|
| Wininet HTTP Post - MS example not working? | 21 Apr 2006 19:29 GMT | 8 |
I'm trying to get the example in MS KB http://support.microsoft.com/kb/175474/en-us for posting via wininet api working, but HttpSendRequest keeps comming back false. Here is the code with the only modifications being the server name and path
|
| How to simulate the double-click event? | 21 Apr 2006 19:05 GMT | 7 |
This should be easy, but I can't think of how to do it so I need some help. I have a VB6 program with a rich text box containing a list of employees and their daily assignments. I want the user to be able to right click on an employee's name and bring up a text box which will
|
| Stop Sub execution | 21 Apr 2006 17:52 GMT | 4 |
I have a question about subs, functions or procedures and how to stop them if they are executing. I read quite a bit about that matter and found a quite simple yet not convenient solution. But let me describe in detail:
|
| Determine font that created text | 21 Apr 2006 17:48 GMT | 3 |
I have a number of graphics that have text in an unknown font. I'd to see which of the available fonts is the closest match. The text is white on a black background, so I figure: 1. With picture in picture box, select region of a single letter
|
| Getting the printer image | 21 Apr 2006 17:46 GMT | 2 |
For reasons not worth getting into I am trying to copy the contents of the printer hdc into a picture using bitblt. As the printer has a hdc, as does the picturebox I expected this to work, but I can't make it so. No errors
|
| VB6 IDE question | 21 Apr 2006 17:42 GMT | 6 |
I've inherited a VB project at work and I'm using VB 6.0 to work with it. The problem I am having is that I can't seem to access the hidden parts of my form easily.
|
| Ordering Date columns in ListViews | 21 Apr 2006 17:12 GMT | 4 |
My app. has a number of ListViews using view = 3 (lvwReport), including columns containing dates. The users need to have ther usual functionality of clicking on a column header and having the items ordered on that column. Trouble is, the dates are displayed as text (obviously), ...
|
| Resizing a control inside Form | 21 Apr 2006 15:16 GMT | 10 |
I added a Crystal Report viewer in my Form and I would like to resize it whenever the user resizes the Form (anchoring in .Net). Is this possible? Thanks.
|
| VB Call DTS | 21 Apr 2006 14:33 GMT | 2 |
Is it possible to call the SQL DTS Package to run , or call the SQL job to kick off from VB6 ? How can I do that if can ? Really appreciate your help. Thanks
|
| Need signature for a .VBP file | 21 Apr 2006 12:30 GMT | 1 |
My hard drive crashed and a recent project that I was working on is lost. I have the Ontrack software to do a recovery but .vbp files are not included in the list of files to search for. However, I can add file extensions. To do this, I need to know the
|