| Thread | Last Post | Replies |
|
| Automating Internet Explorer | 13 Jun 2005 23:38 GMT | 6 |
Hello net friends, I need to automate Internet Explorer in a very simple way. I need to: 1. press refresh (F5) on the currently loaded website.
|
| Getting system data/time from a remote server | 13 Jun 2005 22:53 GMT | 3 |
I've got a program that runs on one server but need to get the system date/time from another server. Is there an easy way to do this? Any help would be greatly appreciated. Regards,
|
| single | 13 Jun 2005 21:53 GMT | 6 |
Fix your system clock. You have future-posted.
|
| Fastest way to read characters | 13 Jun 2005 20:36 GMT | 45 |
When looking for characters or strings or even formatting such as line feeds, page breaks, etc. in text files, I've always had no problem opening the file using "For Input" and then using the line input statement to read in each line and evaluate each line for those items.
|
| Will VB app run on Longhorn | 13 Jun 2005 20:21 GMT | 13 |
Or when possiblely VB app won't run on new version or windows?
|
| Control GotFocus help | 13 Jun 2005 18:58 GMT | 3 |
Is there a better way of coding a form that has approx 30 TextBoxes as part of Control arrays and as objects in their own right to present some visible difference in the GotFocus and LostFocus event of the control? Would it be to subclass the form trapping the tab key and then ...
|
| invalid character | 13 Jun 2005 18:26 GMT | 1 |
Sir we have a problem with pound character. We are using MSXML 8.0.7002.0 (Windows XP) when it loads the xml it throws error invalid character. If we have encoding="ISO-8859-1" it works fine.
|
| Code-based presentation layer | 13 Jun 2005 15:10 GMT | 2 |
Back in February I asked if anyone knew of a code-based presentation layer / layout manager. There are two: MyXAML (http://www.myxaml.com) lets you instantiate components such as forms and controls through markup rather than code. It uses an XML
|
| Win 98 compatibility? | 13 Jun 2005 15:09 GMT | 4 |
I've been told that a new VB project must run on Win 98. It's been so long since I've run 98, I don't remember any details. If we stick to VB6, will we be ok? Dick.
|
| Faster way for export listview to excel | 13 Jun 2005 14:56 GMT | 3 |
Hi, anyone got solution on this? Currently I using this code:- ============================================= Public Sub ExportListViewtoExcel(lvwList As Control) Dim vntHeader As Variant
|
| Lost menu Project, properties | 13 Jun 2005 14:52 GMT | 5 |
Using VB6 Pro. For some reason I have lost the menu item Properties from the toolbar button Project. I need this for setting version etc.
|
| about keystrokes.. | 13 Jun 2005 14:48 GMT | 1 |
hi to all !! Just wondering how can i save automatically the keystrokes in the notepad .?.?.? please show me with a simple code ... thnx in advance ..
|
| How can I know the Data Type from winsock Data? | 13 Jun 2005 13:27 GMT | 4 |
Hi .. I send String through winsock Control.. ------------------------------ in Client Side...
|
| comctl patch not fixing crash | 13 Jun 2005 11:13 GMT | 1 |
Using VB6 with version 5 common controls. As stated here: http://support.microsoft.com/?id=896559 the retards at Microsoft managed to break every VB application in the
|
| Begin transaction | 13 Jun 2005 03:50 GMT | 1 |
How do I use begin trans, rollback, commit in a query with VB? I know the concepts, but cannot find the right syntax to use. Thanks, Luiz Horacio
|