| Thread | Last Post | Replies |
|
| Why does CurDir() change persist? | 13 Aug 2005 04:43 GMT | 1 |
I change the current directory in a proc, using CurDir(). The change persists across executions. I would like the CurDir() return value to be the same at the start of each execution. Any suggestions will be appreciated. The code below illustrates the problem. Thanks.
|
| Visual Basic and Me.WebBrowser0.Navigate | 12 Aug 2005 18:10 GMT | 7 |
I am trying to use the contents of a field in the current form to build a url for Me.WebBrowser0.Navigate. Private Sub Form_Load() Me.WebBrowser0.Navigate Forms! 'Single Spec'!url
|
| Compiling Visual Basic - every time different? | 12 Aug 2005 03:08 GMT | 22 |
I''m not a programmer and don''t have much knowledge of Basic. But I have a question about compiling Visual Basic code. For a program that is used in our company, it is important to know that the version that is used, is the same version that was tested in
|
| Converting a Favorites URL to http://....... | 12 Aug 2005 02:16 GMT | 2 |
When I double click on an entry in my Favorites folder which reads (example) Deceased OHS Alumnae.URL, it brings in an internet web page with the url at the top of the screen reading http://members.cox.net/ohsokc. I created a VB6 application which is designed to take an url and ...
|
| Presenting a new(?) idea for free collaborative software development. | 11 Aug 2005 21:01 GMT | 5 |
Presenting a new(?) idea for free open source software development. Hi! I'm a 32 years old novice to average programmer, and I have an idea which I believe to be fairly good: An authentification system to
|
| code for reading a CSV string? | 11 Aug 2005 17:04 GMT | 6 |
I'm talking about the 'kind of official' CSV, where if a field has a comma or " it must be enclosed in double quotes, and a " inside a field comes as """, so obviously a split(line,",") won't work here. I'm sure it must've been coded before, does anybody know of a place I
|
| VB6 List Re-positioning | 11 Aug 2005 16:17 GMT | 2 |
I have a list of items from which an item may be click-selected. The item is then placed into a text box for editing. Following the edit, the list is updated to display the edited item. Problem is, in a large list, when scrolled down to item #100, then edited.
|
| Looping through a range of cells in Excel and comapring values | 11 Aug 2005 15:01 GMT | 2 |
I need to set up a Macro which loops through a range of cells and performs a series of actions when criteria are met. My dataset is a count of actions performed in 10 minute intervals (or 144th of a day as I have tried to set the criteria) but when no actions are performed no
|
| Variable define Me.Text1 in a loop | 11 Aug 2005 10:20 GMT | 3 |
I must apologize for this question, but here it goes. I have a loop that populates a number of text boxes on a form. Each text box is numbered sequentially starting with text1, text2 etc. I also have a counter that increments by one every time I execute the
|
| Checkbox in datagrid | 11 Aug 2005 09:55 GMT | 1 |
Hi, anybody know how to place a checkbox in a datagrid in vb6? Thanks
|
| Visual Basic.net | 11 Aug 2005 05:12 GMT | 68 |
Hi, I am probably all cocked up here but I heard Microsoft had given up on VB. Will it still be used in general. Perhaps someone could give me an explanation of what has happened and what it will mean.
|
| Opening a folder in VB6 | 10 Aug 2005 20:01 GMT | 3 |
I am in the process of writing a VB program which will go into your favorites folder, then test each .url link therein to see if the url still points to an active web page. Problem is: using the common dialog box causes me to look for .url files instead of the favorites folder ...
|
| Only one instance of program | 10 Aug 2005 19:02 GMT | 4 |
I need to be able to ensure there is not more than one instance of my application running. Currently, if the program is open and is launched again a second copy opens. What I would like is the first copy would come to the foreground maximized if someone tries to launch an
|
| Type mismatch?? | 10 Aug 2005 17:16 GMT | 3 |
I don't know what I'm doing wrong here. So, (with the reference to ActiveX Data Object 2.8) I have something like this: 'getrs function returns a disconnected recordset, and defined as ...
|
| where to \begin | 10 Aug 2005 13:34 GMT | 1 |
I live in Australia and am interested in learning visual basic (never done any programming before). Can anyone suggest where I should start? Thanks, Charlie
|