| Thread | Last Post | Replies |
|
| Structure or Data Type I/O | 19 Nov 2003 12:32 GMT | 8 |
Is there an easy way to read and write Data Types to files or do I have to have Input and output statements for each variable in the Data Type?
|
| How to create a menu via a button? and how to see, in a label, a link that the mouse pass over? | 19 Nov 2003 12:14 GMT | 8 |
1- How to see, in a Label, the URL of a link that the mouse pass over? (in the WebBrower control in a vb projet). 2- How to create a menu and a submenu via a button Command1? and after, hot to delete these two menus?
|
| 0 file size after VB program crash. | 19 Nov 2003 10:03 GMT | 5 |
I got a strange rare problem. please put me to correct group if post in here is not appropriate. Thanks Someone is running my program, but he accidently kick the plug and the whole PC restart. my program will
|
| hardware | 19 Nov 2003 10:01 GMT | 1 |
Well, not particular for programming discussions, but I've found an interesting page at http://www.robotics.4t.com
|
| Finding substrings in a mainstring. | 19 Nov 2003 01:27 GMT | 2 |
This is a simple thing, but I'm having a bit of difficulty getting it exact. I've tried a few different codes, but can't do what I want, can some one help please? I have 3 text boxes, txtMainstring, txtSubstring and txtReplace string.
|
| Terminating a VB Program didn't really stop it.... but I found a solution (posted here) | 19 Nov 2003 01:25 GMT | 5 |
The Problem: Hitting the "terminate button" (the X in the top right corner) made to progrma disappear BUT it still showed up in the Task Manager. The Solution:
|
| help!! recursive delete of directory tree | 19 Nov 2003 00:15 GMT | 2 |
I am slowly going mad trying to find a way to recursively delete a directory tree in VB. I want a pure vb/windows api solution, and I don't want to use shFileOperation because I don't want to use the recycle bin or give the user the chance to cancel.
|
| Error I just can't figure out | 19 Nov 2003 00:12 GMT | 6 |
I have used a listview many times, and even copy/pasted the working code from other apps into this new one, but for some reason beyond me, I get a "Type Mismatch" error when using the following lines. Dim lstvw As ListItem
|
| VB history question. | 18 Nov 2003 23:47 GMT | 3 |
I was just looking at a .frm file in a text editor (I didn't know how simple it looked until I accidently opened it up in Visual C++.), and was wondering... For those of you who've been around a while. Did VB always have the GUI IDE? Back in v1.0 or so, did you simply
|
| Global Variables nott Global? | 18 Nov 2003 23:44 GMT | 13 |
I have a Module that declares several arrays as public, some string, some integers. I then have 2 forms. Form A is the main form, that loads on start-up, and has a command button to open Form B. On form B there are several text boxes where the array values can be changed, however ...
|
| Finding a substring in a mainstring | 18 Nov 2003 22:27 GMT | 4 |
This is a simple thing, but I'm having a bit of difficulty getting it exact. I've tried a few different codes, but can't do what I want, can some one help please? I have 3 text boxes, txtMainstring, txtSubstring and txtReplace string.
|
| file in required format | 18 Nov 2003 20:35 GMT | 1 |
I am trying to get input from a file which has the data like .100319919363E+01 and write to another file in the same format. I declared the variable as Double. It is writing the data to the new file as 1.00319919363 but not in the given format. How should I
|
| Cursor movement | 18 Nov 2003 20:34 GMT | 3 |
I'm trying to make the mouse cursor jump to the center of my form when it appears (in the center of the screen) and confine it to witin the form using API's.... Private Declare Function SetCursorPos& Lib "user32" (ByVal X&, ByVal Y&)
|
| write to a file | 18 Nov 2003 17:05 GMT | 2 |
I am trying to get input from a file which has the data like .100319919363E+01 and write to another file in the same format. I declared the variable as Double. It is writing the data to the new file as 1.00319919363 but not in the given format. How should I
|
| What VB version do I need? | 18 Nov 2003 16:29 GMT | 1 |
I have been working with VBA in Excel for some years and feel quite competent. I would now like to move into VB - more as a hobby than for any powerful commercial purpose. I use Windows XP. I notice that Microsoft VB now seems to be called Visual Basic.Net. I'm not
|