| Thread | Last Post | Replies |
|
| Application.Close?? | 26 Apr 2005 03:53 GMT | 2 |
Gah, dug through my VB6 book for a good 15 minutes and I cannot find the command to Close my Application that I made in VB6.... (Its an automated Program I want to close after all the code is ran) Someone tell me please before I pull my hair out :(
|
| VB coverage in new online mag - VB6 or VB.NET? | 26 Apr 2005 01:32 GMT | 52 |
I'm launching a free online technical magazine, Bitwise, this June which will include a regular VB column. Now, I am uncertain as to how to balance coverage of VB6 v VB.NET at the moment. Our main VB writer is Dermot Hogan, who's written the VB column in PC Plus magazine in the UK ...
|
| making ActiveX dll's out of VBA code | 25 Apr 2005 23:00 GMT | 9 |
I have a lot of VBA routines, mainly array handling, that I could transfer to VB6 ActiveX dll's. Would it be best to make all different dll's for every routine or might I just as well put it al in one dll?
|
| Help with VBA | 25 Apr 2005 22:42 GMT | 3 |
I have been trying to extract icons from an exe file and load them into a listview. I found some sample where the use the ExtractIconEx function to get the icons and then using the OleCreatePictureIndirect function to convert
|
| Emulate Access Nz function | 25 Apr 2005 20:29 GMT | 23 |
Can anyone tell me how to write a procedure to precisely emulate the Access Nz function in VB 6.0 Many thanks.
|
| AddressOf | 25 Apr 2005 19:08 GMT | 13 |
I was messing around the other day trying to find out how to get the text out of a running IE instance and found it wasn't possible, but while doing it discovered that you can't use the AddressOf operator on the function you're in - is this a known bug?
|
| Help with RichTextBox (again...) | 25 Apr 2005 18:18 GMT | 3 |
Again having problems inserting text by code in a RichTextBox, now with tab stops. In the sub where I insert the text, I have the following (the form has ScaleMode set to 6 - Millimeters):
|
| New ComboBox is Read Only? | 25 Apr 2005 18:11 GMT | 2 |
I have just placed a ComboBox on a form and tried to modify the height property to match the TextBoxes on the form. However, VB gets nasty and refuses because the "height property is Read-only"
|
| Selecting items from a ListBox | 25 Apr 2005 16:01 GMT | 2 |
I would like to select items from a list box. Items need to be selected on pressing the right mouse click and not the left mouse click. Wheneneve I click the right mouse button on a particular list item, the item needs to be selected.
|
| Very easy question for VB expert | 25 Apr 2005 15:59 GMT | 1 |
Hi, I just started with VB to create a VERY simple Outlook script. It just takes the first email in a folder, gives it the title "a", and then tests the title. How come the third check fails (see **** ERROR IS HERE).
|
| File sorting in VB | 25 Apr 2005 15:44 GMT | 2 |
OK, I feel like an idiot, but I can't seem to sort and rename files in VB.net. I see a bunch of utilities out ther to do this, but I used to be able to do this in a number of languages and I want to write my own routine in VB.net.
|
| ListView Icons | 25 Apr 2005 15:13 GMT | 1 |
Could someone help me get put icons on a list view control? I am working in VBA and I don't have a picture box control. I used the ExtractIconEx function to extract the icon from the exe file, it works fine. Now, I need a
|
| Obtaining text from the webbrowser control | 25 Apr 2005 14:12 GMT | 1 |
How do I obtain the text from a web page displayed in a webbrowser control without using the clipboard? Thanks in advance.
|
| File Open | 25 Apr 2005 14:07 GMT | 1 |
I am writing a backup program. Is there a way to tell if a file is open by a another program prior to attempting to copy it?
|
| The wizard was political | 25 Apr 2005 10:47 GMT | 1 |
Thinking about it, the wizard available to classic VB programmers auspiciously to allow them almost seamless conversion to VB.Net is really just a political gimmick. It's just there so that Microsoft can tell anyone who asks, sure, we gave 'em a conversion tool! Not many
|