| Thread | Last Post | Replies |
|
| Window Automation for IE 6 - dowload problem | 31 May 2004 23:21 GMT | 1 |
I have a program which uses the web browser control to navigate to a https site where I want to download a file programatically using window automation. When I run the program in the foreground I get the normal "Save As"
|
| Capturing Information from Web with Frames | 31 May 2004 23:10 GMT | 1 |
I have a project to capture stock information from web. The pages is: - . frame, the frame id is hide, src is not fixed . one of the frame is for secure purpose, I guess the main frame will check
|
| Help needed: Animated controls in VS .NET | 30 May 2004 15:48 GMT | 1 |
I am looking for an effective way to animate windows controls in the Visual Studio .NET programming environment. I want to attempt to have the effect of a control sliding onto the screen when a button has been pressed for example. I have tried to do this by repeatedly changing
|
| Managing 64-bit numbers in VB6 | 29 May 2004 14:26 GMT | 5 |
I am not sure if VB6 supports MMX instructions. As I have written a hermite function, and it requires MMX, my question is how to tell VB6 to start using MMX instructions in my program. Thanks
|
| Count specific words in string | 29 May 2004 02:00 GMT | 4 |
I have a long string where I want to count the words "Special" How can I do that? regards reidarT
|
| Text box conditional statement | 29 May 2004 01:06 GMT | 4 |
I have a question and using the following conditional statement I think I can better explain what I want to do. If txtAlpha.text has the focus Then MsgBox"Hello America!"
|
| Problem With ListView Key (VB6) | 28 May 2004 16:26 GMT | 1 |
I have a business object that loads a listview control. There is a property that is a string value called RouteNumberComplete. Normally, I get values like "FL01103-1" or "GA321-1". However, I have one that comes back as "312D-1", and others that are similar "412D-1", for ...
|
| UserControl and a Collection as Property. How? | 28 May 2004 16:05 GMT | 2 |
I'm creating a custom UserControl "MyControl". I want to have a property "MyProp" like this: MyControl.MyProp.Add MyControl.MyProp(1).Text = "text"
|
| datagrid control requery problem | 28 May 2004 09:57 GMT | 2 |
I am using a datagrid control that connects to a query recordset using a dataenvironment. I allow the user to update a table using a different recordset that affects the data behind the query used by the datagrid control. How do I reflect the change onto the datagrid control. ...
|
| VB6 DataGrid and SQL Server | 28 May 2004 07:34 GMT | 3 |
I am converting an old VB3 application using Sheridan Data Widgets to VB6. Sheridan's Data Widgets upgrade path from vbx to ocx was not a pretty one. I have to do major surgery. So I am thinking that I might just use VB6's DataGrid.
|
| Weird results on Msgbox over network | 27 May 2004 23:49 GMT | 10 |
Here's a very strange problem I've encountered. I'm wondering if anyone else has had to deal with this and what the solution is. I have places in my program that pops up a messagebox on the lost focus event of a control if information isn't entered correctly. Here's the weird
|
| Data Control | 27 May 2004 18:35 GMT | 3 |
I have an Access 2000 (Jet 4) database, but I only have VB5. I can get the data control to perform much of its functionality if I assign the data source at runtime, but I can't refresh or do some other things without VB complaining that it doesn't recognize the database format.
|
| Outlook express | 27 May 2004 17:37 GMT | 6 |
Sorry about posting this here. I view these newsgroups in outlook express. My problem is that the newsgroup updates itself every day, and only shows the most recent items, like about a week's worth of stuff. Other than moving the wanted items to another folder (which I loose the ...
|
| HELP - Sub Forms - HELP | 27 May 2004 14:02 GMT | 5 |
Hi to all. I'm not sure I'm in the right newsgroup but I'll go ahead anyway, hoping you point me in the right direction if this is not!! My application has several "sub-forms" that will be loaded into a "parent"
|
| Textbox format? | 27 May 2004 13:20 GMT | 20 |
I have 2 textbox filled with data textbox1: "777,11 MB". textbox2 "111,77 MB". In 3rd textbox I would like to have sum of those 2 textbox: "888,88 MB"
|