| Thread | Last Post | Replies |
|
| Capturing a Screen Shot Programmatically | 06 Feb 2005 21:22 GMT | 4 |
In VB6, I'm trying to capture a screen shot of the form into the clipboard so I can then pop it into a picture control. Manually, you can capture the screen shot by pressing ALT-PRTSC. However, using the following line of code: SendKeys "%{PRTSC}"
|
| VB6 and webbrowser control - old cached data | 06 Feb 2005 20:41 GMT | 2 |
I'm using VB6 and the webbrowser control to submit orders via a web based ordering system. We don't have any control over the web based system. Our system (VB6) guides users as they enter data into the web based, and then at the last page, screen scapes the confirmation numbers ...
|
| Copy Selected Access Tables | 06 Feb 2005 19:55 GMT | 3 |
I am using VB6/ADO. I want to copy a selected table from one Access database to another Access database and then add a couple of fields to it. I have a model table with the new fields defined with default values so I was thinking I could make a copy of the model table and call it ...
|
| Changing Computers' Times Down to the Millisecond | 06 Feb 2005 17:35 GMT | 29 |
A temporal synchronizer program I am developing in thirty-two-bit Visual Basic 4.0 requires that, when times are changed, their milliseconds must be reset to zero. How can this be accomplished? According to a search for "milliseconds," AllAPI.net fails to contain any
|
| VB6 vs VB.NET | 06 Feb 2005 17:12 GMT | 4 |
For developing client-side application, is it better to use VB6 instead of VB.NET? -- A freeware developed by me with VB6
>>>>>Summon the Screensaver<<<<< |
| Reading Outlook Inbox | 06 Feb 2005 16:16 GMT | 2 |
Does anyone know any good 'free' classes I can get hold of to read the outlook inbox, I am wanting to show on a form a listbox (or similar to the outlook inbox list) and also a checkbox next to each row to indicate which emails I wish to save in a specific directory of my ...
|
| detecting IE downloads | 06 Feb 2005 14:37 GMT | 2 |
I work in a school that has W98 installed on the computers in some of the labs. The school policy is that no one should download and install anything from the web - but students being students duly ignore this. Is there any way of writing a small program to detect when IE starts to
|
| Balloon tips nomenclature | 05 Feb 2005 20:14 GMT | 1 |
What is the proper term for a balloon tip popup? Balloon tip Bubble Balloon tip? Balloon Bubble tip?
|
| Still need help on Rich Text Box | 05 Feb 2005 20:14 GMT | 15 |
Sorry for running this again but I still have not been able to make this RTB perform the way I want it to. In the last post I included the code snippet but I dont believe anyone here had run it to observe the problem I am having. Following is the code snippet along with just 5 ...
|
| invalid procedure call or argument - trying to lanuch IE ? | 05 Feb 2005 10:00 GMT | 8 |
Im trying to run the following code from VB6 to launch a browser to a specific URL. Public Function Start() Dim obj As InternetExplorer
|
| Precision problem in VBasic 6 | 05 Feb 2005 09:16 GMT | 11 |
This was submitted by a friend of mine. Variables are declared as single precision. Here are the results of a simple code that subtracts 0.1 from 0.0 -0.1
|
| Automation for non-MS controls? | 05 Feb 2005 01:59 GMT | 1 |
I'm just wondering if it's feasible to use VB to write automation apps (i.e. bots) for applications that don't use standard controls. Like, how would you be able to read text off a non-MS dialog box?
|
| Flat in ListView | 04 Feb 2005 23:58 GMT | 2 |
I have 2 questions... (1) Is it possible to create flat column headers in ListView(like OE's)? -- if yes any ideas. (2) How should I set flat scrollbars in ListView?
|
| calling userforms and returning arguments | 04 Feb 2005 23:27 GMT | 1 |
Hello, I was wondering if I could call a Userform within a procedure, have the user click on an option button in the userform, then have the boolean value of the option button
|
| Write to a file | 04 Feb 2005 21:31 GMT | 3 |
I want to read dada from SQL database and write it to a ASCII comma delimited file. Any ideas of web sites where I can find related info or code? Thanx
|