| Thread | Last Post | Replies |
|
| Question about sortkey and sorting listview | 17 Jul 2004 04:43 GMT | 1 |
I have a listview (ListView1) with 5 items in it. I have typed in a word into each of the 5 Listview1.Listitems.Items.tag properties. Example: ListView1.Listitems.Items(1).Tag = "Zebras"
|
| Windows Forms Freezes while using Doevents . | 16 Jul 2004 20:44 GMT | 6 |
I am pasting my code to replicate the issue... In your Window form put Timer and command Button. Run the Application and keep moving the form with the help of mouse when the timer events fires after 4 secs , it freezes the form, it is not possible to resize and Move the form.
|
| Can one paste text or image into WebBrowser1? | 16 Jul 2004 20:02 GMT | 2 |
Can I paste texte into the WebBrower (in vb projet)? Is yes, how? Raymond H.
|
| Register ActiveX .exe in Visual Studio Installer | 16 Jul 2004 17:09 GMT | 3 |
I have an ActiveX .exe application written in VB6 that I'm trying to deploy using the Visual Studio Installer merge module. I have other applications that are deployed with Visual Studio Installer that reference this merge module. My problem is that when one of these
|
| Is ShellExecute in Shell32.dll equivalent with explorer.exe's Open command? | 16 Jul 2004 10:39 GMT | 3 |
I was just wondering if using the following code with lpOperation = "Open" on a certain file name is exactly the same as what happens by default if you use RMB -> Open on a file from explorer.exe: Private Declare Function ShellExecute Lib "shell32.dll" Alias _
|
| Problem with Document from WebBrowser control | 16 Jul 2004 10:25 GMT | 1 |
I am at my wits' end. I have the following code: WebBrowser1.Navigate ("c:\path\page.htm") Text1.Text = WebBrowser1.Document.Links.length
|
| Listview control and string width. | 16 Jul 2004 09:23 GMT | 4 |
Hello other people, when you double click on the header of a listview control ( at the end), the column's width becomes equal to the longest string in the column. Is there anyway way you can trigger this action by code?
|
| Newbie question | 16 Jul 2004 09:09 GMT | 4 |
Can someone help me with this simple newbie problem. I need to enter data in a text box and use 'enter' key to send focus to the next text box. I believe I might need to use some sort of "If key_press=something or other.
|
| Array set questions | 16 Jul 2004 03:18 GMT | 4 |
I've scoured this newsgroup, and I've found the error message I'm getting with my script, but the situations I've seen it involved in do not seem to match mine. First, here is the script in question:
|
| PID feedback | 16 Jul 2004 03:16 GMT | 7 |
I am interested in writing code for a PID feedback loop. Does anyone have VB code for feedback or any suggestions. Thanks, Art
|
| Processo che non termina | 16 Jul 2004 01:25 GMT | 1 |
A qualcuno è mai successo che alla chiusura del programma il processo del programma non si chiuda e parta un'altro processo di windows (cideamon.exe) che occupa il 100% della CPU? Il codice l'ho controllato e ricontrollato e dovrebbe essere ok, anche
|
| VBA and Outlook | 16 Jul 2004 00:53 GMT | 3 |
I had a VBA program within Excel that used to work (included below): This VBA sub, would just email me the active workbook from Excel. However, my company now has included some sort of increased protection in Outlook and
|
| Files in a folder | 15 Jul 2004 20:41 GMT | 1 |
Let's say I've some files in a folder with the same suffix, for example .abc. Is there anyway I can let VB decide which one of them that is the newest? / Bosse
|
| print to pdf or file vb5 | 15 Jul 2004 19:35 GMT | 8 |
I have a visual basic 5 program where users are able to print vouchers, letters etc. Now, we like to have a copy of every single paper (voucher) which is send to our customers in digital format. For printing our vouchers we use the printer.print function. I'm not able to
|
| printing on continous paper | 15 Jul 2004 17:48 GMT | 1 |
How to avoid skiping few lines after executing printer.newpage ? Changing height or scaleheight doesn't take effect. Also sending to printer ESC O (cancel top/bottom margin )doesn't take effect. In other words how to force vb to print continuosly using printer
|